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 - NullPointerException at org.netbeans.modules.maven.output.TestOutputListenerProvider.processLine
Summary: NullPointerException at org.netbeans.modules.maven.output.TestOutputListenerP...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-26 14:44 UTC by alied
Modified: 2017-08-22 17:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229834


Attachments
stacktrace (1.12 KB, text/plain)
2017-07-26 14:44 UTC, alied
Details
stacktrace (1.12 KB, text/plain)
2017-07-26 14:46 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
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