Project

General

Profile

Actions

bug #7373

open

TitleAndNameCacheAutoInitializer needs to be adapted to recent TaxonName model changes

Added by Andreas Kohlbecker almost 6 years ago. Updated about 5 years ago.

Status:
New
Priority:
Highest
Category:
cdmlib
Start date:
Due date:
% Done:

0%

Estimated time:
Severity:
major
Found in Version:

Description

The TitleAndNameCacheAutoInitializer has been adapted in turn of the reactoring for #6368. But the changes applied in e6d7b501 and 9dc896c9 turn the code in the initialize() method into an irritating if else if else sequence which cant be correct:


if(bean instanceof TaxonName){
     // ---> NonViralName
     ...
} else if(bean instanceof TaxonName) {
     // ---> TaxonName
     ....
}
...

Related issues

Related to EDIT - feature request #6368: Merge all TaxonNameBase classes, remove DTYPE, rename tableClosedAndreas Müller

Actions
Actions #1

Updated by Andreas Kohlbecker almost 6 years ago

Actions #2

Updated by Andreas Müller almost 6 years ago

  • Target version changed from Release 5.0 to Release 5.1
Actions #3

Updated by Andreas Müller almost 6 years ago

  • Target version changed from Release 5.1 to Release 5.2
Actions #4

Updated by Andreas Müller over 5 years ago

  • Target version changed from Release 5.2 to Release 5.3
Actions #5

Updated by Andreas Müller over 5 years ago

  • Target version changed from Release 5.3 to Release 5.4
Actions #6

Updated by Andreas Müller over 5 years ago

  • Target version changed from Release 5.4 to Release 5.5
Actions #7

Updated by Andreas Müller about 5 years ago

  • Target version changed from Release 5.5 to Release 5.6
Actions #8

Updated by Andreas Müller about 5 years ago

  • Priority changed from New to Highest
Actions #9

Updated by Andreas Müller about 5 years ago

  • Target version changed from Release 5.6 to Reviewed Next Major Release
Actions

Also available in: Atom PDF