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 270371 - NullPointerException at org.netbeans.modules.maven.execute.cmd.ExecutionEventObject$Tree.startFold
Summary: NullPointerException at org.netbeans.modules.maven.execute.cmd.ExecutionEvent...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-11 21:37 UTC by emiddio
Modified: 2018-01-14 03:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227912


Attachments
stacktrace (565 bytes, text/plain)
2017-04-11 21:37 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2017-04-11 21:37:27 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Windows 7

User Comments:
emiddio: unknown

emiddio: unknown

GUEST: press F6




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.maven.execute.cmd.ExecutionEventObject$Tree.startFold(ExecutionEventObject.java:198)
   at org.netbeans.modules.maven.execute.CommandLineOutputHandler$Output.run(CommandLineOutputHandler.java:373)
   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)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
Comment 1 emiddio 2017-04-11 21:37:29 UTC
Created attachment 164087 [details]
stacktrace