|
Should I open a jira
issue for this? I found this multiple
times in my log but I don’t currently know how to reproduce it. Michael From:
I got the following exception in my log today: java.util.NoSuchElementException
at java.util.AbstractList$Itr.next(Unknown Source)
at java.util.AbstractList.removeRange(Unknown Source)
at java.util.AbstractList.clear(Unknown Source)
at
com.recommind.annotation.controller.SearchController.getPublicSearchesMenu(SearchController.java:897)
...
SearchController: public UISelectOne
getPublicSearchesMenu() {
if (this.publicSearchesMenu==null){
this.publicSearchesMenu = new HtmlSelectOneMenu();
}
this.publicSearchesMenu.getChildren().clear(); //***LINE
897***
Has anybody an idea why this is thrown? Michael |

