Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
Number of source files: 113 Number of classfiles: 160
Problems: 35 (Errors: 0 Warnings: 35 )
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
Plugin2API.java :
34 : import org.eclipse.jdt.internal.core.util.ClassFileReader;
The field Plugin2API.PLUGIN_XML is never read locally
Plugin2API.java :
70 : private static final String PLUGIN_XML = "plugin.xml"; //$NON-NLS-1$
The field Plugin2API.FRAGMENT_XML is never read locally
Plugin2API.java :
71 : private static final String FRAGMENT_XML = "fragment.xml"; //$NON-NLS-1$
The field Plugin2API.PLUGIN is never read locally
Plugin2API.java :
75 : private static final String PLUGIN = "plugin"; //$NON-NLS-1$
The field Plugin2API.ID is never read locally
Plugin2API.java :
76 : private static final String ID = "id"; //$NON-NLS-1$
The field Plugin2API.RUNTIME is never read locally
Plugin2API.java :
77 : private static final String RUNTIME = "runtime"; //$NON-NLS-1$
The field Plugin2API.LIBRARY is never read locally
Plugin2API.java :
78 : private static final String LIBRARY = "library"; //$NON-NLS-1$
The field Plugin2API.NAME is never read locally
Plugin2API.java :
79 : private static final String NAME = "name"; //$NON-NLS-1$
The field Plugin2API.FRAGMENT is never read locally
Plugin2API.java :
80 : private static final String FRAGMENT = "fragment"; //$NON-NLS-1$
Discouraged access: The constructor ClassFileReader(byte[], int) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
Plugin2API.java :
218 : return new ClassFileReader(baos.toByteArray(), IClassFileReader.CONSTANT_POOL | IClassFileReader.METHOD_INFOS | IClassFileReader.METHOD_BODIES | IClassFileReader.FIELD_INFOS | IClassFileReader.SUPER_INTERFACES);
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
Plugin2API.java :
218 : return new ClassFileReader(baos.toByteArray(), IClassFileReader.CONSTANT_POOL | IClassFileReader.METHOD_INFOS | IClassFileReader.METHOD_BODIES | IClassFileReader.FIELD_INFOS | IClassFileReader.SUPER_INTERFACES);
The method endElement(String, String, String, Attributes) from the type References.ReferencesHandler is never used locally
References.java :
267 : public void endElement(String uri, String elementName, String qName, Attributes attributes) throws SAXException
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
SimpleClass2Reference.java :
40 : import org.eclipse.jdt.internal.core.util.ClassFileReader;
Discouraged access: The constructor ClassFileReader(byte[], int) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
SimpleClass2Reference.java :
327 : return new ClassFileReader(baos.toByteArray(), IClassFileReader.CONSTANT_POOL | IClassFileReader.METHOD_INFOS | IClassFileReader.METHOD_BODIES | IClassFileReader.FIELD_INFOS | IClassFileReader.SUPER_INTERFACES);
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
SimpleClass2Reference.java :
327 : return new ClassFileReader(baos.toByteArray(), IClassFileReader.CONSTANT_POOL | IClassFileReader.METHOD_INFOS | IClassFileReader.METHOD_BODIES | IClassFileReader.FIELD_INFOS | IClassFileReader.SUPER_INTERFACES);
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
API2ComponentAPI.java :
32 : import org.eclipse.jdt.internal.core.util.ClassFileReader;
Discouraged access: The constructor ClassFileReader(byte[], int) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
API2ComponentAPI.java :
535 : return new ClassFileReader(baos.toByteArray(), IClassFileReader.CONSTANT_POOL | IClassFileReader.METHOD_INFOS | IClassFileReader.FIELD_INFOS | IClassFileReader.SUPER_INTERFACES);
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
API2ComponentAPI.java :
535 : return new ClassFileReader(baos.toByteArray(), IClassFileReader.CONSTANT_POOL | IClassFileReader.METHOD_INFOS | IClassFileReader.FIELD_INFOS | IClassFileReader.SUPER_INTERFACES);
The method getNewAPICount() from the type APICompatibilitySummary.APICompatibilityEntry is never used locally
APICompatibilitySummary.java :
86 : public int getNewAPICount()
The method getRemovedAPICount() from the type APICompatibilitySummary.APICompatibilityEntry is never used locally
APICompatibilitySummary.java :
102 : public int getRemovedAPICount()
The method getApiCount() from the type APITestCoverageSummary.APITestCoverageEntry is never used locally
APITestCoverageSummary.java :
106 : public int getApiCount()
The method getTestCoverageCount() from the type APITestCoverageSummary.APITestCoverageEntry is never used locally
APITestCoverageSummary.java :
122 : public int getTestCoverageCount()
The method getClassCount() from the type JavadocCoverageSummary.JavadocCoverageEntry is never used locally
JavadocCoverageSummary.java :
123 : public int getClassCount()
The method getClassJavadocCount() from the type JavadocCoverageSummary.JavadocCoverageEntry is never used locally
JavadocCoverageSummary.java :
133 : public int getClassJavadocCount()
The method getFieldCount() from the type JavadocCoverageSummary.JavadocCoverageEntry is never used locally
JavadocCoverageSummary.java :
143 : public int getFieldCount()
The method getFieldJavadocCount() from the type JavadocCoverageSummary.JavadocCoverageEntry is never used locally
JavadocCoverageSummary.java :
153 : public int getFieldJavadocCount()
The method getMethodCount() from the type JavadocCoverageSummary.JavadocCoverageEntry is never used locally
JavadocCoverageSummary.java :
163 : public int getMethodCount()
The method getMethodJavadocCount() from the type JavadocCoverageSummary.JavadocCoverageEntry is never used locally
JavadocCoverageSummary.java :
173 : public int getMethodJavadocCount()
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
Class2Reference.java :
41 : import org.eclipse.jdt.internal.core.util.ClassFileReader;
Discouraged access: The constructor ClassFileReader(byte[], int) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
Class2Reference.java :
345 : return new ClassFileReader(baos.toByteArray(), IClassFileReader.CONSTANT_POOL | IClassFileReader.METHOD_INFOS | IClassFileReader.METHOD_BODIES | IClassFileReader.FIELD_INFOS | IClassFileReader.SUPER_INTERFACES);
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
Class2Reference.java :
345 : return new ClassFileReader(baos.toByteArray(), IClassFileReader.CONSTANT_POOL | IClassFileReader.METHOD_INFOS | IClassFileReader.METHOD_BODIES | IClassFileReader.FIELD_INFOS | IClassFileReader.SUPER_INTERFACES);
The method getNumViolations() from the type ComponentViolationSummary.ComponentViolationEntry is never used locally
ComponentViolationSummary.java :
75 : public int getNumViolations()
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
Clazz.java :
35 : import org.eclipse.jdt.internal.core.util.ClassFileReader;
Discouraged access: The constructor ClassFileReader(byte[], int) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
Clazz.java :
68 : reader = new ClassFileReader(getInputBytes(), IClassFileReader.CONSTANT_POOL | IClassFileReader.METHOD_INFOS | IClassFileReader.FIELD_INFOS | IClassFileReader.METHOD_BODIES | IClassFileReader.SUPER_INTERFACES);
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
Clazz.java :
68 : reader = new ClassFileReader(getInputBytes(), IClassFileReader.CONSTANT_POOL | IClassFileReader.METHOD_INFOS | IClassFileReader.FIELD_INFOS | IClassFileReader.METHOD_BODIES | IClassFileReader.SUPER_INTERFACES);