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 36649 - java.lang.NullPointerException when creating new Main class
Summary: java.lang.NullPointerException when creating new Main class
Status: VERIFIED DUPLICATE of bug 36369
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2003-10-16 16:37 UTC by Jaromir Uhrik
Modified: 2008-12-22 21:41 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 Jaromir Uhrik 2003-10-16 16:37:05 UTC
[dev build #200310160100, j2sdk1.4.2]
The following exception appears when creating new 
Main class. It is not easy to reproduce - the 
highest reproducible testcase is to press Finish 
in wizard while writing the name of the class. 
Here is the exception:
Annotation: Exception occurred in Request 
Processor
java.lang.NullPointerException
	at 
org.openide.text.CloneableEditorSupport$1.run
(CloneableEditorSupport.java:404)
	at org.openide.util.Task.run
(Task.java:136)
	at 
org.openide.util.RequestProcessor$Task.run
(RequestProcessor.java:330)
[catch] at 
org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:677)
Comment 1 Jaromir Uhrik 2003-10-16 16:38:20 UTC
RANDOM keyword added.
Comment 2 Jiri Rechtacek 2003-10-17 09:05:30 UTC
Due to symptoms is as same defect as issue 36369, I mark duplicate of.

*** This issue has been marked as a duplicate of 36369 ***
Comment 3 Lukas Hasik 2003-10-17 09:57:05 UTC
x