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 18703 - SVUID incompat in JavaDataObject.PersistentConnectionHandle
Summary: SVUID incompat in JavaDataObject.PersistentConnectionHandle
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-16 22:54 UTC by Jesse Glick
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exceptions loading .nbattrs files (115.86 KB, text/plain)
2001-12-16 22:57 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2001-12-16 22:54:26 UTC
I often get messages like the attached in my log file. Seems JDO.PCH defines no
serialVersionUID. It is often serialized (without the user even knowing about
it) on .java files, and so exceptions get dumped into the log file when you open
them again.
Comment 1 Jesse Glick 2001-12-16 22:57:43 UTC
Created attachment 3852 [details]
Exceptions loading .nbattrs files
Comment 2 Jesse Glick 2001-12-16 22:58:51 UTC
Note: it is probably too late to provide an svuid that will work with
all of the old .nbattrs; it looks like the generated svuid has changed
too many times. So best to just pick one from some recent version,
e.g. 3.2.1 or 3.3.0.
Comment 3 Svata Dedic 2002-01-08 08:08:25 UTC
Fixed in trunk:
/cvs/java/src/org/netbeans/modules/java/JavaDataObject.java,v  <-- 
JavaDataObject.java
new revision: 1.150; previous revision: 1.149
Comment 4 Jan Becicka 2002-10-22 14:48:46 UTC
None objects to this fix since NB 3.3. Marking 
as verified.
Comment 5 Quality Engineering 2003-07-01 13:20:09 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.