-
Enhancement
-
Resolution: Fixed
-
P4
-
9
-
b132
-
Verified
While the @Deprecated annotation can be applied most everywhere, there are several uses of it that are specified as being no-ops (JDK-6481080):
* parameters
* local variables
* package declarations
It could be helpful if javac's -Xlint:deprecation warning including a warning for no-op uses of @Deprecated.
* parameters
* local variables
* package declarations
It could be helpful if javac's -Xlint:deprecation warning including a warning for no-op uses of @Deprecated.
- relates to
-
JDK-6481080 (ann) @Deprecated annotation has no effect on packages
-
- Resolved
-
-
JDK-6908218 java.lang.Deprecated should have explicit @Target meta-annotation
-
- Resolved
-
-
JDK-8072583 javac should no longer treat @deprecated javadoc tag as indicating formal deprecation
-
- Open
-