Compiler Report

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 )

Source File: org/eclipse/wtp/releng/tools/component/adopters/Plugin2API.java
1. WARNING: DiscouragedReference

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;

2. WARNING: UnusedPrivateField

The field Plugin2API.PLUGIN_XML is never read locally

Plugin2API.java :

70 : private static final String PLUGIN_XML = "plugin.xml"; //$NON-NLS-1$

3. WARNING: UnusedPrivateField

The field Plugin2API.FRAGMENT_XML is never read locally

Plugin2API.java :

71 : private static final String FRAGMENT_XML = "fragment.xml"; //$NON-NLS-1$

4. WARNING: UnusedPrivateField

The field Plugin2API.PLUGIN is never read locally

Plugin2API.java :

75 : private static final String PLUGIN = "plugin"; //$NON-NLS-1$

5. WARNING: UnusedPrivateField

The field Plugin2API.ID is never read locally

Plugin2API.java :

76 : private static final String ID = "id"; //$NON-NLS-1$

6. WARNING: UnusedPrivateField

The field Plugin2API.RUNTIME is never read locally

Plugin2API.java :

77 : private static final String RUNTIME = "runtime"; //$NON-NLS-1$

7. WARNING: UnusedPrivateField

The field Plugin2API.LIBRARY is never read locally

Plugin2API.java :

78 : private static final String LIBRARY = "library"; //$NON-NLS-1$

8. WARNING: UnusedPrivateField

The field Plugin2API.NAME is never read locally

Plugin2API.java :

79 : private static final String NAME = "name"; //$NON-NLS-1$

9. WARNING: UnusedPrivateField

The field Plugin2API.FRAGMENT is never read locally

Plugin2API.java :

80 : private static final String FRAGMENT = "fragment"; //$NON-NLS-1$

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wtp/releng/tools/component/adopters/References.java
1. WARNING: UnusedPrivateMethod

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

Source File: org/eclipse/wtp/releng/tools/component/adopters/SimpleClass2Reference.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wtp/releng/tools/component/api/API2ComponentAPI.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wtp/releng/tools/component/api/compatibility/APICompatibilitySummary.java
1. WARNING: UnusedPrivateMethod

The method getNewAPICount() from the type APICompatibilitySummary.APICompatibilityEntry is never used locally

APICompatibilitySummary.java :

86 : public int getNewAPICount()

2. WARNING: UnusedPrivateMethod

The method getRemovedAPICount() from the type APICompatibilitySummary.APICompatibilityEntry is never used locally

APICompatibilitySummary.java :

102 : public int getRemovedAPICount()

Source File: org/eclipse/wtp/releng/tools/component/api/progress/APITestCoverageSummary.java
1. WARNING: UnusedPrivateMethod

The method getApiCount() from the type APITestCoverageSummary.APITestCoverageEntry is never used locally

APITestCoverageSummary.java :

106 : public int getApiCount()

2. WARNING: UnusedPrivateMethod

The method getTestCoverageCount() from the type APITestCoverageSummary.APITestCoverageEntry is never used locally

APITestCoverageSummary.java :

122 : public int getTestCoverageCount()

Source File: org/eclipse/wtp/releng/tools/component/api/progress/JavadocCoverageSummary.java
1. WARNING: UnusedPrivateMethod

The method getClassCount() from the type JavadocCoverageSummary.JavadocCoverageEntry is never used locally

JavadocCoverageSummary.java :

123 : public int getClassCount()

2. WARNING: UnusedPrivateMethod

The method getClassJavadocCount() from the type JavadocCoverageSummary.JavadocCoverageEntry is never used locally

JavadocCoverageSummary.java :

133 : public int getClassJavadocCount()

3. WARNING: UnusedPrivateMethod

The method getFieldCount() from the type JavadocCoverageSummary.JavadocCoverageEntry is never used locally

JavadocCoverageSummary.java :

143 : public int getFieldCount()

4. WARNING: UnusedPrivateMethod

The method getFieldJavadocCount() from the type JavadocCoverageSummary.JavadocCoverageEntry is never used locally

JavadocCoverageSummary.java :

153 : public int getFieldJavadocCount()

5. WARNING: UnusedPrivateMethod

The method getMethodCount() from the type JavadocCoverageSummary.JavadocCoverageEntry is never used locally

JavadocCoverageSummary.java :

163 : public int getMethodCount()

6. WARNING: UnusedPrivateMethod

The method getMethodJavadocCount() from the type JavadocCoverageSummary.JavadocCoverageEntry is never used locally

JavadocCoverageSummary.java :

173 : public int getMethodJavadocCount()

Source File: org/eclipse/wtp/releng/tools/component/api/violation/Class2Reference.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wtp/releng/tools/component/api/violation/ComponentViolationSummary.java
1. WARNING: UnusedPrivateMethod

The method getNumViolations() from the type ComponentViolationSummary.ComponentViolationEntry is never used locally

ComponentViolationSummary.java :

75 : public int getNumViolations()

Source File: org/eclipse/wtp/releng/tools/component/internal/Clazz.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);