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 2673 - NullPointerException : choose from File menu New From Template | AWT ... | Form set name and click OK, class not opened but created
Summary: NullPointerException : choose from File menu New From Template | AWT ... | Fo...
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: pknakal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-22 21:08 UTC by pknakal
Modified: 2002-07-19 15:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pknakal 1999-07-22 21:08:57 UTC
Exception occurred in request processor:
java.lang.NullPointerException
        at com.netbeans.developer.modules.loaders.form.GandalfPersistenceManager.canLoadForm(GandalfPersistenceManager.java:100)
        at com.netbeans.developer.modules.loaders.form.FormEditorSupport.loadForm(FormEditorSupport.java:150)
        at com.netbeans.developer.modules.loaders.form.FormEditorSupport.open(FormEditorSupport.java:71)
        at org.openide.actions.OpenAction$1.run(OpenAction.java:83)
        at org.openide.util.Task.run(Task.java:125)
        at org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:379)
Comment 1 Marek Grummich 2000-07-25 09:42:59 UTC
Priority is changed to P4 (normal).