Bug 111332 - readObjectNoData
Summary: readObjectNoData
Status: RESOLVED WORKSFORME
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Adrian Colyer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-03 09:24 EDT by Morten Helles CLA
Modified: 2006-05-30 10:17 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Morten Helles CLA 2005-10-03 09:24:35 EDT
This method declaration:

private void readObjectNoData() throws ObjectStreamException ...

shouldn't generate a warning. See

http://java.sun.com/j2se/1.5.0/docs/guide/serialization/spec/input.html

for more information.

(In summary, a private readObjectNoData method declaration should not generate 
a warning, just like a private readObject method declaration doesn't. It is 
part of the java Serialization mechanism.)
Comment 1 Andrew Clement CLA 2006-05-30 10:17:31 EDT
I can't recreate this - either on the command line or in AJDT (recent builds), I get no warning for declaring this method.  Please reopen if you are still seeing it - and instructions on how to recreate it.