-
Bug
-
Resolution: Fixed
-
P5
-
5.0
-
b21
-
generic
-
generic, solaris_8
Two nits:
% javac -Xlint T.java
T.java:2: warning: [dep-ann] deprecated name isnt annotated with @Deprecated
^ ^
| |_ double the apostrophe
|
|_ names aren't deprecated
(think overloading)
% javac -Xlint T.java
T.java:2: warning: [dep-ann] deprecated name isnt annotated with @Deprecated
^ ^
| |_ double the apostrophe
|
|_ names aren't deprecated
(think overloading)
- duplicates
-
JDK-4985012 -Xlint:dep-ann warning has a typo
-
- Closed
-