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 41956 - [meta_stavbicka] NullPointerException during new project creation
Summary: [meta_stavbicka] NullPointerException during new project creation
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: Sun SunOS
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-14 14:44 UTC by Jan Lahoda
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log containing the NullPointerException. (27.34 KB, text/plain)
2004-04-14 14:46 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2004-04-14 14:44:23 UTC
Refactoring&buildsystem build Apr 14, 2004.

When I tried to create a new project a
NullPointerException occurred (attached whole log).

It seems that the project was created, but not
opened in the IDE.
Comment 1 Jan Lahoda 2004-04-14 14:46:11 UTC
Created attachment 14387 [details]
Log containing the NullPointerException.
Comment 2 Martin Matula 2004-04-22 09:00:48 UTC
This bug has been fixed on the branch by Tomas Zezula. We were not
considering classpaths that were not registered on GPR (which was the
case of the classpath on which the project generator tried to create a
new class from template), so the source hierarchy was not available
for the newly created class thus the creation failed when trying to
change class and constructor names.
Comment 3 Jan Lahoda 2004-06-28 14:12:52 UTC
x