JDK-4174763 : Add synthetic attribute to Miranda methods
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.5.1
  • CPU: generic
  • Submitted: 1998-09-18
  • Updated: 1999-02-19
  • Resolved: 1999-02-19
Related Reports
Duplicate :  
Description
Miranda methods should have the synthetic attribute set.  A change for
this was going to be added along with other changes affecting serialization
(bug 4169272).  It has been decided that those changes are not approved
for 1.2 because of potential destabilization, so the Miranda/synthetic
fix needs to be applied separately.

Comments
EVALUATION This is "The Right Thing", but may have some minor compatibility implications, due to the fact that the compiler's current behavior is the "de-facto" spec for Miranda methods. william.maddox@Eng 1999-02-19
19-02-1999