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 271790 - NullPointerException at org.netbeans.modules.maven.graph.MavenActionsProvider.createShowGraphAction
Summary: NullPointerException at org.netbeans.modules.maven.graph.MavenActionsProvider...
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-11-12 14:04 UTC by terje7601
Modified: 2017-12-11 10:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 230870


Attachments
stacktrace (3.46 KB, text/plain)
2017-11-12 14:04 UTC, terje7601
Details

Note You need to log in before you can comment on or make changes to this bug.
Description terje7601 2017-11-12 14:04:35 UTC
Build: NetBeans IDE Dev (Build 201709080001)
VM: OpenJDK 64-Bit Server VM, 25.151-b12, OpenJDK Runtime Environment, 1.8.0_151-b12
OS: Linux

User Comments:
terje7601: Right-click jboss-logging dependency, while viewing the dependency graph of hibernate-entitymanager:5.2.12.Final




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.maven.graph.MavenActionsProvider.createShowGraphAction(MavenActionsProvider.java:87)
   at org.netbeans.modules.java.graph.DependencyGraphScene$AllActionsProvider.getPopupMenu(DependencyGraphScene.java:645)
   at org.netbeans.modules.visual.action.PopupMenuAction.handleMouseEvent(PopupMenuAction.java:116)
   at org.netbeans.modules.visual.action.PopupMenuAction.mousePressed(PopupMenuAction.java:78)
   at org.netbeans.api.visual.action.WidgetAction$Chain.mousePressed(WidgetAction.java:774)
   at org.netbeans.api.visual.widget.SceneComponent$Operator$2.operate(SceneComponent.java:559)
Comment 1 terje7601 2017-11-12 14:04:38 UTC
Created attachment 165433 [details]
stacktrace