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 269002 - NullPointerException at org.netbeans.modules.maven.execute.navigator.GoalsPanel$PluginChildren.createKeys
Summary: NullPointerException at org.netbeans.modules.maven.execute.navigator.GoalsPan...
Status: RESOLVED FIXED
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: 2016-11-16 12:58 UTC by akobberup
Modified: 2016-12-08 09:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227242


Attachments
stacktrace (6.69 KB, text/plain)
2016-11-16 12:58 UTC, akobberup
Details
stacktrace (518 bytes, text/plain)
2016-11-28 16:03 UTC, Jesse Glick
Details
stacktrace (518 bytes, text/plain)
2016-11-29 21:54 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description akobberup 2016-11-16 12:58:51 UTC
Build: NetBeans IDE Dev (Build 201611140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Windows 10

User Comments:
akobberup: Selected a project in the "projects" panel




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.maven.execute.navigator.GoalsPanel$PluginChildren.createKeys(GoalsPanel.java:400)
   at org.openide.nodes.AsynchChildren.run(AsynchChildren.java:215)
   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 akobberup 2016-11-16 12:58:52 UTC
Created attachment 162929 [details]
stacktrace
Comment 2 Tomas Stupka 2016-11-24 15:32:10 UTC
fixed in jet-main #99e1efb99188
Comment 3 Quality Engineering 2016-11-26 03:58:45 UTC
Integrated into 'main-silver', will be available in build *201611260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/99e1efb99188
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #269002 - NullPointerException at org.netbeans.modules.maven.execute.navigator.GoalsPanel$PluginChildren.createKeys
Comment 4 Jesse Glick 2016-11-28 16:03:07 UTC
Created attachment 163055 [details]
stacktrace

Cloned git@github.com:spotbugs/spotbugs.git. Opened the root module. Ran a clean build, which failed due to a missing snapshot POM. In Projects, expanded the Modules node (showing ?findbugTestCases [unloadable]?), then navigated to Dependencies, and this exception was thrown.
Comment 5 Jesse Glick 2016-11-29 21:54:07 UTC
Created attachment 163083 [details]
stacktrace

Not sure when this was thrown exactly. Doing a lot of Maven builds.
Comment 6 Jesse Glick 2016-11-29 21:54:11 UTC
Perhaps due to a malformed POM?
Comment 7 Tomas Stupka 2016-12-02 12:19:05 UTC
fixed in jet-main #ae2d9aa76264
Comment 8 Quality Engineering 2016-12-04 02:37:13 UTC
Integrated into 'main-silver', will be available in build *201612040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ae2d9aa76264
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #269002 - NullPointerException at org.netbeans.modules.maven.execute.navigator.GoalsPanel$PluginChildren.createKeys
Comment 9 Jesse Glick 2016-12-07 21:44:28 UTC
Should the Target Milestone be set or does some other process do that?