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 89793 - NPEs from JavaCodeGenerator$FormListener.isJavaEditorDisplayed and FormDesigner.updateComponentLayer
Summary: NPEs from JavaCodeGenerator$FormListener.isJavaEditorDisplayed and FormDesign...
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
: 89760 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-11-21 23:33 UTC by Jesse Glick
Modified: 2007-08-17 16:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (11.24 KB, text/plain)
2006-11-21 23:34 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2006-11-21 23:33:31 UTC
061121, JDK 6, Linux. I selected all Java sources in the
ant{src,test/unit/src,src-bridge} incl. forms and opened them all. While I
watched the form editor trying to load various forms (quite slow), I changed my
mind (decided to open them all in text editor instead) and pressed C-S-F4 to
close everything. After another twenty seconds or so, everything closed, but a
number of exceptions were thrown.
Comment 1 Jesse Glick 2006-11-21 23:34:12 UTC
Created attachment 36188 [details]
Stack trace
Comment 2 Tomas Pavek 2007-01-12 14:22:55 UTC
Checking the opened panes of the java editor is suspicious. Also in issue 91715.
Comment 3 Tomas Pavek 2007-07-26 15:18:36 UTC
Partially fixed with issue 70439. I've added one more check to prevent the exception from JavaCodeGenerator.

/cvs/form/src/org/netbeans/modules/form/JavaCodeGenerator.java
new revision: 1.203; previous revision: 1.202
Comment 4 Tomas Pavek 2007-08-17 16:02:39 UTC
*** Issue 89760 has been marked as a duplicate of this issue. ***