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
When adding new tests and new HTML pages i suddenly got a reproducable NPE:
java.lang.NullPointerException at cz.vutbr.web.domassign.AnalyzerUtil.classifyRules(AnalyzerUtil.java:455) at cz.vutbr.web.domassign.AnalyzerUtil.classifyAllSheets(AnalyzerUtil.java:145) at cz.vutbr.web.domassign.Analyzer.classifyAllSheets(Analyzer.java:414) at cz.vutbr.web.domassign.Analyzer.assingDeclarationsToDOM(Analyzer.java:202) at cz.vutbr.web.domassign.Analyzer.evaluateDOM(Analyzer.java:135)
This happens if null is passed to the constructor of Analyzer. This is not a big deal but it took me a little while to spot the problem.
The text was updated successfully, but these errors were encountered:
942u3895hjf
changed the title
NPE in AnalyzerUtil using 3.0
NPE in AnalyzerUtil using 3.0 if null is passed to constructor of Analyzer
Sep 20, 2017
When adding new tests and new HTML pages i suddenly got a reproducable NPE:
java.lang.NullPointerException at cz.vutbr.web.domassign.AnalyzerUtil.classifyRules(AnalyzerUtil.java:455) at cz.vutbr.web.domassign.AnalyzerUtil.classifyAllSheets(AnalyzerUtil.java:145) at cz.vutbr.web.domassign.Analyzer.classifyAllSheets(Analyzer.java:414) at cz.vutbr.web.domassign.Analyzer.assingDeclarationsToDOM(Analyzer.java:202) at cz.vutbr.web.domassign.Analyzer.evaluateDOM(Analyzer.java:135)
This happens if null is passed to the constructor of Analyzer. This is not a big deal but it took me a little while to spot the problem.
The text was updated successfully, but these errors were encountered: