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 85211 - Generation code - serialize
Summary: Generation code - serialize
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-19 10:43 UTC by Jana Maleckova
Modified: 2008-08-29 14:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
85211 (3.04 KB, text/plain)
2006-09-19 10:45 UTC, Jana Maleckova
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jana Maleckova 2006-09-19 10:43:24 UTC
NetBeans IDE Dev (Build 200609171800)
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b98
Windows XP version 5.1 running on x86
cs_CZ (nb); Cp1250

Descripton:
===========
Discordance between configuration files of IDE and files created by form module
using serialiaze code generation. These types of files have .ser suffix.
According to this IDE labels these files with error (in project win) despite
they are generated correctly and application doesn't throught any exceptions and
can run.

StackTrace:
===========
ALL [null]: From file:
MasterFileObject@fdc74[E:/testing_NB/60/testing1.6/focus_test/src/my_test/NewJFrame2_jTextField1.ser]
INFO: Unknown typecode: 0x7E
org.netbeans.modules.clazz.SerParser$CorruptException: Unknown typecode: 0x7E
        at org.netbeans.modules.clazz.SerParser.readContent(SerParser.java:297)
        at org.netbeans.modules.clazz.SerParser.readNoWrClass(SerParser.java:576)
        at org.netbeans.modules.clazz.SerParser.readNewObject(SerParser.java:349)
Comment 1 Jana Maleckova 2006-09-19 10:45:19 UTC
Created attachment 34137 [details]
85211
Comment 2 Tomas Pavek 2007-01-11 18:23:00 UTC
Shouldn't clazz data object care about .ser files only on system FS?
Comment 3 Pavel Flaska 2007-03-23 17:20:31 UTC
.ser files are adult, they should care about themselves.
Comment 4 Jiri Prox 2008-02-22 10:33:13 UTC
Is this still valid? I cannot reproduce it in current dev build.
Comment 5 Jiri Prox 2008-08-29 14:28:14 UTC
I cannot reproduce it with current dev build.