The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Invoking "extcheck.exe -verbose" gives:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1
at com.sun.tools.extcheck.Main.main(Main.java:37)
Comments
SUGGESTED FIX
src/share/classes/com/sun/tools/extcheck/Main.java needs to be more careful in its argument processing. Specifically, if -verbose is given, it needs to check if there are further arguments.
05-12-2005
EVALUATION
src/share/classes/com/sun/tools/extcheck/Main.java assumes that it is given enough arguments.