Project

General

Profile

Actions

bug #7826

closed

NPE after saving groupbulkeditor

Added by Katja Luther over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Highest
Assignee:
Category:
taxeditor
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Severity:
normal
Found in Version:

Description

!ENTRY org.eclipse.core.jobs 4 2 2018-10-16 13:37:28.658
!MESSAGE An internal error occurred during: "Lade Nutzergruppen für *".
!STACK 0
java.lang.NullPointerException
    at eu.etaxonomy.taxeditor.bulkeditor.input.sortprovider.GroupNameComparator.compare(GroupNameComparator.java:28)
    at eu.etaxonomy.taxeditor.bulkeditor.input.sortprovider.GroupNameComparator.compare(GroupNameComparator.java:1)
    at ca.odell.glazedlists.SortedList$ElementComparator.compare(SortedList.java:647)
    at ca.odell.glazedlists.impl.adt.barcode2.SimpleTree.insertIntoSubtreeInSortedOrder(SimpleTree.java:353)
    at ca.odell.glazedlists.impl.adt.barcode2.SimpleTree.addInSortedOrder(SimpleTree.java:324)
    at ca.odell.glazedlists.SortedList.insertByUnsortedNode(SortedList.java:368)
    at ca.odell.glazedlists.SortedList.listChanged(SortedList.java:352)
    at ca.odell.glazedlists.event.ListEventAssembler$ListEventFormat.fire(ListEventAssembler.java:424)
    at ca.odell.glazedlists.event.ListEventAssembler$ListEventFormat.fire(ListEventAssembler.java:421)
    at ca.odell.glazedlists.event.SequenceDependenciesEventPublisher$SubjectAndListener.firePendingEvent(SequenceDependenciesEventPublisher.java:445)
    at ca.odell.glazedlists.event.SequenceDependenciesEventPublisher.fireEvent(SequenceDependenciesEventPublisher.java:344)
    at ca.odell.glazedlists.event.ListEventAssembler.commitEvent(ListEventAssembler.java:317)
    at ca.odell.glazedlists.BasicEventList.addAll(BasicEventList.java:167)
    at ca.odell.glazedlists.BasicEventList.addAll(BasicEventList.java:149)
    at eu.etaxonomy.taxeditor.bulkeditor.input.AbstractBulkEditorInput.addToModel(AbstractBulkEditorInput.java:306)
    at eu.etaxonomy.taxeditor.bulkeditor.input.AbstractBulkEditorInput.lambda$0(AbstractBulkEditorInput.java:275)
    at org.eclipse.core.runtime.jobs.Job$2.run(Job.java:186)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

the save is successfull but the bulkeditor is not usable anymore. You have to close the bulk editor and reopen it.

Actions

Also available in: Atom PDF