Project

General

Profile

« Previous | Next » 

Revision 15365ed8

Added by Andreas Müller almost 3 years ago

ref #9664 change nomTitle to nomTitleCache in cdmlib-app

View differences:

cdm-eflora/src/main/java/eu/etaxonomy/cdm/io/eflora/centralAfrica/ferns/CentralAfricaFernsImportBase.java
249 249
			parser.handleAuthors(taxonName, taxonName.getNameCache().trim() + " " + authorString, authorString);
250 250
		}
251 251
		if (! isHigherTaxon){
252
			String combinationAuthor = taxonName.getCombinationAuthorship()==null ? "" :taxonName.getCombinationAuthorship().getNomenclaturalTitle();
252
			String combinationAuthor = taxonName.getCombinationAuthorship()==null ? "" :taxonName.getCombinationAuthorship().getNomenclaturalTitleCache();
253 253
			if (StringUtils.isNotBlank(authorsAbbrev) && ! authorsAbbrev.equalsIgnoreCase(combinationAuthor)){
254 254
				//it is expected that the fullAuthor and the abbrevAuthor are the combination authors but very often it is not
255 255
				logger.warn(taxonNumber + ": Rank author and abbrev author are not equal: " + authorString + "\t<-> " + combinationAuthor + "\t<-> " + authorsAbbrev);

Also available in: Unified diff