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 42495 - NPE when user wants to create a new java file (interface, ...)
Summary: NPE when user wants to create a new java file (interface, ...)
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-27 09:30 UTC by Marek Grummich
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (2.85 KB, text/plain)
2004-04-27 09:30 UTC, Marek Grummich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Grummich 2004-04-27 09:30:09 UTC
Build 040426 (non-official refactoring build)
The attached exception is thrown when user invokes
New->Java Class action from the context menu.
Comment 1 Marek Grummich 2004-04-27 09:30:43 UTC
Created attachment 14570 [details]
Exception
Comment 2 Jan Becicka 2004-04-27 10:28:55 UTC
It does not look like refactoring related bug. Marku, can you
reproduce it in trunk build?
Comment 3 Marek Grummich 2004-04-27 10:55:53 UTC
There is no problem in the trunk build (200404251800)! 
Note: I try to use the 'refactoring' component also for a different
behaviour between trunk and refactoring build
Comment 4 Jan Becicka 2004-04-27 11:08:18 UTC
I have a trunk build, where is no New -> Java Class action. There is
only New File... action.

Has current trunk New -> Java Class action?
Comment 5 Marek Grummich 2004-04-27 11:13:28 UTC
I don't think, it is a question for me. I only want to know a way how
to create a new file!
Comment 6 Jan Becicka 2004-04-27 13:12:31 UTC
To create new file do File | New File.

Problem is, that action New | Java Class should not be there. This
issue will be fixed as soons as we do sync. with trunk.

Comment 7 Jan Becicka 2004-05-03 14:19:02 UTC
There is no New | Java Class submenu in today's build. "New File"
action works correctly.

Please use JAVA_MDR kw for issues related to meta_stavbicka branch.
Thanks.
Comment 8 Marek Grummich 2004-07-15 12:50:34 UTC
Verified