|
Quick Lists
|
|
Bug ID:
|
4664747
|
|
Votes
|
0
|
|
Synopsis
|
When SerializableRenderedImage is serialized again, NPE is thrown
|
|
Category
|
jai:implementation
|
|
Reported Against
|
1.1.2-dev
|
|
Release Fixed
|
|
|
State
|
1-Dispatched,
bug
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
|
|
Submit Date
|
08-APR-2002
|
|
Description
|
Here is the use case to trigger the problem:
Create SerializableRenderedImage SRI1 from one source;
Serialize it into a byte array, deserialize it to create SRI2
Serialize SRI2 into a byte array, deserialize it to create SRI3
When display these images, SRI3 pulls data from SRI2 but SRI2 is created from serialization so its source is null. Then NPE is thrown when creating TileServer.
A test program is attached.
|
|
Work Around
|
N/A
|
|
Evaluation
|
N/A
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |