Project

General

Profile

bug #824

Updated by Andreas Müller over 2 years ago

The rank labels and the names used in Rank.getRankByName() are inconsistent thus the following line of code fails: 



 



 ~~~ 
 
 Rank.getRankByName(subfamily.getRank().getLabel()); 
 
 ~~~ 
 

Back