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 8274 - Exceptions are throwing after import old Forte/NetBeans project.
Summary: Exceptions are throwing after import old Forte/NetBeans project.
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: -FFJ-
Hardware: PC All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-08 10:18 UTC by ehucka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
This exception is thrown after opening imported project. (2.05 KB, text/plain)
2001-07-20 20:46 UTC, ehucka
Details
This exceptions is thrown after selecting opened dataobject and after opening another project. (7.87 KB, text/plain)
2001-07-20 20:46 UTC, ehucka
Details
Thread dump: (4.02 KB, text/plain)
2001-07-20 20:46 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2000-11-08 10:18:42 UTC
[1143] JDK1.3 FCS

If some old Forte projects are imported (older than from build 1099) or some old
NetBeans project (from stable 30) which conatins serialized workspaces (opened
source editor) the error "The window *** could not be opened due to problems
with deserialization." is shown. At the same time is thrown NullPointerException
(see first atachment) to console.
When I select dataobject in explorer which was opened in serialized Source
editor NullPointerException is thrown (see atachment two).
Comment 1 ehucka 2000-11-08 10:22:59 UTC
Created attachment 278 [details]
This exception is thrown after opening imported project.
Comment 2 ehucka 2000-11-08 10:23:59 UTC
Created attachment 279 [details]
This exceptions is thrown after selecting opened dataobject and after opening another project.
Comment 3 ehucka 2000-11-08 10:25:59 UTC
Created attachment 280 [details]
Thread dump:
Comment 4 ehucka 2000-11-13 10:52:59 UTC
*** Bug 8390 has been marked as a duplicate of this bug. ***
Comment 5 Svata Dedic 2000-11-23 12:49:59 UTC
[Trunk-77, Release31-14]
It was caused by improper deserialization - in some cases, the CloneableEditor
(a window) did not retrieve its own DataObject causing NPEs later.
Comment 6 Quality Engineering 2003-07-01 13:17:49 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.