dbalek commented on a change in pull request #3224:
URL: https://github.com/apache/netbeans/pull/3224#discussion_r725906299
##########
File path:
ide/gsf.testrunner.ui/src/org/netbeans/modules/gsf/testrunner/ui/TestMethodFinderImpl.java
##########
@@ -52,7 +55,7 @@
public static final String NAME = "tests"; // NOI18N
public static final int VERSION = 1;
- public static TestMethodFinderImpl INSTANCE = null;
+ public static TestMethodFinderImpl INSTANCE = new TestMethodFinderImpl();
Review comment:
Fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists