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 270452

Summary: NullPointerException at org.netbeans.modules.java.graph.DependencyGraphScene.highlightDepth
Product: platform Reporter: alied <alied>
Component: GraphAssignee: issues@platform <issues>
Status: NEW ---    
Severity: normal CC: dan.gandolfo
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228883
Attachments: stacktrace

Description alied 2017-04-21 04:07:30 UTC
Build: NetBeans IDE Dev (Build 201704200002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Linux

User Comments:
alied: opened a sample greetings' module-info class and tried to show the graph




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.graph.DependencyGraphScene.highlightDepth(DependencyGraphScene.java:713)
   at org.netbeans.modules.java.graph.DependencyGraphScene.highlightDepthIntern(DependencyGraphScene.java:729)
   at org.netbeans.modules.java.graph.DependencyGraphScene.access$900(DependencyGraphScene.java:98)
   at org.netbeans.modules.java.graph.DependencyGraphScene$AllActionsProvider.select(DependencyGraphScene.java:695)
   at org.netbeans.modules.visual.action.SelectAction.mousePressed(SelectAction.java:94)
   at org.netbeans.api.visual.action.WidgetAction$Chain.mousePressed(WidgetAction.java:774)
Comment 1 alied 2017-04-21 04:07:32 UTC
Created attachment 164151 [details]
stacktrace