- 
    Bug 
- 
    Resolution: Duplicate
- 
     P5 P5
- 
    None
- 
    5.0
- 
        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
 
-