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 157251 - [graphicclassview] NullPointerException at org.netbeans.modules.graphicclassview.ModelBuilder.analyze
Summary: [graphicclassview] NullPointerException at org.netbeans.modules.graphicclassv...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@third-party
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-21 16:21 UTC by Marian Mirilovic
Modified: 2013-09-05 14:40 UTC (History)
15 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 34504


Attachments
stacktrace (4.82 KB, text/plain)
2012-08-31 08:10 UTC, Maksim Khramov
Details
stacktrace (4.82 KB, text/plain)
2012-12-11 09:44 UTC, williambacchi
Details
stacktrace (4.82 KB, text/plain)
2013-03-10 21:24 UTC, Chiana
Details
stacktrace (4.12 KB, text/plain)
2013-09-05 14:40 UTC, michbarsinai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-01-21 16:21:33 UTC
16 duplicates so far ...

Build: NetBeans IDE Dev (Build 20080227144629)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-ea-b02
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at org.netbeans.modules.graphicclassview.ModelBuilder.analyze(ModelBuilder.java:82)
        at org.netbeans.modules.graphicclassview.JavaScene$Initializer.run(JavaScene.java:390)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 Maksim Khramov 2012-08-31 08:10:58 UTC
Created attachment 123766 [details]
stacktrace

Just invoked Source-Graphical View command...
Comment 2 williambacchi 2012-12-11 09:44:02 UTC
Created attachment 129194 [details]
stacktrace
Comment 3 Chiana 2013-03-10 21:24:35 UTC
Created attachment 132431 [details]
stacktrace

Tried (just for experimenting purposes) to make "show graphical view" on a C-source
Comment 4 michbarsinai 2013-09-05 14:40:42 UTC
Created attachment 139708 [details]
stacktrace

Requested a graphical view on a JSF page