Compiler Report

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

Number of source files: 8 Number of classfiles: 8

Problems: 45 (Errors: 0 Warnings: 45 )

Source File: org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrBUJavaAxisTC50.java
1. WARNING: DiscouragedReference

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

PerfmsrBUJavaAxisTC50.java :

29 : import org.eclipse.jst.ws.internal.common.J2EEUtils;

2. WARNING: DiscouragedReference

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

PerfmsrBUJavaAxisTC50.java :

30 : import org.eclipse.jst.ws.internal.common.ResourceUtils;

3. WARNING: DiscouragedReference

Discouraged access: The type AccumulateStatusHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerfmsrBUJavaAxisTC50.java :

39 : import org.eclipse.wst.command.internal.env.eclipse.AccumulateStatusHandler;

4. WARNING: DiscouragedReference

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

PerfmsrBUJavaAxisTC50.java :

60 : IPath destPath = ResourceUtils.getJavaSourceLocation(webProject);

5. WARNING: DiscouragedReference

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

PerfmsrBUJavaAxisTC50.java :

60 : IPath destPath = ResourceUtils.getJavaSourceLocation(webProject);

6. WARNING: DiscouragedReference

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

PerfmsrBUJavaAxisTC50.java :

61 : IFolder folder = (IFolder)ResourceUtils.findResource(destPath);

7. WARNING: DiscouragedReference

Discouraged access: The method findResource(IPath) from the type ResourceUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws/@dot

PerfmsrBUJavaAxisTC50.java :

61 : IFolder folder = (IFolder)ResourceUtils.findResource(destPath);

8. WARNING: NullLocalVariableReference

Null pointer access: The variable performanceMeter can only be null at this location

PerfmsrBUJavaAxisTC50.java :

124 : performanceMeter.dispose();

9. WARNING: DiscouragedReference

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

PerfmsrBUJavaAxisTC50.java :

138 : IFolder webContentFolder = (IFolder)J2EEUtils.getWebContentContainer(webProject);

10. WARNING: DiscouragedReference

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

PerfmsrBUJavaAxisTC50.java :

138 : IFolder webContentFolder = (IFolder)J2EEUtils.getWebContentContainer(webProject);

11. WARNING: DiscouragedReference

Discouraged access: The type AccumulateStatusHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerfmsrBUJavaAxisTC50.java :

145 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);

12. WARNING: DiscouragedReference

Discouraged access: The constructor AccumulateStatusHandler(IStatus[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerfmsrBUJavaAxisTC50.java :

145 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);

13. WARNING: DiscouragedReference

Discouraged access: The type AccumulateStatusHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerfmsrBUJavaAxisTC50.java :

145 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);

14. WARNING: DiscouragedReference

Discouraged access: The method getErrorReports() from the type AccumulateStatusHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerfmsrBUJavaAxisTC50.java :

146 : IStatus[] s = statusHandler.getErrorReports();

Source File: org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java
1. WARNING: DiscouragedReference

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

PerfmsrClientAxisTC50.java :

29 : import org.eclipse.jst.ws.internal.common.J2EEUtils;

2. WARNING: DiscouragedReference

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

PerfmsrClientAxisTC50.java :

30 : import org.eclipse.jst.ws.internal.common.ResourceUtils;

3. WARNING: DiscouragedReference

Discouraged access: The type AccumulateStatusHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerfmsrClientAxisTC50.java :

39 : import org.eclipse.wst.command.internal.env.eclipse.AccumulateStatusHandler;

4. WARNING: DiscouragedReference

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

PerfmsrClientAxisTC50.java :

69 : IFolder destFolder = (IFolder)J2EEUtils.getWebContentContainer(webProject);

5. WARNING: DiscouragedReference

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

PerfmsrClientAxisTC50.java :

69 : IFolder destFolder = (IFolder)J2EEUtils.getWebContentContainer(webProject);

6. WARNING: NullLocalVariableReference

Null pointer access: The variable performanceMeter can only be null at this location

PerfmsrClientAxisTC50.java :

119 : performanceMeter.dispose();

7. WARNING: DiscouragedReference

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

PerfmsrClientAxisTC50.java :

134 : IPath destPath = ResourceUtils.getJavaSourceLocation(webProject);

8. WARNING: DiscouragedReference

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

PerfmsrClientAxisTC50.java :

134 : IPath destPath = ResourceUtils.getJavaSourceLocation(webProject);

9. WARNING: DiscouragedReference

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

PerfmsrClientAxisTC50.java :

135 : IFolder srcFolder = (IFolder)ResourceUtils.findResource(destPath);

10. WARNING: DiscouragedReference

Discouraged access: The method findResource(IPath) from the type ResourceUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws/@dot

PerfmsrClientAxisTC50.java :

135 : IFolder srcFolder = (IFolder)ResourceUtils.findResource(destPath);

11. WARNING: DiscouragedReference

Discouraged access: The type AccumulateStatusHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerfmsrClientAxisTC50.java :

142 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);

12. WARNING: DiscouragedReference

Discouraged access: The constructor AccumulateStatusHandler(IStatus[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerfmsrClientAxisTC50.java :

142 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);

13. WARNING: DiscouragedReference

Discouraged access: The type AccumulateStatusHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerfmsrClientAxisTC50.java :

142 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);

14. WARNING: DiscouragedReference

Discouraged access: The method getErrorReports() from the type AccumulateStatusHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerfmsrClientAxisTC50.java :

143 : IStatus[] s = statusHandler.getErrorReports();

Source File: org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrTDJavaAxisTC50.java
1. WARNING: DiscouragedReference

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

PerfmsrTDJavaAxisTC50.java :

28 : import org.eclipse.jst.ws.internal.common.J2EEUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type AccumulateStatusHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerfmsrTDJavaAxisTC50.java :

37 : import org.eclipse.wst.command.internal.env.eclipse.AccumulateStatusHandler;

3. WARNING: DiscouragedReference

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

PerfmsrTDJavaAxisTC50.java :

66 : IFolder destFolder = (IFolder)J2EEUtils.getWebContentContainer(webProject);

4. WARNING: DiscouragedReference

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

PerfmsrTDJavaAxisTC50.java :

66 : IFolder destFolder = (IFolder)J2EEUtils.getWebContentContainer(webProject);

5. WARNING: NullLocalVariableReference

Null pointer access: The variable performanceMeter can only be null at this location

PerfmsrTDJavaAxisTC50.java :

113 : performanceMeter.dispose();

6. WARNING: DiscouragedReference

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

PerfmsrTDJavaAxisTC50.java :

128 : IFolder webContentFolder = (IFolder)J2EEUtils.getWebContentContainer(webProject);

7. WARNING: DiscouragedReference

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

PerfmsrTDJavaAxisTC50.java :

128 : IFolder webContentFolder = (IFolder)J2EEUtils.getWebContentContainer(webProject);

8. WARNING: DiscouragedReference

Discouraged access: The type AccumulateStatusHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerfmsrTDJavaAxisTC50.java :

135 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);

9. WARNING: DiscouragedReference

Discouraged access: The constructor AccumulateStatusHandler(IStatus[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerfmsrTDJavaAxisTC50.java :

135 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);

10. WARNING: DiscouragedReference

Discouraged access: The type AccumulateStatusHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerfmsrTDJavaAxisTC50.java :

135 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler(status);

11. WARNING: DiscouragedReference

Discouraged access: The method getErrorReports() from the type AccumulateStatusHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerfmsrTDJavaAxisTC50.java :

136 : IStatus[] s = statusHandler.getErrorReports();

Source File: org/eclipse/jst/ws/tests/performance/util/PerformanceJUnitUtils.java
1. WARNING: DiscouragedReference

Discouraged access: The type AccumulateStatusHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerformanceJUnitUtils.java :

22 : import org.eclipse.wst.command.internal.env.eclipse.AccumulateStatusHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type AccumulateStatusHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerformanceJUnitUtils.java :

29 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler();

3. WARNING: DiscouragedReference

Discouraged access: The constructor AccumulateStatusHandler() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerformanceJUnitUtils.java :

29 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler();

4. WARNING: DiscouragedReference

Discouraged access: The type AccumulateStatusHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerformanceJUnitUtils.java :

29 : AccumulateStatusHandler statusHandler = new AccumulateStatusHandler();

5. WARNING: DiscouragedReference

Discouraged access: The method setInitialData(String) from the type DynamicWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

PerformanceJUnitUtils.java :

32 : wizard.setInitialData(wizardId);

6. WARNING: DiscouragedReference

Discouraged access: The method getAllReports() from the type AccumulateStatusHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

PerformanceJUnitUtils.java :

41 : return statusHandler.getAllReports();