Compiler Report

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

Number of source files: 123 Number of classfiles: 132

Problems: 1285 (Errors: 0 Warnings: 1285 )

Source File: org/eclipse/jst/j2ee/internal/web/deployables/ModuleAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModuleAdapter.java :

17 : import org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeployable;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModuleAdapter.java :

24 : J2EEFlexProjDeployable delegate;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModuleAdapter.java :

26 : public void setModuleDelegate(J2EEFlexProjDeployable moduleDelegate) {

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModuleAdapter.java :

30 : public J2EEFlexProjDeployable getDelegate() {

Source File: org/eclipse/jst/j2ee/internal/web/deployables/WebDeployableArtifactUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

WebDeployableArtifactUtil.java :

47 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

WebDeployableArtifactUtil.java :

81 : IResource eclipeServResoruce = WorkbenchResourceHelper.getFile(servResource);

3. WARNING: DiscouragedReference

Discouraged access: The method getFile(Resource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

WebDeployableArtifactUtil.java :

81 : IResource eclipeServResoruce = WorkbenchResourceHelper.getFile(servResource);

Source File: org/eclipse/jst/j2ee/internal/web/operations/AbstractSupertypesValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AbstractSupertypesValidator.java :

33 : return dataModel.getStringProperty(SUPERCLASS);

2. WARNING: DiscouragedReference

Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AbstractSupertypesValidator.java :

37 : return (List) dataModel.getProperty(INTERFACES);

3. WARNING: DiscouragedReference

Discouraged access: The field PROJECT from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AbstractSupertypesValidator.java :

41 : return JavaCore.create((IProject) dataModel.getProperty(PROJECT));

Source File: org/eclipse/jst/j2ee/internal/web/operations/AddFilterOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AddFilterOperation.java :

24 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddFilterOperation.java :

25 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaEEArtifactClassOperation;

3. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditProviderOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddFilterOperation.java :

37 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;

4. WARNING: UnusedImport

The import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation is never used

AddFilterOperation.java :

37 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;

5. WARNING: DiscouragedReference

Discouraged access: The type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddFilterOperation.java :

84 : protected NewJavaEEArtifactClassOperation getNewClassOperation() {

6. WARNING: DiscouragedReference

Discouraged access: The field provider from the type AddJavaEEArtifactOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddFilterOperation.java :

150 : Object modelObject = provider.getModelObject(WEB_APP_XML_PATH);

7. WARNING: DiscouragedReference

Discouraged access: The field provider from the type AddJavaEEArtifactOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddFilterOperation.java :

192 : Object modelObject = provider.getModelObject();

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AddFilterOperation.java :

199 : if (webApp.getJ2EEVersionID() >= J2EEVersionConstants.J2EE_1_4_ID) {

9. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_4_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AddFilterOperation.java :

199 : if (webApp.getJ2EEVersionID() >= J2EEVersionConstants.J2EE_1_4_ID) {

10. WARNING: DiscouragedReference

Discouraged access: The field provider from the type AddJavaEEArtifactOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddFilterOperation.java :

271 : Object modelObject = provider.getModelObject(WEB_APP_XML_PATH);

Source File: org/eclipse/jst/j2ee/internal/web/operations/AddListenerOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddListenerOperation.java :

15 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaEEArtifactClassOperation;

2. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditProviderOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddListenerOperation.java :

18 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;

3. WARNING: UnusedImport

The import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation is never used

AddListenerOperation.java :

18 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;

4. WARNING: DiscouragedReference

Discouraged access: The type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddListenerOperation.java :

64 : protected NewJavaEEArtifactClassOperation getNewClassOperation() {

5. WARNING: DiscouragedReference

Discouraged access: The field provider from the type AddJavaEEArtifactOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddListenerOperation.java :

98 : Object modelObject = provider.getModelObject(WEB_APP_XML_PATH);

Source File: org/eclipse/jst/j2ee/internal/web/operations/AddServletOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AddServletOperation.java :

25 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddServletOperation.java :

26 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaEEArtifactClassOperation;

3. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditProviderOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddServletOperation.java :

39 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;

4. WARNING: UnusedImport

The import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation is never used

AddServletOperation.java :

39 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;

5. WARNING: DiscouragedReference

Discouraged access: The type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddServletOperation.java :

87 : protected NewJavaEEArtifactClassOperation getNewClassOperation() {

6. WARNING: DiscouragedReference

Discouraged access: The field provider from the type AddJavaEEArtifactOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddServletOperation.java :

146 : Object modelObject = provider.getModelObject(WEB_APP_XML_PATH);

7. WARNING: DiscouragedReference

Discouraged access: The field provider from the type AddJavaEEArtifactOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddServletOperation.java :

216 : Object modelObject = provider.getModelObject();

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AddServletOperation.java :

222 : if (webApp.getJ2EEVersionID() >= J2EEVersionConstants.J2EE_1_4_ID) {

9. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_4_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AddServletOperation.java :

222 : if (webApp.getJ2EEVersionID() >= J2EEVersionConstants.J2EE_1_4_ID) {

10. WARNING: DiscouragedReference

Discouraged access: The field provider from the type AddJavaEEArtifactOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddServletOperation.java :

289 : Object modelObject = provider.getModelObject(WEB_APP_XML_PATH);

Source File: org/eclipse/jst/j2ee/internal/web/operations/AddWebClassOperation.java
1. WARNING: UnusedImport

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

AddWebClassOperation.java :

19 : import java.lang.reflect.InvocationTargetException;

2. WARNING: UnusedImport

The import org.eclipse.core.runtime.CoreException is never used

AddWebClassOperation.java :

22 : import org.eclipse.core.runtime.CoreException;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AddWebClassOperation.java :

27 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

4. WARNING: DiscouragedReference

Discouraged access: The type AddJavaEEArtifactOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddWebClassOperation.java :

28 : import org.eclipse.jst.j2ee.internal.common.operations.AddJavaEEArtifactOperation;

5. WARNING: DiscouragedReference

Discouraged access: The type AddJavaEEArtifactOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddWebClassOperation.java :

34 : public abstract class AddWebClassOperation extends AddJavaEEArtifactOperation {

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AddWebClassOperation.java :

35 : protected Path WEB_APP_XML_PATH = new Path(J2EEConstants.WEBAPP_DD_URI);

7. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AddWebClassOperation.java :

35 : protected Path WEB_APP_XML_PATH = new Path(J2EEConstants.WEBAPP_DD_URI);

8. WARNING: DiscouragedReference

Discouraged access: The constructor AddJavaEEArtifactOperation(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddWebClassOperation.java :

37 : super(dataModel);

9. WARNING: DiscouragedReference

Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddWebClassOperation.java :

66 : String qualifiedClassName = model.getStringProperty(CLASS_NAME);

10. WARNING: DiscouragedReference

Discouraged access: The method createClass() from the type AddJavaEEArtifactOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddWebClassOperation.java :

70 : qualifiedClassName = createClass();

11. WARNING: DiscouragedReference

Discouraged access: The field USE_ANNOTATIONS from the type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddWebClassOperation.java :

73 : if (useExisting || (!model.getBooleanProperty(USE_ANNOTATIONS) && model.getBooleanProperty(REGISTER_IN_WEB_XML)))

12. WARNING: DiscouragedReference

Discouraged access: The field GENERATE_DD from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddWebClassOperation.java :

75 : if (model.getBooleanProperty(GENERATE_DD))

13. WARNING: DiscouragedReference

Discouraged access: The method getTargetProject() from the type AddJavaEEArtifactOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddWebClassOperation.java :

78 : ddModel.setProperty(ICreateDeploymentFilesDataModelProperties.TARGET_PROJECT, getTargetProject());

Source File: org/eclipse/jst/j2ee/internal/web/operations/CreateFilterTemplateModel.java
1. WARNING: DiscouragedReference

Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

42 : import org.eclipse.jst.j2ee.internal.common.operations.Method;

2. WARNING: DiscouragedReference

Discouraged access: The method getImports() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

62 : Collection<String> collection = super.getImports();

3. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

106 : return (List) dataModel.getProperty(INIT_PARAM);

4. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

119 : return (List<IFilterMappingItem>) dataModel.getProperty(FILTER_MAPPINGS);

5. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

180 : if (dataModel.getBooleanProperty(ABSTRACT_METHODS)) {

6. WARNING: DiscouragedReference

Discouraged access: The field ABSTRACT_METHODS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

180 : if (dataModel.getBooleanProperty(ABSTRACT_METHODS)) {

7. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

182 : return dataModel.getBooleanProperty(INIT);

8. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

184 : return dataModel.getBooleanProperty(DO_FILTER);

9. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

186 : return dataModel.getBooleanProperty(DESTROY);

10. WARNING: DiscouragedReference

Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

192 : public Collection<Method> getUnimplementedMethods() {

11. WARNING: DiscouragedReference

Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

193 : Collection<Method> unimplementedMethods = super.getUnimplementedMethods();

12. WARNING: DiscouragedReference

Discouraged access: The method getUnimplementedMethods() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

193 : Collection<Method> unimplementedMethods = super.getUnimplementedMethods();

13. WARNING: DiscouragedReference

Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

194 : Iterator<Method> iterator = unimplementedMethods.iterator();

14. WARNING: DiscouragedReference

Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

197 : Method method = iterator.next();

15. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

198 : if ((METHOD_INIT.equals(method.getName()) && FILTER_INIT_SIGNATURE.equals(method.getSignature())) ||

16. WARNING: DiscouragedReference

Discouraged access: The method getSignature() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

198 : if ((METHOD_INIT.equals(method.getName()) && FILTER_INIT_SIGNATURE.equals(method.getSignature())) ||

17. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

199 : (METHOD_DESTROY.equals(method.getName()) && DESTROY_SIGNATURE.equals(method.getSignature())) ||

18. WARNING: DiscouragedReference

Discouraged access: The method getSignature() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

199 : (METHOD_DESTROY.equals(method.getName()) && DESTROY_SIGNATURE.equals(method.getSignature())) ||

19. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

200 : (METHOD_DO_FILTER.equals(method.getName()) && DO_FILTER_SIGNATURE.equals(method.getSignature()))) {

20. WARNING: DiscouragedReference

Discouraged access: The method getSignature() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

200 : (METHOD_DO_FILTER.equals(method.getName()) && DO_FILTER_SIGNATURE.equals(method.getSignature()))) {

21. WARNING: DiscouragedReference

Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

222 : if (!dispName.equals(getClassName()) && (dispName.length() > 0))

22. WARNING: DiscouragedReference

Discouraged access: The field ATT_DESCRIPTION from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

227 : result.put(ATT_DESCRIPTION, description);

Source File: org/eclipse/jst/j2ee/internal/web/operations/CreateListenerTemplateModel.java
1. WARNING: DiscouragedReference

Discouraged access: The method getImports() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateListenerTemplateModel.java :

38 : Collection<String> collection = super.getImports();

2. WARNING: DiscouragedReference

Discouraged access: The method getQualifiedInterfaces() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateListenerTemplateModel.java :

124 : List<String> interfaces = getQualifiedInterfaces();

Source File: org/eclipse/jst/j2ee/internal/web/operations/CreateServletTemplateModel.java
1. WARNING: DiscouragedReference

Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

74 : import org.eclipse.jst.j2ee.internal.common.operations.Method;

2. WARNING: DiscouragedReference

Discouraged access: The method getImports() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

92 : Collection<String> collection = super.getImports();

3. WARNING: DiscouragedReference

Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

149 : return super.getClassName();

4. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

205 : return ServletSupertypesValidator.isGenericServletSuperclass(dataModel);

5. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

209 : return ServletSupertypesValidator.isHttpServletSuperclass(dataModel);

6. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

213 : return (List) dataModel.getProperty(INIT_PARAM);

7. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

226 : return (List) dataModel.getProperty(URL_MAPPINGS);

8. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

249 : if (dataModel.getBooleanProperty(ABSTRACT_METHODS)) {

9. WARNING: DiscouragedReference

Discouraged access: The field ABSTRACT_METHODS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

249 : if (dataModel.getBooleanProperty(ABSTRACT_METHODS)) {

10. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

251 : return dataModel.getBooleanProperty(INIT);

11. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

253 : return dataModel.getBooleanProperty(DESTROY);

12. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

255 : return dataModel.getBooleanProperty(GET_SERVLET_CONFIG);

13. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

257 : return dataModel.getBooleanProperty(GET_SERVLET_INFO);

14. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

259 : return dataModel.getBooleanProperty(SERVICE);

15. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

261 : return dataModel.getBooleanProperty(DO_GET);

16. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

263 : return dataModel.getBooleanProperty(DO_POST);

17. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

265 : return dataModel.getBooleanProperty(DO_PUT);

18. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

267 : return dataModel.getBooleanProperty(DO_DELETE);

19. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

269 : return dataModel.getBooleanProperty(DO_HEAD);

20. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

271 : return dataModel.getBooleanProperty(DO_OPTIONS);

21. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

273 : return dataModel.getBooleanProperty(DO_TRACE);

22. WARNING: DiscouragedReference

Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

279 : public Collection<Method> getUnimplementedMethods() {

23. WARNING: DiscouragedReference

Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

280 : Collection<Method> unimplementedMethods = super.getUnimplementedMethods();

24. WARNING: DiscouragedReference

Discouraged access: The method getUnimplementedMethods() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

280 : Collection<Method> unimplementedMethods = super.getUnimplementedMethods();

25. WARNING: DiscouragedReference

Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

281 : Iterator<Method> iterator = unimplementedMethods.iterator();

26. WARNING: DiscouragedReference

Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

284 : Method method = iterator.next();

27. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

285 : if ((METHOD_INIT.equals(method.getName()) && SERVLET_INIT_SIGNATURE.equals(method.getSignature())) ||

28. WARNING: DiscouragedReference

Discouraged access: The method getSignature() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

285 : if ((METHOD_INIT.equals(method.getName()) && SERVLET_INIT_SIGNATURE.equals(method.getSignature())) ||

29. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

286 : (METHOD_DESTROY.equals(method.getName()) && DESTROY_SIGNATURE.equals(method.getSignature())) ||

30. WARNING: DiscouragedReference

Discouraged access: The method getSignature() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

286 : (METHOD_DESTROY.equals(method.getName()) && DESTROY_SIGNATURE.equals(method.getSignature())) ||

31. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

287 : (METHOD_GET_SERVLET_CONFIG.equals(method.getName()) && GET_SERVLET_CONFIG_SIGNATURE.equals(method.getSignature())) ||

32. WARNING: DiscouragedReference

Discouraged access: The method getSignature() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

287 : (METHOD_GET_SERVLET_CONFIG.equals(method.getName()) && GET_SERVLET_CONFIG_SIGNATURE.equals(method.getSignature())) ||

33. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

288 : (METHOD_GET_SERVLET_INFO.equals(method.getName()) && GET_SERVLET_INFO_SIGNATURE.equals(method.getSignature())) ||

34. WARNING: DiscouragedReference

Discouraged access: The method getSignature() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

288 : (METHOD_GET_SERVLET_INFO.equals(method.getName()) && GET_SERVLET_INFO_SIGNATURE.equals(method.getSignature())) ||

35. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

289 : (METHOD_SERVICE.equals(method.getName()) && SERVICE_SIGNATURE.equals(method.getSignature())) ||

36. WARNING: DiscouragedReference

Discouraged access: The method getSignature() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

289 : (METHOD_SERVICE.equals(method.getName()) && SERVICE_SIGNATURE.equals(method.getSignature())) ||

37. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

290 : (METHOD_SERVICE.equals(method.getName()) && HTTP_SERVICE_SIGNATURE.equals(method.getSignature())) ||

38. WARNING: DiscouragedReference

Discouraged access: The method getSignature() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

290 : (METHOD_SERVICE.equals(method.getName()) && HTTP_SERVICE_SIGNATURE.equals(method.getSignature())) ||

39. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

291 : (METHOD_DO_GET.equals(method.getName()) && DO_GET_SIGNATURE.equals(method.getSignature())) ||

40. WARNING: DiscouragedReference

Discouraged access: The method getSignature() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

291 : (METHOD_DO_GET.equals(method.getName()) && DO_GET_SIGNATURE.equals(method.getSignature())) ||

41. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

292 : (METHOD_DO_POST.equals(method.getName()) && DO_POST_SIGNATURE.equals(method.getSignature())) ||

42. WARNING: DiscouragedReference

Discouraged access: The method getSignature() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

292 : (METHOD_DO_POST.equals(method.getName()) && DO_POST_SIGNATURE.equals(method.getSignature())) ||

43. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

293 : (METHOD_DO_PUT.equals(method.getName()) && DO_PUT_SIGNATURE.equals(method.getSignature())) ||

44. WARNING: DiscouragedReference

Discouraged access: The method getSignature() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

293 : (METHOD_DO_PUT.equals(method.getName()) && DO_PUT_SIGNATURE.equals(method.getSignature())) ||

45. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

294 : (METHOD_DO_DELETE.equals(method.getName()) && DO_DELETE_SIGNATURE.equals(method.getSignature())) ||

46. WARNING: DiscouragedReference

Discouraged access: The method getSignature() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

294 : (METHOD_DO_DELETE.equals(method.getName()) && DO_DELETE_SIGNATURE.equals(method.getSignature())) ||

47. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

295 : (METHOD_DO_HEAD.equals(method.getName()) && DO_HEAD_SIGNATURE.equals(method.getSignature())) ||

48. WARNING: DiscouragedReference

Discouraged access: The method getSignature() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

295 : (METHOD_DO_HEAD.equals(method.getName()) && DO_HEAD_SIGNATURE.equals(method.getSignature())) ||

49. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

296 : (METHOD_DO_OPTIONS.equals(method.getName()) && METHOD_DO_OPTIONS.equals(method.getSignature())) ||

50. WARNING: DiscouragedReference

Discouraged access: The method getSignature() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

296 : (METHOD_DO_OPTIONS.equals(method.getName()) && METHOD_DO_OPTIONS.equals(method.getSignature())) ||

51. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

297 : (METHOD_DO_TRACE.equals(method.getName()) && DO_TRACE_SIGNATURE.equals(method.getSignature()))) {

52. WARNING: DiscouragedReference

Discouraged access: The method getSignature() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

297 : (METHOD_DO_TRACE.equals(method.getName()) && DO_TRACE_SIGNATURE.equals(method.getSignature()))) {

53. WARNING: DiscouragedReference

Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

309 : if (!dispName.equals(getClassName()) && (dispName.length() > 0))

54. WARNING: DiscouragedReference

Discouraged access: The field ATT_NAME from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

310 : result.put(ATT_NAME, dispName);

55. WARNING: DiscouragedReference

Discouraged access: The field ATT_DESCRIPTION from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

314 : result.put(ATT_DESCRIPTION, description);

Source File: org/eclipse/jst/j2ee/internal/web/operations/CreateWebClassTemplateModel.java
1. WARNING: DiscouragedReference

Discouraged access: The type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateWebClassTemplateModel.java :

19 : import org.eclipse.jst.j2ee.internal.common.operations.CreateJavaEEArtifactTemplateModel;

2. WARNING: DiscouragedReference

Discouraged access: The type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateWebClassTemplateModel.java :

23 : CreateJavaEEArtifactTemplateModel {

3. WARNING: DiscouragedReference

Discouraged access: The constructor CreateJavaEEArtifactTemplateModel(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateWebClassTemplateModel.java :

31 : super(dataModel);

4. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateWebClassTemplateModel.java :

35 : return dataModel.getStringProperty(DISPLAY_NAME);

5. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateWebClassTemplateModel.java :

39 : return dataModel.getStringProperty(DESCRIPTION);

6. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateWebClassTemplateModel.java :

43 : return dataModel.getBooleanProperty(USE_ANNOTATIONS);

7. WARNING: DiscouragedReference

Discouraged access: The field USE_ANNOTATIONS from the type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateWebClassTemplateModel.java :

43 : return dataModel.getBooleanProperty(USE_ANNOTATIONS);

8. WARNING: DiscouragedReference

Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateWebClassTemplateModel.java :

47 : return dataModel.getStringProperty(JAVA_EE_VERSION);

Source File: org/eclipse/jst/j2ee/internal/web/operations/FilterTemplate.java
1. WARNING: DiscouragedReference

Discouraged access: The method removeFlags(int) from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

127 : model.removeFlags(CreateJavaEEArtifactTemplateModel.FLAG_QUALIFIED_SUPERCLASS_NAME);

2. WARNING: DiscouragedReference

Discouraged access: The type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

127 : model.removeFlags(CreateJavaEEArtifactTemplateModel.FLAG_QUALIFIED_SUPERCLASS_NAME);

3. WARNING: DiscouragedReference

Discouraged access: The field FLAG_QUALIFIED_SUPERCLASS_NAME from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

127 : model.removeFlags(CreateJavaEEArtifactTemplateModel.FLAG_QUALIFIED_SUPERCLASS_NAME);

4. WARNING: DiscouragedReference

Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

130 : if (model.getJavaPackageName() != null && model.getJavaPackageName().length() > 0) {

5. WARNING: DiscouragedReference

Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

130 : if (model.getJavaPackageName() != null && model.getJavaPackageName().length() > 0) {

6. WARNING: DiscouragedReference

Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

133 : stringBuffer.append( model.getJavaPackageName() );

7. WARNING: DiscouragedReference

Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

152 : stringBuffer.append( model.getClassName() );

8. WARNING: DiscouragedReference

Discouraged access: The field ATT_DESCRIPTION from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

285 : if (key.equals(CreateFilterTemplateModel.ATT_FILTER_NAME) || key.equals(CreateFilterTemplateModel.ATT_DESCRIPTION)) {

9. WARNING: DiscouragedReference

Discouraged access: The method isPublic() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

462 : if (model.isPublic()) {

10. WARNING: DiscouragedReference

Discouraged access: The method isAbstract() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

468 : if (model.isAbstract()) {

11. WARNING: DiscouragedReference

Discouraged access: The method isFinal() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

474 : if (model.isFinal()) {

12. WARNING: DiscouragedReference

Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

481 : stringBuffer.append( model.getClassName() );

13. WARNING: DiscouragedReference

Discouraged access: The method getSuperclassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

483 : String superClass = model.getSuperclassName();

14. WARNING: DiscouragedReference

Discouraged access: The method getInterfaces() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

491 : List<String> interfaces = model.getInterfaces();

15. WARNING: DiscouragedReference

Discouraged access: The method hasEmptySuperclassConstructor() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

512 : if (!model.hasEmptySuperclassConstructor()) {

16. WARNING: DiscouragedReference

Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

515 : stringBuffer.append( model.getClassName() );

17. WARNING: DiscouragedReference

Discouraged access: The method shouldGenSuperclassConstructors() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

520 : if (model.shouldGenSuperclassConstructors()) {

18. WARNING: DiscouragedReference

Discouraged access: The type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

521 : List<Constructor> constructors = model.getConstructors();

19. WARNING: DiscouragedReference

Discouraged access: The method getConstructors() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

521 : List<Constructor> constructors = model.getConstructors();

20. WARNING: DiscouragedReference

Discouraged access: The type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

522 : for (Constructor constructor : constructors) {

21. WARNING: DiscouragedReference

Discouraged access: The method isPublic() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

523 : if (constructor.isPublic() || constructor.isProtected()) {

22. WARNING: DiscouragedReference

Discouraged access: The method isProtected() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

523 : if (constructor.isPublic() || constructor.isProtected()) {

23. WARNING: DiscouragedReference

Discouraged access: The method getSuperclassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

526 : stringBuffer.append( model.getSuperclassName() );

24. WARNING: DiscouragedReference

Discouraged access: The method getSuperclassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

528 : stringBuffer.append( model.getSuperclassName() );

25. WARNING: DiscouragedReference

Discouraged access: The method getParamsForJavadoc() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

530 : stringBuffer.append( constructor.getParamsForJavadoc() );

26. WARNING: DiscouragedReference

Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

532 : stringBuffer.append( model.getClassName() );

27. WARNING: DiscouragedReference

Discouraged access: The method getParamsForDeclaration() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

534 : stringBuffer.append( constructor.getParamsForDeclaration() );

28. WARNING: DiscouragedReference

Discouraged access: The method getParamsForCall() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

536 : stringBuffer.append( constructor.getParamsForCall() );

29. WARNING: DiscouragedReference

Discouraged access: The method shouldImplementAbstractMethods() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

544 : if (model.shouldImplementAbstractMethods()) {

30. WARNING: DiscouragedReference

Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

545 : for (Method method : model.getUnimplementedMethods()) {

31. WARNING: DiscouragedReference

Discouraged access: The method getContainingJavaClass() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

548 : stringBuffer.append( method.getContainingJavaClass() );

32. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

550 : stringBuffer.append( method.getName() );

33. WARNING: DiscouragedReference

Discouraged access: The method getParamsForJavadoc() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

552 : stringBuffer.append( method.getParamsForJavadoc() );

34. WARNING: DiscouragedReference

Discouraged access: The method getReturnType() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

554 : stringBuffer.append( method.getReturnType() );

35. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

556 : stringBuffer.append( method.getName() );

36. WARNING: DiscouragedReference

Discouraged access: The method getParamsForDeclaration() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

558 : stringBuffer.append( method.getParamsForDeclaration() );

37. WARNING: DiscouragedReference

Discouraged access: The method getDefaultReturnValue() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

561 : String defaultReturnValue = method.getDefaultReturnValue();

Source File: org/eclipse/jst/j2ee/internal/web/operations/INewWebClassDataModelProperties.java
1. WARNING: DiscouragedReference

Discouraged access: The type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

INewWebClassDataModelProperties.java :

13 : import org.eclipse.jst.j2ee.application.internal.operations.IAnnotationsDataModel;

2. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

INewWebClassDataModelProperties.java :

14 : import org.eclipse.jst.j2ee.internal.common.operations.INewJavaClassDataModelProperties;

3. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

INewWebClassDataModelProperties.java :

16 : public interface INewWebClassDataModelProperties extends INewJavaClassDataModelProperties, IAnnotationsDataModel {

4. WARNING: DiscouragedReference

Discouraged access: The type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

INewWebClassDataModelProperties.java :

16 : public interface INewWebClassDataModelProperties extends INewJavaClassDataModelProperties, IAnnotationsDataModel {

Source File: org/eclipse/jst/j2ee/internal/web/operations/ListenerTemplate.java
1. WARNING: DiscouragedReference

Discouraged access: The method removeFlags(int) from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

65 : model.removeFlags(CreateJavaEEArtifactTemplateModel.FLAG_QUALIFIED_SUPERCLASS_NAME);

2. WARNING: DiscouragedReference

Discouraged access: The type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

65 : model.removeFlags(CreateJavaEEArtifactTemplateModel.FLAG_QUALIFIED_SUPERCLASS_NAME);

3. WARNING: DiscouragedReference

Discouraged access: The field FLAG_QUALIFIED_SUPERCLASS_NAME from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

65 : model.removeFlags(CreateJavaEEArtifactTemplateModel.FLAG_QUALIFIED_SUPERCLASS_NAME);

4. WARNING: DiscouragedReference

Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

68 : if (model.getJavaPackageName() != null && model.getJavaPackageName().length() > 0) {

5. WARNING: DiscouragedReference

Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

68 : if (model.getJavaPackageName() != null && model.getJavaPackageName().length() > 0) {

6. WARNING: DiscouragedReference

Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

71 : stringBuffer.append( model.getJavaPackageName() );

7. WARNING: DiscouragedReference

Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

90 : stringBuffer.append( model.getClassName() );

8. WARNING: DiscouragedReference

Discouraged access: The method isPublic() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

108 : if (model.isPublic()) {

9. WARNING: DiscouragedReference

Discouraged access: The method isAbstract() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

114 : if (model.isAbstract()) {

10. WARNING: DiscouragedReference

Discouraged access: The method isFinal() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

120 : if (model.isFinal()) {

11. WARNING: DiscouragedReference

Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

127 : stringBuffer.append( model.getClassName() );

12. WARNING: DiscouragedReference

Discouraged access: The method getSuperclassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

129 : String superClass = model.getSuperclassName();

13. WARNING: DiscouragedReference

Discouraged access: The method getInterfaces() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

137 : List<String> interfaces = model.getInterfaces();

14. WARNING: DiscouragedReference

Discouraged access: The method hasEmptySuperclassConstructor() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

158 : if (!model.hasEmptySuperclassConstructor()) {

15. WARNING: DiscouragedReference

Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

161 : stringBuffer.append( model.getClassName() );

16. WARNING: DiscouragedReference

Discouraged access: The method shouldGenSuperclassConstructors() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

166 : if (model.shouldGenSuperclassConstructors()) {

17. WARNING: DiscouragedReference

Discouraged access: The type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

167 : List<Constructor> constructors = model.getConstructors();

18. WARNING: DiscouragedReference

Discouraged access: The method getConstructors() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

167 : List<Constructor> constructors = model.getConstructors();

19. WARNING: DiscouragedReference

Discouraged access: The type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

168 : for (Constructor constructor : constructors) {

20. WARNING: DiscouragedReference

Discouraged access: The method isPublic() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

169 : if (constructor.isPublic() || constructor.isProtected()) {

21. WARNING: DiscouragedReference

Discouraged access: The method isProtected() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

169 : if (constructor.isPublic() || constructor.isProtected()) {

22. WARNING: DiscouragedReference

Discouraged access: The method getSuperclassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

172 : stringBuffer.append( model.getSuperclassName() );

23. WARNING: DiscouragedReference

Discouraged access: The method getSuperclassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

174 : stringBuffer.append( model.getSuperclassName() );

24. WARNING: DiscouragedReference

Discouraged access: The method getParamsForJavadoc() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

176 : stringBuffer.append( constructor.getParamsForJavadoc() );

25. WARNING: DiscouragedReference

Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

178 : stringBuffer.append( model.getClassName() );

26. WARNING: DiscouragedReference

Discouraged access: The method getParamsForDeclaration() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

180 : stringBuffer.append( constructor.getParamsForDeclaration() );

27. WARNING: DiscouragedReference

Discouraged access: The method getParamsForCall() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

182 : stringBuffer.append( constructor.getParamsForCall() );

28. WARNING: DiscouragedReference

Discouraged access: The method shouldImplementAbstractMethods() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

190 : if (model.shouldImplementAbstractMethods()) {

29. WARNING: DiscouragedReference

Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

191 : for (Method method : model.getUnimplementedMethods()) {

30. WARNING: DiscouragedReference

Discouraged access: The method getUnimplementedMethods() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

191 : for (Method method : model.getUnimplementedMethods()) {

31. WARNING: DiscouragedReference

Discouraged access: The method getContainingJavaClass() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

194 : stringBuffer.append( method.getContainingJavaClass() );

32. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

196 : stringBuffer.append( method.getName() );

33. WARNING: DiscouragedReference

Discouraged access: The method getParamsForJavadoc() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

198 : stringBuffer.append( method.getParamsForJavadoc() );

34. WARNING: DiscouragedReference

Discouraged access: The method getReturnType() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

200 : stringBuffer.append( method.getReturnType() );

35. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

202 : stringBuffer.append( method.getName() );

36. WARNING: DiscouragedReference

Discouraged access: The method getParamsForDeclaration() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

204 : stringBuffer.append( method.getParamsForDeclaration() );

37. WARNING: DiscouragedReference

Discouraged access: The method getDefaultReturnValue() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

207 : String defaultReturnValue = method.getDefaultReturnValue();

Source File: org/eclipse/jst/j2ee/internal/web/operations/NewFilterClassDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewFilterClassDataModelProvider.java :

30 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaClassDataModelProvider;

2. WARNING: UnusedImport

The import org.eclipse.jst.j2ee.internal.common.operations.NewJavaClassDataModelProvider is never used

NewFilterClassDataModelProvider.java :

30 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaClassDataModelProvider;

3. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider is never used

NewFilterClassDataModelProvider.java :

37 : import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider;

4. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

38 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

5. WARNING: DiscouragedReference

Discouraged access: The field ABSTRACT_METHODS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewFilterClassDataModelProvider.java :

51 : if (ABSTRACT_METHODS.equals(propertyName)) {

6. WARNING: DiscouragedReference

Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewFilterClassDataModelProvider.java :

120 : else if (propertyName.equals(INTERFACES))

7. WARNING: DiscouragedReference

Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewFilterClassDataModelProvider.java :

158 : if (propertyName.equals(SUPERCLASS) && "".equals(getStringProperty(propertyName))) //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

159 : return WTPCommonPlugin.OK_STATUS;

9. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

159 : return WTPCommonPlugin.OK_STATUS;

10. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

190 : return WTPCommonPlugin.createErrorStatus(msg);

11. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

190 : return WTPCommonPlugin.createErrorStatus(msg);

12. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

194 : return WTPCommonPlugin.OK_STATUS;

13. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

194 : return WTPCommonPlugin.OK_STATUS;

14. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

213 : return WTPCommonPlugin.createErrorStatus(msg);

15. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

213 : return WTPCommonPlugin.createErrorStatus(msg);

16. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

219 : return WTPCommonPlugin.createErrorStatus(resourceString);

17. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

219 : return WTPCommonPlugin.createErrorStatus(resourceString);

18. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

223 : return WTPCommonPlugin.createErrorStatus(msg);

19. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

223 : return WTPCommonPlugin.createErrorStatus(msg);

20. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

226 : return WTPCommonPlugin.OK_STATUS;

21. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

226 : return WTPCommonPlugin.OK_STATUS;

22. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

313 : return WTPCommonPlugin.createErrorStatus(msg);

23. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

313 : return WTPCommonPlugin.createErrorStatus(msg);

24. WARNING: DiscouragedReference

Discouraged access: The method getTargetProject() from the type ArtifactEditOperationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewFilterClassDataModelProvider.java :

315 : if (getTargetProject() == null || getTargetComponent() == null)

25. WARNING: DiscouragedReference

Discouraged access: The method getTargetComponent() from the type ArtifactEditOperationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewFilterClassDataModelProvider.java :

315 : if (getTargetProject() == null || getTargetComponent() == null)

26. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

316 : return WTPCommonPlugin.OK_STATUS;

27. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

316 : return WTPCommonPlugin.OK_STATUS;

28. WARNING: DiscouragedReference

Discouraged access: The method getTargetProject() from the type ArtifactEditOperationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewFilterClassDataModelProvider.java :

318 : IModelProvider provider = ModelProviderManager.getModelProvider(getTargetProject());

29. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

336 : return WTPCommonPlugin.createErrorStatus(msg);

30. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

336 : return WTPCommonPlugin.createErrorStatus(msg);

31. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

354 : return WTPCommonPlugin.createErrorStatus(msg);

32. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

354 : return WTPCommonPlugin.createErrorStatus(msg);

33. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

359 : return WTPCommonPlugin.OK_STATUS;

34. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewFilterClassDataModelProvider.java :

359 : return WTPCommonPlugin.OK_STATUS;

35. WARNING: DiscouragedReference

Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewFilterClassDataModelProvider.java :

364 : if (DISPLAY_NAME.equals(propertyName) || CLASS_NAME.equals(propertyName)) {

Source File: org/eclipse/jst/j2ee/internal/web/operations/NewFilterClassOperation.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.IProgressMonitor is never used

NewFilterClassOperation.java :

13 : import org.eclipse.core.runtime.IProgressMonitor;

2. WARNING: UnusedImport

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

NewFilterClassOperation.java :

14 : import org.eclipse.jdt.core.IPackageFragment;

3. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditProviderOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewFilterClassOperation.java :

15 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;

4. WARNING: UnusedImport

The import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation is never used

NewFilterClassOperation.java :

15 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;

Source File: org/eclipse/jst/j2ee/internal/web/operations/NewListenerClassDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewListenerClassDataModelProvider.java :

26 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaClassDataModelProvider;

2. WARNING: UnusedImport

The import org.eclipse.jst.j2ee.internal.common.operations.NewJavaClassDataModelProvider is never used

NewListenerClassDataModelProvider.java :

26 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaClassDataModelProvider;

3. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.datamodel.IDataModel is never used

NewListenerClassDataModelProvider.java :

27 : import org.eclipse.wst.common.frameworks.datamodel.IDataModel;

4. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewListenerClassDataModelProvider.java :

29 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

5. WARNING: DiscouragedReference

Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewListenerClassDataModelProvider.java :

105 : if (propertyName.equals(INTERFACES)) {

6. WARNING: DiscouragedReference

Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewListenerClassDataModelProvider.java :

120 : Object value = model.getProperty(INTERFACES);

7. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewListenerClassDataModelProvider.java :

132 : return WTPCommonPlugin.OK_STATUS;

8. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewListenerClassDataModelProvider.java :

132 : return WTPCommonPlugin.OK_STATUS;

9. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewListenerClassDataModelProvider.java :

135 : return WTPCommonPlugin.createErrorStatus(msg);

10. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewListenerClassDataModelProvider.java :

135 : return WTPCommonPlugin.createErrorStatus(msg);

Source File: org/eclipse/jst/j2ee/internal/web/operations/NewListenerClassOperation.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.IProgressMonitor is never used

NewListenerClassOperation.java :

13 : import org.eclipse.core.runtime.IProgressMonitor;

2. WARNING: UnusedImport

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

NewListenerClassOperation.java :

14 : import org.eclipse.jdt.core.IPackageFragment;

3. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditProviderOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewListenerClassOperation.java :

15 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;

4. WARNING: UnusedImport

The import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation is never used

NewListenerClassOperation.java :

15 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;

Source File: org/eclipse/jst/j2ee/internal/web/operations/NewServletClassDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEFileUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

NewServletClassDataModelProvider.java :

47 : import org.eclipse.jst.j2ee.commonarchivecore.internal.util.J2EEFileUtil;

2. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider is never used

NewServletClassDataModelProvider.java :

54 : import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

55 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The field ABSTRACT_METHODS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewServletClassDataModelProvider.java :

161 : if (ABSTRACT_METHODS.equals(propertyName)) {

5. WARNING: DiscouragedReference

Discouraged access: The field ABSTRACT_METHODS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewServletClassDataModelProvider.java :

169 : boolean inherit = model.getBooleanProperty(ABSTRACT_METHODS);

6. WARNING: DiscouragedReference

Discouraged access: The field ABSTRACT_METHODS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewServletClassDataModelProvider.java :

179 : boolean inherit = model.getBooleanProperty(ABSTRACT_METHODS);

7. WARNING: DiscouragedReference

Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewServletClassDataModelProvider.java :

226 : String className = getStringProperty(CLASS_NAME);

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEFileUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

NewServletClassDataModelProvider.java :

227 : if (className.endsWith(J2EEFileUtil.DOT_JSP)) {

9. WARNING: DiscouragedReference

Discouraged access: The field DOT_JSP from the type J2EEFileUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

NewServletClassDataModelProvider.java :

227 : if (className.endsWith(J2EEFileUtil.DOT_JSP)) {

10. WARNING: DiscouragedReference

Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewServletClassDataModelProvider.java :

237 : else if (propertyName.equals(INTERFACES))

11. WARNING: DiscouragedReference

Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewServletClassDataModelProvider.java :

239 : else if (propertyName.equals(SUPERCLASS))

12. WARNING: DiscouragedReference

Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewServletClassDataModelProvider.java :

265 : if (propertyName.equals(SUPERCLASS))

13. WARNING: DiscouragedReference

Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewServletClassDataModelProvider.java :

285 : if (SUPERCLASS.equals(propertyName)) {

14. WARNING: DiscouragedReference

Discouraged access: The field ABSTRACT_METHODS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewServletClassDataModelProvider.java :

286 : model.notifyPropertyChange(ABSTRACT_METHODS, IDataModel.ENABLE_CHG);

15. WARNING: DiscouragedReference

Discouraged access: The field ABSTRACT_METHODS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewServletClassDataModelProvider.java :

301 : model.setProperty(ABSTRACT_METHODS, null);

16. WARNING: DiscouragedReference

Discouraged access: The field ABSTRACT_METHODS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewServletClassDataModelProvider.java :

316 : model.notifyPropertyChange(ABSTRACT_METHODS, IDataModel.DEFAULT_CHG);

17. WARNING: DiscouragedReference

Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewServletClassDataModelProvider.java :

331 : List ifaces = (List) model.getProperty(INTERFACES);

18. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

352 : return WTPCommonPlugin.OK_STATUS;

19. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

352 : return WTPCommonPlugin.OK_STATUS;

20. WARNING: DiscouragedReference

Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewServletClassDataModelProvider.java :

357 : status = super.validate(SUPERCLASS);

21. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

363 : return WTPCommonPlugin.createErrorStatus(WebMessages.ERR_SERVLET_INTERFACE);

22. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

363 : return WTPCommonPlugin.createErrorStatus(WebMessages.ERR_SERVLET_INTERFACE);

23. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

399 : return WTPCommonPlugin.createErrorStatus(msg);

24. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

399 : return WTPCommonPlugin.createErrorStatus(msg);

25. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

403 : return WTPCommonPlugin.OK_STATUS;

26. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

403 : return WTPCommonPlugin.OK_STATUS;

27. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

422 : return WTPCommonPlugin.createErrorStatus(msg);

28. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

422 : return WTPCommonPlugin.createErrorStatus(msg);

29. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

428 : return WTPCommonPlugin.createErrorStatus(resourceString);

30. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

428 : return WTPCommonPlugin.createErrorStatus(resourceString);

31. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

432 : return WTPCommonPlugin.createErrorStatus(msg);

32. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

432 : return WTPCommonPlugin.createErrorStatus(msg);

33. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

435 : return WTPCommonPlugin.OK_STATUS;

34. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

435 : return WTPCommonPlugin.OK_STATUS;

35. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

504 : return WTPCommonPlugin.createErrorStatus(msg);

36. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

504 : return WTPCommonPlugin.createErrorStatus(msg);

37. WARNING: DiscouragedReference

Discouraged access: The method getTargetProject() from the type ArtifactEditOperationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewServletClassDataModelProvider.java :

506 : if (getTargetProject() == null || getTargetComponent() == null)

38. WARNING: DiscouragedReference

Discouraged access: The method getTargetComponent() from the type ArtifactEditOperationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewServletClassDataModelProvider.java :

506 : if (getTargetProject() == null || getTargetComponent() == null)

39. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

507 : return WTPCommonPlugin.OK_STATUS;

40. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

507 : return WTPCommonPlugin.OK_STATUS;

41. WARNING: DiscouragedReference

Discouraged access: The method getTargetProject() from the type ArtifactEditOperationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewServletClassDataModelProvider.java :

509 : IModelProvider provider = ModelProviderManager.getModelProvider(getTargetProject());

42. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

527 : return WTPCommonPlugin.createErrorStatus(msg);

43. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

527 : return WTPCommonPlugin.createErrorStatus(msg);

44. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

545 : return WTPCommonPlugin.createErrorStatus(msg);

45. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

545 : return WTPCommonPlugin.createErrorStatus(msg);

46. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

550 : return WTPCommonPlugin.OK_STATUS;

47. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewServletClassDataModelProvider.java :

550 : return WTPCommonPlugin.OK_STATUS;

Source File: org/eclipse/jst/j2ee/internal/web/operations/NewServletClassOperation.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.IProgressMonitor is never used

NewServletClassOperation.java :

14 : import org.eclipse.core.runtime.IProgressMonitor;

2. WARNING: UnusedImport

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

NewServletClassOperation.java :

15 : import org.eclipse.jdt.core.IPackageFragment;

3. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditProviderOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewServletClassOperation.java :

16 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;

4. WARNING: UnusedImport

The import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation is never used

NewServletClassOperation.java :

16 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;

Source File: org/eclipse/jst/j2ee/internal/web/operations/NewWebClassDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

36 : import org.eclipse.jst.j2ee.application.internal.operations.IAnnotationsDataModel;

2. WARNING: UnusedImport

The import org.eclipse.jst.j2ee.application.internal.operations.IAnnotationsDataModel is never used

NewWebClassDataModelProvider.java :

36 : import org.eclipse.jst.j2ee.application.internal.operations.IAnnotationsDataModel;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

NewWebClassDataModelProvider.java :

37 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

38 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

39 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaClassDataModelProvider;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

40 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

7. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewWebClassDataModelProvider.java :

43 : import org.eclipse.wst.common.componentcore.internal.util.FacetedProjectUtilities;

8. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider is never used

NewWebClassDataModelProvider.java :

45 : import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider;

9. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewWebClassDataModelProvider.java :

46 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

10. WARNING: DiscouragedReference

Discouraged access: The type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

82 : public abstract class NewWebClassDataModelProvider extends NewJavaClassDataModelProvider {

11. WARNING: DiscouragedReference

Discouraged access: The field USE_ANNOTATIONS from the type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

116 : if (USE_ANNOTATIONS.equals(propertyName)) {

12. WARNING: DiscouragedReference

Discouraged access: The field MODIFIER_PUBLIC from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

118 : } else if (MODIFIER_PUBLIC.equals(propertyName)) {

13. WARNING: DiscouragedReference

Discouraged access: The field MODIFIER_ABSTRACT from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

120 : } else if (MODIFIER_ABSTRACT.equals(propertyName)) {

14. WARNING: DiscouragedReference

Discouraged access: The field CONSTRUCTOR from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

122 : } else if (CONSTRUCTOR.equals(propertyName)) {

15. WARNING: DiscouragedReference

Discouraged access: The method getPropertyNames() from the type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

138 : Set propertyNames = super.getPropertyNames();

16. WARNING: DiscouragedReference

Discouraged access: The field USE_ANNOTATIONS from the type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

143 : propertyNames.add(USE_ANNOTATIONS);

17. WARNING: DiscouragedReference

Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

164 : return Signature.getSimpleName(getStringProperty(CLASS_NAME));

18. WARNING: DiscouragedReference

Discouraged access: The field USE_ANNOTATIONS from the type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

165 : else if (propertyName.equals(USE_ANNOTATIONS))

19. WARNING: DiscouragedReference

Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

167 : else if (propertyName.equals(SUPERCLASS))

20. WARNING: DiscouragedReference

Discouraged access: The field CONSTRUCTOR from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

171 : else if (propertyName.equals(CONSTRUCTOR))

21. WARNING: DiscouragedReference

Discouraged access: The method getDefaultProperty(String) from the type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

179 : return super.getDefaultProperty(propertyName);

22. WARNING: DiscouragedReference

Discouraged access: The field USE_ANNOTATIONS from the type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

227 : if (propertyName.equals(USE_ANNOTATIONS)) {

23. WARNING: DiscouragedReference

Discouraged access: The field USE_ANNOTATIONS from the type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

231 : model.notifyPropertyChange(USE_ANNOTATIONS, IDataModel.ENABLE_CHG);

24. WARNING: DiscouragedReference

Discouraged access: The field SOURCE_FOLDER from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

234 : if (propertyName.equals(SOURCE_FOLDER)) {

25. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewWebClassDataModelProvider.java :

244 : setProperty(PROJECT_NAME, projectName);

26. WARNING: DiscouragedReference

Discouraged access: The method propertySet(String, Object) from the type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

248 : boolean result = super.propertySet(propertyName, propertyValue);

27. WARNING: DiscouragedReference

Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

250 : if (propertyName.equals(CLASS_NAME) && !model.isPropertySet(DISPLAY_NAME)) {

28. WARNING: DiscouragedReference

Discouraged access: The field COMPONENT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewWebClassDataModelProvider.java :

255 : if (propertyName.equals(COMPONENT_NAME)) {

29. WARNING: DiscouragedReference

Discouraged access: The field USE_ANNOTATIONS from the type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

256 : model.notifyPropertyChange(USE_ANNOTATIONS, IDataModel.ENABLE_CHG);

30. WARNING: DiscouragedReference

Discouraged access: The field USE_ANNOTATIONS from the type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

260 : if (getBooleanProperty(USE_ANNOTATIONS)) {

31. WARNING: DiscouragedReference

Discouraged access: The field USE_ANNOTATIONS from the type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

262 : setBooleanProperty(USE_ANNOTATIONS, false);

32. WARNING: DiscouragedReference

Discouraged access: The field USE_ANNOTATIONS from the type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

265 : model.notifyPropertyChange(USE_ANNOTATIONS, IDataModel.ENABLE_CHG);

33. WARNING: DiscouragedReference

Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

268 : classNameCache = getStringProperty(CLASS_NAME);

34. WARNING: DiscouragedReference

Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

269 : setProperty(CLASS_NAME, existingClassNameCache);

35. WARNING: DiscouragedReference

Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

271 : existingClassNameCache = getStringProperty(CLASS_NAME);

36. WARNING: DiscouragedReference

Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

272 : setProperty(CLASS_NAME, classNameCache);

37. WARNING: DiscouragedReference

Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

277 : if (SUPERCLASS.equals(propertyName)) {

38. WARNING: DiscouragedReference

Discouraged access: The field CONSTRUCTOR from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

278 : model.notifyPropertyChange(CONSTRUCTOR, IDataModel.ENABLE_CHG);

39. WARNING: DiscouragedReference

Discouraged access: The field CONSTRUCTOR from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

280 : model.setProperty(CONSTRUCTOR, null);

40. WARNING: DiscouragedReference

Discouraged access: The field CONSTRUCTOR from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

282 : model.notifyPropertyChange(CONSTRUCTOR, IDataModel.DEFAULT_CHG);

41. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewWebClassDataModelProvider.java :

324 : if (!model.isPropertySet(PROJECT_NAME))

42. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewWebClassDataModelProvider.java :

326 : if (getStringProperty(PROJECT_NAME).equals("")) //$NON-NLS-1$

43. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewWebClassDataModelProvider.java :

328 : IProject project = ProjectUtilities.getProject(getStringProperty(PROJECT_NAME));

44. WARNING: DiscouragedReference

Discouraged access: The field COMPONENT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewWebClassDataModelProvider.java :

329 : String moduleName = getStringProperty(COMPONENT_NAME);

45. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

331 : int j2eeVersion = J2EEVersionUtil.convertVersionStringToInt(J2EEProjectUtilities.getJ2EEProjectVersion(project));

46. WARNING: DiscouragedReference

Discouraged access: The method convertVersionStringToInt(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

331 : int j2eeVersion = J2EEVersionUtil.convertVersionStringToInt(J2EEProjectUtilities.getJ2EEProjectVersion(project));

47. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

331 : int j2eeVersion = J2EEVersionUtil.convertVersionStringToInt(J2EEProjectUtilities.getJ2EEProjectVersion(project));

48. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEProjectVersion(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

331 : int j2eeVersion = J2EEVersionUtil.convertVersionStringToInt(J2EEProjectUtilities.getJ2EEProjectVersion(project));

49. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

NewWebClassDataModelProvider.java :

333 : return j2eeVersion > J2EEVersionConstants.VERSION_1_2;

50. WARNING: DiscouragedReference

Discouraged access: The field VERSION_1_2 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

NewWebClassDataModelProvider.java :

333 : return j2eeVersion > J2EEVersionConstants.VERSION_1_2;

51. WARNING: DiscouragedReference

Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

349 : if (propertyName.equals(SUPERCLASS)) {

52. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewWebClassDataModelProvider.java :

352 : return WTPCommonPlugin.OK_STATUS;

53. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewWebClassDataModelProvider.java :

352 : return WTPCommonPlugin.OK_STATUS;

54. WARNING: DiscouragedReference

Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

355 : if (propertyName.equals(CLASS_NAME)) {

55. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewWebClassDataModelProvider.java :

357 : return WTPCommonPlugin.OK_STATUS;

56. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewWebClassDataModelProvider.java :

357 : return WTPCommonPlugin.OK_STATUS;

57. WARNING: DiscouragedReference

Discouraged access: The method validate(String) from the type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

362 : return super.validate(propertyName);

58. WARNING: DiscouragedReference

Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

430 : String superClass = model.getStringProperty(SUPERCLASS);

Source File: org/eclipse/jst/j2ee/internal/web/operations/NewWebClassOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsController is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

NewWebClassOperation.java :

24 : import org.eclipse.jst.common.internal.annotations.controller.AnnotationsController;

2. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

NewWebClassOperation.java :

25 : import org.eclipse.jst.common.internal.annotations.controller.AnnotationsControllerManager;

3. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerManager.Descriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

NewWebClassOperation.java :

26 : import org.eclipse.jst.common.internal.annotations.controller.AnnotationsControllerManager.Descriptor;

4. WARNING: DiscouragedReference

Discouraged access: The type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassOperation.java :

27 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaEEArtifactClassOperation;

5. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditProviderOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewWebClassOperation.java :

37 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;

6. WARNING: UnusedImport

The import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation is never used

NewWebClassOperation.java :

37 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;

7. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.datamodel.AbstractDataModelOperation is never used

NewWebClassOperation.java :

39 : import org.eclipse.wst.common.frameworks.datamodel.AbstractDataModelOperation;

8. WARNING: DiscouragedReference

Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewWebClassOperation.java :

42 : import org.eclipse.wst.common.frameworks.internal.enablement.nonui.WFTWrappedException;

9. WARNING: DiscouragedReference

Discouraged access: The type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassOperation.java :

79 : public abstract class NewWebClassOperation extends NewJavaEEArtifactClassOperation {

10. WARNING: DiscouragedReference

Discouraged access: The constructor NewJavaEEArtifactClassOperation(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassOperation.java :

103 : super(dataModel);

11. WARNING: DiscouragedReference

Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewWebClassOperation.java :

123 : protected void generateUsingTemplates(IProgressMonitor monitor, IPackageFragment fragment) throws WFTWrappedException, CoreException {

12. WARNING: DiscouragedReference

Discouraged access: The method getTargetProject() from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassOperation.java :

126 : IProject project = getTargetProject();

13. WARNING: DiscouragedReference

Discouraged access: The method generateTemplateSource(WTPPlugin, CreateJavaEEArtifactTemplateModel, String, Object, IProgressMonitor) from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassOperation.java :

130 : source = generateTemplateSource(WebPlugin.getPlugin(), tempModel, getTemplateFile(), getTemplateImplementation(), monitor);

14. WARNING: DiscouragedReference

Discouraged access: The constructor WFTWrappedException(Throwable) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewWebClassOperation.java :

132 : throw new WFTWrappedException(e);

15. WARNING: DiscouragedReference

Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewWebClassOperation.java :

132 : throw new WFTWrappedException(e);

16. WARNING: DiscouragedReference

Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassOperation.java :

136 : String javaFileName = tempModel.getClassName() + DOT_JAVA;

17. WARNING: DiscouragedReference

Discouraged access: The field DOT_JAVA from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassOperation.java :

136 : String javaFileName = tempModel.getClassName() + DOT_JAVA;

18. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsController is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

NewWebClassOperation.java :

143 : AnnotationsController controller = AnnotationsControllerManager.INSTANCE.getAnnotationsController(project);

19. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

NewWebClassOperation.java :

143 : AnnotationsController controller = AnnotationsControllerManager.INSTANCE.getAnnotationsController(project);

20. WARNING: DiscouragedReference

Discouraged access: The method getAnnotationsController(IProject) from the type AnnotationsControllerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

NewWebClassOperation.java :

143 : AnnotationsController controller = AnnotationsControllerManager.INSTANCE.getAnnotationsController(project);

21. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type AnnotationsControllerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

NewWebClassOperation.java :

143 : AnnotationsController controller = AnnotationsControllerManager.INSTANCE.getAnnotationsController(project);

22. WARNING: DiscouragedReference

Discouraged access: The method process(IResource) from the type AnnotationsController is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

NewWebClassOperation.java :

145 : controller.process(aFile);

23. WARNING: DiscouragedReference

Discouraged access: The constructor WFTWrappedException(Throwable) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewWebClassOperation.java :

152 : throw new WFTWrappedException(e);

24. WARNING: DiscouragedReference

Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewWebClassOperation.java :

152 : throw new WFTWrappedException(e);

25. WARNING: DiscouragedReference

Discouraged access: The field USE_ANNOTATIONS from the type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassOperation.java :

189 : if (!model.getBooleanProperty(USE_ANNOTATIONS))

26. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerManager.Descriptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

NewWebClassOperation.java :

193 : Descriptor descriptor = AnnotationsControllerManager.INSTANCE.getDescriptor(getTargetComponent().getProject());

27. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

NewWebClassOperation.java :

193 : Descriptor descriptor = AnnotationsControllerManager.INSTANCE.getDescriptor(getTargetComponent().getProject());

28. WARNING: DiscouragedReference

Discouraged access: The method getDescriptor(IProject) from the type AnnotationsControllerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

NewWebClassOperation.java :

193 : Descriptor descriptor = AnnotationsControllerManager.INSTANCE.getDescriptor(getTargetComponent().getProject());

29. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type AnnotationsControllerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

NewWebClassOperation.java :

193 : Descriptor descriptor = AnnotationsControllerManager.INSTANCE.getDescriptor(getTargetComponent().getProject());

30. WARNING: DiscouragedReference

Discouraged access: The method getTargetProject() from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassOperation.java :

238 : return ComponentCore.createComponent(getTargetProject());

Source File: org/eclipse/jst/j2ee/internal/web/operations/ServletTemplate.java
1. WARNING: DiscouragedReference

Discouraged access: The method removeFlags(int) from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

119 : model.removeFlags(CreateJavaEEArtifactTemplateModel.FLAG_QUALIFIED_SUPERCLASS_NAME);

2. WARNING: DiscouragedReference

Discouraged access: The type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

119 : model.removeFlags(CreateJavaEEArtifactTemplateModel.FLAG_QUALIFIED_SUPERCLASS_NAME);

3. WARNING: DiscouragedReference

Discouraged access: The field FLAG_QUALIFIED_SUPERCLASS_NAME from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

119 : model.removeFlags(CreateJavaEEArtifactTemplateModel.FLAG_QUALIFIED_SUPERCLASS_NAME);

4. WARNING: DiscouragedReference

Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

122 : if (model.getJavaPackageName() != null && model.getJavaPackageName().length() > 0) {

5. WARNING: DiscouragedReference

Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

122 : if (model.getJavaPackageName() != null && model.getJavaPackageName().length() > 0) {

6. WARNING: DiscouragedReference

Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

125 : stringBuffer.append( model.getJavaPackageName() );

7. WARNING: DiscouragedReference

Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

144 : stringBuffer.append( model.getClassName() );

8. WARNING: DiscouragedReference

Discouraged access: The field ATT_NAME from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

256 : if (key.equals(CreateServletTemplateModel.ATT_NAME) || key.equals(CreateServletTemplateModel.ATT_DESCRIPTION)) {

9. WARNING: DiscouragedReference

Discouraged access: The field ATT_DESCRIPTION from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

256 : if (key.equals(CreateServletTemplateModel.ATT_NAME) || key.equals(CreateServletTemplateModel.ATT_DESCRIPTION)) {

10. WARNING: DiscouragedReference

Discouraged access: The method isPublic() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

354 : if (model.isPublic()) {

11. WARNING: DiscouragedReference

Discouraged access: The method isAbstract() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

360 : if (model.isAbstract()) {

12. WARNING: DiscouragedReference

Discouraged access: The method isFinal() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

366 : if (model.isFinal()) {

13. WARNING: DiscouragedReference

Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

373 : stringBuffer.append( model.getClassName() );

14. WARNING: DiscouragedReference

Discouraged access: The method getSuperclassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

375 : String superClass = model.getSuperclassName();

15. WARNING: DiscouragedReference

Discouraged access: The method getInterfaces() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

383 : List<String> interfaces = model.getInterfaces();

16. WARNING: DiscouragedReference

Discouraged access: The method hasEmptySuperclassConstructor() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

411 : if (!model.hasEmptySuperclassConstructor()) {

17. WARNING: DiscouragedReference

Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

414 : stringBuffer.append( model.getClassName() );

18. WARNING: DiscouragedReference

Discouraged access: The method shouldGenSuperclassConstructors() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

419 : if (model.shouldGenSuperclassConstructors()) {

19. WARNING: DiscouragedReference

Discouraged access: The type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

420 : List<Constructor> constructors = model.getConstructors();

20. WARNING: DiscouragedReference

Discouraged access: The method getConstructors() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

420 : List<Constructor> constructors = model.getConstructors();

21. WARNING: DiscouragedReference

Discouraged access: The type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

421 : for (Constructor constructor : constructors) {

22. WARNING: DiscouragedReference

Discouraged access: The method isPublic() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

422 : if (constructor.isPublic() || constructor.isProtected()) {

23. WARNING: DiscouragedReference

Discouraged access: The method isProtected() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

422 : if (constructor.isPublic() || constructor.isProtected()) {

24. WARNING: DiscouragedReference

Discouraged access: The method getSuperclassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

425 : stringBuffer.append( model.getSuperclassName() );

25. WARNING: DiscouragedReference

Discouraged access: The method getSuperclassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

427 : stringBuffer.append( model.getSuperclassName() );

26. WARNING: DiscouragedReference

Discouraged access: The method getParamsForJavadoc() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

429 : stringBuffer.append( constructor.getParamsForJavadoc() );

27. WARNING: DiscouragedReference

Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

431 : stringBuffer.append( model.getClassName() );

28. WARNING: DiscouragedReference

Discouraged access: The method getParamsForDeclaration() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

433 : stringBuffer.append( constructor.getParamsForDeclaration() );

29. WARNING: DiscouragedReference

Discouraged access: The method getParamsForCall() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

435 : stringBuffer.append( constructor.getParamsForCall() );

30. WARNING: DiscouragedReference

Discouraged access: The method shouldImplementAbstractMethods() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

443 : if (model.shouldImplementAbstractMethods()) {

31. WARNING: DiscouragedReference

Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

444 : for (Method method : model.getUnimplementedMethods()) {

32. WARNING: DiscouragedReference

Discouraged access: The method getContainingJavaClass() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

447 : stringBuffer.append( method.getContainingJavaClass() );

33. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

449 : stringBuffer.append( method.getName() );

34. WARNING: DiscouragedReference

Discouraged access: The method getParamsForJavadoc() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

451 : stringBuffer.append( method.getParamsForJavadoc() );

35. WARNING: DiscouragedReference

Discouraged access: The method getReturnType() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

453 : stringBuffer.append( method.getReturnType() );

36. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

455 : stringBuffer.append( method.getName() );

37. WARNING: DiscouragedReference

Discouraged access: The method getParamsForDeclaration() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

457 : stringBuffer.append( method.getParamsForDeclaration() );

38. WARNING: DiscouragedReference

Discouraged access: The method getDefaultReturnValue() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

460 : String defaultReturnValue = method.getDefaultReturnValue();

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

Discouraged access: The type EarModuleExtensionImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebModuleExtensionImpl.java :

26 : import org.eclipse.jst.j2ee.internal.moduleextension.EarModuleExtensionImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type WebModuleExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebModuleExtensionImpl.java :

27 : import org.eclipse.jst.j2ee.internal.moduleextension.WebModuleExtension;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEJavaProjectInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebModuleExtensionImpl.java :

28 : import org.eclipse.jst.j2ee.internal.project.J2EEJavaProjectInfo;

4. WARNING: DiscouragedReference

Discouraged access: The type EarModuleExtensionImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebModuleExtensionImpl.java :

36 : public class WebModuleExtensionImpl extends EarModuleExtensionImpl implements WebModuleExtension {

5. WARNING: DiscouragedReference

Discouraged access: The type WebModuleExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebModuleExtensionImpl.java :

36 : public class WebModuleExtensionImpl extends EarModuleExtensionImpl implements WebModuleExtension {

6. WARNING: DiscouragedReference

Discouraged access: The constructor EarModuleExtensionImpl() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebModuleExtensionImpl.java :

42 : super();

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEJavaProjectInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebModuleExtensionImpl.java :

50 : public J2EEJavaProjectInfo createProjectInfo() {

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

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPlugin.java :

34 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebPlugin.java :

36 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;

3. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebPlugin.java :

37 : import org.eclipse.wst.common.frameworks.internal.WTPPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebPlugin.java :

48 : public class WebPlugin extends WTPPlugin implements ResourceLocator {

5. WARNING: DiscouragedReference

Discouraged access: The constructor WTPPlugin() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebPlugin.java :

78 : super();

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPlugin.java :

129 : return J2EEPlugin.getImageURL(key, getBundle());

7. WARNING: DiscouragedReference

Discouraged access: The method getImageURL(String, Bundle) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPlugin.java :

129 : return J2EEPlugin.getImageURL(key, getBundle());

8. WARNING: DiscouragedReference

Discouraged access: The method start(BundleContext) from the type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebPlugin.java :

259 : super.start(context);

9. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebPlugin.java :

262 : manager.registerAdapters(new WebEditAdapterFactory(), ArtifactEditModel.class);

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

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

30 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UIWarValidator.java :

31 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type WarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

32 : import org.eclipse.jst.j2ee.model.internal.validation.WarValidator;

4. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

UIWarValidator.java :

37 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

5. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIWarValidator.java :

43 : import org.eclipse.wst.validation.internal.core.Message;

6. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIWarValidator.java :

44 : import org.eclipse.wst.validation.internal.core.ValidationException;

7. WARNING: DiscouragedReference

Discouraged access: The type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIWarValidator.java :

45 : import org.eclipse.wst.validation.internal.operations.IWorkbenchContext;

8. WARNING: DiscouragedReference

Discouraged access: The type WarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

56 : public class UIWarValidator extends WarValidator {

9. WARNING: DiscouragedReference

Discouraged access: The constructor WarValidator() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

67 : super();

10. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIWarValidator.java :

93 : public void validate() throws ValidationException {

11. WARNING: DiscouragedReference

Discouraged access: The method validate() from the type WarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

96 : super.validate();

12. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIWarValidator.java :

105 : throws org.eclipse.wst.validation.internal.core.ValidationException {

13. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIWarValidator.java :

108 : IProject proj = ((IWorkbenchContext) warHelper).getProject();

14. WARNING: DiscouragedReference

Discouraged access: The type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIWarValidator.java :

108 : IProject proj = ((IWorkbenchContext) warHelper).getProject();

15. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

111 : IVirtualFile webFile = wbModule.getRootFolder().getFile(J2EEConstants.WEBAPP_DD_URI);

16. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

111 : IVirtualFile webFile = wbModule.getRootFolder().getFile(J2EEConstants.WEBAPP_DD_URI);

17. WARNING: DiscouragedReference

Discouraged access: The field status from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

113 : status = super.validateInJob(inHelper, inReporter);

18. WARNING: DiscouragedReference

Discouraged access: The method validateInJob(IValidationContext, IReporter) from the type WarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

113 : status = super.validateInJob(inHelper, inReporter);

19. WARNING: DiscouragedReference

Discouraged access: The field status from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

117 : return status;

20. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UIWarValidator.java :

157 : name = comp.getName() + IJ2EEModuleConstants.JAR_EXT;

21. WARNING: DiscouragedReference

Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UIWarValidator.java :

157 : name = comp.getName() + IJ2EEModuleConstants.JAR_EXT;

22. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

UIWarValidator.java :

164 : if (ref.getReferencedComponent() instanceof VirtualArchiveComponent) {

23. WARNING: DiscouragedReference

Discouraged access: The field _reporter from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

171 : _reporter.addMessage(this, new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_DUPLICATE_CLASSPATH_COMPONENT_URI, new String[]{cpCompName, comp.getProject().getName()}));

24. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIWarValidator.java :

171 : _reporter.addMessage(this, new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_DUPLICATE_CLASSPATH_COMPONENT_URI, new String[]{cpCompName, comp.getProject().getName()}));

25. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIWarValidator.java :

171 : _reporter.addMessage(this, new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_DUPLICATE_CLASSPATH_COMPONENT_URI, new String[]{cpCompName, comp.getProject().getName()}));

26. WARNING: DiscouragedReference

Discouraged access: The method getBaseName() from the type WarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

171 : _reporter.addMessage(this, new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_DUPLICATE_CLASSPATH_COMPONENT_URI, new String[]{cpCompName, comp.getProject().getName()}));

27. WARNING: DiscouragedReference

Discouraged access: The field ERROR_DUPLICATE_CLASSPATH_COMPONENT_URI from the type WARMessageConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

171 : _reporter.addMessage(this, new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_DUPLICATE_CLASSPATH_COMPONENT_URI, new String[]{cpCompName, comp.getProject().getName()}));

28. WARNING: DiscouragedReference

Discouraged access: The field _reporter from the type J2EEValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

189 : _reporter.addMessage(this, new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_DUPLICATE_WEB_INF_LIB, new String[]{name}));

29. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIWarValidator.java :

189 : _reporter.addMessage(this, new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_DUPLICATE_WEB_INF_LIB, new String[]{name}));

30. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIWarValidator.java :

189 : _reporter.addMessage(this, new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_DUPLICATE_WEB_INF_LIB, new String[]{name}));

31. WARNING: DiscouragedReference

Discouraged access: The method getBaseName() from the type WarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

189 : _reporter.addMessage(this, new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_DUPLICATE_WEB_INF_LIB, new String[]{name}));

32. WARNING: DiscouragedReference

Discouraged access: The field ERROR_DUPLICATE_WEB_INF_LIB from the type WARMessageConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

189 : _reporter.addMessage(this, new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_DUPLICATE_WEB_INF_LIB, new String[]{name}));

33. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIWarValidator.java :

273 : IProject project = ((IWorkbenchContext) helper).getProject();

34. WARNING: DiscouragedReference

Discouraged access: The type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

UIWarValidator.java :

273 : IProject project = ((IWorkbenchContext) helper).getProject();

35. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

277 : IVirtualFile vf = comp.getRootFolder().getFile(new Path(J2EEConstants.WEBAPP_DD_URI));

36. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

277 : IVirtualFile vf = comp.getRootFolder().getFile(new Path(J2EEConstants.WEBAPP_DD_URI));

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

Discouraged access: The type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WarHelper.java :

21 : import org.eclipse.jst.j2ee.commonarchivecore.internal.WARFile;

2. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WarHelper.java :

22 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WarHelper.java :

23 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEValidationHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WarHelper.java :

24 : import org.eclipse.jst.j2ee.internal.validation.J2EEValidationHelper;

5. WARNING: DiscouragedReference

Discouraged access: The type WARMessageConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WarHelper.java :

26 : import org.eclipse.jst.j2ee.model.internal.validation.WARMessageConstants;

6. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WarHelper.java :

30 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;

7. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchReporter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarHelper.java :

32 : import org.eclipse.wst.validation.internal.operations.WorkbenchReporter;

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEValidationHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WarHelper.java :

36 : public class WarHelper extends J2EEValidationHelper {

9. WARNING: DiscouragedReference

Discouraged access: The type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WarHelper.java :

39 : WARFile warFile = null;

10. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEValidationHelper() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WarHelper.java :

48 : super();

11. WARNING: DiscouragedReference

Discouraged access: The method registerModel(String, String) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarHelper.java :

50 : registerModel(WARMessageConstants.WAR_MODEL_NAME, "loadWarFile"); //$NON-NLS-1$

12. WARNING: DiscouragedReference

Discouraged access: The type WARMessageConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WarHelper.java :

50 : registerModel(WARMessageConstants.WAR_MODEL_NAME, "loadWarFile"); //$NON-NLS-1$

13. WARNING: DiscouragedReference

Discouraged access: The field WAR_MODEL_NAME from the type WARMessageConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WarHelper.java :

50 : registerModel(WARMessageConstants.WAR_MODEL_NAME, "loadWarFile"); //$NON-NLS-1$

14. WARNING: DiscouragedReference

Discouraged access: The method getLineNo(Object) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarHelper.java :

66 : return super.getLineNo(object);

15. WARNING: DiscouragedReference

Discouraged access: The type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WarHelper.java :

97 : if( object != null && object instanceof WARFile ){

16. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WarHelper.java :

98 : return J2EEConstants.WEBAPP_ID;

17. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_ID from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WarHelper.java :

98 : return J2EEConstants.WEBAPP_ID;

18. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarHelper.java :

115 : IVirtualComponent comp = ComponentCore.createComponent(getProject());

19. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WarHelper.java :

116 : edit = ComponentUtilities.getArtifactEditForRead(comp);

20. WARNING: DiscouragedReference

Discouraged access: The method getArtifactEditForRead(IVirtualComponent) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WarHelper.java :

116 : edit = ComponentUtilities.getArtifactEditForRead(comp);

21. WARNING: DiscouragedReference

Discouraged access: The type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WarHelper.java :

121 : warFile = (WARFile)((WebArtifactEdit) edit).asArchive(false, true, true);

22. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WarHelper.java :

123 : } catch (OpenFailureException e1) {

23. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchReporter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarHelper.java :

131 : public void cleanup(WorkbenchReporter reporter) {

24. WARNING: DiscouragedReference

Discouraged access: The method close() from the type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WarHelper.java :

137 : warFile.close();

25. WARNING: DiscouragedReference

Discouraged access: The method cleanup(WorkbenchReporter) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarHelper.java :

140 : super.cleanup(reporter);

Source File: org/eclipse/jst/j2ee/internal/web/providers/AuthConstraintItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AuthConstraintItemProvider.java :

34 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AuthConstraintItemProvider.java :

194 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AuthConstraintItemProvider.java :

194 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/ContextParamItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ContextParamItemProvider.java :

25 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ContextParamItemProvider.java :

183 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ContextParamItemProvider.java :

183 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/ErrorCodeErrorPageItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ErrorCodeErrorPageItemProvider.java :

21 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ErrorCodeErrorPageItemProvider.java :

123 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ErrorCodeErrorPageItemProvider.java :

123 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/ErrorPageItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ErrorPageItemProvider.java :

25 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ErrorPageItemProvider.java :

133 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ErrorPageItemProvider.java :

133 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/ExceptionTypeErrorPageItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ExceptionTypeErrorPageItemProvider.java :

21 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ExceptionTypeErrorPageItemProvider.java :

121 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ExceptionTypeErrorPageItemProvider.java :

121 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/FilterItemProvider.java
1. WARNING: UnusedImport

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

FilterItemProvider.java :

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

2. WARNING: UnusedImport

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

FilterItemProvider.java :

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

3. WARNING: UnusedImport

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

FilterItemProvider.java :

26 : import org.eclipse.emf.edit.provider.IItemPropertySource;

4. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterItemProvider.java :

29 : import org.eclipse.jst.j2ee.common.internal.provider.CompatibilityDescriptionGroupItemProvider;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

FilterItemProvider.java :

30 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterItemProvider.java :

31 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

7. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterItemProvider.java :

39 : public class FilterItemProvider extends CompatibilityDescriptionGroupItemProvider {

8. WARNING: DiscouragedReference

Discouraged access: The constructor CompatibilityDescriptionGroupItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterItemProvider.java :

45 : super(adapterFactory);

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

FilterItemProvider.java :

69 : if (webApp.getJ2EEVersionID() >= J2EEVersionConstants.J2EE_1_4_ID)

10. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_4_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

FilterItemProvider.java :

69 : if (webApp.getJ2EEVersionID() >= J2EEVersionConstants.J2EE_1_4_ID)

11. WARNING: DiscouragedReference

Discouraged access: The method getChildReference(Object, Object) from the type DescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterItemProvider.java :

86 : return super.getChildReference(object, child);

12. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterItemProvider.java :

136 : super.getPropertyDescriptors(object);

13. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterItemProvider.java :

213 : super.notifyChanged(notification);

14. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterItemProvider.java :

225 : super.collectNewChildDescriptors(newChildDescriptors, object);

15. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterItemProvider.java :

240 : return J2EEPlugin.getDefault();

16. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterItemProvider.java :

240 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/FilterMappingItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterMappingItemProvider.java :

25 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterMappingItemProvider.java :

189 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterMappingItemProvider.java :

189 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/FormLoginConfigItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FormLoginConfigItemProvider.java :

25 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FormLoginConfigItemProvider.java :

172 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FormLoginConfigItemProvider.java :

172 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/HTTPMethodTypeItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

HTTPMethodTypeItemProvider.java :

26 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

HTTPMethodTypeItemProvider.java :

142 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

HTTPMethodTypeItemProvider.java :

142 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/InitParamItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

InitParamItemProvider.java :

25 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

InitParamItemProvider.java :

189 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

InitParamItemProvider.java :

189 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/JSPConfigItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPConfigItemProvider.java :

26 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPConfigItemProvider.java :

159 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPConfigItemProvider.java :

159 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/JSPPropertyGroupItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPPropertyGroupItemProvider.java :

22 : import org.eclipse.jst.j2ee.common.internal.provider.CompatibilityDescriptionGroupItemProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPPropertyGroupItemProvider.java :

33 : public class JSPPropertyGroupItemProvider extends CompatibilityDescriptionGroupItemProvider {

3. WARNING: DiscouragedReference

Discouraged access: The constructor CompatibilityDescriptionGroupItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPPropertyGroupItemProvider.java :

41 : super(adapterFactory);

4. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPPropertyGroupItemProvider.java :

53 : super.getPropertyDescriptors(object);

5. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPPropertyGroupItemProvider.java :

194 : super.notifyChanged(notification);

6. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPPropertyGroupItemProvider.java :

206 : super.collectNewChildDescriptors(newChildDescriptors, object);

Source File: org/eclipse/jst/j2ee/internal/web/providers/JSPTypeItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPTypeItemProvider.java :

21 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPTypeItemProvider.java :

122 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPTypeItemProvider.java :

122 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/JspItemProviderAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type JspAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JspItemProviderAdapterFactory.java :

29 : import org.eclipse.jst.j2ee.jsp.internal.util.JspAdapterFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type JspAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JspItemProviderAdapterFactory.java :

41 : public class JspItemProviderAdapterFactory extends JspAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier {

3. WARNING: DiscouragedReference

Discouraged access: The method isFactoryForType(Object) from the type JspAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JspItemProviderAdapterFactory.java :

175 : return supportedTypes.contains(type) || super.isFactoryForType(type);

Source File: org/eclipse/jst/j2ee/internal/web/providers/LocalEncodingMappingItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

LocalEncodingMappingItemProvider.java :

27 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

LocalEncodingMappingItemProvider.java :

151 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

LocalEncodingMappingItemProvider.java :

151 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/LocalEncodingMappingListItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

LocalEncodingMappingListItemProvider.java :

25 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

LocalEncodingMappingListItemProvider.java :

140 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

LocalEncodingMappingListItemProvider.java :

140 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/LoginConfigItemProvider.java
1. WARNING: UnusedImport

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

LoginConfigItemProvider.java :

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

2. WARNING: UnusedImport

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

LoginConfigItemProvider.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

LoginConfigItemProvider.java :

29 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

LoginConfigItemProvider.java :

234 : return J2EEPlugin.getDefault();

5. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

LoginConfigItemProvider.java :

234 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/MimeMappingItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

MimeMappingItemProvider.java :

26 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

MimeMappingItemProvider.java :

164 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

MimeMappingItemProvider.java :

164 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/RoleNameTypeItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RoleNameTypeItemProvider.java :

26 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RoleNameTypeItemProvider.java :

128 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RoleNameTypeItemProvider.java :

128 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/SecurityConstraintItemProvider.java
1. WARNING: UnusedImport

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

SecurityConstraintItemProvider.java :

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

2. WARNING: UnusedImport

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

SecurityConstraintItemProvider.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

SecurityConstraintItemProvider.java :

32 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

SecurityConstraintItemProvider.java :

254 : return J2EEPlugin.getDefault();

5. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

SecurityConstraintItemProvider.java :

254 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/ServletItemProvider.java
1. WARNING: UnusedImport

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

ServletItemProvider.java :

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

2. WARNING: UnusedImport

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

ServletItemProvider.java :

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

3. WARNING: UnusedImport

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

ServletItemProvider.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletItemProvider.java :

28 : import org.eclipse.jst.j2ee.common.internal.provider.CompatibilityDescriptionGroupItemProvider;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ServletItemProvider.java :

29 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletItemProvider.java :

30 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

7. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletItemProvider.java :

39 : public class ServletItemProvider extends CompatibilityDescriptionGroupItemProvider {

8. WARNING: DiscouragedReference

Discouraged access: The constructor CompatibilityDescriptionGroupItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletItemProvider.java :

46 : super(adapterFactory);

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ServletItemProvider.java :

73 : if (webApp.getJ2EEVersionID() >= J2EEVersionConstants.J2EE_1_4_ID)

10. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_4_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ServletItemProvider.java :

73 : if (webApp.getJ2EEVersionID() >= J2EEVersionConstants.J2EE_1_4_ID)

11. WARNING: DiscouragedReference

Discouraged access: The method getChildReference(Object, Object) from the type DescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletItemProvider.java :

92 : return super.getChildReference(object, child);

12. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletItemProvider.java :

146 : super.getPropertyDescriptors(object);

13. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletItemProvider.java :

238 : super.notifyChanged(notification);

14. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletItemProvider.java :

250 : super.collectNewChildDescriptors(newChildDescriptors, object);

15. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletItemProvider.java :

273 : return J2EEPlugin.getDefault();

16. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletItemProvider.java :

273 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/ServletMappingItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletMappingItemProvider.java :

25 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletMappingItemProvider.java :

170 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletMappingItemProvider.java :

170 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/ServletTypeItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTypeItemProvider.java :

21 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTypeItemProvider.java :

122 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTypeItemProvider.java :

122 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/SessionConfigItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

SessionConfigItemProvider.java :

25 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

SessionConfigItemProvider.java :

141 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

SessionConfigItemProvider.java :

141 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/TagLibRefItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

TagLibRefItemProvider.java :

25 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

TagLibRefItemProvider.java :

163 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

TagLibRefItemProvider.java :

163 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/TagLibRefTypeItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

TagLibRefTypeItemProvider.java :

27 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

TagLibRefTypeItemProvider.java :

151 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

TagLibRefTypeItemProvider.java :

151 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/URLPatternTypeItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

URLPatternTypeItemProvider.java :

25 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

URLPatternTypeItemProvider.java :

141 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

URLPatternTypeItemProvider.java :

141 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/UserDataConstraintItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UserDataConstraintItemProvider.java :

26 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UserDataConstraintItemProvider.java :

183 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UserDataConstraintItemProvider.java :

183 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/WebAppItemProvider.java
1. WARNING: UnusedImport

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

WebAppItemProvider.java :

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

2. WARNING: UnusedImport

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

WebAppItemProvider.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type JNDIEnvRefsGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

27 : import org.eclipse.jst.j2ee.common.internal.provider.JNDIEnvRefsGroupItemProvider;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebAppItemProvider.java :

28 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

29 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

6. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

31 : import org.eclipse.jst.j2ee.internal.webservices.WSDLServiceExtManager;

7. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

32 : import org.eclipse.jst.j2ee.internal.webservices.WSDLServiceHelper;

8. WARNING: DiscouragedReference

Discouraged access: The type JNDIEnvRefsGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

43 : public class WebAppItemProvider extends JNDIEnvRefsGroupItemProvider {

9. WARNING: DiscouragedReference

Discouraged access: The constructor JNDIEnvRefsGroupItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

49 : super(adapterFactory);

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebAppItemProvider.java :

73 : if (webApp.getVersionID() <= J2EEVersionConstants.WEB_2_3_ID) {

11. WARNING: DiscouragedReference

Discouraged access: The field WEB_2_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebAppItemProvider.java :

73 : if (webApp.getVersionID() <= J2EEVersionConstants.WEB_2_3_ID) {

12. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

74 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

13. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

74 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

14. WARNING: DiscouragedReference

Discouraged access: The method getServiceHelper() from the type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

74 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

15. WARNING: DiscouragedReference

Discouraged access: The method get13ServiceRefs(EObject) from the type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

75 : myChildren.addAll(serviceHelper.get13ServiceRefs(webApp));

16. WARNING: DiscouragedReference

Discouraged access: The method getChildrenReferences(Object) from the type JNDIEnvRefsGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

89 : super.getChildrenReferences(object);

17. WARNING: DiscouragedReference

Discouraged access: The method getChildReference(Object, Object) from the type JNDIEnvRefsGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

122 : return super.getChildReference(object, child);

18. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

154 : return J2EEPlugin.getPlugin().getImage("web_application"); //$NON-NLS-1$

19. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

154 : return J2EEPlugin.getPlugin().getImage("web_application"); //$NON-NLS-1$

20. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

154 : return J2EEPlugin.getPlugin().getImage("web_application"); //$NON-NLS-1$

21. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebAppItemProvider.java :

156 : case J2EEVersionConstants.WEB_2_2_ID :

22. WARNING: DiscouragedReference

Discouraged access: The field WEB_2_2_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebAppItemProvider.java :

156 : case J2EEVersionConstants.WEB_2_2_ID :

23. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebAppItemProvider.java :

160 : case J2EEVersionConstants.WEB_2_3_ID :

24. WARNING: DiscouragedReference

Discouraged access: The field WEB_2_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebAppItemProvider.java :

160 : case J2EEVersionConstants.WEB_2_3_ID :

25. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebAppItemProvider.java :

164 : case J2EEVersionConstants.WEB_2_4_ID :

26. WARNING: DiscouragedReference

Discouraged access: The field WEB_2_4_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebAppItemProvider.java :

164 : case J2EEVersionConstants.WEB_2_4_ID :

27. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type JNDIEnvRefsGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

178 : super.getPropertyDescriptors(object);

28. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type JNDIEnvRefsGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

278 : super.notifyChanged(notification);

29. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type JNDIEnvRefsGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

290 : super.collectNewChildDescriptors(newChildDescriptors, object);

30. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

354 : return J2EEPlugin.getDefault();

31. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

354 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/WebResourceCollectionItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebResourceCollectionItemProvider.java :

35 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebResourceCollectionItemProvider.java :

278 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebResourceCollectionItemProvider.java :

278 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/WebTypeItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebTypeItemProvider.java :

23 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebTypeItemProvider.java :

97 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebTypeItemProvider.java :

97 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/WebapplicationItemProviderAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type ListenerItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebapplicationItemProviderAdapterFactory.java :

32 : import org.eclipse.jst.j2ee.common.internal.provider.ListenerItemProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type WebapplicationAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebapplicationItemProviderAdapterFactory.java :

33 : import org.eclipse.jst.j2ee.webapplication.internal.util.WebapplicationAdapterFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type WebapplicationAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebapplicationItemProviderAdapterFactory.java :

42 : public class WebapplicationItemProviderAdapterFactory extends WebapplicationAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable {

4. WARNING: DiscouragedReference

Discouraged access: The type ListenerItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebapplicationItemProviderAdapterFactory.java :

200 : protected ListenerItemProvider listenerItemProvider;

5. WARNING: DiscouragedReference

Discouraged access: The constructor ListenerItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebapplicationItemProviderAdapterFactory.java :

427 : listenerItemProvider = new ListenerItemProvider(this);

6. WARNING: DiscouragedReference

Discouraged access: The type ListenerItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebapplicationItemProviderAdapterFactory.java :

427 : listenerItemProvider = new ListenerItemProvider(this);

7. WARNING: DiscouragedReference

Discouraged access: The method isFactoryForType(Object) from the type WebapplicationAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebapplicationItemProviderAdapterFactory.java :

689 : return super.isFactoryForType(type) || supportedTypes.contains(type);

Source File: org/eclipse/jst/j2ee/internal/web/providers/WelcomeFileItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WelcomeFileItemProvider.java :

25 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WelcomeFileItemProvider.java :

138 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WelcomeFileItemProvider.java :

138 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/WelcomeFileListItemProvider.java
1. WARNING: UnusedImport

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

WelcomeFileListItemProvider.java :

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

2. WARNING: UnusedImport

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

WelcomeFileListItemProvider.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WelcomeFileListItemProvider.java :

27 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WelcomeFileListItemProvider.java :

172 : return J2EEPlugin.getDefault();

5. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WelcomeFileListItemProvider.java :

172 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/archive/operations/WTProjectStrategyUtils.java
1. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

17 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

2. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

18 : import org.eclipse.jst.j2ee.commonarchivecore.internal.File;

3. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

19 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveConstants;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

20 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

5. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

24 : public static File findSourceFile(Archive archive, String file) {

6. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

24 : public static File findSourceFile(Archive archive, String file) {

7. WARNING: DiscouragedReference

Discouraged access: The method getFile(String) from the type Container is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

31 : return archive.getFile(file);

8. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

38 : public static File findSourceFileForClass(Archive archive, String classFile) {

9. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

38 : public static File findSourceFileForClass(Archive archive, String classFile) {

10. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

43 : File file = archive.getFile(sourceFilePath.toString());

11. WARNING: DiscouragedReference

Discouraged access: The method getFile(String) from the type Container is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

43 : File file = archive.getFile(sourceFilePath.toString());

12. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

51 : sourceFilePath = new Path(ArchiveConstants.WEBAPP_LIB_URI).append(sourceFilePath);

13. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_LIB_URI from the type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

51 : sourceFilePath = new Path(ArchiveConstants.WEBAPP_LIB_URI).append(sourceFilePath);

14. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

53 : File file = archive.getFile(sourceFilePath.toString());

15. WARNING: DiscouragedReference

Discouraged access: The method getFile(String) from the type Container is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

53 : File file = archive.getFile(sourceFilePath.toString());

16. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

64 : return uri.startsWith(ArchiveConstants.WEBAPP_CLASSES_URI) && uri.endsWith(".class");//$NON-NLS-1$

17. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_CLASSES_URI from the type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

64 : return uri.startsWith(ArchiveConstants.WEBAPP_CLASSES_URI) && uri.endsWith(".class");//$NON-NLS-1$

18. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

68 : return uri.startsWith(ArchiveConstants.WEBAPP_CLASSES_URI);

19. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_CLASSES_URI from the type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

68 : return uri.startsWith(ArchiveConstants.WEBAPP_CLASSES_URI);

20. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

74 : if (uri.startsWith(J2EEConstants.WEB_INF + "/") && //$NON-NLS-1$

21. WARNING: DiscouragedReference

Discouraged access: The field WEB_INF from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WTProjectStrategyUtils.java :

74 : if (uri.startsWith(J2EEConstants.WEB_INF + "/") && //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/web/archive/operations/WebComponentExportDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

15 : import org.eclipse.jst.j2ee.application.internal.operations.J2EEComponentExportDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaEEComponentExportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

16 : import org.eclipse.jst.j2ee.internal.archive.operations.JavaEEComponentExportOperation;

3. WARNING: DiscouragedReference

Discouraged access: The type EARCreationResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

17 : import org.eclipse.jst.j2ee.internal.earcreation.EARCreationResourceHandler;

4. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

18 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

19 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

23 : public class WebComponentExportDataModelProvider extends J2EEComponentExportDataModelProvider implements IWebComponentExportDataModelProperties {

7. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEComponentExportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

26 : super();

8. WARNING: DiscouragedReference

Discouraged access: The constructor JavaEEComponentExportOperation(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

31 : return new JavaEEComponentExportOperation(model);

9. WARNING: DiscouragedReference

Discouraged access: The type JavaEEComponentExportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

31 : return new JavaEEComponentExportOperation(model);

10. WARNING: DiscouragedReference

Discouraged access: The method getPropertyNames() from the type J2EEArtifactExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

36 : Set propertyNames = super.getPropertyNames();

11. WARNING: DiscouragedReference

Discouraged access: The method getDefaultProperty(String) from the type J2EEArtifactExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

46 : return super.getDefaultProperty(propertyName);

12. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

51 : return J2EEProjectUtilities.DYNAMIC_WEB;

13. WARNING: DiscouragedReference

Discouraged access: The type EARCreationResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

56 : return EARCreationResourceHandler.getString(EARCreationResourceHandler.NOT_A_WAR, new Object[]{projectName});

14. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type EARCreationResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

56 : return EARCreationResourceHandler.getString(EARCreationResourceHandler.NOT_A_WAR, new Object[]{projectName});

15. WARNING: DiscouragedReference

Discouraged access: The type EARCreationResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

56 : return EARCreationResourceHandler.getString(EARCreationResourceHandler.NOT_A_WAR, new Object[]{projectName});

16. WARNING: DiscouragedReference

Discouraged access: The field NOT_A_WAR from the type EARCreationResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

56 : return EARCreationResourceHandler.getString(EARCreationResourceHandler.NOT_A_WAR, new Object[]{projectName});

17. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

61 : return IJ2EEModuleConstants.WAR_EXT;

18. WARNING: DiscouragedReference

Discouraged access: The field WAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

61 : return IJ2EEModuleConstants.WAR_EXT;

Source File: org/eclipse/jst/j2ee/internal/web/archive/operations/WebComponentExportOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEArtifactExportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportOperation.java :

13 : import org.eclipse.jst.j2ee.internal.archive.operations.J2EEArtifactExportOperation;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEArtifactExportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportOperation.java :

19 : public class WebComponentExportOperation extends J2EEArtifactExportOperation {

3. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEArtifactExportOperation() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportOperation.java :

22 : super();

4. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEArtifactExportOperation(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportOperation.java :

26 : super(model);

Source File: org/eclipse/jst/j2ee/internal/web/archive/operations/WebComponentImportDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

19 : import org.eclipse.jst.j2ee.application.internal.operations.J2EEArtifactImportDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

20 : import org.eclipse.jst.j2ee.application.internal.operations.J2EEComponentImportDataModelProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtilityJarImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

21 : import org.eclipse.jst.j2ee.application.internal.operations.J2EEUtilityJarImportDataModelProvider;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtilityJarImportOperationNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

22 : import org.eclipse.jst.j2ee.application.internal.operations.J2EEUtilityJarImportOperationNew;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

24 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

25 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

27 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;

8. WARNING: DiscouragedReference

Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

28 : import org.eclipse.jst.j2ee.internal.common.XMLResource;

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

29 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

10. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

36 : import org.eclipse.jst.jee.util.internal.JavaEEQuickPeek;

11. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebComponentImportDataModelProvider.java :

44 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

12. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

54 : public final class WebComponentImportDataModelProvider extends J2EEComponentImportDataModelProvider implements IWebComponentImportDataModelProperties {

13. WARNING: DiscouragedReference

Discouraged access: The method getPropertyNames() from the type J2EEComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

58 : Set propertyNames = super.getPropertyNames();

14. WARNING: DiscouragedReference

Discouraged access: The method getDefaultProperty(String) from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

70 : return super.getDefaultProperty(propertyName);

15. WARNING: DiscouragedReference

Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

75 : return XMLResource.WEB_APP_TYPE;

16. WARNING: DiscouragedReference

Discouraged access: The field WEB_APP_TYPE from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

75 : return XMLResource.WEB_APP_TYPE;

17. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

79 : protected void handleUnknownType(JavaEEQuickPeek jqp) {

18. WARNING: DiscouragedReference

Discouraged access: The method setType(int) from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

80 : jqp.setType(J2EEVersionConstants.WEB_TYPE);

19. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

80 : jqp.setType(J2EEVersionConstants.WEB_TYPE);

20. WARNING: DiscouragedReference

Discouraged access: The field WEB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

80 : jqp.setType(J2EEVersionConstants.WEB_TYPE);

21. WARNING: DiscouragedReference

Discouraged access: The method setVersion(int) from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

81 : jqp.setVersion(J2EEVersionConstants.WEB_3_0_ID);

22. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

81 : jqp.setVersion(J2EEVersionConstants.WEB_3_0_ID);

23. WARNING: DiscouragedReference

Discouraged access: The field WEB_3_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

81 : jqp.setVersion(J2EEVersionConstants.WEB_3_0_ID);

24. WARNING: DiscouragedReference

Discouraged access: The method setJavaEEVersion(int) from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

82 : jqp.setJavaEEVersion(J2EEVersionConstants.JEE_6_0_ID);

25. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

82 : jqp.setJavaEEVersion(J2EEVersionConstants.JEE_6_0_ID);

26. WARNING: DiscouragedReference

Discouraged access: The field JEE_6_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

82 : jqp.setJavaEEVersion(J2EEVersionConstants.JEE_6_0_ID);

27. WARNING: DiscouragedReference

Discouraged access: The method getArchiveWrapper() from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

87 : if (getArchiveWrapper().getJavaEEQuickPeek().getType() == J2EEConstants.WEB_TYPE)

28. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

87 : if (getArchiveWrapper().getJavaEEQuickPeek().getType() == J2EEConstants.WEB_TYPE)

29. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

87 : if (getArchiveWrapper().getJavaEEQuickPeek().getType() == J2EEConstants.WEB_TYPE)

30. WARNING: DiscouragedReference

Discouraged access: The field WEB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

87 : if (getArchiveWrapper().getJavaEEQuickPeek().getType() == J2EEConstants.WEB_TYPE)

31. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebComponentImportDataModelProvider.java :

91 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString("Temp String for none WARFile")); //$NON-NLS-1$);

32. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebComponentImportDataModelProvider.java :

91 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString("Temp String for none WARFile")); //$NON-NLS-1$);

33. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebComponentImportDataModelProvider.java :

91 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString("Temp String for none WARFile")); //$NON-NLS-1$);

34. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebComponentImportDataModelProvider.java :

91 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString("Temp String for none WARFile")); //$NON-NLS-1$);

35. WARNING: DiscouragedReference

Discouraged access: The method propertySet(String, Object) from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

96 : super.propertySet(propertyName, propertyValue);

36. WARNING: DiscouragedReference

Discouraged access: The method getArchiveWrapper() from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

98 : if (getArchiveWrapper() != null) {

37. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

109 : JavaEEQuickPeek jqp = libWrapper.getJavaEEQuickPeek();

38. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

110 : if(jqp.getType() == JavaEEQuickPeek.WEBFRAGMENT_TYPE){

39. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

110 : if(jqp.getType() == JavaEEQuickPeek.WEBFRAGMENT_TYPE){

40. WARNING: DiscouragedReference

Discouraged access: The field WEBFRAGMENT_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

110 : if(jqp.getType() == JavaEEQuickPeek.WEBFRAGMENT_TYPE){

41. WARNING: DiscouragedReference

Discouraged access: The type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

111 : localModel = DataModelFactory.createDataModel(new J2EEArtifactImportDataModelProvider(){

42. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEUtilityJarImportOperationNew(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

120 : return new J2EEUtilityJarImportOperationNew(model);

43. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtilityJarImportOperationNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

120 : return new J2EEUtilityJarImportOperationNew(model);

44. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEUtilityJarImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

130 : localModel = DataModelFactory.createDataModel(new J2EEUtilityJarImportDataModelProvider());

45. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtilityJarImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

130 : localModel = DataModelFactory.createDataModel(new J2EEUtilityJarImportDataModelProvider());

46. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

143 : IDataModel webFacetDataModel = map.getFacetDataModel( J2EEProjectUtilities.DYNAMIC_WEB );

47. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

155 : IDataModel webFacetDataModel = map.getFacetDataModel( J2EEProjectUtilities.DYNAMIC_WEB );

48. WARNING: DiscouragedReference

Discouraged access: The method getInterpretedSpecVersion(ArchiveWrapper) from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

156 : int version = getInterpretedSpecVersion(getArchiveWrapper()).getVersion();

49. WARNING: DiscouragedReference

Discouraged access: The method getVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

156 : int version = getInterpretedSpecVersion(getArchiveWrapper()).getVersion();

50. WARNING: DiscouragedReference

Discouraged access: The method getArchiveWrapper() from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

156 : int version = getInterpretedSpecVersion(getArchiveWrapper()).getVersion();

51. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

157 : String versionText = J2EEVersionUtil.getServletTextVersion( version );

52. WARNING: DiscouragedReference

Discouraged access: The method getServletTextVersion(int) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

157 : String versionText = J2EEVersionUtil.getServletTextVersion( version );

53. WARNING: DiscouragedReference

Discouraged access: The method updateWorkingCopyFacetVersion(IDataModel, IDataModel) from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

159 : updateWorkingCopyFacetVersion(moduleDM, webFacetDataModel);

54. WARNING: DiscouragedReference

Discouraged access: The method updateJavaFacetVersion() from the type J2EEComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

160 : updateJavaFacetVersion();

55. WARNING: DiscouragedReference

Discouraged access: The field FACET_RUNTIME from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

165 : if(FACET_RUNTIME.equals(propertyName)){

56. WARNING: DiscouragedReference

Discouraged access: The method validate(String) from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

166 : super.validate(propertyName);

57. WARNING: DiscouragedReference

Discouraged access: The method validate(String) from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

169 : return super.validate(propertyName);

58. WARNING: DiscouragedReference

Discouraged access: The field FACET_RUNTIME from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

179 : status = libModel.validateProperty(FACET_RUNTIME);

59. WARNING: DiscouragedReference

Discouraged access: The method init() from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

200 : super.init();

60. WARNING: DiscouragedReference

Discouraged access: The method propertyChanged(DataModelEvent) from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

209 : super.propertyChanged(event);

Source File: org/eclipse/jst/j2ee/internal/web/archive/operations/WebComponentImportOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportOperation.java :

28 : import org.eclipse.jst.j2ee.internal.archive.operations.J2EEArtifactImportOperation;

2. WARNING: DiscouragedReference

Discouraged access: The type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebComponentImportOperation.java :

33 : import org.eclipse.wst.common.componentcore.internal.operation.CreateReferenceComponentsDataModelProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportOperation.java :

39 : public class WebComponentImportOperation extends J2EEArtifactImportOperation {

4. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEArtifactImportOperation(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportOperation.java :

44 : super(model);

5. WARNING: DiscouragedReference

Discouraged access: The method computeTotalWork() from the type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportOperation.java :

52 : int baseWork = super.computeTotalWork() + LIB_FOLDER_WORK;

6. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_CREATION_WORK from the type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportOperation.java :

61 : baseWork += LINK_COMPONENTS_WORK + PROJECT_CREATION_WORK + libArchive.getSize();

7. WARNING: DiscouragedReference

Discouraged access: The method doExecute(IProgressMonitor) from the type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportOperation.java :

70 : super.doExecute(monitor);

8. WARNING: DiscouragedReference

Discouraged access: The field virtualComponent from the type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportOperation.java :

71 : IVirtualFolder libFolder = virtualComponent.getRootFolder().getFolder(WebArtifactEdit.WEBLIB);

9. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_CREATION_WORK from the type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportOperation.java :

106 : importModel.getDefaultOperation().execute(new SubProgressMonitor(monitor, PROJECT_CREATION_WORK + libArchive.getSize()) , info);

10. WARNING: DiscouragedReference

Discouraged access: The field info from the type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportOperation.java :

106 : importModel.getDefaultOperation().execute(new SubProgressMonitor(monitor, PROJECT_CREATION_WORK + libArchive.getSize()) , info);

11. WARNING: DiscouragedReference

Discouraged access: The constructor CreateReferenceComponentsDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebComponentImportOperation.java :

118 : IDataModel createRefComponentsModel = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());

12. WARNING: DiscouragedReference

Discouraged access: The type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebComponentImportOperation.java :

118 : IDataModel createRefComponentsModel = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());

13. WARNING: DiscouragedReference

Discouraged access: The field virtualComponent from the type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportOperation.java :

119 : createRefComponentsModel.setProperty(ICreateReferenceComponentsDataModelProperties.SOURCE_COMPONENT, virtualComponent);

14. WARNING: DiscouragedReference

Discouraged access: The field info from the type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportOperation.java :

123 : createRefComponentsModel.getDefaultOperation().execute(new SubProgressMonitor(monitor, LINK_COMPONENTS_WORK * targetComponents.size()), info);

Source File: org/eclipse/jst/j2ee/internal/web/archive/operations/WebComponentLoadStrategyImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentLoadStrategyImpl.java :

18 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

2. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentLoadStrategyImpl.java :

19 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

3. WARNING: DiscouragedReference

Discouraged access: The type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

21 : import org.eclipse.jst.j2ee.internal.archive.operations.ComponentLoadStrategyImpl;

4. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

22 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

23 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

6. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

24 : import org.eclipse.jst.j2ee.internal.project.ProjectSupportResourceHandler;

7. WARNING: DiscouragedReference

Discouraged access: The type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

32 : public class WebComponentLoadStrategyImpl extends ComponentLoadStrategyImpl {

8. WARNING: DiscouragedReference

Discouraged access: The constructor ComponentLoadStrategyImpl(IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

35 : super(vComponent);

9. WARNING: DiscouragedReference

Discouraged access: The constructor ComponentLoadStrategyImpl(IVirtualComponent, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

39 : super(vComponent, includeClasspathComponents);

10. WARNING: DiscouragedReference

Discouraged access: The method getFiles() from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

44 : super.getFiles();

11. WARNING: DiscouragedReference

Discouraged access: The field includeClasspathComponents from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

46 : if (includeClasspathComponents) {

12. WARNING: DiscouragedReference

Discouraged access: The method addMappedClassFolders(IPath) from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

47 : addMappedClassFolders(IClasspathDependencyConstants.WEB_INF_CLASSES_PATH);

13. WARNING: DiscouragedReference

Discouraged access: The field filesHolder from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

49 : return filesHolder.getFiles();

14. WARNING: DiscouragedReference

Discouraged access: The method getFiles() from the type ComponentLoadStrategyImpl.FilesHolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

49 : return filesHolder.getFiles();

15. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

53 : return WebUtilities.getLibModules(getComponent());

16. WARNING: DiscouragedReference

Discouraged access: The method addExternalFile(String, File) from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

64 : addExternalFile(uri, diskFile);

17. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

71 : name = looseComponent.getName() + IJ2EEModuleConstants.JAR_EXT;

18. WARNING: DiscouragedReference

Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

71 : name = looseComponent.getName() + IJ2EEModuleConstants.JAR_EXT;

19. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentLoadStrategyImpl.java :

82 : Archive utilJAR = J2EEProjectUtilities.asArchive(uri, looseComponent.getProject(), isExportSource());

20. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

82 : Archive utilJAR = J2EEProjectUtilities.asArchive(uri, looseComponent.getProject(), isExportSource());

21. WARNING: DiscouragedReference

Discouraged access: The method asArchive(String, IProject, boolean) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

82 : Archive utilJAR = J2EEProjectUtilities.asArchive(uri, looseComponent.getProject(), isExportSource());

22. WARNING: DiscouragedReference

Discouraged access: The method isExportSource() from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

82 : Archive utilJAR = J2EEProjectUtilities.asArchive(uri, looseComponent.getProject(), isExportSource());

23. WARNING: DiscouragedReference

Discouraged access: The field filesHolder from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

85 : filesHolder.addFile(utilJAR);

24. WARNING: DiscouragedReference

Discouraged access: The method addFile(File) from the type ComponentLoadStrategyImpl.FilesHolder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

85 : filesHolder.addFile(utilJAR);

25. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentLoadStrategyImpl.java :

86 : } catch (OpenFailureException oe) {

26. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

87 : String message = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.UNABLE_TO_LOAD_MODULE_ERROR_, new Object[]{uri, getComponent().getProject().getName(), oe.getConcatenatedMessages()});

27. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

87 : String message = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.UNABLE_TO_LOAD_MODULE_ERROR_, new Object[]{uri, getComponent().getProject().getName(), oe.getConcatenatedMessages()});

28. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

87 : String message = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.UNABLE_TO_LOAD_MODULE_ERROR_, new Object[]{uri, getComponent().getProject().getName(), oe.getConcatenatedMessages()});

29. WARNING: DiscouragedReference

Discouraged access: The field UNABLE_TO_LOAD_MODULE_ERROR_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

87 : String message = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.UNABLE_TO_LOAD_MODULE_ERROR_, new Object[]{uri, getComponent().getProject().getName(), oe.getConcatenatedMessages()});

30. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

87 : String message = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.UNABLE_TO_LOAD_MODULE_ERROR_, new Object[]{uri, getComponent().getProject().getName(), oe.getConcatenatedMessages()});

31. WARNING: DiscouragedReference

Discouraged access: The method getConcatenatedMessages() from the type WrappedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentLoadStrategyImpl.java :

87 : String message = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.UNABLE_TO_LOAD_MODULE_ERROR_, new Object[]{uri, getComponent().getProject().getName(), oe.getConcatenatedMessages()});

32. WARNING: DiscouragedReference

Discouraged access: The field artifactEdit from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

95 : if(artifactEdit == null){

33. WARNING: DiscouragedReference

Discouraged access: The field artifactEdit from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

96 : artifactEdit = WebArtifactEdit.getWebArtifactEditForRead(vComponent);

34. WARNING: DiscouragedReference

Discouraged access: The field vComponent from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

96 : artifactEdit = WebArtifactEdit.getWebArtifactEditForRead(vComponent);

35. WARNING: DiscouragedReference

Discouraged access: The field artifactEdit from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

98 : return artifactEdit;

36. WARNING: DiscouragedReference

Discouraged access: The field includeClasspathComponents from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

103 : if (includeClasspathComponents && referencedComponent instanceof J2EEModuleVirtualComponent) {

37. WARNING: DiscouragedReference

Discouraged access: The method addExternalFile(String, File) from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

113 : addExternalFile("WEB-INF/lib/" + ref.getArchiveName(), cpEntryFile); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/web/archive/operations/WebComponentSaveStrategyImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

19 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

2. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

20 : import org.eclipse.jst.j2ee.commonarchivecore.internal.File;

3. WARNING: DiscouragedReference

Discouraged access: The type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

21 : import org.eclipse.jst.j2ee.commonarchivecore.internal.WARFile;

4. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

22 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveConstants;

5. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

23 : import org.eclipse.jst.j2ee.commonarchivecore.internal.util.ArchiveUtil;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentSaveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentSaveStrategyImpl.java :

24 : import org.eclipse.jst.j2ee.internal.archive.operations.J2EEComponentSaveStrategyImpl;

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentSaveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentSaveStrategyImpl.java :

35 : public class WebComponentSaveStrategyImpl extends J2EEComponentSaveStrategyImpl {

8. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEComponentSaveStrategyImpl(IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentSaveStrategyImpl.java :

38 : super(vComponent);

9. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

48 : protected boolean operationHandlesNested(Archive archive) {

10. WARNING: DiscouragedReference

Discouraged access: The method shouldLinkAsComponentRef(Archive) from the type ComponentSaveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentSaveStrategyImpl.java :

49 : return !shouldLinkAsComponentRef(archive);

11. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

58 : protected String getImportedClassesURI(File aFile) {

12. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

59 : String uri = aFile.getURI();

13. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

60 : return WTProjectStrategyUtils.makeRelative(uri, ArchiveConstants.WEBAPP_CLASSES_URI);

14. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_CLASSES_URI from the type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

60 : return WTProjectStrategyUtils.makeRelative(uri, ArchiveConstants.WEBAPP_CLASSES_URI);

15. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

65 : return new Path("/" + ArchiveConstants.WEBAPP_CLASSES_URI); //$NON-NLS-1$

16. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_CLASSES_URI from the type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

65 : return new Path("/" + ArchiveConstants.WEBAPP_CLASSES_URI); //$NON-NLS-1$

17. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

69 : protected IPath getOutputPathForFile(File aFile) {

18. WARNING: DiscouragedReference

Discouraged access: The field vComponent from the type ComponentSaveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentSaveStrategyImpl.java :

71 : IVirtualFolder rootFolder = vComponent.getRootFolder();

19. WARNING: DiscouragedReference

Discouraged access: The method getOutputPathForFile(File) from the type J2EEComponentSaveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentSaveStrategyImpl.java :

76 : return super.getOutputPathForFile(aFile);

20. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

86 : protected boolean isClassWithoutSource(File aFile) {

21. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

87 : String javaUri = ArchiveUtil.classUriToJavaUri(aFile.getURI());

22. WARNING: DiscouragedReference

Discouraged access: The method classUriToJavaUri(String) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

87 : String javaUri = ArchiveUtil.classUriToJavaUri(aFile.getURI());

23. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

87 : String javaUri = ArchiveUtil.classUriToJavaUri(aFile.getURI());

24. WARNING: DiscouragedReference

Discouraged access: The field archive from the type ArchiveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

90 : if (archive.containsFile(javaUri)) {

25. WARNING: DiscouragedReference

Discouraged access: The method containsFile(String) from the type Container is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

90 : if (archive.containsFile(javaUri)) {

26. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

94 : String jspUri = javaUri.substring(0, javaUri.indexOf(ArchiveUtil.DOT_JAVA));

27. WARNING: DiscouragedReference

Discouraged access: The field DOT_JAVA from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

94 : String jspUri = javaUri.substring(0, javaUri.indexOf(ArchiveUtil.DOT_JAVA));

28. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

96 : int _index = lastSlash == -1 ? ArchiveConstants.WEBAPP_CLASSES_URI.length() : lastSlash + 1;

29. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_CLASSES_URI from the type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

96 : int _index = lastSlash == -1 ? ArchiveConstants.WEBAPP_CLASSES_URI.length() : lastSlash + 1;

30. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

98 : jspUri = jspUri.substring(ArchiveConstants.WEBAPP_CLASSES_URI.length(), _index) + jspUri.substring(_index + 1) + ArchiveUtil.DOT_JSP;

31. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_CLASSES_URI from the type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

98 : jspUri = jspUri.substring(ArchiveConstants.WEBAPP_CLASSES_URI.length(), _index) + jspUri.substring(_index + 1) + ArchiveUtil.DOT_JSP;

32. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

98 : jspUri = jspUri.substring(ArchiveConstants.WEBAPP_CLASSES_URI.length(), _index) + jspUri.substring(_index + 1) + ArchiveUtil.DOT_JSP;

33. WARNING: DiscouragedReference

Discouraged access: The field DOT_JSP from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

98 : jspUri = jspUri.substring(ArchiveConstants.WEBAPP_CLASSES_URI.length(), _index) + jspUri.substring(_index + 1) + ArchiveUtil.DOT_JSP;

34. WARNING: DiscouragedReference

Discouraged access: The field archive from the type ArchiveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

99 : if (archive.containsFile(jspUri)) {

35. WARNING: DiscouragedReference

Discouraged access: The method containsFile(String) from the type Container is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

99 : if (archive.containsFile(jspUri)) {

36. WARNING: DiscouragedReference

Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

105 : File sourceFile = ((WARFile) archive).getSourceFile(aFile);

37. WARNING: DiscouragedReference

Discouraged access: The method getSourceFile(File) from the type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

105 : File sourceFile = ((WARFile) archive).getSourceFile(aFile);

38. WARNING: DiscouragedReference

Discouraged access: The type WARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

105 : File sourceFile = ((WARFile) archive).getSourceFile(aFile);

39. WARNING: DiscouragedReference

Discouraged access: The field archive from the type ArchiveStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

105 : File sourceFile = ((WARFile) archive).getSourceFile(aFile);

Source File: org/eclipse/jst/j2ee/internal/web/archive/operations/WebFacetProjectCreationDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetProjectCreationDataModelProvider.java :

18 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetProjectCreationDataModelProvider.java :

19 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPreferences.Keys;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetProjectCreationDataModelProvider.java :

20 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetProjectCreationDataModelProvider.java :

52 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.DYN_WEB_OUTPUT_FOLDER) );

5. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetProjectCreationDataModelProvider.java :

52 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.DYN_WEB_OUTPUT_FOLDER) );

6. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEPreferences() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetProjectCreationDataModelProvider.java :

52 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.DYN_WEB_OUTPUT_FOLDER) );

7. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetProjectCreationDataModelProvider.java :

52 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.DYN_WEB_OUTPUT_FOLDER) );

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetProjectCreationDataModelProvider.java :

52 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.DYN_WEB_OUTPUT_FOLDER) );

9. WARNING: DiscouragedReference

Discouraged access: The field DYN_WEB_OUTPUT_FOLDER from the type JavaEEPreferencesInitializer.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetProjectCreationDataModelProvider.java :

52 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.DYN_WEB_OUTPUT_FOLDER) );

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetProjectCreationDataModelProvider.java :

72 : IDataModel webFacet = map.getFacetDataModel( J2EEProjectUtilities.DYNAMIC_WEB );

Source File: org/eclipse/jst/j2ee/internal/web/classpath/WebAppLibrariesContainer.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClasspathContainerVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

28 : import org.eclipse.jst.common.internal.modulecore.ClasspathContainerVirtualComponent;

2. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

29 : import org.eclipse.jst.common.jdt.internal.classpath.FlexibleProjectContainer;

3. WARNING: DiscouragedReference

Discouraged access: The type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebAppLibrariesContainer.java :

32 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualComponent;

4. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

42 : extends FlexibleProjectContainer

5. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainer.PathType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

49 : private static final PathType[] types

6. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainer.PathType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

50 : = new PathType[] { PathType.LIB_DIRECTORY, PathType.CLASSES_DIRECTORY };

7. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainer.PathType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

50 : = new PathType[] { PathType.LIB_DIRECTORY, PathType.CLASSES_DIRECTORY };

8. WARNING: DiscouragedReference

Discouraged access: The field LIB_DIRECTORY from the type FlexibleProjectContainer.PathType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

50 : = new PathType[] { PathType.LIB_DIRECTORY, PathType.CLASSES_DIRECTORY };

9. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainer.PathType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

50 : = new PathType[] { PathType.LIB_DIRECTORY, PathType.CLASSES_DIRECTORY };

10. WARNING: DiscouragedReference

Discouraged access: The field CLASSES_DIRECTORY from the type FlexibleProjectContainer.PathType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

50 : = new PathType[] { PathType.LIB_DIRECTORY, PathType.CLASSES_DIRECTORY };

11. WARNING: DiscouragedReference

Discouraged access: The constructor FlexibleProjectContainer(IPath, IJavaProject, IProject, IPath[], FlexibleProjectContainer.PathType[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

58 : super( path, jproject, getProject( path, jproject), paths, types );

12. WARNING: DiscouragedReference

Discouraged access: The field owner from the type FlexibleProjectContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

63 : if( this.owner.getProject() != this.project )

13. WARNING: DiscouragedReference

Discouraged access: The field project from the type FlexibleProjectContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

63 : if( this.owner.getProject() != this.project )

14. WARNING: DiscouragedReference

Discouraged access: The field project from the type FlexibleProjectContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

65 : return NLS.bind( Resources.labelWithProject, this.project.getName() );

15. WARNING: DiscouragedReference

Discouraged access: The field owner from the type FlexibleProjectContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

72 : final IJavaProject[] projects = new IJavaProject[] { this.owner };

16. WARNING: DiscouragedReference

Discouraged access: The field path from the type FlexibleProjectContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

77 : JavaCore.setClasspathContainer( path, projects, conts, null );

17. WARNING: DiscouragedReference

Discouraged access: The field path from the type FlexibleProjectContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

88 : ( new WebAppLibrariesContainer( this.path, this.owner ) ).install();

18. WARNING: DiscouragedReference

Discouraged access: The field owner from the type FlexibleProjectContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

88 : ( new WebAppLibrariesContainer( this.path, this.owner ) ).install();

19. WARNING: DiscouragedReference

Discouraged access: The method getReferences(Map<String,Object>) from the type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebAppLibrariesContainer.java :

100 : IVirtualReference [] baseRefs = ((VirtualComponent)vc).getReferences(referenceOptions);

20. WARNING: DiscouragedReference

Discouraged access: The type VirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebAppLibrariesContainer.java :

100 : IVirtualReference [] baseRefs = ((VirtualComponent)vc).getReferences(referenceOptions);

21. WARNING: DiscouragedReference

Discouraged access: The method computeClasspathEntries() from the type FlexibleProjectContainer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

119 : List <IPath>entries = super.computeClasspathEntries();

22. WARNING: DiscouragedReference

Discouraged access: The type ClasspathContainerVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

122 : if(ref.getReferencedComponent() instanceof ClasspathContainerVirtualComponent){

23. WARNING: DiscouragedReference

Discouraged access: The type ClasspathContainerVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

123 : ClasspathContainerVirtualComponent cpvc = (ClasspathContainerVirtualComponent)ref.getReferencedComponent();

24. WARNING: DiscouragedReference

Discouraged access: The type ClasspathContainerVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

123 : ClasspathContainerVirtualComponent cpvc = (ClasspathContainerVirtualComponent)ref.getReferencedComponent();

25. WARNING: DiscouragedReference

Discouraged access: The method getClasspathContainer() from the type ClasspathContainerVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainer.java :

125 : IClasspathContainer container = cpvc.getClasspathContainer();

Source File: org/eclipse/jst/j2ee/internal/web/classpath/WebAppLibrariesContainerInitializer.java
1. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainerInitializer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainerInitializer.java :

17 : import org.eclipse.jst.common.jdt.internal.classpath.FlexibleProjectContainerInitializer;

2. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainerInitializer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WebAppLibrariesContainerInitializer.java :

25 : extends FlexibleProjectContainerInitializer

Source File: org/eclipse/jst/j2ee/internal/web/operations/ConvertStaticWebToDyamnicOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ConvertStaticWebToDyamnicOperation.java :

25 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ConvertStaticWebToDyamnicOperation.java :

32 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ConvertStaticWebToDyamnicOperation.java :

75 : IProjectFacet webFacet = ProjectFacetsManager.getProjectFacet(IModuleConstants.WST_WEB_MODULE);

4. WARNING: DiscouragedReference

Discouraged access: The field WST_WEB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ConvertStaticWebToDyamnicOperation.java :

75 : IProjectFacet webFacet = ProjectFacetsManager.getProjectFacet(IModuleConstants.WST_WEB_MODULE);

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ConvertStaticWebToDyamnicOperation.java :

102 : webRoot+"/"+ J2EEConstants.WEB_INF_CLASSES); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The field WEB_INF_CLASSES from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ConvertStaticWebToDyamnicOperation.java :

102 : webRoot+"/"+ J2EEConstants.WEB_INF_CLASSES); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/web/operations/RelationData.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RelationData.java :

34 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RelationData.java :

35 : import org.eclipse.jst.j2ee.internal.project.ProjectSupportResourceHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RelationData.java :

337 : return new Path(J2EEPlugin.getDefault().getStateLocation().toString() + File.separator + project.getName() + File.separator + LINK_SERVERCONTEXTROOT_FILE_NAME).toFile();

4. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RelationData.java :

337 : return new Path(J2EEPlugin.getDefault().getStateLocation().toString() + File.separator + project.getName() + File.separator + LINK_SERVERCONTEXTROOT_FILE_NAME).toFile();

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RelationData.java :

348 : return new Path(J2EEPlugin.getDefault().getStateLocation().toString() + File.separator + project.getName() + File.separator + LINK_STATE_FILE_NAME).toFile();

6. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RelationData.java :

348 : return new Path(J2EEPlugin.getDefault().getStateLocation().toString() + File.separator + project.getName() + File.separator + LINK_STATE_FILE_NAME).toFile();

7. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RelationData.java :

805 : System.out.println(ProjectSupportResourceHandler.Syntax_Error_in_the_links_UI_); // = "Syntax Error in the links state file"

8. WARNING: DiscouragedReference

Discouraged access: The field Syntax_Error_in_the_links_UI_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RelationData.java :

805 : System.out.println(ProjectSupportResourceHandler.Syntax_Error_in_the_links_UI_); // = "Syntax Error in the links state file"

9. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RelationData.java :

981 : WebPlugin.logError(ProjectSupportResourceHandler.Error_while_saving_links_s_EXC_); // = "Error while saving links state file"

10. WARNING: DiscouragedReference

Discouraged access: The field Error_while_saving_links_s_EXC_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RelationData.java :

981 : WebPlugin.logError(ProjectSupportResourceHandler.Error_while_saving_links_s_EXC_); // = "Error while saving links state file"

Source File: org/eclipse/jst/j2ee/internal/web/operations/ServerTargetUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServerTargetUtil.java :

20 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type IServerTargetConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServerTargetUtil.java :

21 : import org.eclipse.jst.j2ee.internal.servertarget.IServerTargetConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServerTargetUtil.java :

83 : if (J2EEPlugin.isEJBSupportAvailable()) {

4. WARNING: DiscouragedReference

Discouraged access: The method isEJBSupportAvailable() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServerTargetUtil.java :

83 : if (J2EEPlugin.isEJBSupportAvailable()) {

5. WARNING: DiscouragedReference

Discouraged access: The type IServerTargetConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServerTargetUtil.java :

95 : return isJ2EE13 ? IServerTargetConstants.J2EE_13 : IServerTargetConstants.J2EE_12;

6. WARNING: DiscouragedReference

Discouraged access: The field J2EE_13 from the type IServerTargetConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServerTargetUtil.java :

95 : return isJ2EE13 ? IServerTargetConstants.J2EE_13 : IServerTargetConstants.J2EE_12;

7. WARNING: DiscouragedReference

Discouraged access: The type IServerTargetConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServerTargetUtil.java :

95 : return isJ2EE13 ? IServerTargetConstants.J2EE_13 : IServerTargetConstants.J2EE_12;

8. WARNING: DiscouragedReference

Discouraged access: The field J2EE_12 from the type IServerTargetConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServerTargetUtil.java :

95 : return isJ2EE13 ? IServerTargetConstants.J2EE_13 : IServerTargetConstants.J2EE_12;

Source File: org/eclipse/jst/j2ee/internal/web/operations/WebPropertiesUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebPropertiesUtil.java :

36 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

37 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

38 : import org.eclipse.jst.j2ee.internal.project.ProjectSupportResourceHandler;

4. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

83 : IStatus status = new Status(IStatus.ERROR, "org.eclipse.jst.j2ee", IStatus.OK, ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Could_not_rename_____2, new Object[]{webContentName}), null); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

83 : IStatus status = new Status(IStatus.ERROR, "org.eclipse.jst.j2ee", IStatus.OK, ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Could_not_rename_____2, new Object[]{webContentName}), null); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

83 : IStatus status = new Status(IStatus.ERROR, "org.eclipse.jst.j2ee", IStatus.OK, ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Could_not_rename_____2, new Object[]{webContentName}), null); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The field Could_not_rename_____2 from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

83 : IStatus status = new Status(IStatus.ERROR, "org.eclipse.jst.j2ee", IStatus.OK, ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Could_not_rename_____2, new Object[]{webContentName}), null); //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

201 : localMonitor.beginTask(ProjectSupportResourceHandler.Sychronize_Class_Path_UI_, 4);

9. WARNING: DiscouragedReference

Discouraged access: The field Sychronize_Class_Path_UI_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

201 : localMonitor.beginTask(ProjectSupportResourceHandler.Sychronize_Class_Path_UI_, 4);

10. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

218 : localMonitor.subTask(ProjectSupportResourceHandler.Catalog_Lib_Directory__UI_);

11. WARNING: DiscouragedReference

Discouraged access: The field Catalog_Lib_Directory__UI_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

218 : localMonitor.subTask(ProjectSupportResourceHandler.Catalog_Lib_Directory__UI_);

12. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

225 : if (child.getType() == IResource.FILE && (child.getFullPath().toString().toLowerCase().endsWith(IJ2EEModuleConstants.JAR_EXT)

13. WARNING: DiscouragedReference

Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

225 : if (child.getType() == IResource.FILE && (child.getFullPath().toString().toLowerCase().endsWith(IJ2EEModuleConstants.JAR_EXT)

14. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

233 : localMonitor.subTask(ProjectSupportResourceHandler.Update_ClassPath__UI_);

15. WARNING: DiscouragedReference

Discouraged access: The field Update_ClassPath__UI_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

233 : localMonitor.subTask(ProjectSupportResourceHandler.Update_ClassPath__UI_);

16. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

258 : localMonitor.subTask(ProjectSupportResourceHandler.Catalog_Lib_Directory__UI_ + cp[j].getPath());

17. WARNING: DiscouragedReference

Discouraged access: The field Catalog_Lib_Directory__UI_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

258 : localMonitor.subTask(ProjectSupportResourceHandler.Catalog_Lib_Directory__UI_ + cp[j].getPath());

18. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

264 : localMonitor.subTask(ProjectSupportResourceHandler.Update_ClassPath__UI_);

19. WARNING: DiscouragedReference

Discouraged access: The field Update_ClassPath__UI_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

264 : localMonitor.subTask(ProjectSupportResourceHandler.Update_ClassPath__UI_);

20. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

280 : localMonitor.subTask(ProjectSupportResourceHandler.Set_ClassPath__UI_);

21. WARNING: DiscouragedReference

Discouraged access: The field Set_ClassPath__UI_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

280 : localMonitor.subTask(ProjectSupportResourceHandler.Set_ClassPath__UI_);

22. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

337 : errorMessage = ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2;

23. WARNING: DiscouragedReference

Discouraged access: The field Context_Root_cannot_be_empty_2 from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

337 : errorMessage = ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2;

24. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

371 : errorMessage = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root, invalidChar);

25. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

371 : errorMessage = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root, invalidChar);

26. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

371 : errorMessage = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root, invalidChar);

27. WARNING: DiscouragedReference

Discouraged access: The field The_character_is_invalid_in_a_context_root from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

371 : errorMessage = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root, invalidChar);

28. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

379 : errorMessage = ProjectSupportResourceHandler.Names_cannot_begin_or_end_with_whitespace_5;

29. WARNING: DiscouragedReference

Discouraged access: The field Names_cannot_begin_or_end_with_whitespace_5 from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

379 : errorMessage = ProjectSupportResourceHandler.Names_cannot_begin_or_end_with_whitespace_5;

30. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

399 : return ProjectSupportResourceHandler.Folder_name_cannot_be_empty_2;

31. WARNING: DiscouragedReference

Discouraged access: The field Folder_name_cannot_be_empty_2 from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

399 : return ProjectSupportResourceHandler.Folder_name_cannot_be_empty_2;

32. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

402 : return ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Folder_name_is_not_valid, new Object[]{folderName});

33. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

402 : return ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Folder_name_is_not_valid, new Object[]{folderName});

34. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

402 : return ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Folder_name_is_not_valid, new Object[]{folderName});

35. WARNING: DiscouragedReference

Discouraged access: The field Folder_name_is_not_valid from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

402 : return ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Folder_name_is_not_valid, new Object[]{folderName});

36. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

415 : return ProjectSupportResourceHandler.Folder_names_cannot_be_equal_4;

37. WARNING: DiscouragedReference

Discouraged access: The field Folder_names_cannot_be_equal_4 from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

415 : return ProjectSupportResourceHandler.Folder_names_cannot_be_equal_4;

38. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

433 : return ProjectSupportResourceHandler.Folder_name_cannot_be_the_same_as_Java_source_folder_5;

39. WARNING: DiscouragedReference

Discouraged access: The field Folder_name_cannot_be_the_same_as_Java_source_folder_5 from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

433 : return ProjectSupportResourceHandler.Folder_name_cannot_be_the_same_as_Java_source_folder_5;

40. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

435 : return ProjectSupportResourceHandler.Folder_name_cannot_be_the_same_as_Java_class_folder_6;

41. WARNING: DiscouragedReference

Discouraged access: The field Folder_name_cannot_be_the_same_as_Java_class_folder_6 from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

435 : return ProjectSupportResourceHandler.Folder_name_cannot_be_the_same_as_Java_class_folder_6;

42. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebPropertiesUtil.java :

538 : IPath path = new Path(J2EEConstants.WEB_INF + "/" + "lib"); //$NON-NLS-1$//$NON-NLS-2$

43. WARNING: DiscouragedReference

Discouraged access: The field WEB_INF from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebPropertiesUtil.java :

538 : IPath path = new Path(J2EEConstants.WEB_INF + "/" + "lib"); //$NON-NLS-1$//$NON-NLS-2$

Source File: org/eclipse/jst/j2ee/internal/web/operations/WebToolingException.java
1. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebToolingException.java :

19 : import org.eclipse.jst.j2ee.internal.project.ProjectSupportResourceHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebToolingException.java :

31 : public static final String SAX_ERROR_MESSAGE = ProjectSupportResourceHandler.Operation_failed_due_to_SA_ERROR_; // = "Operation failed due to SAX error: "

3. WARNING: DiscouragedReference

Discouraged access: The field Operation_failed_due_to_SA_ERROR_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebToolingException.java :

31 : public static final String SAX_ERROR_MESSAGE = ProjectSupportResourceHandler.Operation_failed_due_to_SA_ERROR_; // = "Operation failed due to SAX error: "

4. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebToolingException.java :

32 : public static final String IO_ERROR_MESSAGE = ProjectSupportResourceHandler.Operation_failed_due_to_IO_ERROR_; // = "Operation failed due to IO error: "

5. WARNING: DiscouragedReference

Discouraged access: The field Operation_failed_due_to_IO_ERROR_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebToolingException.java :

32 : public static final String IO_ERROR_MESSAGE = ProjectSupportResourceHandler.Operation_failed_due_to_IO_ERROR_; // = "Operation failed due to IO error: "

6. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebToolingException.java :

33 : public static final String CORE_ERROR_MESSAGE = ProjectSupportResourceHandler.Operation_failed_due_to_Co_ERROR_; // = "Operation failed due to Core error: "

7. WARNING: DiscouragedReference

Discouraged access: The field Operation_failed_due_to_Co_ERROR_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebToolingException.java :

33 : public static final String CORE_ERROR_MESSAGE = ProjectSupportResourceHandler.Operation_failed_due_to_Co_ERROR_; // = "Operation failed due to Core error: "

8. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebToolingException.java :

34 : public static final String JAVA_MODEL_ERROR_MESSAGE = ProjectSupportResourceHandler.Operation_failed_due_to_Ja_ERROR_; // = "Operation failed due to Java Model error: "

9. WARNING: DiscouragedReference

Discouraged access: The field Operation_failed_due_to_Ja_ERROR_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebToolingException.java :

34 : public static final String JAVA_MODEL_ERROR_MESSAGE = ProjectSupportResourceHandler.Operation_failed_due_to_Ja_ERROR_; // = "Operation failed due to Java Model error: "

Source File: org/eclipse/jst/j2ee/internal/web/util/WebEditAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebEditAdapterFactory.java :

17 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;

2. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebEditAdapterFactory.java :

35 : ArtifactEditModel editModel = (ArtifactEditModel) adaptableObject;

3. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebEditAdapterFactory.java :

35 : ArtifactEditModel editModel = (ArtifactEditModel) adaptableObject;

4. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

WebEditAdapterFactory.java :

36 : if (JavaEEProjectUtilities.isDynamicWebProject(editModel.getProject()))

5. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebEditAdapterFactory.java :

37 : return new WebArtifactEdit((ArtifactEditModel) adaptableObject);

Source File: org/eclipse/jst/j2ee/web/componentcore/util/WebArtifactEdit.java
1. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

24 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

2. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

25 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonarchiveFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

26 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

4. WARNING: DiscouragedReference

Discouraged access: The type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

27 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveOptions;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

30 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

31 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

7. WARNING: DiscouragedReference

Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

32 : import org.eclipse.jst.j2ee.internal.common.XMLResource;

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebArtifactEdit.java :

34 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

9. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

49 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;

10. WARNING: DiscouragedReference

Discouraged access: The type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

50 : import org.eclipse.wst.common.componentcore.internal.BinaryComponentHelper;

11. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

51 : import org.eclipse.wst.common.componentcore.internal.ReferencedComponent;

12. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

52 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;

13. WARNING: DiscouragedReference

Discouraged access: The type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

53 : import org.eclipse.wst.common.componentcore.internal.impl.ModuleURIUtil;

14. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

54 : import org.eclipse.wst.common.componentcore.internal.util.IArtifactEditFactory;

15. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

WebArtifactEdit.java :

57 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;

16. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

72 : public class WebArtifactEdit extends EnterpriseArtifactEdit implements IArtifactEditFactory {

17. WARNING: DiscouragedReference

Discouraged access: The type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

100 : protected BinaryComponentHelper initBinaryComponentHelper(IVirtualComponent binaryModule) {

18. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebArtifactEdit.java :

119 : super(aProject, toAccessAsReadOnly, forCreate, J2EEProjectUtilities.DYNAMIC_WEB);

19. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

282 : public WebArtifactEdit(ArtifactEditModel model) {

20. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEVersionID() from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

319 : return ((WebAppResource) getDeploymentDescriptorResource()).getJ2EEVersionID();

21. WARNING: DiscouragedReference

Discouraged access: The method getResource(URI) from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

357 : return getBinaryComponentHelper().getResource(J2EEConstants.WEBAPP_DD_URI_OBJ);

22. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

357 : return getBinaryComponentHelper().getResource(J2EEConstants.WEBAPP_DD_URI_OBJ);

23. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_DD_URI_OBJ from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

357 : return getBinaryComponentHelper().getResource(J2EEConstants.WEBAPP_DD_URI_OBJ);

24. WARNING: DiscouragedReference

Discouraged access: The method getResource(URI) from the type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

359 : return getArtifactEditModel().getResource(J2EEConstants.WEBAPP_DD_URI_OBJ);

25. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

359 : return getArtifactEditModel().getResource(J2EEConstants.WEBAPP_DD_URI_OBJ);

26. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_DD_URI_OBJ from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

359 : return getArtifactEditModel().getResource(J2EEConstants.WEBAPP_DD_URI_OBJ);

27. WARNING: DiscouragedReference

Discouraged access: The method getModuleVersionID() from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

372 : return ((WebAppResource) getDeploymentDescriptorResource()).getModuleVersionID();

28. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

387 : if (servletVersion == J2EEVersionConstants.WEB_2_2_ID)

29. WARNING: DiscouragedReference

Discouraged access: The field WEB_2_2_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

387 : if (servletVersion == J2EEVersionConstants.WEB_2_2_ID)

30. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

388 : return J2EEVersionConstants.JSP_1_1_ID;

31. WARNING: DiscouragedReference

Discouraged access: The field JSP_1_1_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

388 : return J2EEVersionConstants.JSP_1_1_ID;

32. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

389 : else if (servletVersion == J2EEVersionConstants.WEB_2_3_ID)

33. WARNING: DiscouragedReference

Discouraged access: The field WEB_2_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

389 : else if (servletVersion == J2EEVersionConstants.WEB_2_3_ID)

34. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

390 : return J2EEVersionConstants.JSP_1_2_ID;

35. WARNING: DiscouragedReference

Discouraged access: The field JSP_1_2_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

390 : return J2EEVersionConstants.JSP_1_2_ID;

36. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

392 : return J2EEVersionConstants.JSP_2_0_ID;

37. WARNING: DiscouragedReference

Discouraged access: The field JSP_2_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

392 : return J2EEVersionConstants.JSP_2_0_ID;

38. WARNING: DiscouragedReference

Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

411 : protected void addWebAppIfNecessary(XMLResource aResource) {

39. WARNING: DiscouragedReference

Discouraged access: The method getModuleURI() from the type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

423 : URI moduleURI = getArtifactEditModel().getModuleURI();

40. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

425 : webApp.setDisplayName(StructureEdit.getDeployedName(moduleURI));

41. WARNING: DiscouragedReference

Discouraged access: The method getDeployedName(URI) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

425 : webApp.setDisplayName(StructureEdit.getDeployedName(moduleURI));

42. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

429 : aResource.setID(webApp, J2EEConstants.WEBAPP_ID);

43. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_ID from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

429 : aResource.setID(webApp, J2EEConstants.WEBAPP_ID);

44. WARNING: DiscouragedReference

Discouraged access: The method saveIfNecessary() from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

455 : aResource.saveIfNecessary();

45. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

WebArtifactEdit.java :

475 : IFile file = WorkbenchResourceHelper.getFile(getDeploymentDescriptorResource());

46. WARNING: DiscouragedReference

Discouraged access: The method getFile(Resource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

WebArtifactEdit.java :

475 : IFile file = WorkbenchResourceHelper.getFile(getDeploymentDescriptorResource());

47. WARNING: DiscouragedReference

Discouraged access: The method setModuleVersionID(int) from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

517 : res.setModuleVersionID(version);

48. WARNING: DiscouragedReference

Discouraged access: The method getRootObject() from the type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebArtifactEdit.java :

519 : return res.getRootObject();

49. WARNING: DiscouragedReference

Discouraged access: The type ReferencedComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

542 : public void addLibModules(ReferencedComponent[] libModules) {

50. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebArtifactEdit.java :

559 : return J2EEProjectUtilities.getServerContextRoot(getProject());

51. WARNING: DiscouragedReference

Discouraged access: The method getServerContextRoot(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebArtifactEdit.java :

559 : return J2EEProjectUtilities.getServerContextRoot(getProject());

52. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebArtifactEdit.java :

617 : J2EEProjectUtilities.setServerContextRoot(getProject(), contextRoot);

53. WARNING: DiscouragedReference

Discouraged access: The method setServerContextRoot(IProject, String) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebArtifactEdit.java :

617 : J2EEProjectUtilities.setServerContextRoot(getProject(), contextRoot);

54. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

641 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents) throws OpenFailureException {

55. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

641 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents) throws OpenFailureException {

56. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

644 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents, boolean readOnly) throws OpenFailureException {

57. WARNING: DiscouragedReference

Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

644 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents, boolean readOnly) throws OpenFailureException {

58. WARNING: DiscouragedReference

Discouraged access: The method setExportSource(boolean) from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebArtifactEdit.java :

651 : loader.setExportSource(includeSource);

59. WARNING: DiscouragedReference

Discouraged access: The method setReadOnly(boolean) from the type LoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

652 : loader.setReadOnly(readOnly);

60. WARNING: DiscouragedReference

Discouraged access: The type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

653 : String uri = ModuleURIUtil.getHandleString(getComponent());

61. WARNING: DiscouragedReference

Discouraged access: The method getHandleString(IVirtualComponent) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

653 : String uri = ModuleURIUtil.getHandleString(getComponent());

62. WARNING: DiscouragedReference

Discouraged access: The type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

654 : ArchiveOptions options = new ArchiveOptions();

63. WARNING: DiscouragedReference

Discouraged access: The constructor ArchiveOptions() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

654 : ArchiveOptions options = new ArchiveOptions();

64. WARNING: DiscouragedReference

Discouraged access: The type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

654 : ArchiveOptions options = new ArchiveOptions();

65. WARNING: DiscouragedReference

Discouraged access: The method setLoadStrategy(LoadStrategy) from the type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

655 : options.setLoadStrategy(loader);

66. WARNING: DiscouragedReference

Discouraged access: The method setIsReadOnly(boolean) from the type ArchiveOptions is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

656 : options.setIsReadOnly(readOnly);

67. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

657 : return CommonarchiveFactory.eINSTANCE.openWARFile(options, uri);

68. WARNING: DiscouragedReference

Discouraged access: The method openWARFile(ArchiveOptions, String) from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

657 : return CommonarchiveFactory.eINSTANCE.openWARFile(options, uri);

69. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

657 : return CommonarchiveFactory.eINSTANCE.openWARFile(options, uri);

70. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

706 : return J2EEConstants.WEBAPP_DD_URI_OBJ;

71. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_DD_URI_OBJ from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

706 : return J2EEConstants.WEBAPP_DD_URI_OBJ;

Source File: org/eclipse/jst/j2ee/web/datamodel/properties/IWebComponentImportDataModelProperties.java
1. WARNING: UnusedImport

The import java.util.List is never used

IWebComponentImportDataModelProperties.java :

13 : import java.util.List;

2. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

IWebComponentImportDataModelProperties.java :

15 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

3. WARNING: UnusedImport

The import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive is never used

IWebComponentImportDataModelProperties.java :

15 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

4. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.datamodel.IDataModel is never used

IWebComponentImportDataModelProperties.java :

17 : import org.eclipse.wst.common.frameworks.datamodel.IDataModel;

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

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFacetInstallDataModelProvider.java :

20 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFacetInstallDataModelProvider.java :

21 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

22 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;

4. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

24 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

25 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

26 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPreferences;

7. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

27 : import org.eclipse.jst.j2ee.internal.project.ProjectSupportResourceHandler;

8. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFacetInstallDataModelProvider.java :

30 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

59 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER);

10. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

59 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER);

11. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEPreferences() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

59 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER);

12. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

59 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER);

13. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

59 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER);

14. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

59 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER);

15. WARNING: DiscouragedReference

Discouraged access: The field WEB_CONTENT_FOLDER from the type JavaEEPreferencesInitializer.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

59 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER);

16. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

61 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_SRC_FOLDER);

17. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

61 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_SRC_FOLDER);

18. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEPreferences() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

61 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_SRC_FOLDER);

19. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

61 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_SRC_FOLDER);

20. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

61 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_SRC_FOLDER);

21. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

61 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_SRC_FOLDER);

22. WARNING: DiscouragedReference

Discouraged access: The field DYN_WEB_SRC_FOLDER from the type JavaEEPreferencesInitializer.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

61 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_SRC_FOLDER);

23. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

68 : return projectName + IJ2EEModuleConstants.WAR_EXT;

24. WARNING: DiscouragedReference

Discouraged access: The field WAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

68 : return projectName + IJ2EEModuleConstants.WAR_EXT;

25. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFacetInstallDataModelProvider.java :

71 : if(J2EEVersionConstants.VERSION_2_5_TEXT.equals(facetVersion)) {

26. WARNING: DiscouragedReference

Discouraged access: The field VERSION_2_5_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFacetInstallDataModelProvider.java :

71 : if(J2EEVersionConstants.VERSION_2_5_TEXT.equals(facetVersion)) {

27. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

72 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.DYNAMIC_WEB_GENERATE_DD));

28. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

72 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.DYNAMIC_WEB_GENERATE_DD));

29. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEPreferences() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

72 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.DYNAMIC_WEB_GENERATE_DD));

30. WARNING: DiscouragedReference

Discouraged access: The method getBoolean(String) from the type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

72 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.DYNAMIC_WEB_GENERATE_DD));

31. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

72 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.DYNAMIC_WEB_GENERATE_DD));

32. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

72 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.DYNAMIC_WEB_GENERATE_DD));

33. WARNING: DiscouragedReference

Discouraged access: The field DYNAMIC_WEB_GENERATE_DD from the type JavaEEPreferencesInitializer.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

72 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.DYNAMIC_WEB_GENERATE_DD));

34. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFacetInstallDataModelProvider.java :

74 : else if(J2EEVersionConstants.VERSION_3_0_TEXT.equals(facetVersion)) {

35. WARNING: DiscouragedReference

Discouraged access: The field VERSION_3_0_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFacetInstallDataModelProvider.java :

74 : else if(J2EEVersionConstants.VERSION_3_0_TEXT.equals(facetVersion)) {

36. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

75 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EE6_DYNAMIC_WEB_GENERATE_DD));

37. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

75 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EE6_DYNAMIC_WEB_GENERATE_DD));

38. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEPreferences() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

75 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EE6_DYNAMIC_WEB_GENERATE_DD));

39. WARNING: DiscouragedReference

Discouraged access: The method getBoolean(String) from the type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

75 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EE6_DYNAMIC_WEB_GENERATE_DD));

40. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

75 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EE6_DYNAMIC_WEB_GENERATE_DD));

41. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

75 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EE6_DYNAMIC_WEB_GENERATE_DD));

42. WARNING: DiscouragedReference

Discouraged access: The field EE6_DYNAMIC_WEB_GENERATE_DD from the type JavaEEPreferencesInitializer.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

75 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EE6_DYNAMIC_WEB_GENERATE_DD));

43. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

123 : return J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(version.getVersionString());

44. WARNING: DiscouragedReference

Discouraged access: The method convertWebVersionStringToJ2EEVersionID(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

123 : return J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(version.getVersionString());

45. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

158 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2, new Object[]{contextRoot}), null);

46. WARNING: DiscouragedReference

Discouraged access: The method newErrorStatus(String, Throwable) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

158 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2, new Object[]{contextRoot}), null);

47. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

158 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2, new Object[]{contextRoot}), null);

48. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

158 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2, new Object[]{contextRoot}), null);

49. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

158 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2, new Object[]{contextRoot}), null);

50. WARNING: DiscouragedReference

Discouraged access: The field Context_Root_cannot_be_empty_2 from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

158 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2, new Object[]{contextRoot}), null);

51. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

168 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Names_cannot_contain_whitespace_, new Object[]{contextRoot}), null);

52. WARNING: DiscouragedReference

Discouraged access: The method newErrorStatus(String, Throwable) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

168 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Names_cannot_contain_whitespace_, new Object[]{contextRoot}), null);

53. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

168 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Names_cannot_contain_whitespace_, new Object[]{contextRoot}), null);

54. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

168 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Names_cannot_contain_whitespace_, new Object[]{contextRoot}), null);

55. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

168 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Names_cannot_contain_whitespace_, new Object[]{contextRoot}), null);

56. WARNING: DiscouragedReference

Discouraged access: The field Names_cannot_contain_whitespace_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

168 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Names_cannot_contain_whitespace_, new Object[]{contextRoot}), null);

57. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

181 : String errorStatus = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root, invalidChar);

58. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

181 : String errorStatus = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root, invalidChar);

59. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

181 : String errorStatus = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root, invalidChar);

60. WARNING: DiscouragedReference

Discouraged access: The field The_character_is_invalid_in_a_context_root from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

181 : String errorStatus = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root, invalidChar);

61. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

182 : return J2EEPlugin.newErrorStatus(errorStatus, null);

62. WARNING: DiscouragedReference

Discouraged access: The method newErrorStatus(String, Throwable) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

182 : return J2EEPlugin.newErrorStatus(errorStatus, null);

63. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

187 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Names_cannot_contain_whitespace_, new Object[]{contextRoot}), null);

64. WARNING: DiscouragedReference

Discouraged access: The method newErrorStatus(String, Throwable) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

187 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Names_cannot_contain_whitespace_, new Object[]{contextRoot}), null);

65. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

187 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Names_cannot_contain_whitespace_, new Object[]{contextRoot}), null);

66. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

187 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Names_cannot_contain_whitespace_, new Object[]{contextRoot}), null);

67. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

187 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Names_cannot_contain_whitespace_, new Object[]{contextRoot}), null);

68. WARNING: DiscouragedReference

Discouraged access: The field Names_cannot_contain_whitespace_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

187 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Names_cannot_contain_whitespace_, new Object[]{contextRoot}), null);

69. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

196 : String errorMessage = ProjectSupportResourceHandler.DYNAMIC_WEB_DISTINCT_SRC_WEBCONTENT_ERROR;

70. WARNING: DiscouragedReference

Discouraged access: The field DYNAMIC_WEB_DISTINCT_SRC_WEBCONTENT_ERROR from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

196 : String errorMessage = ProjectSupportResourceHandler.DYNAMIC_WEB_DISTINCT_SRC_WEBCONTENT_ERROR;

71. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFacetInstallDataModelProvider.java :

197 : return WTPCommonPlugin.createErrorStatus(errorMessage);

72. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFacetInstallDataModelProvider.java :

197 : return WTPCommonPlugin.createErrorStatus(errorMessage);

73. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFacetInstallDataModelProvider.java :

205 : String expectedOutFolder = rawConfigFolder+"/"+J2EEConstants.WEB_INF_CLASSES; //$NON-NLS-1$

74. WARNING: DiscouragedReference

Discouraged access: The field WEB_INF_CLASSES from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFacetInstallDataModelProvider.java :

205 : String expectedOutFolder = rawConfigFolder+"/"+J2EEConstants.WEB_INF_CLASSES; //$NON-NLS-1$

75. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

207 : String message = ProjectSupportResourceHandler.getString( ProjectSupportResourceHandler.DYNAMIC_WEB_PERFORMANCE_VALIDATION,

76. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

207 : String message = ProjectSupportResourceHandler.getString( ProjectSupportResourceHandler.DYNAMIC_WEB_PERFORMANCE_VALIDATION, new Object[]{expectedOutFolder});

77. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

207 : String message = ProjectSupportResourceHandler.getString( ProjectSupportResourceHandler.DYNAMIC_WEB_PERFORMANCE_VALIDATION,

78. WARNING: DiscouragedReference

Discouraged access: The field DYNAMIC_WEB_PERFORMANCE_VALIDATION from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

207 : String message = ProjectSupportResourceHandler.getString( ProjectSupportResourceHandler.DYNAMIC_WEB_PERFORMANCE_VALIDATION,

79. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFacetInstallDataModelProvider.java :

209 : return WTPCommonPlugin.createWarningStatus(message);

80. WARNING: DiscouragedReference

Discouraged access: The method createWarningStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFacetInstallDataModelProvider.java :

209 : return WTPCommonPlugin.createWarningStatus(message);

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

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFacetInstallDelegate.java :

36 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegate.java :

37 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegate.java :

125 : int nVer = J2EEVersionUtil.convertVersionStringToInt(ver);

4. WARNING: DiscouragedReference

Discouraged access: The method convertVersionStringToInt(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegate.java :

125 : int nVer = J2EEVersionUtil.convertVersionStringToInt(ver);

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFacetInstallDelegate.java :

153 : IVirtualFile vf = c.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));

6. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFacetInstallDelegate.java :

153 : IVirtualFile vf = c.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));

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

Discouraged access: The type AddWebFragmentComponentToWebApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

34 : import org.eclipse.jst.j2ee.application.internal.operations.AddWebFragmentComponentToWebApplicationDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type IAddWebFragmentComponentToWebApplicationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

35 : import org.eclipse.jst.j2ee.application.internal.operations.IAddWebFragmentComponentToWebApplicationDataModelProperties;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

36 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

37 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPreferences.Keys;

5. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

44 : import org.eclipse.wst.common.internal.emf.resource.RendererFactory;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

152 : c.setDefaultOutputFolder(new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.DYN_WEB_OUTPUT_FOLDER)));

7. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

152 : c.setDefaultOutputFolder(new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.DYN_WEB_OUTPUT_FOLDER)));

8. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEPreferences() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

152 : c.setDefaultOutputFolder(new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.DYN_WEB_OUTPUT_FOLDER)));

9. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

152 : c.setDefaultOutputFolder(new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.DYN_WEB_OUTPUT_FOLDER)));

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

152 : c.setDefaultOutputFolder(new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.DYN_WEB_OUTPUT_FOLDER)));

11. WARNING: DiscouragedReference

Discouraged access: The field DYN_WEB_OUTPUT_FOLDER from the type JavaEEPreferencesInitializer.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

152 : c.setDefaultOutputFolder(new Path(J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.DYN_WEB_OUTPUT_FOLDER)));

12. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

162 : J2EEPlugin.logError( e );

13. WARNING: DiscouragedReference

Discouraged access: The method logError(CoreException) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

162 : J2EEPlugin.logError( e );

14. WARNING: DiscouragedReference

Discouraged access: The constructor AddWebFragmentComponentToWebApplicationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

172 : final IDataModel dataModel = DataModelFactory.createDataModel(new AddWebFragmentComponentToWebApplicationDataModelProvider());

15. WARNING: DiscouragedReference

Discouraged access: The type AddWebFragmentComponentToWebApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

172 : final IDataModel dataModel = DataModelFactory.createDataModel(new AddWebFragmentComponentToWebApplicationDataModelProvider());

16. WARNING: DiscouragedReference

Discouraged access: The type IAddWebFragmentComponentToWebApplicationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

173 : Map map = (Map)dataModel.getProperty(IAddWebFragmentComponentToWebApplicationDataModelProperties.TARGET_COMPONENTS_TO_URI_MAP);

17. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

185 : J2EEPlugin.logError(e);

18. WARNING: DiscouragedReference

Discouraged access: The method logError(Throwable) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

185 : J2EEPlugin.logError(e);

19. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

206 : boolean isValidating = RendererFactory.getDefaultRendererFactory().isValidating();

20. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

206 : boolean isValidating = RendererFactory.getDefaultRendererFactory().isValidating();

21. WARNING: DiscouragedReference

Discouraged access: The method isValidating() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

206 : boolean isValidating = RendererFactory.getDefaultRendererFactory().isValidating();

22. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

209 : RendererFactory.getDefaultRendererFactory().setValidating(false);

23. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

209 : RendererFactory.getDefaultRendererFactory().setValidating(false);

24. WARNING: DiscouragedReference

Discouraged access: The method setValidating(boolean) from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

209 : RendererFactory.getDefaultRendererFactory().setValidating(false);

25. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

213 : RendererFactory.getDefaultRendererFactory().setValidating(isValidating);

26. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

213 : RendererFactory.getDefaultRendererFactory().setValidating(isValidating);

27. WARNING: DiscouragedReference

Discouraged access: The method setValidating(boolean) from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebFacetInstallDelegateForWebFragmentProjects.java :

213 : RendererFactory.getDefaultRendererFactory().setValidating(isValidating);

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

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetPostInstallDelegate.java :

22 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetPostInstallDelegate.java :

47 : String j2eeVersionText = J2EEVersionUtil.convertVersionIntToString(J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(ver));

3. WARNING: DiscouragedReference

Discouraged access: The method convertVersionIntToString(int) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetPostInstallDelegate.java :

47 : String j2eeVersionText = J2EEVersionUtil.convertVersionIntToString(J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(ver));

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetPostInstallDelegate.java :

47 : String j2eeVersionText = J2EEVersionUtil.convertVersionIntToString(J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(ver));

5. WARNING: DiscouragedReference

Discouraged access: The method convertWebVersionStringToJ2EEVersionID(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetPostInstallDelegate.java :

47 : String j2eeVersionText = J2EEVersionUtil.convertVersionIntToString(J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(ver));

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

Discouraged access: The type ResourceStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

WebFragmentFacetInstallDataModelProvider.java :

16 : 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/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

WebFragmentFacetInstallDataModelProvider.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

30 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;

4. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

31 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

32 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

33 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPreferences;

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

34 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

8. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

80 : return projectName + IJ2EEModuleConstants.JAR_EXT;

9. WARNING: DiscouragedReference

Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

80 : return projectName + IJ2EEModuleConstants.JAR_EXT;

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

82 : return new Boolean( J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.ADD_TO_EAR_BY_DEFAULT) && isWARSupportedByRuntime());

11. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

82 : return new Boolean( J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.ADD_TO_EAR_BY_DEFAULT) && isWARSupportedByRuntime());

12. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEPreferences() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

82 : return new Boolean( J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.ADD_TO_EAR_BY_DEFAULT) && isWARSupportedByRuntime());

13. WARNING: DiscouragedReference

Discouraged access: The method getBoolean(String) from the type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

82 : return new Boolean( J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.ADD_TO_EAR_BY_DEFAULT) && isWARSupportedByRuntime());

14. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

82 : return new Boolean( J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.ADD_TO_EAR_BY_DEFAULT) && isWARSupportedByRuntime());

15. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

82 : return new Boolean( J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.ADD_TO_EAR_BY_DEFAULT) && isWARSupportedByRuntime());

16. WARNING: DiscouragedReference

Discouraged access: The field ADD_TO_EAR_BY_DEFAULT from the type JavaEEPreferencesInitializer.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

82 : return new Boolean( J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.ADD_TO_EAR_BY_DEFAULT) && isWARSupportedByRuntime());

17. WARNING: DiscouragedReference

Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

WebFragmentFacetInstallDataModelProvider.java :

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

18. 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/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

WebFragmentFacetInstallDataModelProvider.java :

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

19. WARNING: DiscouragedReference

Discouraged access: The constructor ResourceStatus(int, IPath, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

WebFragmentFacetInstallDataModelProvider.java :

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

20. WARNING: DiscouragedReference

Discouraged access: The type ResourceStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

WebFragmentFacetInstallDataModelProvider.java :

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

21. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

154 : int j2eeVersion = J2EEVersionUtil.convertVersionStringToInt(((IProjectFacetVersion) getProperty(FACET_VERSION)).getVersionString());

22. WARNING: DiscouragedReference

Discouraged access: The method convertVersionStringToInt(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

154 : int j2eeVersion = J2EEVersionUtil.convertVersionStringToInt(((IProjectFacetVersion) getProperty(FACET_VERSION)).getVersionString());

23. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

190 : J2EEPlugin.logError(e);

24. WARNING: DiscouragedReference

Discouraged access: The method logError(CoreException) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

190 : J2EEPlugin.logError(e);

25. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

223 : String sVer = J2EEProjectUtilities.getJ2EEProjectVersion(comp.getProject());

26. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEProjectVersion(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

223 : String sVer = J2EEProjectUtilities.getJ2EEProjectVersion(comp.getProject());

27. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

224 : int ver = J2EEVersionUtil.convertVersionStringToInt(sVer);

28. WARNING: DiscouragedReference

Discouraged access: The method convertVersionStringToInt(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDataModelProvider.java :

224 : int ver = J2EEVersionUtil.convertVersionStringToInt(sVer);

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

Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

WebFragmentFacetInstallDelegate.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFragmentFacetInstallDelegate.java :

32 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDelegate.java :

33 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type ManifestFileCreationAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDelegate.java :

34 : import org.eclipse.jst.j2ee.internal.project.ManifestFileCreationAction;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDelegate.java :

82 : J2EEPlugin.logError(e);

6. WARNING: DiscouragedReference

Discouraged access: The method logError(Throwable) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDelegate.java :

82 : J2EEPlugin.logError(e);

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDelegate.java :

84 : J2EEPlugin.logError(e);

8. WARNING: DiscouragedReference

Discouraged access: The method logError(Throwable) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDelegate.java :

84 : J2EEPlugin.logError(e);

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFragmentFacetInstallDelegate.java :

104 : IFile file = aFolder.getFile(new Path(J2EEConstants.WEBFRAGMENT_DD_URI));

10. WARNING: DiscouragedReference

Discouraged access: The field WEBFRAGMENT_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFragmentFacetInstallDelegate.java :

104 : IFile file = aFolder.getFile(new Path(J2EEConstants.WEBFRAGMENT_DD_URI));

11. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDelegate.java :

109 : J2EEPlugin.logError(e);

12. WARNING: DiscouragedReference

Discouraged access: The method logError(CoreException) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDelegate.java :

109 : J2EEPlugin.logError(e);

13. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDelegate.java :

111 : J2EEPlugin.logError(e);

14. WARNING: DiscouragedReference

Discouraged access: The method logError(Throwable) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDelegate.java :

111 : J2EEPlugin.logError(e);

15. WARNING: DiscouragedReference

Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

WebFragmentFacetInstallDelegate.java :

119 : final String webFragXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<web-fragment id=\"WebFragment_ID\" version=\"3.0\" 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/web-fragment_3_0.xsd\">\n<display-name>" + XMLWriter.getEscaped(project.getName())+ "</display-name> \n <name>"+ XMLWriter.getEscaped(projectNamewithoutSpecialChars) + "</name> \n </web-fragment>"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

16. 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/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

WebFragmentFacetInstallDelegate.java :

119 : final String webFragXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<web-fragment id=\"WebFragment_ID\" version=\"3.0\" 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/web-fragment_3_0.xsd\">\n<display-name>" + XMLWriter.getEscaped(project.getName())+ "</display-name> \n <name>"+ XMLWriter.getEscaped(projectNamewithoutSpecialChars) + "</name> \n </web-fragment>"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

17. WARNING: DiscouragedReference

Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

WebFragmentFacetInstallDelegate.java :

119 : final String webFragXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<web-fragment id=\"WebFragment_ID\" version=\"3.0\" 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/web-fragment_3_0.xsd\">\n<display-name>" + XMLWriter.getEscaped(project.getName())+ "</display-name> \n <name>"+ XMLWriter.getEscaped(projectNamewithoutSpecialChars) + "</name> \n </web-fragment>"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

18. 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/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

WebFragmentFacetInstallDelegate.java :

119 : final String webFragXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<web-fragment id=\"WebFragment_ID\" version=\"3.0\" 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/web-fragment_3_0.xsd\">\n<display-name>" + XMLWriter.getEscaped(project.getName())+ "</display-name> \n <name>"+ XMLWriter.getEscaped(projectNamewithoutSpecialChars) + "</name> \n </web-fragment>"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

19. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFragmentFacetInstallDelegate.java :

131 : IFile file = aFolder.getFile(new Path(J2EEConstants.MANIFEST_URI));

20. WARNING: DiscouragedReference

Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFragmentFacetInstallDelegate.java :

131 : IFile file = aFolder.getFile(new Path(J2EEConstants.MANIFEST_URI));

21. WARNING: DiscouragedReference

Discouraged access: The type ManifestFileCreationAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDelegate.java :

134 : ManifestFileCreationAction.createManifestFile(file, project);

22. WARNING: DiscouragedReference

Discouraged access: The method createManifestFile(IFile, IProject) from the type ManifestFileCreationAction is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDelegate.java :

134 : ManifestFileCreationAction.createManifestFile(file, project);

23. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDelegate.java :

136 : J2EEPlugin.logError(e);

24. WARNING: DiscouragedReference

Discouraged access: The method logError(CoreException) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDelegate.java :

136 : J2EEPlugin.logError(e);

25. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDelegate.java :

138 : J2EEPlugin.logError(e);

26. WARNING: DiscouragedReference

Discouraged access: The method logError(Throwable) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetInstallDelegate.java :

138 : J2EEPlugin.logError(e);

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

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFragmentFacetPostInstallDelegate.java :

18 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetPostInstallDelegate.java :

19 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFragmentFacetPostInstallDelegate.java :

41 : installAndAddModuletoWAR( J2EEVersionConstants.VERSION_3_0_TEXT,

4. WARNING: DiscouragedReference

Discouraged access: The field VERSION_3_0_TEXT from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFragmentFacetPostInstallDelegate.java :

41 : installAndAddModuletoWAR( J2EEVersionConstants.VERSION_3_0_TEXT,

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetPostInstallDelegate.java :

50 : J2EEPlugin.logError(e);

6. WARNING: DiscouragedReference

Discouraged access: The method logError(Throwable) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFragmentFacetPostInstallDelegate.java :

50 : J2EEPlugin.logError(e);

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

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebFragmentFacetProjectCreationDataModelProvider.java :

30 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

34 : import org.eclipse.wst.common.frameworks.internal.operations.ProjectCreationDataModelProviderNew;

3. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

35 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonMessages;

4. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

36 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

5. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebFragmentFacetProjectCreationDataModelProvider.java :

47 : public IProjectFacet WEBFRAGMENT_FACET = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEBFRAGMENT_MODULE);

6. WARNING: DiscouragedReference

Discouraged access: The field JST_WEBFRAGMENT_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebFragmentFacetProjectCreationDataModelProvider.java :

47 : public IProjectFacet WEBFRAGMENT_FACET = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEBFRAGMENT_MODULE);

7. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebFragmentFacetProjectCreationDataModelProvider.java :

55 : requiredFacets.add(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEBFRAGMENT_MODULE));

8. WARNING: DiscouragedReference

Discouraged access: The field JST_WEBFRAGMENT_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebFragmentFacetProjectCreationDataModelProvider.java :

55 : requiredFacets.add(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEBFRAGMENT_MODULE));

9. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

86 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.SAME_MODULE_AND_EAR_NAME, new Object[]{getStringProperty(WAR_PROJECT_NAME)});

10. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String, Object[]) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

86 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.SAME_MODULE_AND_EAR_NAME, new Object[]{getStringProperty(WAR_PROJECT_NAME)});

11. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

86 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.SAME_MODULE_AND_EAR_NAME, new Object[]{getStringProperty(WAR_PROJECT_NAME)});

12. WARNING: DiscouragedReference

Discouraged access: The field SAME_MODULE_AND_EAR_NAME from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

86 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.SAME_MODULE_AND_EAR_NAME, new Object[]{getStringProperty(WAR_PROJECT_NAME)});

13. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

87 : return WTPCommonPlugin.createErrorStatus(errorMessage);

14. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

87 : return WTPCommonPlugin.createErrorStatus(errorMessage);

15. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

97 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_INVALID_CHARS);

16. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

97 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_INVALID_CHARS);

17. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

97 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_INVALID_CHARS);

18. WARNING: DiscouragedReference

Discouraged access: The field ERR_INVALID_CHARS from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

97 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_INVALID_CHARS);

19. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

98 : return WTPCommonPlugin.createErrorStatus(errorMessage);

20. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

98 : return WTPCommonPlugin.createErrorStatus(errorMessage);

21. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

100 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_EMPTY_MODULE_NAME);

22. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

100 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_EMPTY_MODULE_NAME);

23. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

100 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_EMPTY_MODULE_NAME);

24. WARNING: DiscouragedReference

Discouraged access: The field ERR_EMPTY_MODULE_NAME from the type WTPCommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

100 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_EMPTY_MODULE_NAME);

25. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

101 : return WTPCommonPlugin.createErrorStatus(errorMessage);

26. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

101 : return WTPCommonPlugin.createErrorStatus(errorMessage);

27. WARNING: DiscouragedReference

Discouraged access: The type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

104 : IStatus status = ProjectCreationDataModelProviderNew.validateProjectName(webAppName);

28. WARNING: DiscouragedReference

Discouraged access: The method validateProjectName(String) from the type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

104 : IStatus status = ProjectCreationDataModelProviderNew.validateProjectName(webAppName);

29. WARNING: DiscouragedReference

Discouraged access: The type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

112 : status = ProjectCreationDataModelProviderNew.validateExisting(webAppName, path.toOSString());

30. WARNING: DiscouragedReference

Discouraged access: The method validateExisting(String, String) from the type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

112 : status = ProjectCreationDataModelProviderNew.validateExisting(webAppName, path.toOSString());

31. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

121 : return WTPCommonPlugin.createErrorStatus(errorMessage);

32. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WebFragmentFacetProjectCreationDataModelProvider.java :

121 : return WTPCommonPlugin.createErrorStatus(errorMessage);