mbien opened a new pull request, #5645:
URL: https://github.com/apache/netbeans/pull/5645
```
java.lang.NullPointerException: Cannot invoke
"org.netbeans.modules.maven.api.output.OutputVisitor$Context.getCurrentProject()"
because the return value of
"org.netbeans.modules.maven.api.output.OutputVisitor.getContext()" is null
at
org.netbeans.modules.maven.output.TestOutputListenerProvider.processLine(TestOutputListenerProvider.java:127)
at
org.netbeans.modules.maven.execute.AbstractOutputHandler.processLine(AbstractOutputHandler.java:293)
at
org.netbeans.modules.maven.execute.CommandLineOutputHandler$Output.run(CommandLineOutputHandler.java:338)
at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:287)
```
This can be reproduced when building something while having the `-T 1` flag
set. Which is a no-op for maven but makes NB think that the build is
multithreaded and puts it into a fallback mode without the maven event spy
running etc.
--
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