Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0
Number of source files: 53 Number of classfiles: 68
Problems: 11 (Errors: 0 Warnings: 11 )
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
MessageUtility.java :
45 : return MessageFormat.format(template, new String[]{mssgPrefix, resource, location, text});
Dead code
BVTRunner.java :
615 : if((severity == null) && (prefixSeverity == null)) { severityEqual = true; }
Dead code
BVTRunner.java :
621 : else if(prefixSeverity == null) { severityEqual = false; }
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
TestCaseGeneratorOperation.java :
108 : messageBuffer.append(MessageFormat.format(_TESTCASE_MESSAGE_TEMPLATE_, new String[]{messageId, resource, location, text}));
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
TestCaseGeneratorOperation.java :
116 : String testcaseTemplate = MessageFormat.format(_TESTCASE_TEMPLATE_, new String[]{project.getName(), vmd.getValidatorUniqueName(), buffer.toString()});
Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jem.workbench/@dot
JDTUtility.java :
21 : import org.eclipse.jem.internal.plugin.JavaEMFNature;
Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jem.workbench/@dot
JDTUtility.java :
219 : JavaEMFNature nature = getNature(type);
Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jem.workbench/@dot
JDTUtility.java :
226 : public static JavaEMFNature getNature(IType type) {
Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jem.workbench/@dot
JDTUtility.java :
231 : JavaEMFNature nature = JavaEMFNature.createRuntime(project);
Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jem.workbench/@dot
JDTUtility.java :
231 : JavaEMFNature nature = JavaEMFNature.createRuntime(project);
Discouraged access: The method createRuntime(IProject) from the type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/workdir/plugins/org.eclipse.jem.workbench/@dot
JDTUtility.java :
231 : JavaEMFNature nature = JavaEMFNature.createRuntime(project);