Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0

Number of source files: 395 Number of classfiles: 484

Problems: 80 (Errors: 0 Warnings: 80 )

Source File: org/eclipse/jst/j2ee/internal/plugin/J2EEPlugin.java
1. WARNING: DiscouragedReference

Discouraged access: The type PlatformURLConnection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar

J2EEPlugin.java :

26 : import org.eclipse.core.internal.boot.PlatformURLConnection;

2. WARNING: DiscouragedReference

Discouraged access: The method getURLAsLocal() from the type PlatformURLConnection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar

J2EEPlugin.java :

321 : String installLocation = ((PlatformURLConnection) url.openConnection()).getURLAsLocal().getFile();

3. WARNING: DiscouragedReference

Discouraged access: The type PlatformURLConnection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar

J2EEPlugin.java :

321 : String installLocation = ((PlatformURLConnection) url.openConnection()).getURLAsLocal().getFile();

Source File: org/eclipse/jst/j2ee/internal/validation/AWorkbenchMOFHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

AWorkbenchMOFHelper.java :

20 : import org.eclipse.jem.internal.plugin.JavaEMFNature;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

AWorkbenchMOFHelper.java :

36 : JavaEMFNature nature = getMOFNature(getProject());

3. WARNING: DiscouragedReference

Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

AWorkbenchMOFHelper.java :

50 : public JavaEMFNature getMOFNature(IProject project) {

4. WARNING: DiscouragedReference

Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

AWorkbenchMOFHelper.java :

67 : if (nature instanceof JavaEMFNature) {

5. WARNING: DiscouragedReference

Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

AWorkbenchMOFHelper.java :

68 : return (JavaEMFNature) nature;

Source File: org/eclipse/jst/j2ee/internal/validation/ResourceUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type JDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

ResourceUtil.java :

19 : import org.eclipse.jem.internal.adapters.jdom.JDOMAdaptor;

2. WARNING: DiscouragedReference

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

ResourceUtil.java :

20 : import org.eclipse.jem.internal.java.adapters.ReadAdaptor;

3. WARNING: DiscouragedReference

Discouraged access: The type JDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

ResourceUtil.java :

38 : JDOMAdaptor jdomAdapter = null;

4. WARNING: DiscouragedReference

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

ResourceUtil.java :

45 : if ((a != null) && a.isAdapterForType(ReadAdaptor.TYPE_KEY) && (a instanceof JDOMAdaptor)) {

5. WARNING: DiscouragedReference

Discouraged access: The field TYPE_KEY from the type ReadAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem/@dot

ResourceUtil.java :

45 : if ((a != null) && a.isAdapterForType(ReadAdaptor.TYPE_KEY) && (a instanceof JDOMAdaptor)) {

6. WARNING: DiscouragedReference

Discouraged access: The type JDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

ResourceUtil.java :

45 : if ((a != null) && a.isAdapterForType(ReadAdaptor.TYPE_KEY) && (a instanceof JDOMAdaptor)) {

7. WARNING: DiscouragedReference

Discouraged access: The type JDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

ResourceUtil.java :

46 : jdomAdapter = (JDOMAdaptor) a;

8. WARNING: DiscouragedReference

Discouraged access: The method getLineNo() from the type JDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

ResourceUtil.java :

52 : int lineNo = jdomAdapter.getLineNo();

9. WARNING: DiscouragedReference

Discouraged access: The type JDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

ResourceUtil.java :

53 : if (lineNo != JDOMAdaptor.INVALID_LINENO)

10. WARNING: DiscouragedReference

Discouraged access: The field INVALID_LINENO from the type JDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

ResourceUtil.java :

53 : if (lineNo != JDOMAdaptor.INVALID_LINENO)

Source File: org/eclipse/jst/j2ee/internal/common/CMPJavaChangeSynchronizationAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaJDOMAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

CMPJavaChangeSynchronizationAdapter.java :

28 : import org.eclipse.jem.internal.adapters.jdom.JavaJDOMAdapterFactory;

2. WARNING: DiscouragedReference

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

CMPJavaChangeSynchronizationAdapter.java :

29 : import org.eclipse.jem.internal.java.adapters.ReadAdaptor;

3. WARNING: DiscouragedReference

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

CMPJavaChangeSynchronizationAdapter.java :

30 : import org.eclipse.jem.internal.java.adapters.ReflectionAdaptor;

4. WARNING: DiscouragedReference

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

CMPJavaChangeSynchronizationAdapter.java :

109 : case ReflectionAdaptor.EVENT :

5. WARNING: DiscouragedReference

Discouraged access: The field EVENT from the type ReflectionAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem/@dot

CMPJavaChangeSynchronizationAdapter.java :

109 : case ReflectionAdaptor.EVENT :

6. WARNING: DiscouragedReference

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

CMPJavaChangeSynchronizationAdapter.java :

364 : AdapterFactory factory = EcoreUtil.getAdapterFactory(adapterFactories, ReadAdaptor.TYPE_KEY);

7. WARNING: DiscouragedReference

Discouraged access: The field TYPE_KEY from the type ReadAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem/@dot

CMPJavaChangeSynchronizationAdapter.java :

364 : AdapterFactory factory = EcoreUtil.getAdapterFactory(adapterFactories, ReadAdaptor.TYPE_KEY);

8. WARNING: DiscouragedReference

Discouraged access: The type JavaJDOMAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

CMPJavaChangeSynchronizationAdapter.java :

365 : if (factory instanceof JavaJDOMAdapterFactory) {

9. WARNING: DiscouragedReference

Discouraged access: The type JavaJDOMAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

CMPJavaChangeSynchronizationAdapter.java :

366 : JavaJDOMAdapterFactory javaFactory = (JavaJDOMAdapterFactory) factory;

10. WARNING: DiscouragedReference

Discouraged access: The type JavaJDOMAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

CMPJavaChangeSynchronizationAdapter.java :

366 : JavaJDOMAdapterFactory javaFactory = (JavaJDOMAdapterFactory) factory;

11. WARNING: DiscouragedReference

Discouraged access: The method flushReflectionNoNotification(String) from the type JavaJDOMAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

CMPJavaChangeSynchronizationAdapter.java :

367 : javaFactory.flushReflectionNoNotification(primaryKeyClass.getQualifiedName());

Source File: org/eclipse/jst/j2ee/internal/common/UpdateProjectClasspath.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClasspathEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

UpdateProjectClasspath.java :

25 : import org.eclipse.jdt.internal.core.ClasspathEntry;

2. WARNING: DiscouragedReference

Discouraged access: The type ClasspathEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

UpdateProjectClasspath.java :

48 : ((ClasspathEntry)classpath[i]).specificOutputLocation = newOutputPath;

3. WARNING: DiscouragedReference

Discouraged access: The field specificOutputLocation from the type ClasspathEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

UpdateProjectClasspath.java :

48 : ((ClasspathEntry)classpath[i]).specificOutputLocation = newOutputPath;

Source File: org/eclipse/jst/j2ee/internal/common/operations/JARDependencyDataModelProperties.java
1. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15 is never used

JARDependencyDataModelProperties.java :

14 : import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15;

Source File: org/eclipse/jst/j2ee/internal/common/operations/JARDependencyDataModelProvider.java
1. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15 is never used

JARDependencyDataModelProvider.java :

28 : import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15;

Source File: org/eclipse/jst/j2ee/internal/common/operations/JARDependencyOperation.java
1. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15 is never used

JARDependencyOperation.java :

43 : import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15;

Source File: org/eclipse/jst/j2ee/internal/common/operations/JavaModelUtil.java
1. WARNING: UnusedImport

The import org.eclipse.jdt.core.ICodeAssist is never used

JavaModelUtil.java :

34 : import org.eclipse.jdt.core.ICodeAssist;

2. WARNING: UnusedImport

The import org.eclipse.jdt.core.IOpenable is never used

JavaModelUtil.java :

41 : import org.eclipse.jdt.core.IOpenable;

3. WARNING: UnusedImport

The import org.eclipse.jdt.core.IParent is never used

JavaModelUtil.java :

44 : import org.eclipse.jdt.core.IParent;

4. WARNING: UnusedImport

The import org.eclipse.jdt.core.ISourceReference is never used

JavaModelUtil.java :

45 : import org.eclipse.jdt.core.ISourceReference;

Source File: org/eclipse/jst/j2ee/internal/common/operations/NewJavaClassOperation.java
1. WARNING: UnusedImport

The import java.lang.reflect.InvocationTargetException is never used

NewJavaClassOperation.java :

26 : import java.lang.reflect.InvocationTargetException;

2. WARNING: UnusedImport

The import org.eclipse.core.commands.operations.AbstractOperation is never used

NewJavaClassOperation.java :

31 : import org.eclipse.core.commands.operations.AbstractOperation;

Source File: org/eclipse/jst/j2ee/internal/common/operations/UpdateJavaBuildPathOperation.java
1. WARNING: UnusedImport

The import java.lang.reflect.InvocationTargetException is never used

UpdateJavaBuildPathOperation.java :

13 : import java.lang.reflect.InvocationTargetException;

2. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15 is never used

UpdateJavaBuildPathOperation.java :

31 : import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15;

Source File: org/eclipse/jst/j2ee/common/internal/provider/EjbRefItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used

EjbRefItemProvider.java :

27 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;

Source File: org/eclipse/jst/j2ee/common/internal/provider/EnvEntryItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used

EnvEntryItemProvider.java :

27 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;

Source File: org/eclipse/jst/j2ee/common/internal/provider/ResourceEnvRefItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used

ResourceEnvRefItemProvider.java :

27 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;

Source File: org/eclipse/jst/j2ee/common/internal/provider/ResourceRefItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used

ResourceRefItemProvider.java :

27 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;

Source File: org/eclipse/jst/j2ee/common/internal/provider/RunAsSpecifiedIdentityItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.AddCommand is never used

RunAsSpecifiedIdentityItemProvider.java :

24 : import org.eclipse.emf.edit.command.AddCommand;

2. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.RemoveCommand is never used

RunAsSpecifiedIdentityItemProvider.java :

25 : import org.eclipse.emf.edit.command.RemoveCommand;

Source File: org/eclipse/jst/j2ee/common/internal/provider/SecurityRoleItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used

SecurityRoleItemProvider.java :

27 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;

Source File: org/eclipse/jst/j2ee/common/internal/provider/SecurityRoleRefItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used

SecurityRoleRefItemProvider.java :

25 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;

Source File: org/eclipse/jst/j2ee/project/facet/EarFacetInstallDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.v20100526-0737.jar

EarFacetInstallDelegate.java :

18 : import org.eclipse.core.internal.resources.XMLWriter;

2. WARNING: DiscouragedReference

Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.v20100526-0737.jar

EarFacetInstallDelegate.java :

83 : appXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<application id=\"Application_ID\" version=\"6\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_6.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) + "</display-name> \n </application> "; //$NON-NLS-1$ //$NON-NLS-2$

3. WARNING: DiscouragedReference

Discouraged access: The method getEscaped(String) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.v20100526-0737.jar

EarFacetInstallDelegate.java :

83 : appXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<application id=\"Application_ID\" version=\"6\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_6.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) + "</display-name> \n </application> "; //$NON-NLS-1$ //$NON-NLS-2$

4. WARNING: DiscouragedReference

Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.v20100526-0737.jar

EarFacetInstallDelegate.java :

86 : appXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<application id=\"Application_ID\" version=\"5\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) + "</display-name> \n </application> "; //$NON-NLS-1$ //$NON-NLS-2$

5. WARNING: DiscouragedReference

Discouraged access: The method getEscaped(String) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.v20100526-0737.jar

EarFacetInstallDelegate.java :

86 : appXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<application id=\"Application_ID\" version=\"5\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) + "</display-name> \n </application> "; //$NON-NLS-1$ //$NON-NLS-2$

Source File: org/eclipse/jst/j2ee/internal/project/J2EEJavaProjectInfo.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaProjectInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

J2EEJavaProjectInfo.java :

26 : import org.eclipse.jem.internal.plugin.JavaProjectInfo;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaProjectInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

J2EEJavaProjectInfo.java :

35 : public class J2EEJavaProjectInfo extends JavaProjectInfo {

3. WARNING: DiscouragedReference

Discouraged access: The constructor JavaProjectInfo() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

J2EEJavaProjectInfo.java :

52 : super();

4. WARNING: DiscouragedReference

Discouraged access: The constructor JavaProjectInfo() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

J2EEJavaProjectInfo.java :

59 : super();

5. WARNING: DiscouragedReference

Discouraged access: The field DEFAULT_JAVA_OUTPUT_PATH from the type JavaProjectInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

J2EEJavaProjectInfo.java :

239 : return DEFAULT_JAVA_OUTPUT_PATH;

6. WARNING: DiscouragedReference

Discouraged access: The method getSourcePath() from the type JavaProjectInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.jem.workbench/@dot

J2EEJavaProjectInfo.java :

266 : return Path.ROOT.append(getProjectPath()).append(getSourcePath()).toString();

Source File: org/eclipse/jst/j2ee/internal/project/J2EEProjectUtilities.java
1. WARNING: UnusedImport

The import org.eclipse.jst.common.jdt.internal.javalite.IJavaProjectLite is never used

J2EEProjectUtilities.java :

47 : import org.eclipse.jst.common.jdt.internal.javalite.IJavaProjectLite;

Source File: org/eclipse/jst/j2ee/project/facet/J2EEModuleFacetInstallDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type ResourceStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.v20100526-0737.jar

J2EEModuleFacetInstallDataModelProvider.java :

17 : import org.eclipse.core.internal.resources.ResourceStatus;

2. WARNING: DiscouragedReference

Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.v20100526-0737.jar

J2EEModuleFacetInstallDataModelProvider.java :

18 : import org.eclipse.core.internal.utils.Messages;

3. WARNING: DiscouragedReference

Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.v20100526-0737.jar

J2EEModuleFacetInstallDataModelProvider.java :

293 : String message = NLS.bind(Messages.resources_invalidCharInName, "#", folderName); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The field resources_invalidCharInName from the type Messages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.v20100526-0737.jar

J2EEModuleFacetInstallDataModelProvider.java :

293 : String message = NLS.bind(Messages.resources_invalidCharInName, "#", folderName); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The constructor ResourceStatus(int, IPath, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.v20100526-0737.jar

J2EEModuleFacetInstallDataModelProvider.java :

294 : status = new ResourceStatus(IResourceStatus.INVALID_VALUE, null, message);

6. WARNING: DiscouragedReference

Discouraged access: The type ResourceStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.v20100526-0737.jar

J2EEModuleFacetInstallDataModelProvider.java :

294 : status = new ResourceStatus(IResourceStatus.INVALID_VALUE, null, message);

Source File: org/eclipse/jst/j2ee/internal/application/provider/ApplicationItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.AddCommand is never used

ApplicationItemProvider.java :

22 : import org.eclipse.emf.edit.command.AddCommand;

2. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.RemoveCommand is never used

ApplicationItemProvider.java :

23 : import org.eclipse.emf.edit.command.RemoveCommand;

Source File: org/eclipse/jst/j2ee/internal/provider/ApplicationClientItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.AddCommand is never used

ApplicationClientItemProvider.java :

25 : import org.eclipse.emf.edit.command.AddCommand;

2. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.RemoveCommand is never used

ApplicationClientItemProvider.java :

26 : import org.eclipse.emf.edit.command.RemoveCommand;

Source File: org/eclipse/jst/j2ee/project/facet/AppClientFacetInstallDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.v20100526-0737.jar

AppClientFacetInstallDelegate.java :

17 : import org.eclipse.core.internal.resources.XMLWriter;

2. WARNING: DiscouragedReference

Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.v20100526-0737.jar

AppClientFacetInstallDelegate.java :

127 : appClientXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<application-client version=\"6\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application-client_6.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) + "</display-name> \n </application-client>"; //$NON-NLS-1$ //$NON-NLS-2$

3. WARNING: DiscouragedReference

Discouraged access: The method getEscaped(String) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.v20100526-0737.jar

AppClientFacetInstallDelegate.java :

127 : appClientXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<application-client version=\"6\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application-client_6.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) + "</display-name> \n </application-client>"; //$NON-NLS-1$ //$NON-NLS-2$

4. WARNING: DiscouragedReference

Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.v20100526-0737.jar

AppClientFacetInstallDelegate.java :

130 : appClientXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<application-client version=\"5\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application-client_5.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) + "</display-name> \n </application-client>"; //$NON-NLS-1$ //$NON-NLS-2$

5. WARNING: DiscouragedReference

Discouraged access: The method getEscaped(String) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.v20100526-0737.jar

AppClientFacetInstallDelegate.java :

130 : appClientXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<application-client version=\"5\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application-client_5.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) + "</display-name> \n </application-client>"; //$NON-NLS-1$ //$NON-NLS-2$

Source File: org/eclipse/jst/javaee/ltk/core/change/DeleteEJBClientProjectChange.java
1. WARNING: DiscouragedReference

Discouraged access: The type ResourceException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.v20100526-0737.jar

DeleteEJBClientProjectChange.java :

14 : import org.eclipse.core.internal.resources.ResourceException;

2. WARNING: DiscouragedReference

Discouraged access: The type ResourceException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/eclipse/plugins/org.eclipse.core.resources_3.6.0.v20100526-0737.jar

DeleteEJBClientProjectChange.java :

39 : }catch(ResourceException e){