[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/44208] New: Deserialization of Enums works incorrectly
From: |
paul at diasoft dot nl |
Subject: |
[Bug classpath/44208] New: Deserialization of Enums works incorrectly |
Date: |
20 May 2010 10:23:31 -0000 |
An enum is only correctly deserialized the first time it is encountered. The
next occurrence in the serialized object stream contains a reference to the
previous enum. This is incorrectly handled and a String is returned instead of
an enum.
--
Summary: Deserialization of Enums works incorrectly
Product: classpath
Version: 0.98
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: paul at diasoft dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44208
- [Bug classpath/44208] New: Deserialization of Enums works incorrectly,
paul at diasoft dot nl <=