private boolean isThereOnlyOneDeclarationInTheLine() {
		return fFieldDeclaration.fragments().size() == 1;
	}