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
If there are only BEGIN or END statements in the html visualization configuration an exception is thrown:
Caused by: java.util.NoSuchElementException: null
at java.util.TreeMap.key(TreeMap.java:1323) ~[na:1.8.0_66-internal]
at java.util.TreeMap.firstKey(TreeMap.java:290) ~[na:1.8.0_66-internal]
at annis.visualizers.htmlvis.HTMLVis.createHTML(HTMLVis.java:395) ~[classes/:na]
at annis.visualizers.htmlvis.HTMLVis.createComponent(HTMLVis.java:129) ~[classes/:na]
at annis.visualizers.htmlvis.HTMLVis.createComponent(HTMLVis.java:73) ~[classes/:na]
at annis.gui.resultview.VisualizerPanel.createComponent(VisualizerPanel.java:292) ~[classes/:na]
at annis.gui.resultview.VisualizerPanel.access$500(VisualizerPanel.java:86) ~[classes/:na]
at annis.gui.resultview.VisualizerPanel$LoadComponentTask.call(VisualizerPanel.java:621) ~[classes/:na]
at annis.gui.resultview.VisualizerPanel$LoadComponentTask.call(VisualizerPanel.java:612) ~[classes/:na]
The text was updated successfully, but these errors were encountered:
If there are only BEGIN or END statements in the html visualization configuration an exception is thrown:
The text was updated successfully, but these errors were encountered: