langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/readme.md
changeset 41863 98b049c8b848
parent 41439 ee4857e4fa85
equal deleted inserted replaced
41862:471a0cb1b986 41863:98b049c8b848
    90 
    90 
    91 Given a jar file, **jdeprscan** will scan the classes found within
    91 Given a jar file, **jdeprscan** will scan the classes found within
    92 that jar file and report information about how those classes use
    92 that jar file and report information about how those classes use
    93 deprecated APIs.
    93 deprecated APIs.
    94 
    94 
       
    95 Given a class file, **jdeprscan** will scan that class and report
       
    96 its use of deprecated APIs.
       
    97 
    95 Given a class name, **jdeprscan** will search for that class on the
    98 Given a class name, **jdeprscan** will search for that class on the
    96 classpath, scan that class, and report information about how that
    99 classpath, scan that class, and report information about how that
    97 class uses deprecated APIs. The class name must use the fully
   100 class uses deprecated APIs. The class name must use the fully
    98 qualified binary name of the class, as described in the
   101 qualified binary name of the class, as described in the
    99 [Java Language Specification, section 13.1][jls131]. This form uses
   102 [Java Language Specification, section 13.1][jls131]. This form uses