Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 116 Number of classfiles: 121

Problems: 1183 (Errors: 0 Warnings: 1183 )

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModuleAdapter.java :

20 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModuleAdapter.java :

30 : J2EEFlexProjDeployable delegate;

3. WARNING: DiscouragedReference

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

ModuleAdapter.java :

32 : public void setModuleDelegate(J2EEFlexProjDeployable moduleDelegate) {

4. WARNING: DiscouragedReference

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

ModuleAdapter.java :

36 : public J2EEFlexProjDeployable getDelegate() {

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

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

WebDeployableArtifactUtil.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebDeployableArtifactUtil.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebDeployableArtifactUtil.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The method getFile(Resource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebDeployableArtifactUtil.java :

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

5. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

181 : Iterator iterator = Arrays.asList(ServerUtil.getModules(J2EEProjectUtilities.DYNAMIC_WEB)).iterator(); //$NON-NLS-1$

6. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

350 : return J2EEProjectUtilities.isDynamicWebProject(project);

7. WARNING: DiscouragedReference

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

WebDeployableArtifactUtil.java :

350 : return J2EEProjectUtilities.isDynamicWebProject(project);

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AddFilterOperation.java :

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

2. WARNING: DiscouragedReference

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

AddFilterOperation.java :

22 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddFilterOperation.java :

34 : 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 :

34 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddFilterOperation.java :

81 : protected NewJavaEEArtifactClassOperation getNewClassOperation() {

6. WARNING: DiscouragedReference

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

AddFilterOperation.java :

147 : Object modelObject = provider.getModelObject();

7. WARNING: DiscouragedReference

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

AddFilterOperation.java :

191 : Object modelObject = provider.getModelObject();

8. WARNING: DiscouragedReference

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

AddFilterOperation.java :

198 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AddFilterOperation.java :

198 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddFilterOperation.java :

265 : Object modelObject = provider.getModelObject();

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddListenerOperation.java :

97 : Object modelObject = provider.getModelObject();

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddServletOperation.java :

38 : 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 :

38 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddServletOperation.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AddServletOperation.java :

143 : Object modelObject = provider.getModelObject();

7. WARNING: DiscouragedReference

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

AddServletOperation.java :

213 : Object modelObject = provider.getModelObject();

8. WARNING: DiscouragedReference

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

AddServletOperation.java :

219 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AddServletOperation.java :

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

10. WARNING: LocalVariableIsNeverUsed

The local variable webApp is never read

AddServletOperation.java :

253 : org.eclipse.jst.javaee.web.WebApp webApp = (org.eclipse.jst.javaee.web.WebApp) modelObject;

11. WARNING: DiscouragedReference

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

AddServletOperation.java :

287 : Object modelObject = provider.getModelObject();

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 :

18 : import java.lang.reflect.InvocationTargetException;

2. WARNING: UnusedImport

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

AddWebClassOperation.java :

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

3. WARNING: DiscouragedReference

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

AddWebClassOperation.java :

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

4. WARNING: DiscouragedReference

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

AddWebClassOperation.java :

31 : public abstract class AddWebClassOperation extends AddJavaEEArtifactOperation {

5. WARNING: DiscouragedReference

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

AddWebClassOperation.java :

34 : super(dataModel);

6. WARNING: DiscouragedReference

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

AddWebClassOperation.java :

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

7. WARNING: DiscouragedReference

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

AddWebClassOperation.java :

67 : qualifiedClassName = createClass();

8. WARNING: DiscouragedReference

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

AddWebClassOperation.java :

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

9. WARNING: DiscouragedReference

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

AddWebClassOperation.java :

72 : if (model.getBooleanProperty(GENERATE_DD))

10. WARNING: DiscouragedReference

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

AddWebClassOperation.java :

75 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

38 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

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

3. WARNING: DiscouragedReference

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

CreateFilterTemplateModel.java :

72 : return getProperty(CLASS_NAME).trim();

4. WARNING: DiscouragedReference

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

CreateFilterTemplateModel.java :

72 : return getProperty(CLASS_NAME).trim();

5. WARNING: DiscouragedReference

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

CreateFilterTemplateModel.java :

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

6. WARNING: DiscouragedReference

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

CreateFilterTemplateModel.java :

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

7. WARNING: DiscouragedReference

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

CreateFilterTemplateModel.java :

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

8. WARNING: DiscouragedReference

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

CreateFilterTemplateModel.java :

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

9. WARNING: DiscouragedReference

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

CreateFilterTemplateModel.java :

144 : return dataModel.getBooleanProperty(INIT);

10. WARNING: DiscouragedReference

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

CreateFilterTemplateModel.java :

146 : return dataModel.getBooleanProperty(DO_FILTER);

11. WARNING: DiscouragedReference

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

CreateFilterTemplateModel.java :

148 : return dataModel.getBooleanProperty(DESTROY);

12. WARNING: DiscouragedReference

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

CreateFilterTemplateModel.java :

154 : public Collection<Method> getUnimplementedMethods() {

13. WARNING: DiscouragedReference

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

CreateFilterTemplateModel.java :

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

14. WARNING: DiscouragedReference

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

CreateFilterTemplateModel.java :

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

15. WARNING: DiscouragedReference

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

CreateFilterTemplateModel.java :

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

16. WARNING: DiscouragedReference

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

CreateFilterTemplateModel.java :

159 : Method method = iterator.next();

17. WARNING: DiscouragedReference

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

CreateFilterTemplateModel.java :

160 : if ((METHOD_INIT.equals(method.getName()) && FILTER_INIT_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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

160 : if ((METHOD_INIT.equals(method.getName()) && FILTER_INIT_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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

161 : (METHOD_DESTROY.equals(method.getName()) && DESTROY_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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateFilterTemplateModel.java :

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

21. WARNING: DiscouragedReference

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

CreateFilterTemplateModel.java :

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

22. WARNING: DiscouragedReference

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

CreateFilterTemplateModel.java :

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

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateListenerTemplateModel.java :

36 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateListenerTemplateModel.java :

118 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

70 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

87 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

134 : return super.getClassName();

4. WARNING: DiscouragedReference

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

CreateServletTemplateModel.java :

190 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

194 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

198 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

211 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

234 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

234 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

236 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

238 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

240 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

242 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

244 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

246 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

248 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

250 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

252 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

254 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

256 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

258 : return dataModel.getBooleanProperty(DO_TRACE);

22. WARNING: DiscouragedReference

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

CreateServletTemplateModel.java :

264 : public Collection<Method> getUnimplementedMethods() {

23. WARNING: DiscouragedReference

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

CreateServletTemplateModel.java :

265 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

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

25. WARNING: DiscouragedReference

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

CreateServletTemplateModel.java :

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

26. WARNING: DiscouragedReference

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

CreateServletTemplateModel.java :

269 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

270 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

270 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

271 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

271 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

272 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

272 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

273 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

273 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

274 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

274 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

275 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

275 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

276 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

276 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

277 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

277 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

278 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

278 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

279 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

279 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

280 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

280 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

281 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

281 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

282 : (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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateServletTemplateModel.java :

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

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateWebClassTemplateModel.java :

18 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateWebClassTemplateModel.java :

22 : CreateJavaEEArtifactTemplateModel {

3. WARNING: DiscouragedReference

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

CreateWebClassTemplateModel.java :

25 : super(dataModel);

4. WARNING: DiscouragedReference

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

CreateWebClassTemplateModel.java :

29 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateWebClassTemplateModel.java :

33 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateWebClassTemplateModel.java :

37 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateWebClassTemplateModel.java :

37 : return dataModel.getBooleanProperty(USE_ANNOTATIONS);

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

82 : model.removeFlags(CreateJavaEEArtifactTemplateModel.FLAG_QUALIFIED_SUPERCLASS_NAME);

2. WARNING: DiscouragedReference

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

FilterTemplate.java :

82 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

82 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

85 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

85 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

88 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

107 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

180 : if (model.isPublic()) {

9. WARNING: DiscouragedReference

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

FilterTemplate.java :

186 : if (model.isAbstract()) {

10. WARNING: DiscouragedReference

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

FilterTemplate.java :

192 : if (model.isFinal()) {

11. WARNING: DiscouragedReference

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

FilterTemplate.java :

199 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

201 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

209 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

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

15. WARNING: DiscouragedReference

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

FilterTemplate.java :

233 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

238 : if (model.shouldGenSuperclassConstructors()) {

17. WARNING: DiscouragedReference

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

FilterTemplate.java :

239 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

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

19. WARNING: DiscouragedReference

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

FilterTemplate.java :

240 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

241 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

241 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

244 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

246 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

248 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

250 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

252 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

254 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterTemplate.java :

262 : if (model.shouldImplementAbstractMethods()) {

29. WARNING: DiscouragedReference

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

FilterTemplate.java :

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

30. WARNING: DiscouragedReference

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

FilterTemplate.java :

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

31. WARNING: DiscouragedReference

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

FilterTemplate.java :

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

32. WARNING: DiscouragedReference

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

FilterTemplate.java :

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

33. WARNING: DiscouragedReference

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

FilterTemplate.java :

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

34. WARNING: DiscouragedReference

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

FilterTemplate.java :

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

35. WARNING: DiscouragedReference

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

FilterTemplate.java :

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

36. WARNING: DiscouragedReference

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

FilterTemplate.java :

279 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

64 : model.removeFlags(CreateJavaEEArtifactTemplateModel.FLAG_QUALIFIED_SUPERCLASS_NAME);

2. WARNING: DiscouragedReference

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

ListenerTemplate.java :

64 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

64 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

67 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

67 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

70 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

89 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

100 : if (model.isPublic()) {

9. WARNING: DiscouragedReference

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

ListenerTemplate.java :

106 : if (model.isAbstract()) {

10. WARNING: DiscouragedReference

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

ListenerTemplate.java :

112 : if (model.isFinal()) {

11. WARNING: DiscouragedReference

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

ListenerTemplate.java :

119 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

121 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

129 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

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

15. WARNING: DiscouragedReference

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

ListenerTemplate.java :

153 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

158 : if (model.shouldGenSuperclassConstructors()) {

17. WARNING: DiscouragedReference

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

ListenerTemplate.java :

159 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

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

19. WARNING: DiscouragedReference

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

ListenerTemplate.java :

160 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

161 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

161 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

164 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

166 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

168 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

170 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

172 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

174 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

182 : if (model.shouldImplementAbstractMethods()) {

29. WARNING: DiscouragedReference

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

ListenerTemplate.java :

183 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

183 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

186 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

188 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

190 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

192 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

194 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

196 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ListenerTemplate.java :

199 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewFilterClassDataModelProvider.java :

29 : 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 :

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

3. WARNING: UnusedImport

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

NewFilterClassDataModelProvider.java :

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

4. WARNING: UnusedImport

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

NewFilterClassDataModelProvider.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewFilterClassDataModelProvider.java :

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

6. WARNING: DiscouragedReference

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

NewFilterClassDataModelProvider.java :

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

7. WARNING: DiscouragedReference

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

NewFilterClassDataModelProvider.java :

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

8. WARNING: DiscouragedReference

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

NewFilterClassDataModelProvider.java :

157 : if (propertyName.equals(SUPERCLASS) && "".equals(getStringProperty(propertyName)))

9. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewFilterClassDataModelProvider.java :

158 : return WTPCommonPlugin.OK_STATUS;

10. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewFilterClassDataModelProvider.java :

158 : return WTPCommonPlugin.OK_STATUS;

11. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewFilterClassDataModelProvider.java :

189 : return WTPCommonPlugin.createErrorStatus(msg);

12. WARNING: DiscouragedReference

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

NewFilterClassDataModelProvider.java :

189 : return WTPCommonPlugin.createErrorStatus(msg);

13. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewFilterClassDataModelProvider.java :

193 : return WTPCommonPlugin.OK_STATUS;

14. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewFilterClassDataModelProvider.java :

193 : return WTPCommonPlugin.OK_STATUS;

15. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewFilterClassDataModelProvider.java :

212 : return WTPCommonPlugin.createErrorStatus(msg);

16. WARNING: DiscouragedReference

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

NewFilterClassDataModelProvider.java :

212 : return WTPCommonPlugin.createErrorStatus(msg);

17. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewFilterClassDataModelProvider.java :

218 : return WTPCommonPlugin.createErrorStatus(resourceString);

18. WARNING: DiscouragedReference

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

NewFilterClassDataModelProvider.java :

218 : return WTPCommonPlugin.createErrorStatus(resourceString);

19. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewFilterClassDataModelProvider.java :

222 : return WTPCommonPlugin.createErrorStatus(msg);

20. WARNING: DiscouragedReference

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

NewFilterClassDataModelProvider.java :

222 : return WTPCommonPlugin.createErrorStatus(msg);

21. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewFilterClassDataModelProvider.java :

225 : return WTPCommonPlugin.OK_STATUS;

22. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewFilterClassDataModelProvider.java :

225 : return WTPCommonPlugin.OK_STATUS;

23. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewFilterClassDataModelProvider.java :

312 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewFilterClassDataModelProvider.java :

312 : return WTPCommonPlugin.createErrorStatus(msg);

25. WARNING: DiscouragedReference

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

NewFilterClassDataModelProvider.java :

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

26. WARNING: DiscouragedReference

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

NewFilterClassDataModelProvider.java :

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

27. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewFilterClassDataModelProvider.java :

315 : return WTPCommonPlugin.OK_STATUS;

28. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewFilterClassDataModelProvider.java :

315 : return WTPCommonPlugin.OK_STATUS;

29. WARNING: DiscouragedReference

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

NewFilterClassDataModelProvider.java :

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

30. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewFilterClassDataModelProvider.java :

335 : return WTPCommonPlugin.createErrorStatus(msg);

31. WARNING: DiscouragedReference

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

NewFilterClassDataModelProvider.java :

335 : return WTPCommonPlugin.createErrorStatus(msg);

32. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewFilterClassDataModelProvider.java :

353 : return WTPCommonPlugin.createErrorStatus(msg);

33. WARNING: DiscouragedReference

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

NewFilterClassDataModelProvider.java :

353 : return WTPCommonPlugin.createErrorStatus(msg);

34. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewFilterClassDataModelProvider.java :

358 : return WTPCommonPlugin.OK_STATUS;

35. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewFilterClassDataModelProvider.java :

358 : return WTPCommonPlugin.OK_STATUS;

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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 /shared/webtools/projects/patches-R3.0.5-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: UnusedImport

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

NewServletClassDataModelProvider.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewServletClassDataModelProvider.java :

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

3. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

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

4. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

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

5. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

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

6. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

225 : String className = getStringProperty(CLASS_NAME);

7. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

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

8. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

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

9. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

264 : if (propertyName.equals(SUPERCLASS))

10. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

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

11. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

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

12. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

300 : model.setProperty(ABSTRACT_METHODS, null);

13. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

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

14. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

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

15. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewServletClassDataModelProvider.java :

351 : return WTPCommonPlugin.OK_STATUS;

16. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewServletClassDataModelProvider.java :

351 : return WTPCommonPlugin.OK_STATUS;

17. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

356 : status = super.validate(SUPERCLASS);

18. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewServletClassDataModelProvider.java :

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

19. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

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

20. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewServletClassDataModelProvider.java :

398 : return WTPCommonPlugin.createErrorStatus(msg);

21. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

398 : return WTPCommonPlugin.createErrorStatus(msg);

22. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewServletClassDataModelProvider.java :

402 : return WTPCommonPlugin.OK_STATUS;

23. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewServletClassDataModelProvider.java :

402 : return WTPCommonPlugin.OK_STATUS;

24. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewServletClassDataModelProvider.java :

421 : return WTPCommonPlugin.createErrorStatus(msg);

25. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

421 : return WTPCommonPlugin.createErrorStatus(msg);

26. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewServletClassDataModelProvider.java :

427 : return WTPCommonPlugin.createErrorStatus(resourceString);

27. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

427 : return WTPCommonPlugin.createErrorStatus(resourceString);

28. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewServletClassDataModelProvider.java :

431 : return WTPCommonPlugin.createErrorStatus(msg);

29. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

431 : return WTPCommonPlugin.createErrorStatus(msg);

30. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewServletClassDataModelProvider.java :

434 : return WTPCommonPlugin.OK_STATUS;

31. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewServletClassDataModelProvider.java :

434 : return WTPCommonPlugin.OK_STATUS;

32. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewServletClassDataModelProvider.java :

503 : return WTPCommonPlugin.createErrorStatus(msg);

33. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

503 : return WTPCommonPlugin.createErrorStatus(msg);

34. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

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

35. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

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

36. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewServletClassDataModelProvider.java :

506 : return WTPCommonPlugin.OK_STATUS;

37. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewServletClassDataModelProvider.java :

506 : return WTPCommonPlugin.OK_STATUS;

38. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

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

39. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewServletClassDataModelProvider.java :

526 : return WTPCommonPlugin.createErrorStatus(msg);

40. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

526 : return WTPCommonPlugin.createErrorStatus(msg);

41. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewServletClassDataModelProvider.java :

544 : return WTPCommonPlugin.createErrorStatus(msg);

42. WARNING: DiscouragedReference

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

NewServletClassDataModelProvider.java :

544 : return WTPCommonPlugin.createErrorStatus(msg);

43. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewServletClassDataModelProvider.java :

549 : return WTPCommonPlugin.OK_STATUS;

44. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewServletClassDataModelProvider.java :

549 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

32 : 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 :

32 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

NewWebClassDataModelProvider.java :

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

4. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

34 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

35 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassDataModelProvider.java :

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

7. WARNING: UnusedImport

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

NewWebClassDataModelProvider.java :

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

8. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewWebClassDataModelProvider.java :

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

9. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

74 : public abstract class NewWebClassDataModelProvider extends NewJavaClassDataModelProvider {

10. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

11. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

12. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

13. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

14. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

130 : Set propertyNames = super.getPropertyNames();

15. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

135 : propertyNames.add(USE_ANNOTATIONS);

16. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

17. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

18. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

19. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

20. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

166 : return super.getDefaultProperty(propertyName);

21. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

22. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

23. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

24. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

205 : setProperty(PROJECT_NAME, projectName);

25. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

26. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

27. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

28. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

29. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

221 : if (getBooleanProperty(USE_ANNOTATIONS)) {

30. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

223 : setBooleanProperty(USE_ANNOTATIONS, false);

31. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

32. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

229 : classNameCache = getStringProperty(CLASS_NAME);

33. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

230 : setProperty(CLASS_NAME, existingClassNameCache);

34. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

232 : existingClassNameCache = getStringProperty(CLASS_NAME);

35. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

233 : setProperty(CLASS_NAME, classNameCache);

36. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

37. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

38. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

241 : model.setProperty(CONSTRUCTOR, null);

39. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

40. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

41. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

42. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

43. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

290 : String moduleName = getStringProperty(COMPONENT_NAME);

44. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

45. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

46. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

47. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

48. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

294 : return j2eeVersion > J2EEVersionConstants.VERSION_1_2;

49. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

294 : return j2eeVersion > J2EEVersionConstants.VERSION_1_2;

50. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

51. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewWebClassDataModelProvider.java :

313 : return WTPCommonPlugin.OK_STATUS;

52. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewWebClassDataModelProvider.java :

313 : return WTPCommonPlugin.OK_STATUS;

53. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

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

54. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewWebClassDataModelProvider.java :

318 : return WTPCommonPlugin.OK_STATUS;

55. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewWebClassDataModelProvider.java :

318 : return WTPCommonPlugin.OK_STATUS;

56. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

323 : return super.validate(propertyName);

57. WARNING: DiscouragedReference

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

NewWebClassDataModelProvider.java :

391 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewWebClassOperation.java :

122 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassOperation.java :

125 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassOperation.java :

129 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewWebClassOperation.java :

131 : throw new WFTWrappedException(e);

15. WARNING: DiscouragedReference

Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewWebClassOperation.java :

131 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassOperation.java :

135 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassOperation.java :

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

18. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsController is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

NewWebClassOperation.java :

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

19. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

NewWebClassOperation.java :

142 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

NewWebClassOperation.java :

142 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

NewWebClassOperation.java :

142 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

NewWebClassOperation.java :

144 : controller.process(aFile);

23. WARNING: DiscouragedReference

Discouraged access: The constructor WFTWrappedException(Throwable) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewWebClassOperation.java :

151 : throw new WFTWrappedException(e);

24. WARNING: DiscouragedReference

Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewWebClassOperation.java :

151 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassOperation.java :

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

26. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerManager.Descriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

NewWebClassOperation.java :

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

27. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

NewWebClassOperation.java :

192 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

NewWebClassOperation.java :

192 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

NewWebClassOperation.java :

192 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewWebClassOperation.java :

237 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

88 : model.removeFlags(CreateJavaEEArtifactTemplateModel.FLAG_QUALIFIED_SUPERCLASS_NAME);

2. WARNING: DiscouragedReference

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

ServletTemplate.java :

88 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

88 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

91 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

91 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

94 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

113 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

167 : if (model.isPublic()) {

9. WARNING: DiscouragedReference

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

ServletTemplate.java :

173 : if (model.isAbstract()) {

10. WARNING: DiscouragedReference

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

ServletTemplate.java :

179 : if (model.isFinal()) {

11. WARNING: DiscouragedReference

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

ServletTemplate.java :

186 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

188 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

196 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

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

15. WARNING: DiscouragedReference

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

ServletTemplate.java :

227 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

232 : if (model.shouldGenSuperclassConstructors()) {

17. WARNING: DiscouragedReference

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

ServletTemplate.java :

233 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

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

19. WARNING: DiscouragedReference

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

ServletTemplate.java :

234 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

235 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

235 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

238 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

240 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

242 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

244 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

246 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

248 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTemplate.java :

256 : if (model.shouldImplementAbstractMethods()) {

29. WARNING: DiscouragedReference

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

ServletTemplate.java :

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

30. WARNING: DiscouragedReference

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

ServletTemplate.java :

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

31. WARNING: DiscouragedReference

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

ServletTemplate.java :

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

32. WARNING: DiscouragedReference

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

ServletTemplate.java :

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

33. WARNING: DiscouragedReference

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

ServletTemplate.java :

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

34. WARNING: DiscouragedReference

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

ServletTemplate.java :

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

35. WARNING: DiscouragedReference

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

ServletTemplate.java :

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

36. WARNING: DiscouragedReference

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

ServletTemplate.java :

273 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebModuleExtensionImpl.java :

37 : public class WebModuleExtensionImpl extends EarModuleExtensionImpl implements WebModuleExtension {

5. WARNING: DiscouragedReference

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

WebModuleExtensionImpl.java :

37 : public class WebModuleExtensionImpl extends EarModuleExtensionImpl implements WebModuleExtension {

6. WARNING: DiscouragedReference

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

WebModuleExtensionImpl.java :

43 : super();

7. WARNING: DiscouragedReference

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

WebModuleExtensionImpl.java :

51 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WebPlugin.java :

47 : public class WebPlugin extends WTPPlugin implements ResourceLocator {

5. WARNING: DiscouragedReference

Discouraged access: The constructor WTPPlugin() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WebPlugin.java :

77 : super();

6. WARNING: DiscouragedReference

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

WebPlugin.java :

128 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPlugin.java :

128 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WebPlugin.java :

256 : super.start(context);

9. WARNING: DiscouragedReference

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

WebPlugin.java :

259 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

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

2. WARNING: DiscouragedReference

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

UIWarValidator.java :

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

3. WARNING: DiscouragedReference

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

UIWarValidator.java :

33 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

UIWarValidator.java :

92 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

95 : super.validate();

12. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

UIWarValidator.java :

103 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

UIWarValidator.java :

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

14. WARNING: DiscouragedReference

Discouraged access: The type IWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

UIWarValidator.java :

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

15. WARNING: DiscouragedReference

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

UIWarValidator.java :

108 : if( wbModule != null && J2EEProjectUtilities.isDynamicWebProject(proj)) {

16. WARNING: DiscouragedReference

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

UIWarValidator.java :

108 : if( wbModule != null && J2EEProjectUtilities.isDynamicWebProject(proj)) {

17. WARNING: DiscouragedReference

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

UIWarValidator.java :

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

18. WARNING: DiscouragedReference

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

UIWarValidator.java :

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

19. WARNING: DiscouragedReference

Discouraged access: The field status from the type J2EEValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

111 : status = super.validateInJob(inHelper, inReporter);

20. WARNING: DiscouragedReference

Discouraged access: The method validateInJob(IValidationContext, IReporter) from the type WarValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

111 : status = super.validateInJob(inHelper, inReporter);

21. WARNING: DiscouragedReference

Discouraged access: The field status from the type J2EEValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

115 : return status;

22. WARNING: DiscouragedReference

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

UIWarValidator.java :

148 : VirtualArchiveComponent archiveComp = (VirtualArchiveComponent) comp;

23. WARNING: DiscouragedReference

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

UIWarValidator.java :

148 : VirtualArchiveComponent archiveComp = (VirtualArchiveComponent) comp;

24. WARNING: DiscouragedReference

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

UIWarValidator.java :

149 : java.io.File diskFile = archiveComp.getUnderlyingDiskFile();

25. WARNING: DiscouragedReference

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

UIWarValidator.java :

151 : IFile wbFile = archiveComp.getUnderlyingWorkbenchFile();

26. WARNING: DiscouragedReference

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

UIWarValidator.java :

167 : if (ref.getReferencedComponent() instanceof VirtualArchiveComponent) {

27. WARNING: DiscouragedReference

Discouraged access: The field _reporter from the type J2EEValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

174 : _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 constructor Message(String, int, String, String[]) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

UIWarValidator.java :

174 : _reporter.addMessage(this, new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_DUPLICATE_CLASSPATH_COMPONENT_URI, new String[]{cpCompName, comp.getProject().getName()}));

29. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

UIWarValidator.java :

174 : _reporter.addMessage(this, new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_DUPLICATE_CLASSPATH_COMPONENT_URI, new String[]{cpCompName, comp.getProject().getName()}));

30. WARNING: DiscouragedReference

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

UIWarValidator.java :

174 : _reporter.addMessage(this, new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_DUPLICATE_CLASSPATH_COMPONENT_URI, new String[]{cpCompName, comp.getProject().getName()}));

31. WARNING: DiscouragedReference

Discouraged access: The field ERROR_DUPLICATE_CLASSPATH_COMPONENT_URI from the type WARMessageConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

174 : _reporter.addMessage(this, new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_DUPLICATE_CLASSPATH_COMPONENT_URI, new String[]{cpCompName, comp.getProject().getName()}));

32. WARNING: DiscouragedReference

Discouraged access: The field _reporter from the type J2EEValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

192 : _reporter.addMessage(this, new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_DUPLICATE_WEB_INF_LIB, new String[]{name}));

33. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[]) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

UIWarValidator.java :

192 : _reporter.addMessage(this, new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_DUPLICATE_WEB_INF_LIB, new String[]{name}));

34. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

UIWarValidator.java :

192 : _reporter.addMessage(this, new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_DUPLICATE_WEB_INF_LIB, new String[]{name}));

35. WARNING: DiscouragedReference

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

UIWarValidator.java :

192 : _reporter.addMessage(this, new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_DUPLICATE_WEB_INF_LIB, new String[]{name}));

36. WARNING: DiscouragedReference

Discouraged access: The field ERROR_DUPLICATE_WEB_INF_LIB from the type WARMessageConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

UIWarValidator.java :

192 : _reporter.addMessage(this, new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_DUPLICATE_WEB_INF_LIB, new String[]{name}));

37. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type IWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

UIWarValidator.java :

275 : IProject project = ((IWorkbenchContext) helper).getProject();

38. WARNING: DiscouragedReference

Discouraged access: The type IWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

UIWarValidator.java :

275 : IProject project = ((IWorkbenchContext) helper).getProject();

39. WARNING: DiscouragedReference

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

UIWarValidator.java :

279 : IVirtualFile vf = comp.getRootFolder().getFile(new Path(J2EEConstants.WEBAPP_DD_URI));

40. WARNING: DiscouragedReference

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

UIWarValidator.java :

279 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WarHelper.java :

22 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WarHelper.java :

23 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WarHelper.java :

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

4. WARNING: DiscouragedReference

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

WarHelper.java :

25 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

WarHelper.java :

65 : return super.getLineNo(object);

15. WARNING: DiscouragedReference

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

WarHelper.java :

94 : if( object != null && object instanceof WARFile ){

16. WARNING: DiscouragedReference

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

WarHelper.java :

95 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WarHelper.java :

95 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

WarHelper.java :

113 : IVirtualComponent comp = ComponentCore.createComponent(getProject());

19. WARNING: DiscouragedReference

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

WarHelper.java :

114 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WarHelper.java :

114 : edit = ComponentUtilities.getArtifactEditForRead(comp);

21. WARNING: DiscouragedReference

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

WarHelper.java :

117 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WarHelper.java :

119 : } catch (OpenFailureException e1) {

23. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

WarHelper.java :

130 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WarHelper.java :

136 : warFile.close();

25. WARNING: DiscouragedReference

Discouraged access: The method cleanup(WorkbenchReporter) from the type WorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

WarHelper.java :

139 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AuthConstraintItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AuthConstraintItemProvider.java :

187 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AuthConstraintItemProvider.java :

187 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ContextParamItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ContextParamItemProvider.java :

177 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ContextParamItemProvider.java :

177 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ErrorCodeErrorPageItemProvider.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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ErrorPageItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ErrorPageItemProvider.java :

127 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ErrorPageItemProvider.java :

127 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ExceptionTypeErrorPageItemProvider.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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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: DiscouragedReference

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

FilterItemProvider.java :

31 : import org.eclipse.jst.j2ee.common.internal.provider.CompatibilityDescriptionGroupItemProvider;

2. WARNING: DiscouragedReference

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

FilterItemProvider.java :

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

3. WARNING: DiscouragedReference

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

FilterItemProvider.java :

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

4. WARNING: DiscouragedReference

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

FilterItemProvider.java :

41 : public class FilterItemProvider extends CompatibilityDescriptionGroupItemProvider implements IEditingDomainItemProvider, IItemLabelProvider, IItemPropertySource, IStructuredItemContentProvider, ITreeItemContentProvider {

5. WARNING: DiscouragedReference

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

FilterItemProvider.java :

47 : super(adapterFactory);

6. WARNING: DiscouragedReference

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

FilterItemProvider.java :

70 : if (webApp.getJ2EEVersionID() >= J2EEVersionConstants.J2EE_1_4_ID)

7. WARNING: DiscouragedReference

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

FilterItemProvider.java :

70 : if (webApp.getJ2EEVersionID() >= J2EEVersionConstants.J2EE_1_4_ID)

8. WARNING: DiscouragedReference

Discouraged access: The method getChildReference(Object, Object) from the type DescriptionGroupItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterItemProvider.java :

86 : return super.getChildReference(object, child);

9. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterItemProvider.java :

133 : super.getPropertyDescriptors(object);

10. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterItemProvider.java :

207 : super.notifyChanged(notification);

11. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterItemProvider.java :

218 : super.collectNewChildDescriptors(newChildDescriptors, object);

12. WARNING: DiscouragedReference

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

FilterItemProvider.java :

232 : return J2EEPlugin.getDefault();

13. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterItemProvider.java :

232 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterMappingItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterMappingItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FilterMappingItemProvider.java :

183 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FormLoginConfigItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FormLoginConfigItemProvider.java :

166 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FormLoginConfigItemProvider.java :

166 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

HTTPMethodTypeItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

HTTPMethodTypeItemProvider.java :

136 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

HTTPMethodTypeItemProvider.java :

136 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

InitParamItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

InitParamItemProvider.java :

182 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

InitParamItemProvider.java :

182 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPConfigItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPConfigItemProvider.java :

152 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPConfigItemProvider.java :

152 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPPropertyGroupItemProvider.java :

27 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPPropertyGroupItemProvider.java :

38 : public class JSPPropertyGroupItemProvider extends CompatibilityDescriptionGroupItemProvider implements IEditingDomainItemProvider, IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {

3. WARNING: DiscouragedReference

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

JSPPropertyGroupItemProvider.java :

46 : super(adapterFactory);

4. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPPropertyGroupItemProvider.java :

57 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPPropertyGroupItemProvider.java :

195 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPTypeItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPTypeItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JSPTypeItemProvider.java :

121 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

JspItemProviderAdapterFactory.java :

171 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

LocalEncodingMappingItemProvider.java :

28 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

LocalEncodingMappingItemProvider.java :

146 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

LocalEncodingMappingItemProvider.java :

146 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

LocalEncodingMappingListItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

LocalEncodingMappingListItemProvider.java :

134 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

LocalEncodingMappingListItemProvider.java :

134 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/LoginConfigItemProvider.java
1. WARNING: DiscouragedReference

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

LoginConfigItemProvider.java :

28 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

LoginConfigItemProvider.java :

222 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

LoginConfigItemProvider.java :

222 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

MimeMappingItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

MimeMappingItemProvider.java :

158 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

MimeMappingItemProvider.java :

158 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RoleNameTypeItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RoleNameTypeItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RoleNameTypeItemProvider.java :

123 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/SecurityConstraintItemProvider.java
1. WARNING: DiscouragedReference

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

SecurityConstraintItemProvider.java :

31 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

SecurityConstraintItemProvider.java :

240 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

SecurityConstraintItemProvider.java :

240 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/ServletItemProvider.java
1. WARNING: DiscouragedReference

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

ServletItemProvider.java :

30 : import org.eclipse.jst.j2ee.common.internal.provider.CompatibilityDescriptionGroupItemProvider;

2. WARNING: DiscouragedReference

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

ServletItemProvider.java :

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

3. WARNING: DiscouragedReference

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

ServletItemProvider.java :

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

4. WARNING: DiscouragedReference

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

ServletItemProvider.java :

41 : public class ServletItemProvider extends CompatibilityDescriptionGroupItemProvider implements IEditingDomainItemProvider, IItemLabelProvider, IItemPropertySource, IStructuredItemContentProvider, ITreeItemContentProvider {

5. WARNING: DiscouragedReference

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

ServletItemProvider.java :

48 : super(adapterFactory);

6. WARNING: DiscouragedReference

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

ServletItemProvider.java :

74 : if (webApp.getJ2EEVersionID() >= J2EEVersionConstants.J2EE_1_4_ID)

7. WARNING: DiscouragedReference

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

ServletItemProvider.java :

74 : if (webApp.getJ2EEVersionID() >= J2EEVersionConstants.J2EE_1_4_ID)

8. WARNING: DiscouragedReference

Discouraged access: The method getChildReference(Object, Object) from the type DescriptionGroupItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletItemProvider.java :

92 : return super.getChildReference(object, child);

9. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletItemProvider.java :

143 : super.getPropertyDescriptors(object);

10. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletItemProvider.java :

232 : super.notifyChanged(notification);

11. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletItemProvider.java :

243 : super.collectNewChildDescriptors(newChildDescriptors, object);

12. WARNING: DiscouragedReference

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

ServletItemProvider.java :

265 : return J2EEPlugin.getDefault();

13. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletItemProvider.java :

265 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletMappingItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletMappingItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletMappingItemProvider.java :

164 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTypeItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTypeItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServletTypeItemProvider.java :

121 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

SessionConfigItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

SessionConfigItemProvider.java :

135 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

SessionConfigItemProvider.java :

135 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

TagLibRefItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

TagLibRefItemProvider.java :

157 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

TagLibRefItemProvider.java :

157 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

TagLibRefTypeItemProvider.java :

28 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

TagLibRefTypeItemProvider.java :

146 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

TagLibRefTypeItemProvider.java :

146 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

URLPatternTypeItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

URLPatternTypeItemProvider.java :

135 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

URLPatternTypeItemProvider.java :

135 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UserDataConstraintItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UserDataConstraintItemProvider.java :

176 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UserDataConstraintItemProvider.java :

176 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/WebAppItemProvider.java
1. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

30 : import org.eclipse.jst.j2ee.common.internal.provider.JNDIEnvRefsGroupItemProvider;

2. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

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

3. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

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

4. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

34 : import org.eclipse.jst.j2ee.internal.webservices.WSDLServiceExtManager;

5. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

35 : import org.eclipse.jst.j2ee.internal.webservices.WSDLServiceHelper;

6. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

46 : public class WebAppItemProvider extends JNDIEnvRefsGroupItemProvider implements IEditingDomainItemProvider, IItemLabelProvider, IItemPropertySource, IStructuredItemContentProvider, ITreeItemContentProvider {

7. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

52 : super(adapterFactory);

8. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

75 : if (webApp.getVersionID() <= J2EEVersionConstants.WEB_2_3_ID) {

9. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

75 : if (webApp.getVersionID() <= J2EEVersionConstants.WEB_2_3_ID) {

10. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

76 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

11. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

76 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

12. WARNING: DiscouragedReference

Discouraged access: The method getServiceHelper() from the type WSDLServiceExtManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

76 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

13. WARNING: DiscouragedReference

Discouraged access: The method get13ServiceRefs(EObject) from the type WSDLServiceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

77 : myChildren.addAll(serviceHelper.get13ServiceRefs(webApp));

14. WARNING: DiscouragedReference

Discouraged access: The method getChildrenReferences(Object) from the type JNDIEnvRefsGroupItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

90 : super.getChildrenReferences(object);

15. WARNING: DiscouragedReference

Discouraged access: The method getChildReference(Object, Object) from the type JNDIEnvRefsGroupItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

122 : return super.getChildReference(object, child);

16. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

153 : return J2EEPlugin.getPlugin().getImage("web_application"); //$NON-NLS-1$

17. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

153 : return J2EEPlugin.getPlugin().getImage("web_application"); //$NON-NLS-1$

18. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

153 : return J2EEPlugin.getPlugin().getImage("web_application"); //$NON-NLS-1$

19. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

155 : case J2EEVersionConstants.WEB_2_2_ID :

20. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

155 : case J2EEVersionConstants.WEB_2_2_ID :

21. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

159 : case J2EEVersionConstants.WEB_2_3_ID :

22. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

159 : case J2EEVersionConstants.WEB_2_3_ID :

23. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

163 : case J2EEVersionConstants.WEB_2_4_ID :

24. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

163 : case J2EEVersionConstants.WEB_2_4_ID :

25. WARNING: DiscouragedReference

Discouraged access: The method getPropertyDescriptors(Object) from the type JNDIEnvRefsGroupItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

176 : super.getPropertyDescriptors(object);

26. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type JNDIEnvRefsGroupItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

274 : super.notifyChanged(notification);

27. WARNING: DiscouragedReference

Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type JNDIEnvRefsGroupItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

285 : super.collectNewChildDescriptors(newChildDescriptors, object);

28. WARNING: DiscouragedReference

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

WebAppItemProvider.java :

347 : return J2EEPlugin.getDefault();

29. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebAppItemProvider.java :

347 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebResourceCollectionItemProvider.java :

36 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebResourceCollectionItemProvider.java :

266 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebResourceCollectionItemProvider.java :

266 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebTypeItemProvider.java :

24 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebTypeItemProvider.java :

92 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebTypeItemProvider.java :

92 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebapplicationItemProviderAdapterFactory.java :

411 : listenerItemProvider = new ListenerItemProvider(this);

6. WARNING: DiscouragedReference

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

WebapplicationItemProviderAdapterFactory.java :

411 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebapplicationItemProviderAdapterFactory.java :

654 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WelcomeFileItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WelcomeFileItemProvider.java :

132 : return J2EEPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WelcomeFileItemProvider.java :

132 : return J2EEPlugin.getDefault();

Source File: org/eclipse/jst/j2ee/internal/web/providers/WelcomeFileListItemProvider.java
1. WARNING: DiscouragedReference

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

WelcomeFileListItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WelcomeFileListItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WelcomeFileListItemProvider.java :

159 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 EARCreationResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

16 : import org.eclipse.jst.j2ee.internal.earcreation.EARCreationResourceHandler;

3. WARNING: DiscouragedReference

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

WebComponentExportDataModelProvider.java :

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

4. WARNING: DiscouragedReference

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

WebComponentExportDataModelProvider.java :

21 : public class WebComponentExportDataModelProvider extends J2EEComponentExportDataModelProvider implements IWebComponentExportDataModelProperties {

5. WARNING: DiscouragedReference

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

WebComponentExportDataModelProvider.java :

24 : super();

6. WARNING: DiscouragedReference

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

WebComponentExportDataModelProvider.java :

32 : Set propertyNames = super.getPropertyNames();

7. WARNING: DiscouragedReference

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

WebComponentExportDataModelProvider.java :

41 : return super.getDefaultProperty(propertyName);

8. WARNING: DiscouragedReference

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

WebComponentExportDataModelProvider.java :

45 : return J2EEProjectUtilities.DYNAMIC_WEB;

9. WARNING: DiscouragedReference

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

WebComponentExportDataModelProvider.java :

49 : return EARCreationResourceHandler.getString(EARCreationResourceHandler.NOT_A_WAR, new Object[]{projectName});

10. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type EARCreationResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

49 : return EARCreationResourceHandler.getString(EARCreationResourceHandler.NOT_A_WAR, new Object[]{projectName});

11. WARNING: DiscouragedReference

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

WebComponentExportDataModelProvider.java :

49 : return EARCreationResourceHandler.getString(EARCreationResourceHandler.NOT_A_WAR, new Object[]{projectName});

12. WARNING: DiscouragedReference

Discouraged access: The field NOT_A_WAR from the type EARCreationResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportDataModelProvider.java :

49 : return EARCreationResourceHandler.getString(EARCreationResourceHandler.NOT_A_WAR, new Object[]{projectName});

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

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

WebComponentExportOperation.java :

19 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonarchiveFactory;

2. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

20 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonarchivePackage;

3. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

21 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.SaveFailureException;

4. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

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

5. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

24 : import org.eclipse.jst.j2ee.internal.archive.operations.AppClientArchiveOpsResourceHandler;

6. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

25 : import org.eclipse.jst.j2ee.internal.archive.operations.J2EEArtifactExportOperation;

7. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

27 : import org.eclipse.jst.jee.util.internal.JavaEEQuickPeek;

8. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

30 : public class WebComponentExportOperation extends J2EEArtifactExportOperation {

9. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

33 : super();

10. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

37 : super(model);

11. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

40 : protected void export() throws SaveFailureException, CoreException, InvocationTargetException, InterruptedException {

12. WARNING: DiscouragedReference

Discouraged access: The field progressMonitor from the type J2EEArtifactExportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportOperation.java :

41 : IProgressMonitor subMonitor = new SubProgressMonitor(progressMonitor, EXPORT_WORK);

13. WARNING: DiscouragedReference

Discouraged access: The field EXPORT_WORK from the type J2EEArtifactExportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportOperation.java :

41 : IProgressMonitor subMonitor = new SubProgressMonitor(progressMonitor, EXPORT_WORK);

14. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type J2EEArtifactExportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportOperation.java :

44 : archiveFromComponent = JavaEEArchiveUtilities.INSTANCE.openArchive(getComponent());

15. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

45 : JavaEEQuickPeek quickPeek = JavaEEArchiveUtilities.INSTANCE.getJavaEEQuickPeek(archiveFromComponent);

16. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

46 : if (quickPeek.getJavaEEVersion() == J2EEConstants.JEE_5_0_ID) {

17. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

46 : if (quickPeek.getJavaEEVersion() == J2EEConstants.JEE_5_0_ID) {

18. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

46 : if (quickPeek.getJavaEEVersion() == J2EEConstants.JEE_5_0_ID) {

19. WARNING: DiscouragedReference

Discouraged access: The method saveArchive(IArchive, String, IProgressMonitor) from the type J2EEArtifactExportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportOperation.java :

47 : saveArchive(archiveFromComponent, getDestinationPath().toOSString(), subMonitor);

20. WARNING: DiscouragedReference

Discouraged access: The method getDestinationPath() from the type J2EEArtifactExportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportOperation.java :

47 : saveArchive(archiveFromComponent, getDestinationPath().toOSString(), subMonitor);

21. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

49 : CommonarchiveFactory caf = ((CommonarchivePackage) EPackage.Registry.INSTANCE.getEPackage(CommonarchivePackage.eNS_URI)).getCommonarchiveFactory();

22. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

49 : CommonarchiveFactory caf = ((CommonarchivePackage) EPackage.Registry.INSTANCE.getEPackage(CommonarchivePackage.eNS_URI)).getCommonarchiveFactory();

23. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

49 : CommonarchiveFactory caf = ((CommonarchivePackage) EPackage.Registry.INSTANCE.getEPackage(CommonarchivePackage.eNS_URI)).getCommonarchiveFactory();

24. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

49 : CommonarchiveFactory caf = ((CommonarchivePackage) EPackage.Registry.INSTANCE.getEPackage(CommonarchivePackage.eNS_URI)).getCommonarchiveFactory();

25. WARNING: DiscouragedReference

Discouraged access: The field eNS_URI from the type CommonarchivePackage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentExportOperation.java :

49 : CommonarchiveFactory caf = ((CommonarchivePackage) EPackage.Registry.INSTANCE.getEPackage(CommonarchivePackage.eNS_URI)).getCommonarchiveFactory();

26. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type J2EEArtifactExportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportOperation.java :

50 : WebComponentLoadStrategyImpl ls = new WebComponentLoadStrategyImpl(getComponent());

27. WARNING: DiscouragedReference

Discouraged access: The method setExportSource(boolean) from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportOperation.java :

51 : ls.setExportSource(isExportSource());

28. WARNING: DiscouragedReference

Discouraged access: The method isExportSource() from the type J2EEArtifactExportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportOperation.java :

51 : ls.setExportSource(isExportSource());

29. WARNING: DiscouragedReference

Discouraged access: The method setReadOnly(boolean) from the type LoadStrategyImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentExportOperation.java :

52 : ls.setReadOnly(true);

30. WARNING: DiscouragedReference

Discouraged access: The method setModuleFile(ModuleFile) from the type J2EEArtifactExportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportOperation.java :

53 : setModuleFile(caf.openWARFile(ls, getDestinationPath().toOSString()));

31. WARNING: DiscouragedReference

Discouraged access: The method openWARFile(LoadStrategy, String) from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentExportOperation.java :

53 : setModuleFile(caf.openWARFile(ls, getDestinationPath().toOSString()));

32. WARNING: DiscouragedReference

Discouraged access: The method getDestinationPath() from the type J2EEArtifactExportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportOperation.java :

53 : setModuleFile(caf.openWARFile(ls, getDestinationPath().toOSString()));

33. WARNING: DiscouragedReference

Discouraged access: The method getModuleFile() from the type J2EEArtifactExportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportOperation.java :

54 : getModuleFile().getOptions().setIsReadOnly(true);

34. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

54 : getModuleFile().getOptions().setIsReadOnly(true);

35. WARNING: DiscouragedReference

Discouraged access: The method setIsReadOnly(boolean) from the type ArchiveOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentExportOperation.java :

54 : getModuleFile().getOptions().setIsReadOnly(true);

36. WARNING: DiscouragedReference

Discouraged access: The method setProgressMonitor(IProgressMonitor) from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportOperation.java :

55 : ls.setProgressMonitor(subMonitor);

37. WARNING: DiscouragedReference

Discouraged access: The method getModuleFile() from the type J2EEArtifactExportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportOperation.java :

56 : getModuleFile().saveAsNoReopen(getDestinationPath().toOSString());

38. WARNING: DiscouragedReference

Discouraged access: The method saveAsNoReopen(String) from the type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentExportOperation.java :

56 : getModuleFile().saveAsNoReopen(getDestinationPath().toOSString());

39. WARNING: DiscouragedReference

Discouraged access: The method getDestinationPath() from the type J2EEArtifactExportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportOperation.java :

56 : getModuleFile().saveAsNoReopen(getDestinationPath().toOSString());

40. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

58 : } catch (SaveFailureException ex) {

41. WARNING: DiscouragedReference

Discouraged access: The constructor SaveFailureException(String, Exception) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentExportOperation.java :

61 : throw new SaveFailureException(AppClientArchiveOpsResourceHandler.ARCHIVE_OPERATION_OpeningArchive, e);

42. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

61 : throw new SaveFailureException(AppClientArchiveOpsResourceHandler.ARCHIVE_OPERATION_OpeningArchive, e);

43. WARNING: DiscouragedReference

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

WebComponentExportOperation.java :

61 : throw new SaveFailureException(AppClientArchiveOpsResourceHandler.ARCHIVE_OPERATION_OpeningArchive, e);

44. WARNING: DiscouragedReference

Discouraged access: The field ARCHIVE_OPERATION_OpeningArchive from the type AppClientArchiveOpsResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentExportOperation.java :

61 : throw new SaveFailureException(AppClientArchiveOpsResourceHandler.ARCHIVE_OPERATION_OpeningArchive, e);

45. WARNING: DiscouragedReference

Discouraged access: The method closeArchive(IArchive) from the type ArchiveFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentExportOperation.java :

64 : JavaEEArchiveUtilities.INSTANCE.closeArchive(archiveFromComponent);

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

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

WebComponentImportDataModelProvider.java :

19 : import org.eclipse.jst.j2ee.application.internal.operations.J2EEComponentImportDataModelProvider;

2. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

20 : import org.eclipse.jst.j2ee.application.internal.operations.J2EEUtilityJarImportDataModelProvider;

3. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

21 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

4. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

22 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonarchiveFactory;

5. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

23 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;

6. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

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

7. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

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

8. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

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

9. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

29 : import org.eclipse.jst.j2ee.internal.common.XMLResource;

10. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

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

11. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

36 : import org.eclipse.jst.jee.util.internal.JavaEEQuickPeek;

12. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WebComponentImportDataModelProvider.java :

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

13. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

54 : public final class WebComponentImportDataModelProvider extends J2EEComponentImportDataModelProvider implements IWebComponentImportDataModelProperties {

14. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

57 : Set propertyNames = super.getPropertyNames();

15. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

68 : return super.getDefaultProperty(propertyName);

16. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

72 : return XMLResource.WEB_APP_TYPE;

17. WARNING: DiscouragedReference

Discouraged access: The field WEB_APP_TYPE from the type XMLResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

72 : return XMLResource.WEB_APP_TYPE;

18. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

75 : protected void handleUnknownType(JavaEEQuickPeek jqp) {

19. WARNING: DiscouragedReference

Discouraged access: The method setType(int) from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

76 : jqp.setType(J2EEVersionConstants.WEB_TYPE);

20. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

76 : jqp.setType(J2EEVersionConstants.WEB_TYPE);

21. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

76 : jqp.setType(J2EEVersionConstants.WEB_TYPE);

22. WARNING: DiscouragedReference

Discouraged access: The method setVersion(int) from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

77 : jqp.setVersion(J2EEVersionConstants.WEB_2_5_ID);

23. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

77 : jqp.setVersion(J2EEVersionConstants.WEB_2_5_ID);

24. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

77 : jqp.setVersion(J2EEVersionConstants.WEB_2_5_ID);

25. WARNING: DiscouragedReference

Discouraged access: The method setJavaEEVersion(int) from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

78 : jqp.setJavaEEVersion(J2EEVersionConstants.JEE_5_0_ID);

26. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

78 : jqp.setJavaEEVersion(J2EEVersionConstants.JEE_5_0_ID);

27. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

78 : jqp.setJavaEEVersion(J2EEVersionConstants.JEE_5_0_ID);

28. WARNING: DiscouragedReference

Discouraged access: The method getArchiveWrapper() from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

83 : if (getArchiveWrapper().getJavaEEQuickPeek().getType() == J2EEConstants.WEB_TYPE)

29. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

83 : if (getArchiveWrapper().getJavaEEQuickPeek().getType() == J2EEConstants.WEB_TYPE)

30. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

83 : if (getArchiveWrapper().getJavaEEQuickPeek().getType() == J2EEConstants.WEB_TYPE)

31. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

83 : if (getArchiveWrapper().getJavaEEQuickPeek().getType() == J2EEConstants.WEB_TYPE)

32. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WebComponentImportDataModelProvider.java :

87 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString("Temp String for none WARFile")); //$NON-NLS-1$);

33. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

87 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString("Temp String for none WARFile")); //$NON-NLS-1$);

34. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WebComponentImportDataModelProvider.java :

87 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString("Temp String for none WARFile")); //$NON-NLS-1$);

35. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WebComponentImportDataModelProvider.java :

87 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString("Temp String for none WARFile")); //$NON-NLS-1$);

36. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

91 : super.propertySet(propertyName, propertyValue);

37. WARNING: DiscouragedReference

Discouraged access: The method getArchiveWrapper() from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

95 : if (getArchiveWrapper() != null) {

38. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

98 : IDataModel webFacetDataModel = map.getFacetDataModel( J2EEProjectUtilities.DYNAMIC_WEB );

39. WARNING: DiscouragedReference

Discouraged access: The method getModuleSpecVersion() from the type J2EEComponentImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

100 : int version = getModuleSpecVersion();

40. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

101 : String versionText = J2EEVersionUtil.getServletTextVersion( version );

41. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

101 : String versionText = J2EEVersionUtil.getServletTextVersion( version );

42. WARNING: DiscouragedReference

Discouraged access: The method updateJavaFacetVersion() from the type J2EEComponentImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

103 : updateJavaFacetVersion();

43. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

112 : IDataModel localModel = DataModelFactory.createDataModel(new J2EEUtilityJarImportDataModelProvider());

44. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

112 : IDataModel localModel = DataModelFactory.createDataModel(new J2EEUtilityJarImportDataModelProvider());

45. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

124 : IDataModel webFacetDataModel = map.getFacetDataModel( J2EEProjectUtilities.DYNAMIC_WEB );

46. WARNING: DiscouragedReference

Discouraged access: The field FACET_RUNTIME from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

134 : if(FACET_RUNTIME.equals(propertyName)){

47. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

135 : super.validate(propertyName);

48. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

138 : return super.validate(propertyName);

49. WARNING: DiscouragedReference

Discouraged access: The field FACET_RUNTIME from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

148 : status = libModel.validateProperty(FACET_RUNTIME);

50. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

157 : protected Archive openArchive(String uri) throws OpenFailureException {

51. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

157 : protected Archive openArchive(String uri) throws OpenFailureException {

52. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

158 : Archive archive = CommonarchiveFactory.eINSTANCE.openWARFile(getArchiveOptions(), uri);

53. WARNING: DiscouragedReference

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

WebComponentImportDataModelProvider.java :

158 : Archive archive = CommonarchiveFactory.eINSTANCE.openWARFile(getArchiveOptions(), uri);

54. WARNING: DiscouragedReference

Discouraged access: The method openWARFile(ArchiveOptions, String) from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

158 : Archive archive = CommonarchiveFactory.eINSTANCE.openWARFile(getArchiveOptions(), uri);

55. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentImportDataModelProvider.java :

158 : Archive archive = CommonarchiveFactory.eINSTANCE.openWARFile(getArchiveOptions(), uri);

56. WARNING: DiscouragedReference

Discouraged access: The method getArchiveOptions() from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

158 : Archive archive = CommonarchiveFactory.eINSTANCE.openWARFile(getArchiveOptions(), uri);

57. WARNING: DiscouragedReference

Discouraged access: The method init() from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

171 : super.init();

58. WARNING: DiscouragedReference

Discouraged access: The method propertyChanged(DataModelEvent) from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportDataModelProvider.java :

179 : super.propertyChanged(event);

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

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

WebComponentImportOperation.java :

25 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.SaveStrategy;

2. WARNING: DiscouragedReference

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

WebComponentImportOperation.java :

30 : import org.eclipse.jst.j2ee.internal.archive.operations.J2EEArtifactImportOperation;

3. WARNING: DiscouragedReference

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

WebComponentImportOperation.java :

34 : import org.eclipse.wst.common.componentcore.internal.operation.CreateReferenceComponentsDataModelProvider;

4. WARNING: DiscouragedReference

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

WebComponentImportOperation.java :

40 : public class WebComponentImportOperation extends J2EEArtifactImportOperation {

5. WARNING: DiscouragedReference

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

WebComponentImportOperation.java :

45 : super(model);

6. WARNING: DiscouragedReference

Discouraged access: The method computeTotalWork() from the type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportOperation.java :

52 : int baseWork = super.computeTotalWork() + LIB_FOLDER_WORK;

7. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_CREATION_WORK from the type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportOperation.java :

61 : baseWork += LINK_COMPONENTS_WORK + PROJECT_CREATION_WORK + libArchive.getSize();

8. WARNING: DiscouragedReference

Discouraged access: The method doExecute(IProgressMonitor) from the type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportOperation.java :

69 : super.doExecute(monitor);

9. WARNING: DiscouragedReference

Discouraged access: The field virtualComponent from the type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportOperation.java :

70 : IVirtualFolder libFolder = virtualComponent.getRootFolder().getFolder(WebArtifactEdit.WEBLIB);

10. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_CREATION_WORK from the type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportOperation.java :

105 : importModel.getDefaultOperation().execute(new SubProgressMonitor(monitor, PROJECT_CREATION_WORK + libArchive.getSize()) , info);

11. WARNING: DiscouragedReference

Discouraged access: The field info from the type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportOperation.java :

105 : importModel.getDefaultOperation().execute(new SubProgressMonitor(monitor, PROJECT_CREATION_WORK + libArchive.getSize()) , info);

12. WARNING: DiscouragedReference

Discouraged access: The constructor CreateReferenceComponentsDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebComponentImportOperation.java :

117 : IDataModel createRefComponentsModel = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());

13. WARNING: DiscouragedReference

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

WebComponentImportOperation.java :

117 : IDataModel createRefComponentsModel = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());

14. WARNING: DiscouragedReference

Discouraged access: The field virtualComponent from the type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportOperation.java :

118 : createRefComponentsModel.setProperty(ICreateReferenceComponentsDataModelProperties.SOURCE_COMPONENT, virtualComponent);

15. WARNING: DiscouragedReference

Discouraged access: The field info from the type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentImportOperation.java :

122 : createRefComponentsModel.getDefaultOperation().execute(new SubProgressMonitor(monitor, LINK_COMPONENTS_WORK * targetComponents.size()), info);

16. WARNING: DiscouragedReference

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

WebComponentImportOperation.java :

126 : protected SaveStrategy createSaveStrategy(IVirtualComponent aVirtualComponent) {

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentLoadStrategyImpl.java :

19 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentLoadStrategyImpl.java :

20 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

22 : import org.eclipse.jst.j2ee.internal.archive.operations.ComponentLoadStrategyImpl;

4. WARNING: DiscouragedReference

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

WebComponentLoadStrategyImpl.java :

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

5. WARNING: DiscouragedReference

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

WebComponentLoadStrategyImpl.java :

24 : import org.eclipse.jst.j2ee.internal.project.ProjectSupportResourceHandler;

6. WARNING: DiscouragedReference

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

WebComponentLoadStrategyImpl.java :

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

7. WARNING: DiscouragedReference

Discouraged access: The type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

43 : super.getFiles();

11. WARNING: DiscouragedReference

Discouraged access: The field includeClasspathComponents from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

45 : if (includeClasspathComponents) {

12. WARNING: DiscouragedReference

Discouraged access: The method addMappedClassFolders(IPath) from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

46 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

48 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

48 : return filesHolder.getFiles();

15. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

52 : return WebUtilities.getLibModules(getComponent());

16. WARNING: DiscouragedReference

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

WebComponentLoadStrategyImpl.java :

61 : VirtualArchiveComponent archiveComp = (VirtualArchiveComponent) looseComponent;

17. WARNING: DiscouragedReference

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

WebComponentLoadStrategyImpl.java :

61 : VirtualArchiveComponent archiveComp = (VirtualArchiveComponent) looseComponent;

18. WARNING: DiscouragedReference

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

WebComponentLoadStrategyImpl.java :

62 : java.io.File diskFile = archiveComp.getUnderlyingDiskFile();

19. WARNING: DiscouragedReference

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

WebComponentLoadStrategyImpl.java :

64 : IFile wbFile = archiveComp.getUnderlyingWorkbenchFile();

20. WARNING: DiscouragedReference

Discouraged access: The method addExternalFile(String, File) from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

68 : addExternalFile(uri, diskFile);

21. WARNING: DiscouragedReference

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

WebComponentLoadStrategyImpl.java :

86 : Archive utilJAR = J2EEProjectUtilities.asArchive(uri, looseComponent.getProject(), isExportSource());

22. WARNING: DiscouragedReference

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

WebComponentLoadStrategyImpl.java :

86 : Archive utilJAR = J2EEProjectUtilities.asArchive(uri, looseComponent.getProject(), isExportSource());

23. WARNING: DiscouragedReference

Discouraged access: The method asArchive(String, IProject, boolean) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

86 : Archive utilJAR = J2EEProjectUtilities.asArchive(uri, looseComponent.getProject(), isExportSource());

24. WARNING: DiscouragedReference

Discouraged access: The method isExportSource() from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

86 : Archive utilJAR = J2EEProjectUtilities.asArchive(uri, looseComponent.getProject(), isExportSource());

25. WARNING: DiscouragedReference

Discouraged access: The field filesHolder from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

89 : filesHolder.addFile(utilJAR);

26. WARNING: DiscouragedReference

Discouraged access: The method addFile(File) from the type ComponentLoadStrategyImpl.FilesHolder is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

89 : filesHolder.addFile(utilJAR);

27. WARNING: DiscouragedReference

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

WebComponentLoadStrategyImpl.java :

90 : } catch (OpenFailureException oe) {

28. WARNING: DiscouragedReference

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

WebComponentLoadStrategyImpl.java :

91 : String message = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.UNABLE_TO_LOAD_MODULE_ERROR_, new Object[]{uri, getComponent().getProject().getName(), oe.getConcatenatedMessages()}); //$NON-NLS-1$

29. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

91 : String message = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.UNABLE_TO_LOAD_MODULE_ERROR_, new Object[]{uri, getComponent().getProject().getName(), oe.getConcatenatedMessages()}); //$NON-NLS-1$

30. WARNING: DiscouragedReference

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

WebComponentLoadStrategyImpl.java :

91 : String message = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.UNABLE_TO_LOAD_MODULE_ERROR_, new Object[]{uri, getComponent().getProject().getName(), oe.getConcatenatedMessages()}); //$NON-NLS-1$

31. WARNING: DiscouragedReference

Discouraged access: The field UNABLE_TO_LOAD_MODULE_ERROR_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

91 : String message = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.UNABLE_TO_LOAD_MODULE_ERROR_, new Object[]{uri, getComponent().getProject().getName(), oe.getConcatenatedMessages()}); //$NON-NLS-1$

32. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

91 : String message = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.UNABLE_TO_LOAD_MODULE_ERROR_, new Object[]{uri, getComponent().getProject().getName(), oe.getConcatenatedMessages()}); //$NON-NLS-1$

33. WARNING: DiscouragedReference

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

WebComponentLoadStrategyImpl.java :

91 : String message = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.UNABLE_TO_LOAD_MODULE_ERROR_, new Object[]{uri, getComponent().getProject().getName(), oe.getConcatenatedMessages()}); //$NON-NLS-1$

34. WARNING: DiscouragedReference

Discouraged access: The field artifactEdit from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

98 : if(artifactEdit == null){

35. WARNING: DiscouragedReference

Discouraged access: The field artifactEdit from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

99 : artifactEdit = WebArtifactEdit.getWebArtifactEditForRead(vComponent);

36. WARNING: DiscouragedReference

Discouraged access: The field vComponent from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

99 : artifactEdit = WebArtifactEdit.getWebArtifactEditForRead(vComponent);

37. WARNING: DiscouragedReference

Discouraged access: The field artifactEdit from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

101 : return artifactEdit;

38. WARNING: DiscouragedReference

Discouraged access: The field includeClasspathComponents from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

106 : if (includeClasspathComponents && referencedComponent instanceof J2EEModuleVirtualComponent) {

39. WARNING: DiscouragedReference

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

WebComponentLoadStrategyImpl.java :

113 : if (ref.getReferencedComponent() instanceof VirtualArchiveComponent

40. WARNING: DiscouragedReference

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

WebComponentLoadStrategyImpl.java :

115 : final VirtualArchiveComponent comp = (VirtualArchiveComponent) ref.getReferencedComponent();

41. WARNING: DiscouragedReference

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

WebComponentLoadStrategyImpl.java :

115 : final VirtualArchiveComponent comp = (VirtualArchiveComponent) ref.getReferencedComponent();

42. WARNING: DiscouragedReference

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

WebComponentLoadStrategyImpl.java :

116 : File cpEntryFile = comp.getUnderlyingDiskFile();

43. WARNING: DiscouragedReference

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

WebComponentLoadStrategyImpl.java :

118 : final IFile wbFile = comp.getUnderlyingWorkbenchFile();

44. WARNING: DiscouragedReference

Discouraged access: The method addExternalFile(String, File) from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentLoadStrategyImpl.java :

121 : addExternalFile("WEB-INF/lib/" + ref.getArchiveName(), cpEntryFile);

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentSaveStrategyImpl.java :

29 : public class WebComponentSaveStrategyImpl extends J2EEComponentSaveStrategyImpl {

8. WARNING: DiscouragedReference

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

WebComponentSaveStrategyImpl.java :

32 : super(vComponent);

9. WARNING: DiscouragedReference

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

WebComponentSaveStrategyImpl.java :

42 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentSaveStrategyImpl.java :

43 : return !shouldLinkAsComponentRef(archive);

11. WARNING: DiscouragedReference

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

WebComponentSaveStrategyImpl.java :

50 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

51 : String uri = aFile.getURI();

13. WARNING: DiscouragedReference

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

WebComponentSaveStrategyImpl.java :

52 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

52 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

56 : return new Path("/" + ArchiveConstants.WEBAPP_CLASSES_URI);

16. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_CLASSES_URI from the type ArchiveConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

56 : return new Path("/" + ArchiveConstants.WEBAPP_CLASSES_URI);

17. WARNING: DiscouragedReference

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

WebComponentSaveStrategyImpl.java :

59 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentSaveStrategyImpl.java :

61 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebComponentSaveStrategyImpl.java :

66 : return super.getOutputPathForFile(aFile);

20. WARNING: DiscouragedReference

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

WebComponentSaveStrategyImpl.java :

75 : protected boolean isClassWithoutSource(File aFile) {

21. WARNING: DiscouragedReference

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

WebComponentSaveStrategyImpl.java :

76 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

76 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

76 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

79 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

79 : if (archive.containsFile(javaUri)) {

26. WARNING: DiscouragedReference

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

WebComponentSaveStrategyImpl.java :

83 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

83 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

85 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

85 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

87 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

87 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

87 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

87 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

88 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

88 : if (archive.containsFile(jspUri)) {

36. WARNING: DiscouragedReference

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

WebComponentSaveStrategyImpl.java :

94 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

94 : File sourceFile = ((WARFile) archive).getSourceFile(aFile);

38. WARNING: DiscouragedReference

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

WebComponentSaveStrategyImpl.java :

94 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebComponentSaveStrategyImpl.java :

94 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetProjectCreationDataModelProvider.java :

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

4. WARNING: LocalVariableIsNeverUsed

The local variable webRoot is never read

WebFacetProjectCreationDataModelProvider.java :

47 : String webRoot = webFacet.getStringProperty(IWebFacetInstallDataModelProperties.CONFIG_FOLDER);

5. WARNING: DiscouragedReference

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

WebFacetProjectCreationDataModelProvider.java :

51 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.DYN_WEB_OUTPUT_FOLDER) );

6. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetProjectCreationDataModelProvider.java :

51 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.DYN_WEB_OUTPUT_FOLDER) );

7. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEPreferences() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetProjectCreationDataModelProvider.java :

51 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.DYN_WEB_OUTPUT_FOLDER) );

8. WARNING: DiscouragedReference

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

WebFacetProjectCreationDataModelProvider.java :

51 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.DYN_WEB_OUTPUT_FOLDER) );

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetProjectCreationDataModelProvider.java :

51 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.DYN_WEB_OUTPUT_FOLDER) );

10. WARNING: DiscouragedReference

Discouraged access: The field DYN_WEB_OUTPUT_FOLDER from the type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetProjectCreationDataModelProvider.java :

51 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.DYN_WEB_OUTPUT_FOLDER) );

11. WARNING: DiscouragedReference

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

WebFacetProjectCreationDataModelProvider.java :

70 : 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 FlexibleProjectContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

WebAppLibrariesContainer.java :

25 : import org.eclipse.jst.common.jdt.internal.classpath.FlexibleProjectContainer;

2. WARNING: DiscouragedReference

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

WebAppLibrariesContainer.java :

28 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualComponent;

3. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

WebAppLibrariesContainer.java :

38 : extends FlexibleProjectContainer

4. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainer.PathType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

WebAppLibrariesContainer.java :

45 : private static final PathType[] types

5. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainer.PathType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

WebAppLibrariesContainer.java :

46 : = new PathType[] { PathType.LIB_DIRECTORY, PathType.CLASSES_DIRECTORY };

6. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainer.PathType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

WebAppLibrariesContainer.java :

46 : = new PathType[] { PathType.LIB_DIRECTORY, PathType.CLASSES_DIRECTORY };

7. WARNING: DiscouragedReference

Discouraged access: The field LIB_DIRECTORY from the type FlexibleProjectContainer.PathType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

WebAppLibrariesContainer.java :

46 : = new PathType[] { PathType.LIB_DIRECTORY, PathType.CLASSES_DIRECTORY };

8. WARNING: DiscouragedReference

Discouraged access: The type FlexibleProjectContainer.PathType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

WebAppLibrariesContainer.java :

46 : = new PathType[] { PathType.LIB_DIRECTORY, PathType.CLASSES_DIRECTORY };

9. WARNING: DiscouragedReference

Discouraged access: The field CLASSES_DIRECTORY from the type FlexibleProjectContainer.PathType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

WebAppLibrariesContainer.java :

46 : = new PathType[] { PathType.LIB_DIRECTORY, PathType.CLASSES_DIRECTORY };

10. WARNING: DiscouragedReference

Discouraged access: The constructor FlexibleProjectContainer(IPath, IJavaProject, IProject, IPath[], FlexibleProjectContainer.PathType[]) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

WebAppLibrariesContainer.java :

54 : super( path, jproject, getProject( path, jproject), paths, types );

11. WARNING: DiscouragedReference

Discouraged access: The field owner from the type FlexibleProjectContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

WebAppLibrariesContainer.java :

59 : if( this.owner.getProject() != this.project )

12. WARNING: DiscouragedReference

Discouraged access: The field project from the type FlexibleProjectContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

WebAppLibrariesContainer.java :

59 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

WebAppLibrariesContainer.java :

61 : return NLS.bind( Resources.labelWithProject, this.project.getName() );

14. WARNING: DiscouragedReference

Discouraged access: The field owner from the type FlexibleProjectContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

WebAppLibrariesContainer.java :

71 : final IJavaProject[] projects = new IJavaProject[] { this.owner };

15. WARNING: DiscouragedReference

Discouraged access: The field path from the type FlexibleProjectContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

WebAppLibrariesContainer.java :

76 : JavaCore.setClasspathContainer( path, projects, conts, null );

16. WARNING: DiscouragedReference

Discouraged access: The field path from the type FlexibleProjectContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

WebAppLibrariesContainer.java :

86 : ( new WebAppLibrariesContainer( this.path, this.owner ) ).install();

17. WARNING: DiscouragedReference

Discouraged access: The field owner from the type FlexibleProjectContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

WebAppLibrariesContainer.java :

86 : ( new WebAppLibrariesContainer( this.path, this.owner ) ).install();

18. WARNING: DiscouragedReference

Discouraged access: The method getReferences(Map<String,Object>) from the type VirtualComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebAppLibrariesContainer.java :

96 : return ((VirtualComponent)vc).getReferences(referenceOptions);

19. WARNING: DiscouragedReference

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

WebAppLibrariesContainer.java :

96 : return ((VirtualComponent)vc).getReferences(referenceOptions);

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RelationData.java :

334 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RelationData.java :

334 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RelationData.java :

345 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RelationData.java :

345 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RelationData.java :

804 : System.out.println(ProjectSupportResourceHandler.Syntax_Error_in_the_links_UI_); //$NON-NLS-1$ = "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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RelationData.java :

804 : System.out.println(ProjectSupportResourceHandler.Syntax_Error_in_the_links_UI_); //$NON-NLS-1$ = "Syntax Error in the links state file"

9. WARNING: DiscouragedReference

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

RelationData.java :

980 : org.eclipse.jem.util.logger.proxy.Logger.getLogger().logError(ProjectSupportResourceHandler.Error_while_saving_links_s_EXC_); //$NON-NLS-1$ = "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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RelationData.java :

980 : org.eclipse.jem.util.logger.proxy.Logger.getLogger().logError(ProjectSupportResourceHandler.Error_while_saving_links_s_EXC_); //$NON-NLS-1$ = "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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebPropertiesUtil.java :

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

2. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

38 : import org.eclipse.jst.j2ee.internal.project.ProjectSupportResourceHandler;

3. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

82 : 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$ //$NON-NLS-2$

4. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

82 : 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$ //$NON-NLS-2$

5. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

82 : 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$ //$NON-NLS-2$

6. WARNING: DiscouragedReference

Discouraged access: The field Could_not_rename_____2 from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

82 : 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$ //$NON-NLS-2$

7. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

200 : monitor.beginTask(ProjectSupportResourceHandler.Sychronize_Class_Path_UI_, 4); //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The field Sychronize_Class_Path_UI_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

200 : monitor.beginTask(ProjectSupportResourceHandler.Sychronize_Class_Path_UI_, 4); //$NON-NLS-1$

9. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

217 : monitor.subTask(ProjectSupportResourceHandler.Catalog_Lib_Directory__UI_); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The field Catalog_Lib_Directory__UI_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

217 : monitor.subTask(ProjectSupportResourceHandler.Catalog_Lib_Directory__UI_); //$NON-NLS-1$

11. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

232 : monitor.subTask(ProjectSupportResourceHandler.Update_ClassPath__UI_); //$NON-NLS-1$

12. WARNING: DiscouragedReference

Discouraged access: The field Update_ClassPath__UI_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

232 : monitor.subTask(ProjectSupportResourceHandler.Update_ClassPath__UI_); //$NON-NLS-1$

13. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

257 : monitor.subTask(ProjectSupportResourceHandler.Catalog_Lib_Directory__UI_ + cp[j].getPath()); //$NON-NLS-1$

14. WARNING: DiscouragedReference

Discouraged access: The field Catalog_Lib_Directory__UI_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

257 : monitor.subTask(ProjectSupportResourceHandler.Catalog_Lib_Directory__UI_ + cp[j].getPath()); //$NON-NLS-1$

15. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

263 : monitor.subTask(ProjectSupportResourceHandler.Update_ClassPath__UI_); //$NON-NLS-1$

16. WARNING: DiscouragedReference

Discouraged access: The field Update_ClassPath__UI_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

263 : monitor.subTask(ProjectSupportResourceHandler.Update_ClassPath__UI_); //$NON-NLS-1$

17. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

279 : monitor.subTask(ProjectSupportResourceHandler.Set_ClassPath__UI_); //$NON-NLS-1$

18. WARNING: DiscouragedReference

Discouraged access: The field Set_ClassPath__UI_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

279 : monitor.subTask(ProjectSupportResourceHandler.Set_ClassPath__UI_); //$NON-NLS-1$

19. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

348 : errorMessage = ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2; //$NON-NLS-1$

20. 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

348 : errorMessage = ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2; //$NON-NLS-1$

21. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

370 : errorMessage = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root, new Object[]{(new Character(token.charAt(i))).toString()}); //$NON-NLS-1$

22. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

370 : errorMessage = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root, new Object[]{(new Character(token.charAt(i))).toString()}); //$NON-NLS-1$

23. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

370 : errorMessage = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root, new Object[]{(new Character(token.charAt(i))).toString()}); //$NON-NLS-1$

24. 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

370 : errorMessage = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root, new Object[]{(new Character(token.charAt(i))).toString()}); //$NON-NLS-1$

25. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

378 : errorMessage = ProjectSupportResourceHandler.Names_cannot_begin_or_end_with_whitespace_5; //$NON-NLS-1$

26. 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

378 : errorMessage = ProjectSupportResourceHandler.Names_cannot_begin_or_end_with_whitespace_5; //$NON-NLS-1$

27. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

398 : return ProjectSupportResourceHandler.Folder_name_cannot_be_empty_2; //$NON-NLS-1$

28. 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

398 : return ProjectSupportResourceHandler.Folder_name_cannot_be_empty_2; //$NON-NLS-1$

29. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

401 : return ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Folder_name_is_not_valid, new Object[]{folderName}); //$NON-NLS-1$

30. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

401 : return ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Folder_name_is_not_valid, new Object[]{folderName}); //$NON-NLS-1$

31. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

401 : return ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Folder_name_is_not_valid, new Object[]{folderName}); //$NON-NLS-1$

32. WARNING: DiscouragedReference

Discouraged access: The field Folder_name_is_not_valid from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

401 : return ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Folder_name_is_not_valid, new Object[]{folderName}); //$NON-NLS-1$

33. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

414 : return ProjectSupportResourceHandler.Folder_names_cannot_be_equal_4; //$NON-NLS-1$

34. 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

414 : return ProjectSupportResourceHandler.Folder_names_cannot_be_equal_4; //$NON-NLS-1$

35. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

432 : return ProjectSupportResourceHandler.Folder_name_cannot_be_the_same_as_Java_source_folder_5; //$NON-NLS-1$

36. 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

432 : return ProjectSupportResourceHandler.Folder_name_cannot_be_the_same_as_Java_source_folder_5; //$NON-NLS-1$

37. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

434 : return ProjectSupportResourceHandler.Folder_name_cannot_be_the_same_as_Java_class_folder_6; //$NON-NLS-1$

38. 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebPropertiesUtil.java :

434 : return ProjectSupportResourceHandler.Folder_name_cannot_be_the_same_as_Java_class_folder_6; //$NON-NLS-1$

39. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

537 : IPath path = new Path(J2EEConstants.WEB_INF + "/" + "lib");

40. WARNING: DiscouragedReference

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

WebPropertiesUtil.java :

537 : IPath path = new Path(J2EEConstants.WEB_INF + "/" + "lib");

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebToolingException.java :

27 : public static final String SAX_ERROR_MESSAGE = ProjectSupportResourceHandler.Operation_failed_due_to_SA_ERROR_; //$NON-NLS-1$ = "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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebToolingException.java :

27 : public static final String SAX_ERROR_MESSAGE = ProjectSupportResourceHandler.Operation_failed_due_to_SA_ERROR_; //$NON-NLS-1$ = "Operation failed due to SAX error: "

4. WARNING: DiscouragedReference

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

WebToolingException.java :

28 : public static final String IO_ERROR_MESSAGE = ProjectSupportResourceHandler.Operation_failed_due_to_IO_ERROR_; //$NON-NLS-1$ = "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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebToolingException.java :

28 : public static final String IO_ERROR_MESSAGE = ProjectSupportResourceHandler.Operation_failed_due_to_IO_ERROR_; //$NON-NLS-1$ = "Operation failed due to IO error: "

6. WARNING: DiscouragedReference

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

WebToolingException.java :

29 : public static final String CORE_ERROR_MESSAGE = ProjectSupportResourceHandler.Operation_failed_due_to_Co_ERROR_; //$NON-NLS-1$ = "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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebToolingException.java :

29 : public static final String CORE_ERROR_MESSAGE = ProjectSupportResourceHandler.Operation_failed_due_to_Co_ERROR_; //$NON-NLS-1$ = "Operation failed due to Core error: "

8. WARNING: DiscouragedReference

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

WebToolingException.java :

30 : public static final String JAVA_MODEL_ERROR_MESSAGE = ProjectSupportResourceHandler.Operation_failed_due_to_Ja_ERROR_; //$NON-NLS-1$ = "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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebToolingException.java :

30 : public static final String JAVA_MODEL_ERROR_MESSAGE = ProjectSupportResourceHandler.Operation_failed_due_to_Ja_ERROR_; //$NON-NLS-1$ = "Operation failed due to Java Model error: "

Source File: org/eclipse/jst/j2ee/internal/web/util/WebArtifactEditUtilities.java
1. WARNING: DiscouragedReference

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

WebArtifactEditUtilities.java :

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

2. WARNING: DiscouragedReference

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

WebArtifactEditUtilities.java :

29 : if (J2EEProjectUtilities.isDynamicWebProject(project)) {

3. WARNING: DiscouragedReference

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

WebArtifactEditUtilities.java :

29 : if (J2EEProjectUtilities.isDynamicWebProject(project)) {

Source File: org/eclipse/jst/j2ee/internal/web/util/WebEditAdapterFactory.java
1. WARNING: DiscouragedReference

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

WebEditAdapterFactory.java :

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

2. WARNING: DiscouragedReference

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

WebEditAdapterFactory.java :

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

3. WARNING: DiscouragedReference

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

WebEditAdapterFactory.java :

35 : ArtifactEditModel editModel = (ArtifactEditModel) adaptableObject;

4. WARNING: DiscouragedReference

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

WebEditAdapterFactory.java :

35 : ArtifactEditModel editModel = (ArtifactEditModel) adaptableObject;

5. WARNING: DiscouragedReference

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

WebEditAdapterFactory.java :

36 : if (J2EEProjectUtilities.isDynamicWebProject(editModel.getProject()))

6. WARNING: DiscouragedReference

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

WebEditAdapterFactory.java :

36 : if (J2EEProjectUtilities.isDynamicWebProject(editModel.getProject()))

7. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebEditAdapterFactory.java :

36 : if (J2EEProjectUtilities.isDynamicWebProject(editModel.getProject()))

8. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

47 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

48 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

49 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

50 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

51 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

52 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebArtifactEdit.java :

55 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

70 : public class WebArtifactEdit extends EnterpriseArtifactEdit implements IArtifactEditFactory {

17. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

97 : protected BinaryComponentHelper initBinaryComponentHelper(IVirtualComponent binaryModule) {

18. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

116 : super(aProject, toAccessAsReadOnly, forCreate, J2EEProjectUtilities.DYNAMIC_WEB);

19. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

269 : return J2EEProjectUtilities.isDynamicWebProject(aModule.getProject());

20. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

269 : return J2EEProjectUtilities.isDynamicWebProject(aModule.getProject());

21. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

279 : public WebArtifactEdit(ArtifactEditModel model) {

22. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

315 : return ((WebAppResource) getDeploymentDescriptorResource()).getJ2EEVersionID();

23. WARNING: DiscouragedReference

Discouraged access: The method getResource(URI) from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

351 : return getBinaryComponentHelper().getResource(J2EEConstants.WEBAPP_DD_URI_OBJ);

24. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

351 : return getBinaryComponentHelper().getResource(J2EEConstants.WEBAPP_DD_URI_OBJ);

25. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

351 : return getBinaryComponentHelper().getResource(J2EEConstants.WEBAPP_DD_URI_OBJ);

26. WARNING: DiscouragedReference

Discouraged access: The method getResource(URI) from the type ArtifactEditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

353 : return getArtifactEditModel().getResource(J2EEConstants.WEBAPP_DD_URI_OBJ);

27. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

353 : return getArtifactEditModel().getResource(J2EEConstants.WEBAPP_DD_URI_OBJ);

28. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

353 : return getArtifactEditModel().getResource(J2EEConstants.WEBAPP_DD_URI_OBJ);

29. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

366 : return ((WebAppResource) getDeploymentDescriptorResource()).getModuleVersionID();

30. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

381 : if (servletVersion == J2EEVersionConstants.WEB_2_2_ID)

31. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

381 : if (servletVersion == J2EEVersionConstants.WEB_2_2_ID)

32. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

382 : return J2EEVersionConstants.JSP_1_1_ID;

33. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

382 : return J2EEVersionConstants.JSP_1_1_ID;

34. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

383 : else if (servletVersion == J2EEVersionConstants.WEB_2_3_ID)

35. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

383 : else if (servletVersion == J2EEVersionConstants.WEB_2_3_ID)

36. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

384 : return J2EEVersionConstants.JSP_1_2_ID;

37. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

384 : return J2EEVersionConstants.JSP_1_2_ID;

38. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

386 : return J2EEVersionConstants.JSP_2_0_ID;

39. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

386 : return J2EEVersionConstants.JSP_2_0_ID;

40. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

405 : protected void addWebAppIfNecessary(XMLResource aResource) {

41. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

417 : URI moduleURI = getArtifactEditModel().getModuleURI();

42. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

419 : webApp.setDisplayName(StructureEdit.getDeployedName(moduleURI));

43. WARNING: DiscouragedReference

Discouraged access: The method getDeployedName(URI) from the type StructureEdit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

419 : webApp.setDisplayName(StructureEdit.getDeployedName(moduleURI));

44. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

423 : aResource.setID(webApp, J2EEConstants.WEBAPP_ID);

45. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

423 : aResource.setID(webApp, J2EEConstants.WEBAPP_ID);

46. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

449 : aResource.saveIfNecessary();

47. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebArtifactEdit.java :

469 : IFile file = WorkbenchResourceHelper.getFile(getDeploymentDescriptorResource());

48. WARNING: DiscouragedReference

Discouraged access: The method getFile(Resource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

WebArtifactEdit.java :

469 : IFile file = WorkbenchResourceHelper.getFile(getDeploymentDescriptorResource());

49. WARNING: DiscouragedReference

Discouraged access: The method setModuleVersionID(int) from the type XMLResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

509 : res.setModuleVersionID(version);

50. WARNING: DiscouragedReference

Discouraged access: The method getRootObject() from the type TranslatorResource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebArtifactEdit.java :

511 : return res.getRootObject();

51. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

534 : public void addLibModules(ReferencedComponent[] libModules) {

52. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

551 : return J2EEProjectUtilities.getServerContextRoot(getProject());

53. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

551 : return J2EEProjectUtilities.getServerContextRoot(getProject());

54. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

563 : if (earProject == null || !J2EEProjectUtilities.isEARProject(earProject))

55. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

563 : if (earProject == null || !J2EEProjectUtilities.isEARProject(earProject))

56. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

586 : if (earProject == null || !J2EEProjectUtilities.isEARProject(earProject))

57. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

586 : if (earProject == null || !J2EEProjectUtilities.isEARProject(earProject))

58. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

609 : J2EEProjectUtilities.setServerContextRoot(getProject(), contextRoot);

59. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

609 : J2EEProjectUtilities.setServerContextRoot(getProject(), contextRoot);

60. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

632 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents) throws OpenFailureException {

61. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

632 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents) throws OpenFailureException {

62. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

635 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents, boolean readOnly) throws OpenFailureException {

63. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

635 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents, boolean readOnly) throws OpenFailureException {

64. WARNING: DiscouragedReference

Discouraged access: The method setExportSource(boolean) from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebArtifactEdit.java :

642 : loader.setExportSource(includeSource);

65. WARNING: DiscouragedReference

Discouraged access: The method setReadOnly(boolean) from the type LoadStrategyImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

643 : loader.setReadOnly(readOnly);

66. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

644 : String uri = ModuleURIUtil.getHandleString(getComponent());

67. WARNING: DiscouragedReference

Discouraged access: The method getHandleString(IVirtualComponent) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebArtifactEdit.java :

644 : String uri = ModuleURIUtil.getHandleString(getComponent());

68. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

645 : ArchiveOptions options = new ArchiveOptions();

69. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

645 : ArchiveOptions options = new ArchiveOptions();

70. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

645 : ArchiveOptions options = new ArchiveOptions();

71. WARNING: DiscouragedReference

Discouraged access: The method setLoadStrategy(LoadStrategy) from the type ArchiveOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

646 : options.setLoadStrategy(loader);

72. WARNING: DiscouragedReference

Discouraged access: The method setIsReadOnly(boolean) from the type ArchiveOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

647 : options.setIsReadOnly(readOnly);

73. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

648 : return CommonarchiveFactory.eINSTANCE.openWARFile(options, uri);

74. WARNING: DiscouragedReference

Discouraged access: The method openWARFile(ArchiveOptions, String) from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

648 : return CommonarchiveFactory.eINSTANCE.openWARFile(options, uri);

75. WARNING: DiscouragedReference

Discouraged access: The field eINSTANCE from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebArtifactEdit.java :

648 : return CommonarchiveFactory.eINSTANCE.openWARFile(options, uri);

76. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

692 : return J2EEConstants.WEBAPP_DD_URI_OBJ;

77. WARNING: DiscouragedReference

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

WebArtifactEdit.java :

692 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFacetInstallDataModelProvider.java :

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

2. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

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

3. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

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

4. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

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

5. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

25 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPreferences;

6. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

26 : import org.eclipse.jst.j2ee.internal.project.ProjectSupportResourceHandler;

7. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WebFacetInstallDataModelProvider.java :

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

8. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

48 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER);

9. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

48 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER);

10. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEPreferences() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

48 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER);

11. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

48 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER);

12. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

48 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER);

13. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

48 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER);

14. WARNING: DiscouragedReference

Discouraged access: The field WEB_CONTENT_FOLDER from the type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

48 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.WEB_CONTENT_FOLDER);

15. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

50 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_SRC_FOLDER);

16. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

50 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_SRC_FOLDER);

17. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEPreferences() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

50 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_SRC_FOLDER);

18. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

50 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_SRC_FOLDER);

19. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

50 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_SRC_FOLDER);

20. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

50 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_SRC_FOLDER);

21. WARNING: DiscouragedReference

Discouraged access: The field DYN_WEB_SRC_FOLDER from the type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

50 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_SRC_FOLDER);

22. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

57 : return projectName + IJ2EEModuleConstants.WAR_EXT;

23. WARNING: DiscouragedReference

Discouraged access: The field WAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

57 : return projectName + IJ2EEModuleConstants.WAR_EXT;

24. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

61 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.DYNAMIC_WEB_GENERATE_DD));

25. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

61 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.DYNAMIC_WEB_GENERATE_DD));

26. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEPreferences() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

61 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.DYNAMIC_WEB_GENERATE_DD));

27. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

61 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.DYNAMIC_WEB_GENERATE_DD));

28. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

61 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.DYNAMIC_WEB_GENERATE_DD));

29. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

61 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.DYNAMIC_WEB_GENERATE_DD));

30. WARNING: DiscouragedReference

Discouraged access: The field DYNAMIC_WEB_GENERATE_DD from the type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

61 : return Boolean.valueOf(J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.DYNAMIC_WEB_GENERATE_DD));

31. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

65 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_OUTPUT_FOLDER);

32. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

65 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_OUTPUT_FOLDER);

33. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEPreferences() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

65 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_OUTPUT_FOLDER);

34. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

65 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_OUTPUT_FOLDER);

35. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

65 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_OUTPUT_FOLDER);

36. WARNING: DiscouragedReference

Discouraged access: The type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

65 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_OUTPUT_FOLDER);

37. WARNING: DiscouragedReference

Discouraged access: The field DYN_WEB_OUTPUT_FOLDER from the type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

65 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.DYN_WEB_OUTPUT_FOLDER);

38. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

122 : return J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(version.getVersionString());

39. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

122 : return J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(version.getVersionString());

40. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

174 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2, new Object[]{contextRoot}), null);

41. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

174 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2, new Object[]{contextRoot}), null);

42. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

174 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2, new Object[]{contextRoot}), null);

43. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

174 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2, new Object[]{contextRoot}), null);

44. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

174 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2, new Object[]{contextRoot}), null);

45. 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

174 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2, new Object[]{contextRoot}), null);

46. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

182 : String errorStatus = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root, invalidChar); //$NON-NLS-1$

47. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

182 : String errorStatus = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root, invalidChar); //$NON-NLS-1$

48. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

182 : String errorStatus = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root, invalidChar); //$NON-NLS-1$

49. 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

182 : String errorStatus = ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root, invalidChar); //$NON-NLS-1$

50. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

183 : return J2EEPlugin.newErrorStatus(errorStatus, null);

51. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

183 : return J2EEPlugin.newErrorStatus(errorStatus, null);

52. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

188 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Names_cannot_begin_or_end_with_whitespace_5, new Object[]{contextRoot}), null); //$NON-NLS-1$

53. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

188 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Names_cannot_begin_or_end_with_whitespace_5, new Object[]{contextRoot}), null); //$NON-NLS-1$

54. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

188 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Names_cannot_begin_or_end_with_whitespace_5, new Object[]{contextRoot}), null); //$NON-NLS-1$

55. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

188 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Names_cannot_begin_or_end_with_whitespace_5, new Object[]{contextRoot}), null); //$NON-NLS-1$

56. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

188 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Names_cannot_begin_or_end_with_whitespace_5, new Object[]{contextRoot}), null); //$NON-NLS-1$

57. 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

188 : return J2EEPlugin.newErrorStatus(ProjectSupportResourceHandler.getString(ProjectSupportResourceHandler.Names_cannot_begin_or_end_with_whitespace_5, new Object[]{contextRoot}), null); //$NON-NLS-1$

58. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

197 : String errorMessage = ProjectSupportResourceHandler.DYNAMIC_WEB_DISTINCT_SRC_WEBCONTENT_ERROR;

59. 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

197 : String errorMessage = ProjectSupportResourceHandler.DYNAMIC_WEB_DISTINCT_SRC_WEBCONTENT_ERROR;

60. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WebFacetInstallDataModelProvider.java :

198 : return WTPCommonPlugin.createErrorStatus(errorMessage);

61. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

198 : return WTPCommonPlugin.createErrorStatus(errorMessage);

62. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

206 : String expectedOutFolder = rawConfigFolder+"/"+J2EEConstants.WEB_INF_CLASSES;

63. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

206 : String expectedOutFolder = rawConfigFolder+"/"+J2EEConstants.WEB_INF_CLASSES;

64. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

208 : String message = ProjectSupportResourceHandler.getString( ProjectSupportResourceHandler.DYNAMIC_WEB_PERFORMANCE_VALIDATION,

65. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

208 : String message = ProjectSupportResourceHandler.getString( ProjectSupportResourceHandler.DYNAMIC_WEB_PERFORMANCE_VALIDATION, new Object[]{expectedOutFolder});

66. WARNING: DiscouragedReference

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

WebFacetInstallDataModelProvider.java :

208 : String message = ProjectSupportResourceHandler.getString( ProjectSupportResourceHandler.DYNAMIC_WEB_PERFORMANCE_VALIDATION,

67. WARNING: DiscouragedReference

Discouraged access: The field DYNAMIC_WEB_PERFORMANCE_VALIDATION from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDataModelProvider.java :

208 : String message = ProjectSupportResourceHandler.getString( ProjectSupportResourceHandler.DYNAMIC_WEB_PERFORMANCE_VALIDATION,

68. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WebFacetInstallDataModelProvider.java :

210 : return WTPCommonPlugin.createWarningStatus(message);

69. WARNING: DiscouragedReference

Discouraged access: The method createWarningStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

WebFacetInstallDataModelProvider.java :

210 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFacetInstallDelegate.java :

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

2. WARNING: DiscouragedReference

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

WebFacetInstallDelegate.java :

40 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegate.java :

123 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetInstallDelegate.java :

123 : int nVer = J2EEVersionUtil.convertVersionStringToInt(ver);

5. WARNING: DiscouragedReference

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

WebFacetInstallDelegate.java :

139 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WebFacetInstallDelegate.java :

139 : IVirtualFile vf = c.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));

7. WARNING: LocalVariableIsNeverUsed

The local variable webinf is never read

WebFacetInstallDelegate.java :

282 : boolean webinf = false;

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebFacetPostInstallDelegate.java :

47 : String j2eeVersionText = J2EEVersionUtil.convertVersionIntToString(J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(ver));