< prev index next >

src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/Main.java

Print this page

        

*** 78,89 **** * TODO: * - audit error handling throughout, but mainly in scan package * - handling of covariant overrides * - handling of override of method found in multiple superinterfaces * - convert type/method/field output to Java source like syntax, e.g. ! * instead of java/lang/Runtime.runFinalizersOnExit(Z)V ! * print void java.lang.Runtime.runFinalizersOnExit(boolean) * - more example output in man page * - more rigorous GNU style option parsing; use joptsimple? * * FUTURES: * - add module support: --add-modules, --module-path, module arg --- 78,89 ---- * TODO: * - audit error handling throughout, but mainly in scan package * - handling of covariant overrides * - handling of override of method found in multiple superinterfaces * - convert type/method/field output to Java source like syntax, e.g. ! * instead of java/lang/Character.isJavaLetter(C)Z ! * print void java.lang.Character.isJavaLetter(char)boolean * - more example output in man page * - more rigorous GNU style option parsing; use joptsimple? * * FUTURES: * - add module support: --add-modules, --module-path, module arg
< prev index next >