Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2
Number of source files: 26 Number of classfiles: 33
Problems: 2 (Errors: 0 Warnings: 2 )
The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation
CommandLine.java :
389 : super( MessageFormat.format( message, args ) );
The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation
CommandLine.java :
407 : super( MessageFormat.format( message, args ) );