The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
The fix for 5048535 neglected to properly update all the uses of the old name for the "NO_OP" fields.
Comments
CONVERTED DATA
BugTraq+ Release Management Values
COMMIT TO FIX:
tiger-rc
FIXED IN:
tiger-rc
INTEGRATED IN:
tiger-b59
tiger-rc
03-08-2004
SUGGESTED FIX
src/share/classes/com/sun/mirror/util>sccs sccsdiff -r1.3 -r1.4 DeclarationVisitors.java
------- DeclarationVisitors.java -------
38,39c38,39
< * and post processing is needed, use the {@link
< * DeclarationVisitors#NoOpDeclVisitor NoOpDeclVisitor} for the
---
> * and post processing is needed, use {@link
> * DeclarationVisitors#NO_OP DeclarationVisitors.NO_OP} for the
67,69c67,68
< * and post processing is needed, use the {@link
< * DeclarationVisitors#NoOpDeclVisitor NoOpDeclVisitor} for the
< * other parameter.
---
> * and post processing is needed, use {@link
> * DeclarationVisitors#NO_OP DeclarationVisitors.NO_OP} for the other parameter.
src/share/classes/com/sun/mirror/apt>sccs sccsdiff -r1.8 -r1.9 AnnotationProcessorFactory.java
------- AnnotationProcessorFactory.java -------
76,78c76
< * set will often be returning {@link
< * com.sun.mirror.AnnotationProcessors#NO_OP
< * AnnotationProcessors.NO_OP}.
---
> * set will often be returning {@link AnnotationProcessors#NO_OP}.
###@###.### 2004-07-13
13-07-2004
EVALUATION
Should be fixed.
###@###.### 2004-07-13