This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 271171

Summary: NullPointerException at org.netbeans.modules.maven.output.TestOutputListenerProvider.processLine
Product: projects Reporter: alied <alied>
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal CC: alied
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229834
Attachments: stacktrace
stacktrace

Description alied 2017-07-26 14:44:08 UTC
Build: NetBeans IDE Dev (Build 201707260001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.141-b15, Java(TM) SE Runtime Environment, 1.8.0_141-b15
OS: Linux

User Comments:
alied: ran clean and build in a top-most project

alied: ran build in a maven top-most project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.maven.output.TestOutputListenerProvider.processLine(TestOutputListenerProvider.java:150)
   at org.netbeans.modules.maven.execute.AbstractOutputHandler.processLine(AbstractOutputHandler.java:316)
   at org.netbeans.modules.maven.execute.CommandLineOutputHandler$Output.run(CommandLineOutputHandler.java:353)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
Comment 1 alied 2017-07-26 14:44:09 UTC
Created attachment 164838 [details]
stacktrace
Comment 2 alied 2017-07-26 14:46:10 UTC
this error stops the build.
Comment 3 alied 2017-07-26 14:46:52 UTC
Created attachment 164839 [details]
stacktrace

ran build in a web project., I believe this is t he one causing the error.
Comment 4 alied 2017-08-22 17:50:36 UTC
why is this trying to show test output if I'm telling not to run tests?
-DskipTests=true -T 1C