Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 17 Number of classfiles: 81

Problems: 10 (Errors: 0 Warnings: 10 )

Source File: org/eclipse/jst/common/project/facet/ui/internal/JavaVersionMismatchMarkerResolutions.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaFacetUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.project.facet.core/@dot

JavaVersionMismatchMarkerResolutions.java :

21 : import org.eclipse.jst.common.project.facet.core.internal.JavaFacetUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaFacetValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.project.facet.core/@dot

JavaVersionMismatchMarkerResolutions.java :

22 : import org.eclipse.jst.common.project.facet.core.internal.JavaFacetValidator;

3. WARNING: DiscouragedReference

Discouraged access: The type JavaFacetValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.project.facet.core/@dot

JavaVersionMismatchMarkerResolutions.java :

93 : = this.marker.getAttribute( JavaFacetValidator.ATTR_COMPILER_LEVEL, null );

4. WARNING: DiscouragedReference

Discouraged access: The field ATTR_COMPILER_LEVEL from the type JavaFacetValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.project.facet.core/@dot

JavaVersionMismatchMarkerResolutions.java :

93 : = this.marker.getAttribute( JavaFacetValidator.ATTR_COMPILER_LEVEL, null );

5. WARNING: DiscouragedReference

Discouraged access: The type JavaFacetUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.project.facet.core/@dot

JavaVersionMismatchMarkerResolutions.java :

124 : JavaFacetUtil.setCompilerLevel( project, level );

6. WARNING: DiscouragedReference

Discouraged access: The method setCompilerLevel(IProject, String) from the type JavaFacetUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.project.facet.core/@dot

JavaVersionMismatchMarkerResolutions.java :

124 : JavaFacetUtil.setCompilerLevel( project, level );

7. WARNING: DiscouragedReference

Discouraged access: The type JavaFacetUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.project.facet.core/@dot

JavaVersionMismatchMarkerResolutions.java :

125 : JavaFacetUtil.scheduleFullBuild( project );

8. WARNING: DiscouragedReference

Discouraged access: The method scheduleFullBuild(IProject) from the type JavaFacetUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.project.facet.core/@dot

JavaVersionMismatchMarkerResolutions.java :

125 : JavaFacetUtil.scheduleFullBuild( project );

9. WARNING: DiscouragedReference

Discouraged access: The type JavaFacetValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.project.facet.core/@dot

JavaVersionMismatchMarkerResolutions.java :

137 : return this.marker.getAttribute( JavaFacetValidator.ATTR_FACET_VERSION, null);

10. WARNING: DiscouragedReference

Discouraged access: The field ATTR_FACET_VERSION from the type JavaFacetValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.project.facet.core/@dot

JavaVersionMismatchMarkerResolutions.java :

137 : return this.marker.getAttribute( JavaFacetValidator.ATTR_FACET_VERSION, null);