Error before entering a first species in an extended taxonomy

Issue #327 resolved
Adam Winer created an issue

This is the error I get when importing the attached file, and going straight into “Enter Sightings”, once you get to the Enter Species screen.

Could not get taxon for "spNeotiden" java.lang.NullPointerException: Could not get taxon for "spNeotiden" at .model.sighting.SightingTaxons$SingleSightingTaxon.resolveInternal(SightingTaxons.java:145) at .model.taxa.TaxonomyImpl.resolveInto(TaxonomyImpl.java:242) at .model.sighting.SightingTaxons$SingleSightingTaxon.resolve(SightingTaxons.java:138) at .model.checklist.ClementsChecklist.createTaxaMap(ClementsChecklist.java:114) at .model.checklist.ClementsChecklist.getTaxaMap(ClementsChecklist.java:105) at .model.checklist.ClementsChecklist.getTaxa(ClementsChecklist.java:52) at .ui.util.LocationScorer.addSightingsSimulatingChecklist(LocationScorer.java:141) at .ui.util.LocationScorer.createChecklistReports(LocationScorer.java:95) at .ui.util.LocationScorer.newScorer(LocationScorer.java:66) at .ui.panels.SingleLocationSpeciesListPanel.startScoringLocations(SingleLocationSpeciesListPanel.java:1292) at .ui.panels.SingleLocationSpeciesListPanel.shown(SingleLocationSpeciesListPanel.java:608) at .ui.panels.WizardPanelBase$6.run(WizardPanelBase.java:248)

Comments (2)

  1. Adam Winer reporter

    Only reproduces when you import from a .csv; doesn't appear to trigger if you import from a .btxm.

  2. Log in to comment