Bug 111332

Summary: readObjectNoData
Product: [Tools] AspectJ Reporter: Morten Helles <morten.helles>
Component: CompilerAssignee: Adrian Colyer <adrian.colyer>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.