Bug 37311

Summary: final keyword ignored for a public static final declaration
Product: [Tools] AspectJ Reporter: Rajesh Honnawarkar <rajeshh_98>
Component: CompilerAssignee: Jim Hugunin <jim-aj>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Rajesh Honnawarkar CLA 2003-05-06 23:45:13 EDT
I am using 1.0.6 and have a Serializable class. This class has a public final 
static member. When I compile through ajc it seems to ignore the "final" keyword
(i.e, if I decompile the class generated by ajc, I dont see the final keyword). 
This can cause the class version to change and results in a 
InvalidClassException
Comment 1 Jim Hugunin CLA 2003-05-07 00:48:47 EDT
See comments on the duplicate bug #37304.  We've fixed this in the 1.1 branch 
but don't intend to do any more maintenance work on 1.0.6.

*** This bug has been marked as a duplicate of 37304 ***