Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[recommenders-dev] [SnipMatch]NPE Error when re-indexing snippets in the view

Hi,
 
I am getting the following NPE when trying to re-index the snippets in the Snippet View.[1].
It seems that it has to do with the affected types. Also, the search action does not work after pressing the “Re-index button.
Best Regards,
Stefan.
 
[1]:

java.lang.NullPointerException: null

at org.eclipse.recommenders.snipmatch.SimpleSnippetRepository.index(SimpleSnippetRepository.java:125) ~[na:na]

at org.eclipse.recommenders.internal.snipmatch.rcp.EclipseSnippetRepository.index(EclipseSnippetRepository.java:69) ~[na:na]

at org.eclipse.recommenders.internal.snipmatch.rcp.SnippetsView.doIndex(SnippetsView.java:213) ~[na:na]

at org.eclipse.recommenders.internal.snipmatch.rcp.SnippetsView.access$6(SnippetsView.java:211) ~[na:na]

at org.eclipse.recommenders.internal.snipmatch.rcp.SnippetsView$6.widgetSelected(SnippetsView.java:185) ~[na:na]

at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) ~[org.eclipse.swt.win32.win32.x86_64_3.102.0.v20130802-1416.jar:na]

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) ~[org.eclipse.swt.win32.win32.x86_64_3.102.0.v20130802-1416.jar:na]

 (...)


Back to the top