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 258094 - NullPointerException at org.netbeans.modules.java.module.graph.FruchtermanReingoldLayout.init
Summary: NullPointerException at org.netbeans.modules.java.module.graph.FruchtermanRei...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-22 12:50 UTC by javatlacati
Modified: 2016-07-15 05:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222653


Attachments
stacktrace (1.85 KB, text/plain)
2016-02-22 12:50 UTC, javatlacati
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javatlacati 2016-02-22 12:50:36 UTC
Build: NetBeans IDE Dev (Build 201602191138)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 7

User Comments:
javatlacati: Selected Graph on editor of module info.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.module.graph.FruchtermanReingoldLayout.init(FruchtermanReingoldLayout.java:174)
   at org.netbeans.modules.java.module.graph.FruchtermanReingoldLayout.<init>(FruchtermanReingoldLayout.java:83)
   at org.netbeans.modules.java.module.graph.DependencyGraphScene.getDefaultLayout(DependencyGraphScene.java:99)
   at org.netbeans.modules.java.module.graph.DependencyGraphScene.initialLayout(DependencyGraphScene.java:106)
   at org.netbeans.modules.java.module.graph.GraphTopComponent.displayScene(GraphTopComponent.java:296)
   at org.netbeans.modules.java.module.graph.GraphTopComponent.lambda$run$3(GraphTopComponent.java:166)
Comment 1 javatlacati 2016-02-22 12:50:37 UTC
Created attachment 158595 [details]
stacktrace