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 )
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;
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;
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;
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);
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);
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);
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);
Null pointer access: The variable performanceMeter can only be null at this location
PerfmsrBUJavaAxisTC50.java :
124 : performanceMeter.dispose();
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);
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);
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);
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);
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);
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();
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;
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;
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;
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);
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);
Null pointer access: The variable performanceMeter can only be null at this location
PerfmsrClientAxisTC50.java :
119 : performanceMeter.dispose();
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);
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);
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);
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);
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);
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);
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);
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();
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;
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;
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);
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);
Null pointer access: The variable performanceMeter can only be null at this location
PerfmsrTDJavaAxisTC50.java :
113 : performanceMeter.dispose();
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);
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);
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);
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);
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);
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();
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;
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();
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();
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();
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);
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();