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 254220 - NullPointerException at org.netbeans.modules.graphicclassview.ModelBuilder.analyze
Summary: NullPointerException at org.netbeans.modules.graphicclassview.ModelBuilder.an...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-09 13:08 UTC by Maksim Khramov
Modified: 2017-08-15 06:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217500


Attachments
stacktrace (4.97 KB, text/plain)
2015-08-09 13:08 UTC, Maksim Khramov
Details
stacktrace (5.03 KB, text/plain)
2016-06-26 19:21 UTC, michbarsinai
Details
stacktrace (5.03 KB, text/plain)
2017-08-15 06:08 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2015-08-09 13:08:44 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-189-on-20150809)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 7

User Comments:
mkhramov: Invoke java Graphical class view on opened js file

GUEST: trying to view graphical view of the php code




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.graphicclassview.ModelBuilder.analyze(ModelBuilder.java:90)
   at org.netbeans.modules.graphicclassview.JavaScene$Initializer.run(JavaScene.java:390)
   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 Maksim Khramov 2015-08-09 13:08:46 UTC
Created attachment 155231 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-10 08:13:55 UTC
The bug originates in plugin Graphical Class View.

Reassigning to plugin owner. Tim, please evaluate it. Thank you.
Comment 3 michbarsinai 2016-06-26 19:21:28 UTC
Created attachment 160168 [details]
stacktrace

Asked for as graphical view of the class.
Comment 4 Exceptions Reporter 2016-08-07 10:22:34 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=217500
Comment 5 Exceptions Reporter 2017-08-15 06:08:01 UTC
Created attachment 164955 [details]
stacktrace

n/a