src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/Main.java
changeset 48942 a6c4b85163c1
parent 48543 7067fe4e054e
child 50566 c0b896fc3f08
equal deleted inserted replaced
48941:4f11514fe783 48942:a6c4b85163c1
    78  * TODO:
    78  * TODO:
    79  *  - audit error handling throughout, but mainly in scan package
    79  *  - audit error handling throughout, but mainly in scan package
    80  *  - handling of covariant overrides
    80  *  - handling of covariant overrides
    81  *  - handling of override of method found in multiple superinterfaces
    81  *  - handling of override of method found in multiple superinterfaces
    82  *  - convert type/method/field output to Java source like syntax, e.g.
    82  *  - convert type/method/field output to Java source like syntax, e.g.
    83  *      instead of java/lang/Runtime.runFinalizersOnExit(Z)V
    83  *      instead of java/lang/Character.isJavaLetter(C)Z
    84  *      print void java.lang.Runtime.runFinalizersOnExit(boolean)
    84  *      print void java.lang.Character.isJavaLetter(char)boolean
    85  *  - more example output in man page
    85  *  - more example output in man page
    86  *  - more rigorous GNU style option parsing; use joptsimple?
    86  *  - more rigorous GNU style option parsing; use joptsimple?
    87  *
    87  *
    88  * FUTURES:
    88  * FUTURES:
    89  *  - add module support: --add-modules, --module-path, module arg
    89  *  - add module support: --add-modules, --module-path, module arg