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 28036 - NPE when creating/switching project
Summary: NPE when creating/switching project
Status: VERIFIED DUPLICATE of bug 28031
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-16 09:00 UTC by Milan Kubec
Modified: 2008-12-23 09:39 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exc stack traces (4.01 KB, text/plain)
2002-10-16 09:02 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2002-10-16 09:00:36 UTC
NullPointerException is thrown when user creates
new project. The project is reported as opened in
status line but IDE pane is blank (grey) and no
window is opened. The same happens when switching
Workspace and also when switching between projects.
Comment 1 Milan Kubec 2002-10-16 09:02:23 UTC
Created attachment 7668 [details]
exc stack traces
Comment 2 Milan Kubec 2002-10-16 09:04:14 UTC
java.lang.NullPointerException
at
org.netbeans.core.windows.layers.WorkspaceData$InstanceCookieImpl.setProperties(WorkspaceData.java:410)
at
org.netbeans.core.windows.layers.WorkspaceData$InstanceCookieImpl.updateAll(WorkspaceData.java:360)
at
org.netbeans.core.windows.layers.WorkspaceData$InstanceCookieImpl.loadDataSection(WorkspaceData.java:712)
Comment 3 Milan Kubec 2002-10-16 09:09:04 UTC
Raising prio. This bug makes IDE and projects framework unusable.
Comment 4 Marian Mirilovic 2002-10-16 09:27:08 UTC
Milan is right, it's high priority issue and cause impossibility to
use projects.
Comment 5 mslama 2002-10-16 09:38:18 UTC

*** This issue has been marked as a duplicate of 28031 ***
Comment 6 pzajac 2002-10-23 10:22:37 UTC
verified