You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There can be an exception in the OverlapIterator while rendering recommendations.
To Reproduce
Unclear - found in logs.
Expected behavior
No exception.
Screenshots
java.lang.NullPointerException: Cannot invoke "de.tudarmstadt.ukp.inception.recommendation.api.model.Offset.getEnd()" because "this.a" is null
at de.tudarmstadt.ukp.inception.recommendation.util.OverlapIterator.stepB(OverlapIterator.java:94)
at de.tudarmstadt.ukp.inception.recommendation.util.OverlapIterator.step(OverlapIterator.java:112)
at de.tudarmstadt.ukp.inception.recommendation.util.OverlapIterator.<init>(OverlapIterator.java:57)
at de.tudarmstadt.ukp.inception.recommendation.service.RecommendationServiceImpl.hideSpanSuggestionsThatOverlapWithAnnotations(RecommendationServiceImpl.java:2366)
Please complete the following information:
Version and build ID: 30.0
The text was updated successfully, but these errors were encountered:
Describe the bug
There can be an exception in the
OverlapIterator
while rendering recommendations.To Reproduce
Unclear - found in logs.
Expected behavior
No exception.
Screenshots
Please complete the following information:
The text was updated successfully, but these errors were encountered: