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 - NullPointerException at org.netbeans.modules.java.graph.DependencyGraphScene.highlightDepth
Summary: NullPointerException at org.netbeans.modules.java.graph.DependencyGraphScene....
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-21 04:07 UTC by alied
Modified: 2017-10-30 16:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 228883


Attachments
stacktrace (3.27 KB, text/plain)
2017-04-21 04:07 UTC, alied
Details

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