Tomáš Zezula
Tomáš Zezula
Stacktrace: java.lang.NullPointerException at org.netbeans.modules.scala.core.ScalaParserResult.(ScalaParserResult.java:61) at org.netbeans.modules.scala.core.ScalaParserResult$.apply(ScalaParserResult.java:186) at org.netbeans.modules.scala.core.ScalaParser.parse(ScalaParser.java:109) See https://netbeans.org/bugzilla/show_bug.cgi?id=240033 for details
See issue https://netbeans.org/bugzilla/show_bug.cgi?id=258814
See NB issue: https://netbeans.org/bugzilla/show_bug.cgi?id=253279
Fixies issue #575 by registering all used subclasses of `TypeSafeMatcher` and `TypeSafeDiagnosingMatcher` for reflective access to all declared methods.
**Describe the bug** The native junit test fails if the `org.junit.rules.ExpectedException` or `org.hamcrest.core.Every` is used by the test. ``` MethodSource [className = 'org.me.MainTest', methodName = 'testExpectedException', methodParameterTypes = ''] =>...