We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An exception occurs when attempting to use filters. Example of error traces:
Nov 18, 2024 3:31:13 PM org.netbeans.core.startup.TopLogging$AWTHandler uncaughtException -- SEVERE: null -- java.lang.NullPointerException -- at fr.inria.wimmics.semanticweb.filter.type.TypeFilter.filter(TypeFilter.java:70) -- at org.gephi.filters.FilterProcessor.process(FilterProcessor.java:128) -- at org.gephi.filters.FilterThread.filter(FilterThread.java:149) -- at org.gephi.filters.FilterThread.run(FilterThread.java:121) -- -- Nov 18, 2024 3:31:49 PM org.netbeans.core.startup.TopLogging$AWTHandler uncaughtException -- SEVERE: null -- java.lang.NullPointerException -- at fr.inria.wimmics.semanticweb.filter.type.TypeFilter.filter(TypeFilter.java:70) -- at org.gephi.filters.FilterProcessor.process(FilterProcessor.java:128) -- at org.gephi.filters.FilterThread.select(FilterThread.java:166) -- at org.gephi.filters.FilterThread.run(FilterThread.java:123) -- -- Nov 18, 2024 3:32:13 PM org.netbeans.core.startup.TopLogging$AWTHandler uncaughtException -- SEVERE: null -- java.lang.NullPointerException -- at fr.inria.wimmics.semanticweb.filter.sparql.SparqlFilter.filter(SparqlFilter.java:58) -- at org.gephi.filters.FilterProcessor.process(FilterProcessor.java:128) -- at org.gephi.filters.FilterThread.filter(FilterThread.java:149) -- at org.gephi.filters.FilterThread.run(FilterThread.java:121) -- --
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An exception occurs when attempting to use filters.
Example of error traces:
The text was updated successfully, but these errors were encountered: