-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P5
-
None
-
Affects Version/s: 5.0
-
Component/s: tools
-
generic
-
generic
@Deprecated class dep08 {}
class dep08a {
@Deprecated
void f(){dep08 dep;}
@Deprecated
void g(dep08 dep){} // undeserved deprecation warning given here.
}
class dep08a {
@Deprecated
void f(){dep08 dep;}
@Deprecated
void g(dep08 dep){} // undeserved deprecation warning given here.
}
- duplicates
-
JDK-6594914 @SuppressWarnings("deprecation") does not not work for the type of a variable
-
- Closed
-