Project

General

Profile

bug #6930

Updated by Patrick Plitzner over 6 years ago

steps to reproduce: 

 1. have a taxonomic backbone like this: Classification-> Taxon A -> Childtaxon B 
 1. Delete A with the setting "Move children to parent" 
 1. Check in the data base or try to delete the moved taxon B (will result in NPE because tree index is null) 

 stack trace line may not be correct as I found this in my branch 

 
 ~~~ 
 Caused by: java.lang.NullPointerException 
	 at java.lang.String.startsWith(String.java:1405) 
	 at java.lang.String.startsWith(String.java:1434) 
	 at eu.etaxonomy.taxeditor.editor.EditorUtil.closeObsoleteEditor(EditorUtil.java:369) 
 ~~~

Back