Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0
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 ) );