Compiler Report

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

Number of source files: 205 Number of classfiles: 341

Problems: 1966 (Errors: 0 Warnings: 1966 )

Source File: org/eclipse/jst/common/jdt/internal/integration/ui/WTPUIWorkingCopyManager.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

WTPUIWorkingCopyManager.java :

32 : import org.eclipse.jdt.internal.ui.JavaPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type ICompilationUnitDocumentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

WTPUIWorkingCopyManager.java :

33 : import org.eclipse.jdt.internal.ui.javaeditor.ICompilationUnitDocumentProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type InternalClassFileEditorInput is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

WTPUIWorkingCopyManager.java :

34 : import org.eclipse.jdt.internal.ui.javaeditor.InternalClassFileEditorInput;

4. WARNING: DiscouragedReference

Discouraged access: The type WTPWorkingCopyManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WTPUIWorkingCopyManager.java :

40 : import org.eclipse.jst.common.jdt.internal.integration.WTPWorkingCopyManager;

5. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

50 : import org.eclipse.wst.common.frameworks.internal.SaveFailedException;

6. WARNING: DiscouragedReference

Discouraged access: The type WTPWorkingCopyManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WTPUIWorkingCopyManager.java :

57 : public class WTPUIWorkingCopyManager extends WTPWorkingCopyManager {

7. WARNING: DiscouragedReference

Discouraged access: The type ICompilationUnitDocumentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

WTPUIWorkingCopyManager.java :

59 : private ICompilationUnitDocumentProvider cuDocumentProvider;

8. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

67 : super();

9. WARNING: DiscouragedReference

Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

WTPUIWorkingCopyManager.java :

68 : cuDocumentProvider = JavaPlugin.getDefault().getCompilationUnitDocumentProvider();

10. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

WTPUIWorkingCopyManager.java :

68 : cuDocumentProvider = JavaPlugin.getDefault().getCompilationUnitDocumentProvider();

11. WARNING: DiscouragedReference

Discouraged access: The method getCompilationUnitDocumentProvider() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

WTPUIWorkingCopyManager.java :

68 : cuDocumentProvider = JavaPlugin.getDefault().getCompilationUnitDocumentProvider();

12. WARNING: DiscouragedReference

Discouraged access: The constructor InternalClassFileEditorInput(IClassFile) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

WTPUIWorkingCopyManager.java :

214 : return new InternalClassFileEditorInput((IClassFile) localElement);

13. WARNING: DiscouragedReference

Discouraged access: The type InternalClassFileEditorInput is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

WTPUIWorkingCopyManager.java :

214 : return new InternalClassFileEditorInput((IClassFile) localElement);

14. WARNING: DiscouragedReference

Discouraged access: The method getExistingWorkingCopy(ICompilationUnit) from the type WTPWorkingCopyManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WTPUIWorkingCopyManager.java :

247 : ICompilationUnit newCU = super.getExistingWorkingCopy(cu);

15. WARNING: DiscouragedReference

Discouraged access: The method getWorkingCopy(ICompilationUnit, boolean) from the type WTPWorkingCopyManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WTPUIWorkingCopyManager.java :

265 : return super.getWorkingCopy(cu, forNewCU);

16. WARNING: DiscouragedReference

Discouraged access: The method primDispose() from the type WTPWorkingCopyManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WTPUIWorkingCopyManager.java :

290 : super.primDispose();

17. WARNING: DiscouragedReference

Discouraged access: The method primRevert() from the type WTPWorkingCopyManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WTPUIWorkingCopyManager.java :

298 : super.primRevert();

18. WARNING: DiscouragedReference

Discouraged access: The method getNewCompilationUnitWorkingCopy(ICompilationUnit) from the type WTPWorkingCopyManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WTPUIWorkingCopyManager.java :

324 : ICompilationUnit newCU = getNewCompilationUnitWorkingCopy(primary);

19. WARNING: DiscouragedReference

Discouraged access: The method primSaveCompilationUnits(IProgressMonitor) from the type WTPWorkingCopyManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WTPUIWorkingCopyManager.java :

342 : super.primSaveCompilationUnits(null);

20. WARNING: DiscouragedReference

Discouraged access: The method isFailedWriteFileFailure(Exception) from the type WTPWorkingCopyManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WTPUIWorkingCopyManager.java :

350 : if (!isFailedWriteFileFailure(ex))

21. WARNING: DiscouragedReference

Discouraged access: The field IRESOURCE_CLASS from the type WTPWorkingCopyManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WTPUIWorkingCopyManager.java :

352 : IResource resource = (IResource) input.getAdapter(IRESOURCE_CLASS);

22. WARNING: DiscouragedReference

Discouraged access: The method getSaveHandler() from the type WTPWorkingCopyManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WTPUIWorkingCopyManager.java :

356 : if (getSaveHandler().shouldContinueAndMakeFileEditable((IFile) resource))

23. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

356 : if (getSaveHandler().shouldContinueAndMakeFileEditable((IFile) resource))

24. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

376 : throw new SaveFailedException(e);

25. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

376 : throw new SaveFailedException(e);

26. WARNING: DiscouragedReference

Discouraged access: The method addDeletedCompilationUnit(ICompilationUnit) from the type WTPWorkingCopyManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WTPUIWorkingCopyManager.java :

473 : super.addDeletedCompilationUnit(cu);

27. WARNING: DiscouragedReference

Discouraged access: The method hasWorkingCopies() from the type WTPWorkingCopyManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

WTPUIWorkingCopyManager.java :

481 : return super.hasWorkingCopies() || (editorInputs != null && !editorInputs.isEmpty());

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

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

AddModulestoEARPropertiesPage.java :

48 : import org.eclipse.jst.j2ee.application.internal.operations.AddComponentToEnterpriseApplicationDataModelProvider;

2. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

49 : import org.eclipse.jst.j2ee.application.internal.operations.RemoveComponentFromEnterpriseApplicationDataModelProvider;

3. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

4. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

5. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

93 : import org.eclipse.wst.common.componentcore.internal.operation.CreateReferenceComponentsDataModelProvider;

6. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

7. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

165 : if (earDDVersion.equals(J2EEVersionConstants.VERSION_5_0_TEXT)) {

8. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

165 : if (earDDVersion.equals(J2EEVersionConstants.VERSION_5_0_TEXT)) {

9. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

170 : if (oldLibDir == null) oldLibDir = J2EEConstants.EAR_DEFAULT_LIB_DIR;

10. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

170 : if (oldLibDir == null) oldLibDir = J2EEConstants.EAR_DEFAULT_LIB_DIR;

11. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

283 : if (oldLibDir == null) oldLibDir = J2EEConstants.EAR_DEFAULT_LIB_DIR;

12. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

283 : if (oldLibDir == null) oldLibDir = J2EEConstants.EAR_DEFAULT_LIB_DIR;

13. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

303 : IDataModel dm = DataModelFactory.createDataModel(new AddComponentToEnterpriseApplicationDataModelProvider());

14. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

303 : IDataModel dm = DataModelFactory.createDataModel(new AddComponentToEnterpriseApplicationDataModelProvider());

15. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

344 : IDataModel refdm = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());

16. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

344 : IDataModel refdm = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());

17. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

356 : ((Map)refdm.getProperty(ICreateReferenceComponentsDataModelProperties.TARGET_COMPONENTS_TO_URI_MAP)).put(targetcomponent, proj.getName().replace(' ', '_') + IJ2EEModuleConstants.JAR_EXT);

18. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

356 : ((Map)refdm.getProperty(ICreateReferenceComponentsDataModelProperties.TARGET_COMPONENTS_TO_URI_MAP)).put(targetcomponent, proj.getName().replace(' ', '_') + IJ2EEModuleConstants.JAR_EXT);

19. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

382 : execAddOp(monitor, list, J2EEConstants.EAR_ROOT_DIR);

20. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

382 : execAddOp(monitor, list, J2EEConstants.EAR_ROOT_DIR);

21. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

383 : execAddOp1(monitor, javaProjectsList, j2eeComponentList, J2EEConstants.EAR_ROOT_DIR);

22. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

383 : execAddOp1(monitor, javaProjectsList, j2eeComponentList, J2EEConstants.EAR_ROOT_DIR);

23. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

424 : remComps(list, J2EEConstants.EAR_ROOT_DIR);

24. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

424 : remComps(list, J2EEConstants.EAR_ROOT_DIR);

25. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

429 : remComps(list[0], J2EEConstants.EAR_ROOT_DIR);

26. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

429 : remComps(list[0], J2EEConstants.EAR_ROOT_DIR);

27. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

445 : IDataModel model = DataModelFactory.createDataModel(new RemoveComponentFromEnterpriseApplicationDataModelProvider());

28. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

445 : IDataModel model = DataModelFactory.createDataModel(new RemoveComponentFromEnterpriseApplicationDataModelProvider());

29. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

463 : if ((handle instanceof VirtualArchiveComponent) && (isPhysicallyAdded((VirtualArchiveComponent)handle)))

30. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

463 : if ((handle instanceof VirtualArchiveComponent) && (isPhysicallyAdded((VirtualArchiveComponent)handle)))

31. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

483 : if (handle instanceof VirtualArchiveComponent) {

32. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

484 : VirtualArchiveComponent comp = (VirtualArchiveComponent)handle;

33. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

484 : VirtualArchiveComponent comp = (VirtualArchiveComponent)handle;

34. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

589 : String type = VirtualArchiveComponent.LIBARCHIVETYPE + IPath.SEPARATOR;

35. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

589 : String type = VirtualArchiveComponent.LIBARCHIVETYPE + IPath.SEPARATOR;

36. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

611 : String type = VirtualArchiveComponent.VARARCHIVETYPE + IPath.SEPARATOR;

37. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

611 : String type = VirtualArchiveComponent.VARARCHIVETYPE + IPath.SEPARATOR;

38. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

626 : IVirtualFile vFile = earComponent.getRootFolder().getFile(new Path(J2EEConstants.APPLICATION_DD_URI));

39. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

626 : IVirtualFile vFile = earComponent.getRootFolder().getFile(new Path(J2EEConstants.APPLICATION_DD_URI));

40. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

636 : if (libDir == null) libDir = J2EEConstants.EAR_DEFAULT_LIB_DIR;

41. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

636 : if (libDir == null) libDir = J2EEConstants.EAR_DEFAULT_LIB_DIR;

42. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

644 : if (!libDir.startsWith(J2EEConstants.EAR_ROOT_DIR)) libDir = IPath.SEPARATOR + libDir;

43. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

644 : if (!libDir.startsWith(J2EEConstants.EAR_ROOT_DIR)) libDir = IPath.SEPARATOR + libDir;

44. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

719 : int j2eeVersion = J2EEVersionUtil.convertVersionStringToInt(earComponent);

45. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

719 : int j2eeVersion = J2EEVersionUtil.convertVersionStringToInt(earComponent);

46. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1034 : private boolean isPhysicallyAdded(VirtualArchiveComponent component) {

47. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1036 : if(component.getWorkspaceRelativePath() == null || !component.getWorkspaceRelativePath().segment(0).equals(earComponent.getName()))

48. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1036 : if(component.getWorkspaceRelativePath() == null || !component.getWorkspaceRelativePath().segment(0).equals(earComponent.getName()))

49. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1038 : component.getProjectRelativePath();

50. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1045 : private boolean isInLibDir(VirtualArchiveComponent comp) {

51. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1046 : IPath p = comp.getProjectRelativePath();

52. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1117 : if (element instanceof VirtualArchiveComponent) {

53. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1118 : shouldBeDisabled = isPhysicallyAdded((VirtualArchiveComponent)element);

54. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1130 : dcbItem.setSecondChecked(isInLibDir((VirtualArchiveComponent)element));

55. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1181 : String type = VirtualArchiveComponent.LIBARCHIVETYPE + IPath.SEPARATOR;

56. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1181 : String type = VirtualArchiveComponent.LIBARCHIVETYPE + IPath.SEPARATOR;

57. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1261 : if(!virtCompURIMapName.endsWith(IJ2EEModuleConstants.WAR_EXT)) {

58. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1261 : if(!virtCompURIMapName.endsWith(IJ2EEModuleConstants.WAR_EXT)) {

59. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1263 : virtCompURIMapName += IJ2EEModuleConstants.WAR_EXT;

60. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1263 : virtCompURIMapName += IJ2EEModuleConstants.WAR_EXT;

61. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1266 : if(!virtCompURIMapName.endsWith(IJ2EEModuleConstants.RAR_EXT)) {

62. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1266 : if(!virtCompURIMapName.endsWith(IJ2EEModuleConstants.RAR_EXT)) {

63. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1268 : virtCompURIMapName += IJ2EEModuleConstants.RAR_EXT;

64. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1268 : virtCompURIMapName += IJ2EEModuleConstants.RAR_EXT;

65. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1270 : } else if(!virtCompURIMapName.endsWith(IJ2EEModuleConstants.JAR_EXT)) {

66. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1270 : } else if(!virtCompURIMapName.endsWith(IJ2EEModuleConstants.JAR_EXT)) {

67. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1272 : virtCompURIMapName += IJ2EEModuleConstants.JAR_EXT;

68. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1272 : virtCompURIMapName += IJ2EEModuleConstants.JAR_EXT;

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

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

AvailableJ2EEComponentsForEARContentProvider.java :

33 : import org.eclipse.jst.j2ee.application.internal.operations.ClassPathSelection;

2. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

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

3. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

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

4. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

84 : isEE5 = J2EEProjectUtilities.isJEEProject(earComponent.getProject());

5. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

84 : isEE5 = J2EEProjectUtilities.isJEEProject(earComponent.getProject());

6. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

104 : int compJ2EEVersion = J2EEVersionUtil.convertVersionStringToInt(component);

7. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

104 : int compJ2EEVersion = J2EEVersionUtil.convertVersionStringToInt(component);

8. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

116 : boolean isDDVersion5 = earDDVersion.equals(J2EEVersionConstants.VERSION_5_0_TEXT) ? true : false;

9. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

116 : boolean isDDVersion5 = earDDVersion.equals(J2EEVersionConstants.VERSION_5_0_TEXT) ? true : false;

10. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

122 : libDir = J2EEConstants.EAR_DEFAULT_LIB_DIR;

11. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

122 : libDir = J2EEConstants.EAR_DEFAULT_LIB_DIR;

12. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

215 : IVirtualComponent newComponent = ClassPathSelection.updateVirtualArchiveComponentDisplay(comp, cpRefs[j]);

13. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

215 : IVirtualComponent newComponent = ClassPathSelection.updateVirtualArchiveComponentDisplay(comp, cpRefs[j]);

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

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

ClasspathTableManager.java :

31 : import org.eclipse.jst.j2ee.application.internal.operations.ClassPathSelection;

2. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

32 : import org.eclipse.jst.j2ee.application.internal.operations.ClasspathElement;

3. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

34 : import org.eclipse.jst.j2ee.internal.common.ClasspathModel;

4. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

35 : import org.eclipse.jst.j2ee.internal.common.ClasspathModelEvent;

5. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

6. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

71 : protected ClasspathModel model;

7. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

91 : public ClasspathTableManager(IClasspathTableOwner owner, ClasspathModel model) {

8. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

95 : public ClasspathTableManager(IClasspathTableOwner owner, ClasspathModel model, IValidateEditListener listener) {

9. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

133 : if (model == null || model.getClassPathSelection() == null)

10. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

136 : ClassPathSelection selection = model.getClassPathSelection();

11. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

136 : ClassPathSelection selection = model.getClassPathSelection();

12. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

138 : boolean ejbSelected = selection.isAnyEJBJarSelected();

13. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

139 : boolean clientSelected = selection.isAnyEJBClientJARSelected();

14. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

141 : filterLevel = ClassPathSelection.FILTER_NONE;

15. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

141 : filterLevel = ClassPathSelection.FILTER_NONE;

16. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

144 : filterLevel = ClassPathSelection.FILTER_NONE;

17. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

144 : filterLevel = ClassPathSelection.FILTER_NONE;

18. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

146 : filterLevel = ClassPathSelection.FILTER_EJB_CLIENT_JARS;

19. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

146 : filterLevel = ClassPathSelection.FILTER_EJB_CLIENT_JARS;

20. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

149 : filterLevel = ClassPathSelection.FILTER_NONE;

21. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

149 : filterLevel = ClassPathSelection.FILTER_NONE;

22. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

151 : filterLevel = ClassPathSelection.FILTER_EJB_SERVER_JARS;

23. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

151 : filterLevel = ClassPathSelection.FILTER_EJB_SERVER_JARS;

24. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

157 : model.getClassPathSelection().setFilterLevel(filterLevel);

25. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

157 : model.getClassPathSelection().setFilterLevel(filterLevel);

26. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

159 : case (ClassPathSelection.FILTER_NONE) :

27. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

159 : case (ClassPathSelection.FILTER_NONE) :

28. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

164 : case (ClassPathSelection.FILTER_EJB_CLIENT_JARS) :

29. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

164 : case (ClassPathSelection.FILTER_EJB_CLIENT_JARS) :

30. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

169 : case (ClassPathSelection.FILTER_EJB_SERVER_JARS) :

31. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

169 : case (ClassPathSelection.FILTER_EJB_SERVER_JARS) :

32. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

290 : ClasspathModelEvent evt = new ClasspathModelEvent(ClasspathModelEvent.CLASS_PATH_CHANGED);

33. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

290 : ClasspathModelEvent evt = new ClasspathModelEvent(ClasspathModelEvent.CLASS_PATH_CHANGED);

34. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

290 : ClasspathModelEvent evt = new ClasspathModelEvent(ClasspathModelEvent.CLASS_PATH_CHANGED);

35. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

290 : ClasspathModelEvent evt = new ClasspathModelEvent(ClasspathModelEvent.CLASS_PATH_CHANGED);

36. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

290 : ClasspathModelEvent evt = new ClasspathModelEvent(ClasspathModelEvent.CLASS_PATH_CHANGED);

37. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

291 : model.fireNotification(evt);

38. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

338 : model.selectFilterLevel(ClassPathSelection.FILTER_EJB_CLIENT_JARS);

39. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

338 : model.selectFilterLevel(ClassPathSelection.FILTER_EJB_CLIENT_JARS);

40. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

338 : model.selectFilterLevel(ClassPathSelection.FILTER_EJB_CLIENT_JARS);

41. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

343 : model.selectFilterLevel(ClassPathSelection.FILTER_EJB_SERVER_JARS);

42. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

343 : model.selectFilterLevel(ClassPathSelection.FILTER_EJB_SERVER_JARS);

43. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

343 : model.selectFilterLevel(ClassPathSelection.FILTER_EJB_SERVER_JARS);

44. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

348 : model.selectFilterLevel(ClassPathSelection.FILTER_NONE);

45. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

348 : model.selectFilterLevel(ClassPathSelection.FILTER_NONE);

46. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

348 : model.selectFilterLevel(ClassPathSelection.FILTER_NONE);

47. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

360 : model.setAllClasspathElementsSelected(false);

48. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

369 : model.setAllClasspathElementsSelected(Arrays.asList(elements), true);

49. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

371 : ClasspathElement el = (ClasspathElement)elements[i];

50. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

371 : ClasspathElement el = (ClasspathElement)elements[i];

51. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

372 : el.getComponent().getAdapter(IVirtualComponent.class);

52. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

373 : IVirtualComponent ar = el.getTargetComponent();

53. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

374 : IVirtualComponent comp = (ar instanceof J2EEModuleVirtualArchiveComponent) ? ar : el.getComponent();

54. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

397 : model.moveDown(getSelectionAsList());

55. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

404 : model.moveUp(getSelectionAsList());

56. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

463 : ClasspathElement el = (ClasspathElement)event.getElement();

57. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

463 : ClasspathElement el = (ClasspathElement)event.getElement();

58. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

465 : if(el.getComponent() == null){

59. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

466 : ClasspathElement element = (ClasspathElement) event.getElement();

60. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

466 : ClasspathElement element = (ClasspathElement) event.getElement();

61. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

467 : model.setSelection(element, event.getChecked());

62. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

470 : el.getComponent().getAdapter(IVirtualComponent.class);

63. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

471 : IVirtualComponent ar = el.getTargetComponent();

64. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

472 : IVirtualComponent comp = (ar instanceof J2EEModuleVirtualArchiveComponent) ? ar : el.getComponent();

65. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

491 : if (!EarUtilities.isStandaloneProject(model.getComponent().getProject()) && (isReadOnly() || !validatateEdit() || (isMyClientJAR(event) && !event.getChecked()))) {

66. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

495 : ClasspathElement element = (ClasspathElement) event.getElement();

67. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

495 : ClasspathElement element = (ClasspathElement) event.getElement();

68. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

496 : model.setSelection(element, event.getChecked());

69. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

503 : if (J2EEProjectUtilities.isJEEProject(ears[i])) {

70. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

503 : if (J2EEProjectUtilities.isJEEProject(ears[i])) {

71. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

507 : if (model.getProject().equals(refs[j].getReferencedComponent().getProject())) {

72. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

524 : ClasspathElement element = (ClasspathElement) event.getElement();

73. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

524 : ClasspathElement element = (ClasspathElement) event.getElement();

74. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

526 : return getClasspathSelection().isMyClientJAR(element);

75. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

543 : protected ClassPathSelection getClasspathSelection() {

76. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

544 : if (model == null || model.getSelectedEARComponent() == null && !(EarUtilities.isStandaloneProject(model.getComponent().getProject())))

77. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

544 : if (model == null || model.getSelectedEARComponent() == null && !(EarUtilities.isStandaloneProject(model.getComponent().getProject())))

78. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

546 : return model.getClassPathSelection();

79. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

552 : java.util.List elements = getClasspathSelection().getClasspathElements();

80. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

554 : ClasspathElement element = (ClasspathElement) elements.get(i);

81. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

554 : ClasspathElement element = (ClasspathElement) elements.get(i);

82. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

555 : availableJARsViewer.setChecked(element, element.isSelected());

83. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

556 : if (element.isClasspathDependency()) {

84. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

563 : final IProject project = model.getComponent().getProject();

85. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

566 : (J2EEProjectUtilities.getReferencingWebProjects(project).length > 0))) {

86. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

566 : (J2EEProjectUtilities.getReferencingWebProjects(project).length > 0))) {

87. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

575 : availableJARsViewer.setInput(model.getClassPathSelectionForWLPs());

88. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

586 : java.util.List elements = ((ClassPathSelection) availableJARsViewer.getInput()).getClasspathElements();

89. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

586 : java.util.List elements = ((ClassPathSelection) availableJARsViewer.getInput()).getClasspathElements();

90. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

588 : ClasspathElement element = (ClasspathElement) elements.get(i);

91. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

588 : ClasspathElement element = (ClasspathElement) elements.get(i);

92. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

589 : availableJARsViewer.setChecked(element, element.isSelected());

93. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

590 : if (element.isClasspathDependency()) {

94. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

601 : public ClasspathModel getModel() {

95. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

609 : public void setModel(ClasspathModel model) {

96. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

632 : return model.isWLPModel();

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

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

ICommonManifestUIConstants.java :

16 : import org.eclipse.jst.j2ee.internal.common.CommonEditResourceHandler;

2. WARNING: DiscouragedReference

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

ICommonManifestUIConstants.java :

36 : String EJB_CLIENT_RADIO_UI_ = CommonEditResourceHandler.getString("EJB_CLIENT_RADIO_UI_"); //$NON-NLS-1$

3. WARNING: DiscouragedReference

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

ICommonManifestUIConstants.java :

36 : String EJB_CLIENT_RADIO_UI_ = CommonEditResourceHandler.getString("EJB_CLIENT_RADIO_UI_"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

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

ICommonManifestUIConstants.java :

37 : String USE_EJB_SERVER_JARs_UI_ = CommonEditResourceHandler.getString("USE_EJB_SERVER_JARs_UI_"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

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

ICommonManifestUIConstants.java :

37 : String USE_EJB_SERVER_JARs_UI_ = CommonEditResourceHandler.getString("USE_EJB_SERVER_JARs_UI_"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

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

ICommonManifestUIConstants.java :

38 : String USE_EJB_CLIENT_JARs_UI_ = CommonEditResourceHandler.getString("USE_EJB_CLIENT_JARs_UI_"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

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

ICommonManifestUIConstants.java :

38 : String USE_EJB_CLIENT_JARs_UI_ = CommonEditResourceHandler.getString("USE_EJB_CLIENT_JARs_UI_"); //$NON-NLS-1$

8. WARNING: DiscouragedReference

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

ICommonManifestUIConstants.java :

39 : String USE_BOTH_UI_ = CommonEditResourceHandler.getString("USE_BOTH_UI_"); //$NON-NLS-1$

9. WARNING: DiscouragedReference

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

ICommonManifestUIConstants.java :

39 : String USE_BOTH_UI_ = CommonEditResourceHandler.getString("USE_BOTH_UI_"); //$NON-NLS-1$

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

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

J2EEComponentProjectMigrator.java :

43 : import org.eclipse.jst.j2ee.internal.earcreation.EarFacetInstallDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type EjbFacetInstallDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEComponentProjectMigrator.java :

44 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EjbFacetInstallDataModelProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type IEjbFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEComponentProjectMigrator.java :

45 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.IEjbFacetInstallDataModelProperties;

4. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

46 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEComponentProjectMigrator.java :

47 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPreferences;

6. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

7. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

64 : import org.eclipse.wst.common.componentcore.internal.ComponentType;

8. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

65 : import org.eclipse.wst.common.componentcore.internal.ComponentcoreFactory;

9. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

66 : import org.eclipse.wst.common.componentcore.internal.IComponentProjectMigrator;

10. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

67 : import org.eclipse.wst.common.componentcore.internal.Property;

11. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

68 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;

12. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

69 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;

13. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

72 : import org.eclipse.wst.common.frameworks.internal.SimpleValidateEdit;

14. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

84 : public class J2EEComponentProjectMigrator implements IComponentProjectMigrator {

15. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

105 : if (aProject.isAccessible() && (aProject.getFile(StructureEdit.MODULE_META_FILE_NAME).exists())) {

16. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

105 : if (aProject.isAccessible() && (aProject.getFile(StructureEdit.MODULE_META_FILE_NAME).exists())) {

17. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

109 : Resource resource = WorkbenchResourceHelperBase.getResource(aProject.getFile(StructureEdit.MODULE_META_FILE_NAME), false);

18. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

109 : Resource resource = WorkbenchResourceHelperBase.getResource(aProject.getFile(StructureEdit.MODULE_META_FILE_NAME), false);

19. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

117 : files.add(aProject.getFile(J2EEProjectUtilities.DOT_PROJECT));

20. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

118 : files.add(aProject.getFile(J2EEProjectUtilities.DOT_CLASSPATH));

21. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

119 : files.add(aProject.getFile(StructureEdit.MODULE_META_FILE_NAME));

22. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

119 : files.add(aProject.getFile(StructureEdit.MODULE_META_FILE_NAME));

23. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

120 : if(SimpleValidateEdit.validateEdit(files)){

24. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

120 : if(SimpleValidateEdit.validateEdit(files)){

25. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

166 : StructureEdit se = null;

26. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

168 : se = StructureEdit.getStructureEditForWrite(project);

27. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

168 : se = StructureEdit.getStructureEditForWrite(project);

28. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

169 : List comps = se.getComponentModelRoot().getComponents();

29. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

169 : List comps = se.getComponentModelRoot().getComponents();

30. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

172 : WorkbenchComponent comp = (WorkbenchComponent) comps.get(i);

31. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

172 : WorkbenchComponent comp = (WorkbenchComponent) comps.get(i);

32. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

174 : IProject newProj = ws.getRoot().getProject(comp.getName());

33. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

177 : createProj(newProj,(!comp.getComponentType().getComponentTypeId().equals(J2EEProjectUtilities.ENTERPRISE_APPLICATION)));

34. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

177 : createProj(newProj,(!comp.getComponentType().getComponentTypeId().equals(J2EEProjectUtilities.ENTERPRISE_APPLICATION)));

35. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

177 : createProj(newProj,(!comp.getComponentType().getComponentTypeId().equals(J2EEProjectUtilities.ENTERPRISE_APPLICATION)));

36. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

183 : if (comp.getComponentType()!=null)

37. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

184 : addFacetsToProject(newProj,comp.getComponentType().getComponentTypeId(),comp.getComponentType().getVersion(),false);

38. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

184 : addFacetsToProject(newProj,comp.getComponentType().getComponentTypeId(),comp.getComponentType().getVersion(),false);

39. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

184 : addFacetsToProject(newProj,comp.getComponentType().getComponentTypeId(),comp.getComponentType().getVersion(),false);

40. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

184 : addFacetsToProject(newProj,comp.getComponentType().getComponentTypeId(),comp.getComponentType().getVersion(),false);

41. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

186 : IFolder compFolder = project.getFolder(comp.getName());

42. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

194 : se.getComponentModelRoot().getComponents().removeAll(removedComps);

43. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

194 : se.getComponentModelRoot().getComponents().removeAll(removedComps);

44. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

195 : se.save(null);

45. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

199 : se.dispose();

46. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

216 : StructureEdit se = null;

47. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

218 : se = StructureEdit.getStructureEditForRead(project);

48. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

218 : se = StructureEdit.getStructureEditForRead(project);

49. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

220 : if (se.getComponentModelRoot() == null) return false;

50. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

221 : return se.getComponentModelRoot().getComponents().size() > 1;

51. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

221 : return se.getComponentModelRoot().getComponents().size() > 1;

52. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

224 : se.dispose();

53. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

240 : J2EEProjectUtilities.removeBuilders(aProject,oldBuilders);

54. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

240 : J2EEProjectUtilities.removeBuilders(aProject,oldBuilders);

55. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

247 : return J2EEProjectUtilities.getJ2EEProjectType(aProject);

56. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

247 : return J2EEProjectUtilities.getJ2EEProjectType(aProject);

57. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

276 : IDataModel earFacetInstallDataModel = DataModelFactory.createDataModel(new EarFacetInstallDataModelProvider());

58. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

276 : IDataModel earFacetInstallDataModel = DataModelFactory.createDataModel(new EarFacetInstallDataModelProvider());

59. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

301 : StructureEdit edit = null;

60. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

303 : edit = StructureEdit.getStructureEditForWrite(aProject);

61. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

303 : edit = StructureEdit.getStructureEditForWrite(aProject);

62. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

305 : edit.getModuleStructuralModel().setUseOldFormat(true);

63. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

305 : edit.getModuleStructuralModel().setUseOldFormat(true);

64. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

306 : if (edit.getComponent() == null) return; // Can't migrate

65. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

307 : ComponentType type = edit.getComponent().getComponentType();

66. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

307 : ComponentType type = edit.getComponent().getComponentType();

67. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

307 : ComponentType type = edit.getComponent().getComponentType();

68. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

309 : String compId = type.getComponentTypeId();

69. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

310 : String specVersion = edit.getComponent().getComponentType().getVersion();

70. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

310 : String specVersion = edit.getComponent().getComponentType().getVersion();

71. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

310 : String specVersion = edit.getComponent().getComponentType().getVersion();

72. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

311 : moveMetaProperties(edit.getComponent(),type);

73. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

316 : edit.save(null);

74. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

317 : edit.getModuleStructuralModel().setUseOldFormat(false);

75. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

317 : edit.getModuleStructuralModel().setUseOldFormat(false);

76. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

318 : edit.dispose();

77. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

324 : private void moveMetaProperties(WorkbenchComponent component, ComponentType type) {

78. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

324 : private void moveMetaProperties(WorkbenchComponent component, ComponentType type) {

79. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

325 : List props = type.getProperties();

80. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

326 : List compProps = component.getProperties();

81. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

328 : Property element = (Property) iter.next();

82. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

328 : Property element = (Property) iter.next();

83. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

329 : Property newProp = ComponentcoreFactory.eINSTANCE.createProperty();

84. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

329 : Property newProp = ComponentcoreFactory.eINSTANCE.createProperty();

85. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

329 : Property newProp = ComponentcoreFactory.eINSTANCE.createProperty();

86. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

329 : Property newProp = ComponentcoreFactory.eINSTANCE.createProperty();

87. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

330 : newProp.setName(element.getName());

88. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

330 : newProp.setName(element.getName());

89. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

331 : newProp.setValue(element.getValue());

90. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

331 : newProp.setValue(element.getValue());

91. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

338 : if (compId.equals(J2EEProjectUtilities.DYNAMIC_WEB))

92. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

340 : else if (compId.equals(J2EEProjectUtilities.EJB))

93. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

342 : else if (compId.equals(J2EEProjectUtilities.APPLICATION_CLIENT))

94. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

344 : else if (compId.equals(J2EEProjectUtilities.ENTERPRISE_APPLICATION))

95. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

346 : else if (compId.equals(J2EEProjectUtilities.JCA))

96. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

348 : else if (compId.equals(J2EEProjectUtilities.UTILITY))

97. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

350 : else if (compId.equals(J2EEProjectUtilities.STATIC_WEB))

98. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

416 : facetDMs.add(setupJavaInstallAction(aProject,existing,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER)));

99. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

416 : facetDMs.add(setupJavaInstallAction(aProject,existing,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER)));

100. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

416 : facetDMs.add(setupJavaInstallAction(aProject,existing,J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.JCA_CONTENT_FOLDER)));

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

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

J2EEDependenciesPage.java :

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

2. WARNING: DiscouragedReference

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

J2EEDependenciesPage.java :

31 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

3. WARNING: DiscouragedReference

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

J2EEDependenciesPage.java :

67 : isEAR = facetedProject.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EAR_MODULE));

4. WARNING: DiscouragedReference

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

J2EEDependenciesPage.java :

67 : isEAR = facetedProject.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EAR_MODULE));

5. WARNING: DiscouragedReference

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

J2EEDependenciesPage.java :

68 : isWEB = facetedProject.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEB_MODULE));

6. WARNING: DiscouragedReference

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

J2EEDependenciesPage.java :

68 : isWEB = facetedProject.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEB_MODULE));

7. WARNING: DiscouragedReference

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

J2EEDependenciesPage.java :

142 : if (J2EEProjectUtilities.getReferencingWebProjects(project).length > 0) {

8. WARNING: DiscouragedReference

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

J2EEDependenciesPage.java :

142 : if (J2EEProjectUtilities.getReferencingWebProjects(project).length > 0) {

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

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

JARDependencyPropertiesPage.java :

58 : import org.eclipse.jst.j2ee.application.internal.operations.AddComponentToEnterpriseApplicationDataModelProvider;

2. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

59 : import org.eclipse.jst.j2ee.application.internal.operations.ClassPathSelection;

3. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

60 : import org.eclipse.jst.j2ee.application.internal.operations.ClasspathElement;

4. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

61 : import org.eclipse.jst.j2ee.application.internal.operations.RemoveComponentFromEnterpriseApplicationDataModelProvider;

5. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

62 : import org.eclipse.jst.j2ee.application.internal.operations.UpdateManifestDataModelProperties;

6. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

63 : import org.eclipse.jst.j2ee.application.internal.operations.UpdateManifestDataModelProvider;

7. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

68 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifest;

8. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

69 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifestImpl;

9. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

71 : import org.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyEnablement;

10. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

72 : import org.eclipse.jst.j2ee.internal.common.ClasspathModel;

11. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

73 : import org.eclipse.jst.j2ee.internal.common.ClasspathModelEvent;

12. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

74 : import org.eclipse.jst.j2ee.internal.common.ClasspathModelListener;

13. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

14. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

15. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

103 : import org.eclipse.wst.common.componentcore.internal.builder.IDependencyGraph;

16. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

104 : import org.eclipse.wst.common.componentcore.internal.impl.ModuleURIUtil;

17. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

105 : import org.eclipse.wst.common.componentcore.internal.operation.RemoveReferenceComponentsDataModelProvider;

18. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

106 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;

19. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

107 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

20. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

115 : import org.eclipse.wst.common.frameworks.internal.ui.WTPUIPlugin;

21. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

116 : import org.eclipse.wst.common.frameworks.internal.ui.WorkspaceModifyComposedOperation;

22. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

122 : public class JARDependencyPropertiesPage implements IJ2EEDependenciesControl, IClasspathTableOwner, Listener, ClasspathModelListener, IElementChangedListener {

23. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

130 : protected ClasspathModel model;

24. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

156 : model.setProject(project);

25. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

157 : if (model.getComponent() != null) {

26. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

158 : model.addListener(this);

27. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

164 : protected ClasspathModel createClasspathModel(){

28. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

165 : return new ClasspathModel(J2EEProjectUtilities.readManifest(project), false);

29. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

165 : return new ClasspathModel(J2EEProjectUtilities.readManifest(project), false);

30. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

165 : return new ClasspathModel(J2EEProjectUtilities.readManifest(project), false);

31. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

165 : return new ClasspathModel(J2EEProjectUtilities.readManifest(project), false);

32. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

175 : if (JemProjectUtilities.isBinaryProject(project) || model.getAvailableEARComponents().length == 0)

33. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

180 : IVirtualFile vManifest = component.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));

34. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

180 : IVirtualFile vManifest = component.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));

35. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

187 : ArchiveManifest mf = new ArchiveManifestImpl(new Manifest(in));

36. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

187 : ArchiveManifest mf = new ArchiveManifestImpl(new Manifest(in));

37. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

187 : ArchiveManifest mf = new ArchiveManifestImpl(new Manifest(in));

38. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

188 : model.primSetManifest(mf);

39. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

191 : model.primSetManifest(new ArchiveManifestImpl());

40. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

191 : model.primSetManifest(new ArchiveManifestImpl());

41. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

191 : model.primSetManifest(new ArchiveManifestImpl());

42. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

194 : model.primSetManifest(new ArchiveManifestImpl());

43. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

194 : model.primSetManifest(new ArchiveManifestImpl());

44. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

194 : model.primSetManifest(new ArchiveManifestImpl());

45. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

218 : if (caughtManifestException != null && !model.isDirty()) {

46. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

246 : model.resetClassPathSelection();

47. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

296 : if (model.getComponent() != null) {

48. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

336 : } else if (EarUtilities.isStandaloneProject(model.getComponent().getProject())) {

49. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

337 : propPage.setErrorMessage(ClasspathModel.NO_EAR_MESSAGE);

50. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

337 : propPage.setErrorMessage(ClasspathModel.NO_EAR_MESSAGE);

51. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

512 : model.selectEAR(index);

52. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

516 : IVirtualComponent[] components = model.getAvailableEARComponents();

53. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

523 : IVirtualComponent selected = model.getSelectedEARComponent();

54. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

542 : ClassPathSelection sel = model.getClassPathSelection();

55. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

542 : ClassPathSelection sel = model.getClassPathSelection();

56. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

544 : classPathText.setText(sel.toString());

57. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

550 : public void modelChanged(ClasspathModelEvent evt) {

58. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

551 : if (evt.getEventType() == ClasspathModelEvent.CLASS_PATH_CHANGED) {

59. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

551 : if (evt.getEventType() == ClasspathModelEvent.CLASS_PATH_CHANGED) {

60. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

551 : if (evt.getEventType() == ClasspathModelEvent.CLASS_PATH_CHANGED) {

61. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

554 : } else if (evt.getEventType() == ClasspathModelEvent.EAR_PROJECT_CHANGED) {

62. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

554 : } else if (evt.getEventType() == ClasspathModelEvent.EAR_PROJECT_CHANGED) {

63. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

554 : } else if (evt.getEventType() == ClasspathModelEvent.EAR_PROJECT_CHANGED) {

64. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

560 : model.resetClassPathSelection();

65. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

563 : model.dispose();

66. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

567 : model.dispose();

67. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

578 : WorkspaceModifyComposedOperation composed = new WorkspaceModifyComposedOperation(createManifestOperation());

68. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

578 : WorkspaceModifyComposedOperation composed = new WorkspaceModifyComposedOperation(createManifestOperation());

69. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

578 : WorkspaceModifyComposedOperation composed = new WorkspaceModifyComposedOperation(createManifestOperation());

70. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

579 : createClasspathAttributeUpdateOperation(composed, model.getClassPathSelection(), false);

71. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

594 : model.dispose();

72. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

601 : List unselectedForJ2EE = getUnSelectedClassPathSelection().getClasspathElements();

73. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

604 : if (model != null && model.getClassPathSelectionForWLPs() != null) {

74. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

605 : List wlpSelected = model.getClassPathSelectionForWLPs().getSelectedClasspathElements();

75. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

605 : List wlpSelected = model.getClassPathSelectionForWLPs().getSelectedClasspathElements();

76. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

610 : ClasspathElement element = (ClasspathElement) it.next();

77. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

610 : ClasspathElement element = (ClasspathElement) it.next();

78. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

614 : ClasspathElement wlpElement = (ClasspathElement) wlpIterator.next();

79. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

614 : ClasspathElement wlpElement = (ClasspathElement) wlpIterator.next();

80. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

615 : String text = element.getText();

81. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

616 : int index = text.indexOf(IJ2EEModuleConstants.JAR_EXT);

82. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

616 : int index = text.indexOf(IJ2EEModuleConstants.JAR_EXT);

83. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

619 : if (text.equals(wlpElement.getText())) {

84. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

641 : List unselectedForWLP = getUnSelectedClassPathSelectionForWLPs().getClasspathElements();

85. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

643 : if (model != null && model.getClassPathSelection() != null) {

86. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

644 : List j2eeSelected = model.getClassPathSelection().getSelectedClasspathElements();

87. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

644 : List j2eeSelected = model.getClassPathSelection().getSelectedClasspathElements();

88. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

648 : ClasspathElement element = (ClasspathElement) it.next();

89. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

648 : ClasspathElement element = (ClasspathElement) it.next();

90. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

652 : ClasspathElement j2eeElement = (ClasspathElement) j2eeIterator.next();

91. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

652 : ClasspathElement j2eeElement = (ClasspathElement) j2eeIterator.next();

92. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

653 : String text = j2eeElement.getText();

93. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

654 : int index = text.indexOf(IJ2EEModuleConstants.JAR_EXT);

94. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

654 : int index = text.indexOf(IJ2EEModuleConstants.JAR_EXT);

95. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

657 : if (element.getText().equals(text)) {

96. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

679 : protected WorkspaceModifyComposedOperation createJ2EEComponentDependencyOperations() {

97. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

680 : WorkspaceModifyComposedOperation composedOp = null;

98. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

681 : List selected = getSelectedClassPathSelection().getClasspathElements();

99. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

686 : ClasspathElement element = (ClasspathElement) selected.get(i);

100. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

686 : ClasspathElement element = (ClasspathElement) selected.get(i);

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

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

UpdateManifestOperation.java :

16 : import java.lang.reflect.InvocationTargetException;

2. WARNING: UnusedImport

The import org.eclipse.jface.operation.IRunnableContext is never used

UpdateManifestOperation.java :

19 : import org.eclipse.jface.operation.IRunnableContext;

3. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

20 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifest;

4. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

21 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifestImpl;

5. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

22 : import org.eclipse.jst.j2ee.commonarchivecore.internal.util.ArchiveUtil;

6. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

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

7. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

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

8. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

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

9. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

46 : return J2EEPlugin.getWorkspace().getRoot().getProject(projectName);

10. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

46 : return J2EEPlugin.getWorkspace().getRoot().getProject(projectName);

11. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

69 : ArchiveManifest mf = J2EEProjectUtilities.readManifest(p);

12. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

69 : ArchiveManifest mf = J2EEProjectUtilities.readManifest(p);

13. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

69 : ArchiveManifest mf = J2EEProjectUtilities.readManifest(p);

14. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

71 : mf = new ArchiveManifestImpl();

15. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

71 : mf = new ArchiveManifestImpl();

16. WARNING: DiscouragedReference

Discouraged access: The method addVersionIfNecessary() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

UpdateManifestOperation.java :

72 : mf.addVersionIfNecessary();

17. WARNING: DiscouragedReference

Discouraged access: The method setClassPath(String) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

UpdateManifestOperation.java :

74 : mf.setClassPath(classPathValue);

18. WARNING: DiscouragedReference

Discouraged access: The method mergeClassPath(String[]) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

UpdateManifestOperation.java :

76 : mf.mergeClassPath(ArchiveUtil.getTokens(classPathValue));

19. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

76 : mf.mergeClassPath(ArchiveUtil.getTokens(classPathValue));

20. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

76 : mf.mergeClassPath(ArchiveUtil.getTokens(classPathValue));

21. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

77 : J2EEProjectUtilities.writeManifest(p, mf);

22. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

77 : J2EEProjectUtilities.writeManifest(p, mf);

23. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

79 : throw new WFTWrappedException(ex);

24. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

79 : throw new WFTWrappedException(ex);

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

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

WebLibDependencyPropertiesPage.java :

32 : import org.eclipse.jst.j2ee.application.internal.operations.ClasspathElement;

2. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

33 : import org.eclipse.jst.j2ee.internal.common.ClasspathModel;

3. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

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

4. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

44 : import org.eclipse.wst.common.componentcore.internal.impl.ModuleURIUtil;

5. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

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

6. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

46 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

7. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

49 : import org.eclipse.wst.common.frameworks.internal.ui.WorkspaceModifyComposedOperation;

8. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

65 : protected ClasspathModel createClasspathModel() {

9. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

66 : return new ClasspathModel(null, true);

10. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

66 : return new ClasspathModel(null, true);

11. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

73 : if (model.getComponent() != null) {

12. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

171 : model.resetClassPathSelectionForWLPs();

13. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

178 : if (model.getComponent() == null || !isValidWebModule()) {

14. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

200 : model.dispose();

15. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

208 : ClasspathElement element = (ClasspathElement) elements[i];

16. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

208 : ClasspathElement element = (ClasspathElement) elements[i];

17. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

209 : IProject elementProject = element.getProject();

18. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

211 : if (elementProject != null && !elementProject.hasNature(IModuleConstants.MODULE_NATURE_ID))

19. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

211 : if (elementProject != null && !elementProject.hasNature(IModuleConstants.MODULE_NATURE_ID))

20. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

214 : J2EEPlugin.logError(e);

21. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

214 : J2EEPlugin.logError(e);

22. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

220 : private boolean runWLPOp(WorkspaceModifyComposedOperation composed) {

23. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

278 : J2EEPlugin.logError(ex);

24. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

278 : J2EEPlugin.logError(ex);

25. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

288 : IVirtualComponent archive = ComponentCore.createArchiveComponent(model.getComponent().getProject(), aComponentName);

26. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

291 : IVirtualReference ref = ComponentCore.createReference(model.getComponent(), archive, new Path("/WEB-INF/lib")); //$NON-NLS-1$

27. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

292 : model.getComponent().addReferences(new IVirtualReference [] { ref });

28. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

294 : ClasspathElement element = createClassPathElement(archive, archive.getName());

29. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

296 : model.getClassPathSelectionForWLPs().getClasspathElements().add(element);

30. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

296 : model.getClassPathSelectionForWLPs().getClasspathElements().add(element);

31. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

303 : String type = VirtualArchiveComponent.LIBARCHIVETYPE + IPath.SEPARATOR;

32. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

303 : String type = VirtualArchiveComponent.LIBARCHIVETYPE + IPath.SEPARATOR;

33. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

318 : String type = VirtualArchiveComponent.VARARCHIVETYPE + IPath.SEPARATOR;

34. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

318 : String type = VirtualArchiveComponent.VARARCHIVETYPE + IPath.SEPARATOR;

35. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

333 : private ClasspathElement createClassPathElement(IVirtualComponent archiveComp, String unresolvedName) {

36. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

335 : URI uri = URI.createURI(ModuleURIUtil.getHandleString(archiveComp));

37. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

335 : URI uri = URI.createURI(ModuleURIUtil.getHandleString(archiveComp));

38. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

336 : ClasspathElement element = new ClasspathElement(uri);

39. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

336 : ClasspathElement element = new ClasspathElement(uri);

40. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

336 : ClasspathElement element = new ClasspathElement(uri);

41. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

337 : element.setValid(false);

42. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

338 : element.setSelected(true);

43. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

339 : element.setRelativeText(unresolvedName);

44. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

340 : element.setText(unresolvedName);

45. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

341 : element.setEarProject(null);

46. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

361 : String type = VirtualArchiveComponent.LIBARCHIVETYPE + IPath.SEPARATOR;

47. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

361 : String type = VirtualArchiveComponent.LIBARCHIVETYPE + IPath.SEPARATOR;

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

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

WebRefDependencyPropertiesPage.java :

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

2. WARNING: DiscouragedReference

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

WebRefDependencyPropertiesPage.java :

37 : if (model.getComponent() != null) {

3. WARNING: DiscouragedReference

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

WebRefDependencyPropertiesPage.java :

71 : } else if (J2EEProjectUtilities.getReferencingWebProjects(project).length == 0) {

4. WARNING: DiscouragedReference

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

WebRefDependencyPropertiesPage.java :

71 : } else if (J2EEProjectUtilities.getReferencingWebProjects(project).length == 0) {

5. WARNING: DiscouragedReference

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

WebRefDependencyPropertiesPage.java :

96 : if (model.getComponent() == null || !isValidComponent()) {

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

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

WorkspaceModifyComposedOperation.java :

26 : public class WorkspaceModifyComposedOperation extends org.eclipse.wst.common.frameworks.internal.ui.WorkspaceModifyComposedOperation {

2. WARNING: DiscouragedReference

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

WorkspaceModifyComposedOperation.java :

28 : super(rule);

3. WARNING: DiscouragedReference

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

WorkspaceModifyComposedOperation.java :

32 : super();

4. WARNING: DiscouragedReference

Discouraged access: The constructor WorkspaceModifyComposedOperation(ISchedulingRule, List) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

WorkspaceModifyComposedOperation.java :

36 : super(rule, nestedRunnablesWithProgress);

5. WARNING: DiscouragedReference

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

WorkspaceModifyComposedOperation.java :

40 : super(nestedRunnablesWithProgress);

6. WARNING: DiscouragedReference

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

WorkspaceModifyComposedOperation.java :

44 : super(nestedOp);

Source File: org/eclipse/jst/j2ee/internal/actions/AbstractOpenWizardWorkbenchAction.java
1. WARNING: UnusedImport

The import org.eclipse.ui.IActionDelegate is never used

AbstractOpenWizardWorkbenchAction.java :

16 : import org.eclipse.ui.IActionDelegate;

Source File: org/eclipse/jst/j2ee/internal/actions/J2EEDeployAction.java
1. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

34 : import org.eclipse.jst.j2ee.internal.deploy.DeployerRegistry;

2. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

35 : import org.eclipse.jst.j2ee.internal.deploy.J2EEDeployOperation;

3. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

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

4. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

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

5. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

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

6. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

68 : J2EEDeployOperation op = new J2EEDeployOperation(deploySelection.toArray());

7. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

68 : J2EEDeployOperation op = new J2EEDeployOperation(deploySelection.toArray());

8. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

68 : J2EEDeployOperation op = new J2EEDeployOperation(deploySelection.toArray());

9. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

70 : result = op.execute(monitor, null);

10. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

72 : result = new Status(IStatus.ERROR, WTPCommonPlugin.PLUGIN_ID, IStatus.ERROR, WTPResourceHandler.getString("27"), e); //$NON-NLS-1$

11. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

72 : result = new Status(IStatus.ERROR, WTPCommonPlugin.PLUGIN_ID, IStatus.ERROR, WTPResourceHandler.getString("27"), e); //$NON-NLS-1$

12. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

72 : result = new Status(IStatus.ERROR, WTPCommonPlugin.PLUGIN_ID, IStatus.ERROR, WTPResourceHandler.getString("27"), e); //$NON-NLS-1$

13. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

72 : result = new Status(IStatus.ERROR, WTPCommonPlugin.PLUGIN_ID, IStatus.ERROR, WTPResourceHandler.getString("27"), e); //$NON-NLS-1$

14. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

116 : DeployerRegistry reg = DeployerRegistry.instance();

15. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

116 : DeployerRegistry reg = DeployerRegistry.instance();

16. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

116 : DeployerRegistry reg = DeployerRegistry.instance();

17. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

118 : List components = DeployerRegistry.getSelectedModules(selection.toArray());

18. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

118 : List components = DeployerRegistry.getSelectedModules(selection.toArray());

19. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

127 : IRuntime runtime = J2EEProjectUtilities.getServerRuntime(proj);

20. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

127 : IRuntime runtime = J2EEProjectUtilities.getServerRuntime(proj);

21. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

137 : runtime = J2EEProjectUtilities.getServerRuntime(proj);

22. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

137 : runtime = J2EEProjectUtilities.getServerRuntime(proj);

23. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

141 : List visitors = reg.getDeployModuleExtensions(proj, runtime);

Source File: org/eclipse/jst/j2ee/internal/actions/NewJavaEEDropDownAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaEEDropDownAction.java :

20 : import org.eclipse.jdt.internal.ui.util.CoreUtility;

2. WARNING: DiscouragedReference

Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaEEDropDownAction.java :

174 : return (INewWizard) CoreUtility.createExtension(fConfigurationElement, ATT_CLASS);

3. WARNING: DiscouragedReference

Discouraged access: The method createExtension(IConfigurationElement, String) from the type CoreUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaEEDropDownAction.java :

174 : return (INewWizard) CoreUtility.createExtension(fConfigurationElement, ATT_CLASS);

Source File: org/eclipse/jst/j2ee/internal/actions/OpenJ2EEResourceAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

OpenJ2EEResourceAction.java :

33 : import org.eclipse.jdt.internal.ui.javaeditor.EditorUtility;

2. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

38 : import org.eclipse.jst.j2ee.commonarchivecore.internal.ModuleFile;

3. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

39 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveOptions;

4. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

40 : import org.eclipse.jst.j2ee.commonarchivecore.internal.util.ArchiveUtil;

5. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

60 : import org.eclipse.jst.jee.util.internal.JavaEEQuickPeek;

6. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

71 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;

7. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

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

8. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

126 : JavaEEQuickPeek qp = JavaEEBinaryComponentHelper.getJavaEEQuickPeek(c);

9. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

128 : if( qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID || qp.getType() == JavaEEQuickPeek.CONNECTOR_TYPE) {

10. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

128 : if( qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID || qp.getType() == JavaEEQuickPeek.CONNECTOR_TYPE) {

11. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

128 : if( qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID || qp.getType() == JavaEEQuickPeek.CONNECTOR_TYPE) {

12. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

128 : if( qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID || qp.getType() == JavaEEQuickPeek.CONNECTOR_TYPE) {

13. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

128 : if( qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID || qp.getType() == JavaEEQuickPeek.CONNECTOR_TYPE) {

14. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

128 : if( qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID || qp.getType() == JavaEEQuickPeek.CONNECTOR_TYPE) {

15. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

128 : if( qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID || qp.getType() == JavaEEQuickPeek.CONNECTOR_TYPE) {

16. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

128 : if( qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID || qp.getType() == JavaEEQuickPeek.CONNECTOR_TYPE) {

17. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

128 : if( qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_6_0_ID || qp.getType() == JavaEEQuickPeek.CONNECTOR_TYPE) {

18. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

225 : IResource resource = WorkbenchResourceHelper.getFile((EObject)srcObject);

19. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

225 : IResource resource = WorkbenchResourceHelper.getFile((EObject)srcObject);

20. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

229 : ModuleFile moduleFile = ArchiveUtil.getModuleFile(ro);

21. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

229 : ModuleFile moduleFile = ArchiveUtil.getModuleFile(ro);

22. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

229 : ModuleFile moduleFile = ArchiveUtil.getModuleFile(ro);

23. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

231 : ArchiveOptions options = moduleFile.getOptions();

24. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

231 : ArchiveOptions options = moduleFile.getOptions();

25. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

248 : openAppropriateEditor(WorkbenchResourceHelper.getFile((Resource)srcObject));

26. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

248 : openAppropriateEditor(WorkbenchResourceHelper.getFile((Resource)srcObject));

27. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

286 : IFile file = WorkbenchResourceHelper.getFile((EObject)obj);

28. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

286 : IFile file = WorkbenchResourceHelper.getFile((EObject)obj);

29. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

329 : IFile file = WorkbenchResourceHelper.getFile((Resource)obj);

30. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

329 : IFile file = WorkbenchResourceHelper.getFile((Resource)obj);

31. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

348 : IVirtualComponent comp = ComponentUtilities.findComponent(link);

32. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

348 : IVirtualComponent comp = ComponentUtilities.findComponent(link);

33. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

420 : IResource resource = WorkbenchResourceHelper.getFile(object);

34. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

420 : IResource resource = WorkbenchResourceHelper.getFile(object);

35. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

OpenJ2EEResourceAction.java :

438 : EditorUtility.openInEditor(cu);

36. WARNING: DiscouragedReference

Discouraged access: The method openInEditor(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

OpenJ2EEResourceAction.java :

438 : EditorUtility.openInEditor(cu);

37. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

OpenJ2EEResourceAction.java :

441 : EditorUtility.openInEditor(classFile);

38. WARNING: DiscouragedReference

Discouraged access: The method openInEditor(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

OpenJ2EEResourceAction.java :

441 : EditorUtility.openInEditor(classFile);

Source File: org/eclipse/jst/j2ee/internal/actions/WorkspaceModifyComposedOperation.java
1. WARNING: DiscouragedReference

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

WorkspaceModifyComposedOperation.java :

23 : public class WorkspaceModifyComposedOperation extends org.eclipse.wst.common.frameworks.internal.ui.WorkspaceModifyComposedOperation {

2. WARNING: DiscouragedReference

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

WorkspaceModifyComposedOperation.java :

25 : super(rule);

3. WARNING: DiscouragedReference

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

WorkspaceModifyComposedOperation.java :

29 : super();

4. WARNING: DiscouragedReference

Discouraged access: The constructor WorkspaceModifyComposedOperation(ISchedulingRule, List) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

WorkspaceModifyComposedOperation.java :

33 : super(rule, nestedRunnablesWithProgress);

5. WARNING: DiscouragedReference

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

WorkspaceModifyComposedOperation.java :

37 : super(nestedRunnablesWithProgress);

6. WARNING: DiscouragedReference

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

WorkspaceModifyComposedOperation.java :

41 : super(nestedOp);

Source File: org/eclipse/jst/j2ee/internal/classpathdep/ui/ClasspathDependencyAttributeConfiguration.java
1. WARNING: DiscouragedReference

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

ClasspathDependencyAttributeConfiguration.java :

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

2. WARNING: DiscouragedReference

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

ClasspathDependencyAttributeConfiguration.java :

50 : final URL gifImageURL = (URL) J2EEPlugin.getPlugin().getImage("CPDep"); //$NON-NLS-1$

3. WARNING: DiscouragedReference

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

ClasspathDependencyAttributeConfiguration.java :

50 : final URL gifImageURL = (URL) J2EEPlugin.getPlugin().getImage("CPDep"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

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

ClasspathDependencyAttributeConfiguration.java :

50 : final URL gifImageURL = (URL) J2EEPlugin.getPlugin().getImage("CPDep"); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/classpathdep/ui/ClasspathDependencyValidatorMarkerResolutions.java
1. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

27 : import org.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;

2. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

33 : import org.eclipse.wst.validation.internal.ConfigurationConstants;

3. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

48 : messageId = (String) marker.getAttribute(ConfigurationConstants.VALIDATION_MARKER_MESSAGEID);

4. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

48 : messageId = (String) marker.getAttribute(ConfigurationConstants.VALIDATION_MARKER_MESSAGEID);

5. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

49 : cpEntryPath = (String) marker.getAttribute(ConfigurationConstants.VALIDATION_MARKER_GROUP);

6. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

49 : cpEntryPath = (String) marker.getAttribute(ConfigurationConstants.VALIDATION_MARKER_GROUP);

7. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

59 : if (ClasspathDependencyValidator.AppClientProject.equals(messageId)) {

8. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

59 : if (ClasspathDependencyValidator.AppClientProject.equals(messageId)) {

9. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

61 : } else if (ClasspathDependencyValidator.DuplicateClassFolderEntry.equals(messageId)) {

10. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

61 : } else if (ClasspathDependencyValidator.DuplicateClassFolderEntry.equals(messageId)) {

11. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

64 : } else if (ClasspathDependencyValidator.DuplicateArchiveName.equals(messageId)) {

12. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

64 : } else if (ClasspathDependencyValidator.DuplicateArchiveName.equals(messageId)) {

13. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

67 : } else if (ClasspathDependencyValidator.FilteredContainer.equals(messageId)) {

14. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

67 : } else if (ClasspathDependencyValidator.FilteredContainer.equals(messageId)) {

15. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

70 : } else if (ClasspathDependencyValidator.InvalidNonWebRuntimePath.equals(messageId)) {

16. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

70 : } else if (ClasspathDependencyValidator.InvalidNonWebRuntimePath.equals(messageId)) {

17. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

73 : } else if (ClasspathDependencyValidator.InvalidWebRuntimePath.equals(messageId)) {

18. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

73 : } else if (ClasspathDependencyValidator.InvalidWebRuntimePath.equals(messageId)) {

19. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

76 : } else if (ClasspathDependencyValidator.NonTaggedExportedClasses.equals(messageId)) {

20. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

76 : } else if (ClasspathDependencyValidator.NonTaggedExportedClasses.equals(messageId)) {

21. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

85 : } else if (ClasspathDependencyValidator.ProjectClasspathEntry.equals(messageId)) {

22. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

85 : } else if (ClasspathDependencyValidator.ProjectClasspathEntry.equals(messageId)) {

23. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

88 : } else if (ClasspathDependencyValidator.RootMappingNonEARWARRef.equals(messageId)) {

24. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

88 : } else if (ClasspathDependencyValidator.RootMappingNonEARWARRef.equals(messageId)) {

25. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

90 : } else if (ClasspathDependencyValidator.SourceEntry.equals(messageId)) {

26. WARNING: DiscouragedReference

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

ClasspathDependencyValidatorMarkerResolutions.java :

90 : } else if (ClasspathDependencyValidator.SourceEntry.equals(messageId)) {

Source File: org/eclipse/jst/j2ee/internal/classpathdep/ui/ClasspathNonDependencyAttributeConfiguration.java
1. WARNING: DiscouragedReference

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

ClasspathNonDependencyAttributeConfiguration.java :

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

2. WARNING: DiscouragedReference

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

ClasspathNonDependencyAttributeConfiguration.java :

50 : final URL gifImageURL = (URL) J2EEPlugin.getPlugin().getImage("CPDep"); //$NON-NLS-1$

3. WARNING: DiscouragedReference

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

ClasspathNonDependencyAttributeConfiguration.java :

50 : final URL gifImageURL = (URL) J2EEPlugin.getPlugin().getImage("CPDep"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

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

ClasspathNonDependencyAttributeConfiguration.java :

50 : final URL gifImageURL = (URL) J2EEPlugin.getPlugin().getImage("CPDep"); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/command/J2EECopyCommand.java
1. WARNING: DiscouragedReference

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

J2EECopyCommand.java :

19 : import org.eclipse.wst.common.internal.emf.utilities.CopyGroup;

2. WARNING: DiscouragedReference

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

J2EECopyCommand.java :

20 : import org.eclipse.wst.common.internal.emf.utilities.EtoolsCopyUtility;

3. WARNING: DiscouragedReference

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

J2EECopyCommand.java :

28 : protected EtoolsCopyUtility copyUtil;

4. WARNING: DiscouragedReference

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

J2EECopyCommand.java :

30 : public J2EECopyCommand(EObject object, EObject binding, EObject extension, EtoolsCopyUtility copyUtility) {

5. WARNING: DiscouragedReference

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

J2EECopyCommand.java :

42 : CopyGroup group = new CopyGroup();

6. WARNING: DiscouragedReference

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

J2EECopyCommand.java :

42 : CopyGroup group = new CopyGroup();

7. WARNING: DiscouragedReference

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

J2EECopyCommand.java :

42 : CopyGroup group = new CopyGroup();

8. WARNING: DiscouragedReference

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

J2EECopyCommand.java :

44 : group.add(objectToCopy);

9. WARNING: DiscouragedReference

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

J2EECopyCommand.java :

47 : group.add(bindingToCopy);

10. WARNING: DiscouragedReference

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

J2EECopyCommand.java :

49 : group.add(extensionToCopy);

11. WARNING: DiscouragedReference

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

J2EECopyCommand.java :

50 : copyUtil.copy(group);

12. WARNING: DiscouragedReference

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

J2EECopyCommand.java :

51 : EObject copy = copyUtil.getCopy(objectToCopy);

13. WARNING: DiscouragedReference

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

J2EECopyCommand.java :

55 : result.addBinding(copy, copyUtil.getCopy(bindingToCopy));

14. WARNING: DiscouragedReference

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

J2EECopyCommand.java :

57 : result.addExtension(copy, copyUtil.getCopy(extensionToCopy));

Source File: org/eclipse/jst/j2ee/internal/command/J2EECopyFromClipboardCommand.java
1. WARNING: DiscouragedReference

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

J2EECopyFromClipboardCommand.java :

20 : import org.eclipse.wst.common.internal.emf.utilities.CopyGroup;

2. WARNING: DiscouragedReference

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

J2EECopyFromClipboardCommand.java :

21 : import org.eclipse.wst.common.internal.emf.utilities.EtoolsCopyUtility;

3. WARNING: DiscouragedReference

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

J2EECopyFromClipboardCommand.java :

32 : private EtoolsCopyUtility copyUtil;

4. WARNING: DiscouragedReference

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

J2EECopyFromClipboardCommand.java :

46 : copyUtil = new EtoolsCopyUtility();

5. WARNING: DiscouragedReference

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

J2EECopyFromClipboardCommand.java :

46 : copyUtil = new EtoolsCopyUtility();

6. WARNING: DiscouragedReference

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

J2EECopyFromClipboardCommand.java :

50 : CopyGroup group = new CopyGroup();

7. WARNING: DiscouragedReference

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

J2EECopyFromClipboardCommand.java :

50 : CopyGroup group = new CopyGroup();

8. WARNING: DiscouragedReference

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

J2EECopyFromClipboardCommand.java :

50 : CopyGroup group = new CopyGroup();

9. WARNING: DiscouragedReference

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

J2EECopyFromClipboardCommand.java :

52 : group.add(o);

10. WARNING: DiscouragedReference

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

J2EECopyFromClipboardCommand.java :

55 : group.add(bnd);

11. WARNING: DiscouragedReference

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

J2EECopyFromClipboardCommand.java :

58 : group.add(ext);

12. WARNING: DiscouragedReference

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

J2EECopyFromClipboardCommand.java :

59 : copyUtil.copy(group);

13. WARNING: DiscouragedReference

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

J2EECopyFromClipboardCommand.java :

60 : EObject copy = copyUtil.getCopy(o);

14. WARNING: DiscouragedReference

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

J2EECopyFromClipboardCommand.java :

63 : result.addBinding(copy, copyUtil.getCopy(bnd));

15. WARNING: DiscouragedReference

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

J2EECopyFromClipboardCommand.java :

65 : result.addExtension(copy, copyUtil.getCopy(ext));

Source File: org/eclipse/jst/j2ee/internal/command/J2EECopyToClipboardOverrideCommand.java
1. WARNING: DiscouragedReference

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

J2EECopyToClipboardOverrideCommand.java :

21 : import org.eclipse.wst.common.internal.emf.utilities.EtoolsCopyUtility;

2. WARNING: DiscouragedReference

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

J2EECopyToClipboardOverrideCommand.java :

36 : EtoolsCopyUtility copyUtil = new EtoolsCopyUtility();

3. WARNING: DiscouragedReference

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

J2EECopyToClipboardOverrideCommand.java :

36 : EtoolsCopyUtility copyUtil = new EtoolsCopyUtility();

4. WARNING: DiscouragedReference

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

J2EECopyToClipboardOverrideCommand.java :

36 : EtoolsCopyUtility copyUtil = new EtoolsCopyUtility();

Source File: org/eclipse/jst/j2ee/internal/command/J2EEPasteFromClipboardOverrideCommand.java
1. WARNING: DiscouragedReference

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

J2EEPasteFromClipboardOverrideCommand.java :

22 : import org.eclipse.jst.j2ee.common.internal.util.IDUtility;

2. WARNING: DiscouragedReference

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

J2EEPasteFromClipboardOverrideCommand.java :

44 : IDUtility.setDefaultID(o, true);

3. WARNING: DiscouragedReference

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

J2EEPasteFromClipboardOverrideCommand.java :

44 : IDUtility.setDefaultID(o, true);

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

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

EnterpriseDeployableArtifactAdapterFactory.java :

33 : return EnterpriseApplicationDeployableAdapterUtil.getModuleObject(obj);

2. WARNING: DiscouragedReference

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

EnterpriseDeployableArtifactAdapterFactory.java :

33 : return EnterpriseApplicationDeployableAdapterUtil.getModuleObject(obj);

Source File: org/eclipse/jst/j2ee/internal/dialogs/FilteredFileSelectionDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type TypedElementSelectionValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

FilteredFileSelectionDialog.java :

14 : import org.eclipse.jdt.internal.ui.wizards.TypedElementSelectionValidator;

2. WARNING: DiscouragedReference

Discouraged access: The constructor TypedElementSelectionValidator(Class[], boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

FilteredFileSelectionDialog.java :

62 : setValidator(new TypedElementSelectionValidator(new Class[]{IFile.class}, allowMultiple));

3. WARNING: DiscouragedReference

Discouraged access: The type TypedElementSelectionValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

FilteredFileSelectionDialog.java :

62 : setValidator(new TypedElementSelectionValidator(new Class[]{IFile.class}, allowMultiple));

Source File: org/eclipse/jst/j2ee/internal/dialogs/RuntimeSelectionDialog.java
1. WARNING: DiscouragedReference

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

RuntimeSelectionDialog.java :

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

RuntimeSelectionDialog.java :

123 : IRuntime runtime = J2EEProjectUtilities.getServerRuntime(project);

3. WARNING: DiscouragedReference

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

RuntimeSelectionDialog.java :

123 : IRuntime runtime = J2EEProjectUtilities.getServerRuntime(project);

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/AbstractMethodsContentProvider.java
1. WARNING: DiscouragedReference

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

AbstractMethodsContentProvider.java :

32 : import org.eclipse.jst.j2ee.ejb.internal.impl.EjbFactoryImpl;

2. WARNING: DiscouragedReference

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

AbstractMethodsContentProvider.java :

34 : import org.eclipse.wst.common.frameworks.internal.ui.DisplayUtility;

3. WARNING: DiscouragedReference

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

AbstractMethodsContentProvider.java :

38 : protected static EStructuralFeature ME_EJB_SF = EjbFactoryImpl.getPackage().getMethodElement_EnterpriseBean();

4. WARNING: DiscouragedReference

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

AbstractMethodsContentProvider.java :

38 : protected static EStructuralFeature ME_EJB_SF = EjbFactoryImpl.getPackage().getMethodElement_EnterpriseBean();

5. WARNING: DiscouragedReference

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

AbstractMethodsContentProvider.java :

39 : protected static EStructuralFeature JAR_ASSEMBLY_SF = EjbFactoryImpl.getPackage().getEJBJar_AssemblyDescriptor();

6. WARNING: DiscouragedReference

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

AbstractMethodsContentProvider.java :

39 : protected static EStructuralFeature JAR_ASSEMBLY_SF = EjbFactoryImpl.getPackage().getEJBJar_AssemblyDescriptor();

7. WARNING: DiscouragedReference

Discouraged access: The type EJBNameComparator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

AbstractMethodsContentProvider.java :

70 : return EJBNameComparator.singleton();

8. WARNING: DiscouragedReference

Discouraged access: The method singleton() from the type EJBNameComparator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

AbstractMethodsContentProvider.java :

70 : return EJBNameComparator.singleton();

9. WARNING: DiscouragedReference

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

AbstractMethodsContentProvider.java :

148 : DisplayUtility.asyncExec(createRefreshTreeRunnable(obj));

10. WARNING: DiscouragedReference

Discouraged access: The method asyncExec(Runnable) from the type DisplayUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AbstractMethodsContentProvider.java :

148 : DisplayUtility.asyncExec(createRefreshTreeRunnable(obj));

11. WARNING: DiscouragedReference

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

AbstractMethodsContentProvider.java :

153 : DisplayUtility.asyncExec(createRefreshTreeRunnable(null));

12. WARNING: DiscouragedReference

Discouraged access: The method asyncExec(Runnable) from the type DisplayUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AbstractMethodsContentProvider.java :

153 : DisplayUtility.asyncExec(createRefreshTreeRunnable(null));

13. WARNING: DiscouragedReference

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

AbstractMethodsContentProvider.java :

169 : DisplayUtility.asyncExec(new Runnable() {

14. WARNING: DiscouragedReference

Discouraged access: The method asyncExec(Runnable) from the type DisplayUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AbstractMethodsContentProvider.java :

169 : DisplayUtility.asyncExec(new Runnable() { /* * (non-Javadoc) * * @see java.lang.Runnable#run() */ public void run() { // findMethodItem() should be run in a Display thread EJBMethodItem item = findMethodItem(me); if (item != null) DisplayUtility.asyncExec(createAddItemTreeRunnable(item, me)); else refreshTreeViewer(me.eContainer()); } });

15. WARNING: DiscouragedReference

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

AbstractMethodsContentProvider.java :

180 : DisplayUtility.asyncExec(createAddItemTreeRunnable(item, me));

16. WARNING: DiscouragedReference

Discouraged access: The method asyncExec(Runnable) from the type DisplayUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AbstractMethodsContentProvider.java :

180 : DisplayUtility.asyncExec(createAddItemTreeRunnable(item, me));

17. WARNING: DiscouragedReference

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

AbstractMethodsContentProvider.java :

191 : DisplayUtility.asyncExec(new Runnable() {

18. WARNING: DiscouragedReference

Discouraged access: The method asyncExec(Runnable) from the type DisplayUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AbstractMethodsContentProvider.java :

191 : DisplayUtility.asyncExec(new Runnable() { /* * (non-Javadoc) * * @see java.lang.Runnable#run() */ public void run() { EnterpriseBean ejb = me.getEnterpriseBean(); EJBMethodItem item = findMethodItem(ejb, parent); if (item != null) refreshTreeViewer(item); else refreshTreeViewer((Object) null); } });

19. WARNING: DiscouragedReference

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

AbstractMethodsContentProvider.java :

269 : DisplayUtility.asyncExec(new Runnable() {

20. WARNING: DiscouragedReference

Discouraged access: The method asyncExec(Runnable) from the type DisplayUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AbstractMethodsContentProvider.java :

269 : DisplayUtility.asyncExec(new Runnable() { /* * (non-Javadoc) * * @see java.lang.Runnable#run() */ public void run() { getTreeViewer().setInput(target); //reset the input getTreeViewer().refresh(target); } });

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/ExcludeListContentProvider.java
1. WARNING: DiscouragedReference

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

ExcludeListContentProvider.java :

27 : import org.eclipse.jst.j2ee.ejb.internal.impl.EjbFactoryImpl;

2. WARNING: DiscouragedReference

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

ExcludeListContentProvider.java :

31 : private static final EStructuralFeature EXCLUDE_ME_SF = EjbFactoryImpl.getPackage().getExcludeList_MethodElements();

3. WARNING: DiscouragedReference

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

ExcludeListContentProvider.java :

31 : private static final EStructuralFeature EXCLUDE_ME_SF = EjbFactoryImpl.getPackage().getExcludeList_MethodElements();

4. WARNING: DiscouragedReference

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

ExcludeListContentProvider.java :

32 : private static final EStructuralFeature AD_EL_SF = EjbFactoryImpl.getPackage().getAssemblyDescriptor_ExcludeList();

5. WARNING: DiscouragedReference

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

ExcludeListContentProvider.java :

32 : private static final EStructuralFeature AD_EL_SF = EjbFactoryImpl.getPackage().getAssemblyDescriptor_ExcludeList();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/GroupedEJBItemProvider.java
1. WARNING: DiscouragedReference

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

GroupedEJBItemProvider.java :

19 : import org.eclipse.jst.j2ee.internal.provider.J2EEItemProvider;

2. WARNING: DiscouragedReference

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

GroupedEJBItemProvider.java :

26 : public abstract class GroupedEJBItemProvider extends J2EEItemProvider {

3. WARNING: DiscouragedReference

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

GroupedEJBItemProvider.java :

29 : super(adapterFactory, text, image, parent, children);

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/GroupedEJBJarItemProvider.java
1. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

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

2. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

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

3. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

33 : import org.eclipse.jst.j2ee.internal.provider.J2EEItemProvider;

4. WARNING: DiscouragedReference

Discouraged access: The type EJBJarItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

GroupedEJBJarItemProvider.java :

43 : public class GroupedEJBJarItemProvider extends EJBJarItemProvider {

5. WARNING: DiscouragedReference

Discouraged access: The constructor EJBJarItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

GroupedEJBJarItemProvider.java :

67 : super(adapterFactory);

6. WARNING: DiscouragedReference

Discouraged access: The type EJBNameComparator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

GroupedEJBJarItemProvider.java :

146 : Arrays.sort(beansArray, EJBNameComparator.singleton());

7. WARNING: DiscouragedReference

Discouraged access: The method singleton() from the type EJBNameComparator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

GroupedEJBJarItemProvider.java :

146 : Arrays.sort(beansArray, EJBNameComparator.singleton());

8. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

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

9. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

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

10. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

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

11. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

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

12. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

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

13. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

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

14. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

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

15. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

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

16. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

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

17. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

193 : case J2EEVersionConstants.EJB_1_0_ID :

18. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

193 : case J2EEVersionConstants.EJB_1_0_ID :

19. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

194 : case J2EEVersionConstants.EJB_1_1_ID :

20. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

194 : case J2EEVersionConstants.EJB_1_1_ID :

21. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

196 : case J2EEVersionConstants.EJB_2_0_ID :

22. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

196 : case J2EEVersionConstants.EJB_2_0_ID :

23. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

197 : case J2EEVersionConstants.EJB_2_1_ID :

24. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

197 : case J2EEVersionConstants.EJB_2_1_ID :

25. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

210 : J2EEItemProvider provider = beansChanged((EJBJar) notification.getNotifier(), notification.getEventType(), notification.getOldValue(), notification.getNewValue(), notification.getPosition());

26. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type EJBJarItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

GroupedEJBJarItemProvider.java :

251 : super.notifyChanged(notification);

27. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

255 : protected J2EEItemProvider beansChanged(EJBJar ejbJar, int eventType, Object oldValue, Object newValue, int pos) {

28. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

256 : J2EEItemProvider provider = getItemProvider(ejbJar, oldValue, newValue);

29. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

305 : static public J2EEItemProvider getEJBJarItemProvider(EJBJar ejbJar, Object bean) {

30. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

306 : J2EEItemProvider provider = null;

31. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

319 : static public J2EEItemProvider getEJBItemProvider(EnterpriseBean bean) {

32. WARNING: DiscouragedReference

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

GroupedEJBJarItemProvider.java :

327 : protected J2EEItemProvider getItemProvider(EJBJar ejbJar, Object oldValue, Object newValue) {

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/J2EEContainerManagedEntityItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type ContainerManagedEntityItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEContainerManagedEntityItemProvider.java :

27 : public class J2EEContainerManagedEntityItemProvider extends ContainerManagedEntityItemProvider {

2. WARNING: DiscouragedReference

Discouraged access: The type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEContainerManagedEntityItemProvider.java :

34 : public J2EEContainerManagedEntityItemProvider(EjbItemProviderAdapterFactory adapterFactory) {

3. WARNING: DiscouragedReference

Discouraged access: The constructor ContainerManagedEntityItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEContainerManagedEntityItemProvider.java :

35 : super(adapterFactory);

4. WARNING: DiscouragedReference

Discouraged access: The method getChildren(Object) from the type ContainerManagedEntityItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEContainerManagedEntityItemProvider.java :

41 : result.addAll(super.getChildren(object));

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/J2EEEjbItemProviderAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEjbItemProviderAdapterFactory.java :

21 : public class J2EEEjbItemProviderAdapterFactory extends org.eclipse.jst.j2ee.internal.ejb.provider.EjbItemProviderAdapterFactory {

2. WARNING: DiscouragedReference

Discouraged access: The constructor EjbItemProviderAdapterFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEjbItemProviderAdapterFactory.java :

26 : super();

3. WARNING: DiscouragedReference

Discouraged access: The field containerManagedEntityItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEjbItemProviderAdapterFactory.java :

35 : if (containerManagedEntityItemProvider == null) {

4. WARNING: DiscouragedReference

Discouraged access: The field containerManagedEntityItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEjbItemProviderAdapterFactory.java :

36 : containerManagedEntityItemProvider = new J2EEContainerManagedEntityItemProvider(this);

5. WARNING: DiscouragedReference

Discouraged access: The field containerManagedEntityItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEjbItemProviderAdapterFactory.java :

39 : return containerManagedEntityItemProvider;

6. WARNING: DiscouragedReference

Discouraged access: The field eJBJarItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEjbItemProviderAdapterFactory.java :

47 : if (eJBJarItemProvider == null) {

7. WARNING: DiscouragedReference

Discouraged access: The field eJBJarItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEjbItemProviderAdapterFactory.java :

48 : eJBJarItemProvider = new GroupedEJBJarItemProvider(this, true);

8. WARNING: DiscouragedReference

Discouraged access: The field eJBJarItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEjbItemProviderAdapterFactory.java :

51 : return eJBJarItemProvider;

9. WARNING: DiscouragedReference

Discouraged access: The field entityItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEjbItemProviderAdapterFactory.java :

59 : if (entityItemProvider == null) {

10. WARNING: DiscouragedReference

Discouraged access: The field entityItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEjbItemProviderAdapterFactory.java :

60 : entityItemProvider = new J2EEEntityItemProvider(this);

11. WARNING: DiscouragedReference

Discouraged access: The field entityItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEjbItemProviderAdapterFactory.java :

63 : return entityItemProvider;

12. WARNING: DiscouragedReference

Discouraged access: The field sessionItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEjbItemProviderAdapterFactory.java :

71 : if (sessionItemProvider == null) {

13. WARNING: DiscouragedReference

Discouraged access: The field sessionItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEjbItemProviderAdapterFactory.java :

72 : sessionItemProvider = new J2EESessionItemProvider(this);

14. WARNING: DiscouragedReference

Discouraged access: The field sessionItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEjbItemProviderAdapterFactory.java :

75 : return sessionItemProvider;

15. WARNING: DiscouragedReference

Discouraged access: The field messageDrivenItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEjbItemProviderAdapterFactory.java :

80 : if (messageDrivenItemProvider == null) {

16. WARNING: DiscouragedReference

Discouraged access: The field messageDrivenItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEjbItemProviderAdapterFactory.java :

81 : messageDrivenItemProvider = new J2EEMessageDrivenItemProvider(this);

17. WARNING: DiscouragedReference

Discouraged access: The field messageDrivenItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEjbItemProviderAdapterFactory.java :

83 : return messageDrivenItemProvider;

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/J2EEEntityItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type EntityItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEntityItemProvider.java :

26 : public class J2EEEntityItemProvider extends EntityItemProvider {

2. WARNING: DiscouragedReference

Discouraged access: The constructor EntityItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEntityItemProvider.java :

34 : super(adapterFactory);

3. WARNING: DiscouragedReference

Discouraged access: The method getChildrenSuper(Object) from the type EnterpriseBeanItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEEntityItemProvider.java :

40 : result.addAll(super.getChildrenSuper(object));

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/J2EEJavaClassProviderHelper.java
1. WARNING: DiscouragedReference

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

J2EEJavaClassProviderHelper.java :

27 : import org.eclipse.wst.common.frameworks.internal.ui.OverlayIcon;

2. WARNING: DiscouragedReference

Discouraged access: The constructor OverlayIcon(ImageDescriptor, ImageDescriptor[][]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEJavaClassProviderHelper.java :

69 : return new OverlayIcon(base, new ImageDescriptor[][]{{overlay}}).createImage();

3. WARNING: DiscouragedReference

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

J2EEJavaClassProviderHelper.java :

69 : return new OverlayIcon(base, new ImageDescriptor[][]{{overlay}}).createImage();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/J2EEMessageDrivenItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type MessageDrivenItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEMessageDrivenItemProvider.java :

28 : public class J2EEMessageDrivenItemProvider extends MessageDrivenItemProvider {

2. WARNING: DiscouragedReference

Discouraged access: The constructor MessageDrivenItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEMessageDrivenItemProvider.java :

31 : super(adapterFactory);

3. WARNING: DiscouragedReference

Discouraged access: The method getChildrenSuper(Object) from the type EnterpriseBeanItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEMessageDrivenItemProvider.java :

37 : result.addAll(super.getChildrenSuper(object));

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/J2EESessionItemProvider.java
1. WARNING: DiscouragedReference

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

J2EESessionItemProvider.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type SessionItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EESessionItemProvider.java :

27 : public class J2EESessionItemProvider extends org.eclipse.jst.j2ee.internal.ejb.provider.SessionItemProvider {

3. WARNING: DiscouragedReference

Discouraged access: The constructor SessionItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EESessionItemProvider.java :

35 : super(adapterFactory);

4. WARNING: DiscouragedReference

Discouraged access: The method getChildrenSuper(Object) from the type EnterpriseBeanItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EESessionItemProvider.java :

41 : result.addAll(super.getChildrenSuper(object));

5. WARNING: DiscouragedReference

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

J2EESessionItemProvider.java :

52 : if (session.getVersionID() >= J2EEVersionConstants.EJB_2_1_ID && session.getServiceEndpoint() != null)

6. WARNING: DiscouragedReference

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

J2EESessionItemProvider.java :

52 : if (session.getVersionID() >= J2EEVersionConstants.EJB_2_1_ID && session.getServiceEndpoint() != null)

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/MethodPermissionsContentProvider.java
1. WARNING: DiscouragedReference

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

MethodPermissionsContentProvider.java :

25 : import org.eclipse.jst.j2ee.ejb.internal.impl.EjbFactoryImpl;

2. WARNING: DiscouragedReference

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

MethodPermissionsContentProvider.java :

29 : private static final EStructuralFeature PERMISSION_MES_SF = EjbFactoryImpl.getPackage().getMethodPermission_MethodElements();

3. WARNING: DiscouragedReference

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

MethodPermissionsContentProvider.java :

29 : private static final EStructuralFeature PERMISSION_MES_SF = EjbFactoryImpl.getPackage().getMethodPermission_MethodElements();

4. WARNING: DiscouragedReference

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

MethodPermissionsContentProvider.java :

30 : private static final EStructuralFeature PERMISSION_MES_UNCHECKED_SF = EjbFactoryImpl.getPackage().getMethodPermission_Unchecked();

5. WARNING: DiscouragedReference

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

MethodPermissionsContentProvider.java :

30 : private static final EStructuralFeature PERMISSION_MES_UNCHECKED_SF = EjbFactoryImpl.getPackage().getMethodPermission_Unchecked();

6. WARNING: DiscouragedReference

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

MethodPermissionsContentProvider.java :

31 : private static final EStructuralFeature PERMISSION_MES_ROLES_SF = EjbFactoryImpl.getPackage().getMethodPermission_Roles();

7. WARNING: DiscouragedReference

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

MethodPermissionsContentProvider.java :

31 : private static final EStructuralFeature PERMISSION_MES_ROLES_SF = EjbFactoryImpl.getPackage().getMethodPermission_Roles();

8. WARNING: DiscouragedReference

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

MethodPermissionsContentProvider.java :

32 : private static final EStructuralFeature AD_MP_SF = EjbFactoryImpl.getPackage().getAssemblyDescriptor_MethodPermissions();

9. WARNING: DiscouragedReference

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

MethodPermissionsContentProvider.java :

32 : private static final EStructuralFeature AD_MP_SF = EjbFactoryImpl.getPackage().getAssemblyDescriptor_MethodPermissions();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/MethodTransactionContentProvider.java
1. WARNING: DiscouragedReference

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

MethodTransactionContentProvider.java :

24 : import org.eclipse.jst.j2ee.ejb.internal.impl.EjbFactoryImpl;

2. WARNING: DiscouragedReference

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

MethodTransactionContentProvider.java :

28 : private static final EStructuralFeature TRANSACTION_MES_SF = EjbFactoryImpl.getPackage().getMethodTransaction_MethodElements();

3. WARNING: DiscouragedReference

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

MethodTransactionContentProvider.java :

28 : private static final EStructuralFeature TRANSACTION_MES_SF = EjbFactoryImpl.getPackage().getMethodTransaction_MethodElements();

4. WARNING: DiscouragedReference

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

MethodTransactionContentProvider.java :

29 : private static final EStructuralFeature AD_MT_SF = EjbFactoryImpl.getPackage().getAssemblyDescriptor_MethodTransactions();

5. WARNING: DiscouragedReference

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

MethodTransactionContentProvider.java :

29 : private static final EStructuralFeature AD_MT_SF = EjbFactoryImpl.getPackage().getAssemblyDescriptor_MethodTransactions();

Source File: org/eclipse/jst/j2ee/internal/listeners/IValidateEditListener.java
1. WARNING: DiscouragedReference

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

IValidateEditListener.java :

16 : import org.eclipse.wst.common.internal.emfworkbench.validateedit.ResourceStateValidatorPresenter;

2. WARNING: DiscouragedReference

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

IValidateEditListener.java :

19 : public interface IValidateEditListener extends ResourceStateValidatorPresenter, IPartListener, ShellListener {

Source File: org/eclipse/jst/j2ee/internal/listeners/ValidateEditListener.java
1. WARNING: DiscouragedReference

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

ValidateEditListener.java :

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

2. WARNING: DiscouragedReference

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

ValidateEditListener.java :

34 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModel;

3. WARNING: DiscouragedReference

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

ValidateEditListener.java :

35 : import org.eclipse.wst.common.internal.emfworkbench.validateedit.IValidateEditContext;

4. WARNING: DiscouragedReference

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

ValidateEditListener.java :

36 : import org.eclipse.wst.common.internal.emfworkbench.validateedit.ResourceStateValidator;

5. WARNING: DiscouragedReference

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

ValidateEditListener.java :

38 : public class ValidateEditListener extends ShellAdapter implements IValidateEditListener, IValidateEditContext {

6. WARNING: DiscouragedReference

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

ValidateEditListener.java :

40 : protected ResourceStateValidator fValidator;

7. WARNING: DiscouragedReference

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

ValidateEditListener.java :

80 : public ValidateEditListener(IWorkbenchPart part, ResourceStateValidator aValidator) {

8. WARNING: DiscouragedReference

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

ValidateEditListener.java :

101 : public ResourceStateValidator getValidator() {

9. WARNING: DiscouragedReference

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

ValidateEditListener.java :

131 : IFile aFile = WorkbenchResourceHelper.getFile((Resource) file);

10. WARNING: DiscouragedReference

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

ValidateEditListener.java :

131 : IFile aFile = WorkbenchResourceHelper.getFile((Resource) file);

11. WARNING: DiscouragedReference

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

ValidateEditListener.java :

175 : fValidator.checkActivation(this);

12. WARNING: DiscouragedReference

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

ValidateEditListener.java :

218 : fValidator.lostActivation(this);

13. WARNING: DiscouragedReference

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

ValidateEditListener.java :

242 : final IStatus status = fValidator.validateState(this);

14. WARNING: DiscouragedReference

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

ValidateEditListener.java :

255 : fValidator.checkActivation(this);

15. WARNING: DiscouragedReference

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

ValidateEditListener.java :

262 : return ResourceStateValidator.OK_STATUS;

16. WARNING: DiscouragedReference

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

ValidateEditListener.java :

262 : return ResourceStateValidator.OK_STATUS;

17. WARNING: DiscouragedReference

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

ValidateEditListener.java :

288 : fHasReadOnlyFiles = fValidator.checkReadOnly();

18. WARNING: DiscouragedReference

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

ValidateEditListener.java :

316 : return validateState().isOK() && getValidator().checkSave(this);

19. WARNING: DiscouragedReference

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

ValidateEditListener.java :

323 : public void setEditModel(EditModel anEditModel) {

20. WARNING: DiscouragedReference

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

ValidateEditListener.java :

328 : public IStatus validateState(EditModel anEditModel) {

Source File: org/eclipse/jst/j2ee/internal/perspective/J2EEPerspective.java
1. WARNING: DiscouragedReference

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

J2EEPerspective.java :

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

2. WARNING: DiscouragedReference

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

J2EEPerspective.java :

19 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPreferences;

3. WARNING: DiscouragedReference

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

J2EEPerspective.java :

50 : viewerID = J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.ID_PERSPECTIVE_HIERARCHY_VIEW);

4. WARNING: DiscouragedReference

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

J2EEPerspective.java :

50 : viewerID = J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.ID_PERSPECTIVE_HIERARCHY_VIEW);

5. WARNING: DiscouragedReference

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

J2EEPerspective.java :

50 : viewerID = J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.ID_PERSPECTIVE_HIERARCHY_VIEW);

6. WARNING: DiscouragedReference

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

J2EEPerspective.java :

50 : viewerID = J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.ID_PERSPECTIVE_HIERARCHY_VIEW);

7. WARNING: DiscouragedReference

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

J2EEPerspective.java :

50 : viewerID = J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.ID_PERSPECTIVE_HIERARCHY_VIEW);

8. WARNING: DiscouragedReference

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

J2EEPerspective.java :

50 : viewerID = J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.ID_PERSPECTIVE_HIERARCHY_VIEW);

9. WARNING: DiscouragedReference

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

J2EEPerspective.java :

50 : viewerID = J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.ID_PERSPECTIVE_HIERARCHY_VIEW);

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

Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar

BinaryEditorUtilities.java :

31 : import org.eclipse.jdt.internal.core.JavaModelManager;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaModelStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar

BinaryEditorUtilities.java :

32 : import org.eclipse.jdt.internal.core.JavaModelStatus;

3. WARNING: DiscouragedReference

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

BinaryEditorUtilities.java :

34 : import org.eclipse.jst.jee.archive.internal.ArchiveUtil;

4. WARNING: DiscouragedReference

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

BinaryEditorUtilities.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar

BinaryEditorUtilities.java :

60 : if (JavaModelManager.ZIP_ACCESS_VERBOSE) {

6. WARNING: DiscouragedReference

Discouraged access: The field ZIP_ACCESS_VERBOSE from the type JavaModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar

BinaryEditorUtilities.java :

60 : if (JavaModelManager.ZIP_ACCESS_VERBOSE) {

7. WARNING: DiscouragedReference

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

BinaryEditorUtilities.java :

64 : ZipFile zipFile = ArchiveUtil.newZipFile(this.zipName);

8. WARNING: DiscouragedReference

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

BinaryEditorUtilities.java :

64 : ZipFile zipFile = ArchiveUtil.newZipFile(this.zipName);

9. WARNING: DiscouragedReference

Discouraged access: The constructor JavaModelStatus(int, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar

BinaryEditorUtilities.java :

67 : throw new JavaModelException(new JavaModelStatus( IJavaModelStatusConstants.INVALID_PATH, this.entryName));

10. WARNING: DiscouragedReference

Discouraged access: The type JavaModelStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar

BinaryEditorUtilities.java :

67 : throw new JavaModelException(new JavaModelStatus(

11. WARNING: DiscouragedReference

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

BinaryEditorUtilities.java :

195 : VirtualArchiveComponent component, String archiveRelativePath) {

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

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

J2EEEditorUtility.java :

24 : import org.eclipse.jdt.internal.ui.javaeditor.EditorUtility;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaClassJDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

J2EEEditorUtility.java :

25 : import org.eclipse.jem.internal.adapters.jdom.JavaClassJDOMAdaptor;

3. WARNING: DiscouragedReference

Discouraged access: The type ReadAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

J2EEEditorUtility.java :

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

4. WARNING: DiscouragedReference

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

J2EEEditorUtility.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type JavaClassJDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

J2EEEditorUtility.java :

76 : JavaClassJDOMAdaptor adaptor = (JavaClassJDOMAdaptor) EcoreUtil.getRegisteredAdapter(javaClass, ReadAdaptor.TYPE_KEY);

6. WARNING: DiscouragedReference

Discouraged access: The type JavaClassJDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

J2EEEditorUtility.java :

76 : JavaClassJDOMAdaptor adaptor = (JavaClassJDOMAdaptor) EcoreUtil.getRegisteredAdapter(javaClass, ReadAdaptor.TYPE_KEY);

7. WARNING: DiscouragedReference

Discouraged access: The type ReadAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

J2EEEditorUtility.java :

76 : JavaClassJDOMAdaptor adaptor = (JavaClassJDOMAdaptor) EcoreUtil.getRegisteredAdapter(javaClass, ReadAdaptor.TYPE_KEY);

8. WARNING: DiscouragedReference

Discouraged access: The field TYPE_KEY from the type ReadAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

J2EEEditorUtility.java :

76 : JavaClassJDOMAdaptor adaptor = (JavaClassJDOMAdaptor) EcoreUtil.getRegisteredAdapter(javaClass, ReadAdaptor.TYPE_KEY);

9. WARNING: DiscouragedReference

Discouraged access: The method getSourceType() from the type JavaClassJDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar

J2EEEditorUtility.java :

78 : return adaptor.getSourceType();

10. WARNING: DiscouragedReference

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

J2EEEditorUtility.java :

85 : return new FileEditorInput(WorkbenchResourceHelper.getFile((EObject) input));

11. WARNING: DiscouragedReference

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

J2EEEditorUtility.java :

85 : return new FileEditorInput(WorkbenchResourceHelper.getFile((EObject) input));

12. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

J2EEEditorUtility.java :

96 : input = EditorUtility.getEditorInput(comp);

13. WARNING: DiscouragedReference

Discouraged access: The method getEditorInput(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

J2EEEditorUtility.java :

96 : input = EditorUtility.getEditorInput(comp);

14. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

J2EEEditorUtility.java :

154 : return EditorUtility.openInEditor(type);

15. WARNING: DiscouragedReference

Discouraged access: The method openInEditor(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

J2EEEditorUtility.java :

154 : return EditorUtility.openInEditor(type);

16. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

J2EEEditorUtility.java :

175 : return EditorUtility.openInEditor(aCompilationUnit);

17. WARNING: DiscouragedReference

Discouraged access: The method openInEditor(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

J2EEEditorUtility.java :

175 : return EditorUtility.openInEditor(aCompilationUnit);

18. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

J2EEEditorUtility.java :

185 : return openInEditor(EditorUtility.getEditorInput(aCompilationUnit), editorId);

19. WARNING: DiscouragedReference

Discouraged access: The method getEditorInput(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

J2EEEditorUtility.java :

185 : return openInEditor(EditorUtility.getEditorInput(aCompilationUnit), editorId);

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

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

J2EEUIMessages.java :

17 : import org.eclipse.wst.common.frameworks.internal.Messages;

2. WARNING: DiscouragedReference

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

J2EEUIMessages.java :

20 : public class J2EEUIMessages extends Messages {

3. WARNING: DiscouragedReference

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

J2EEUIMessages.java :

226 : return INSTANCE.doGetResourceString(key);

4. WARNING: DiscouragedReference

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

J2EEUIMessages.java :

230 : return INSTANCE.doGetResourceString(key, args);

5. WARNING: DiscouragedReference

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

J2EEUIMessages.java :

234 : super();

6. WARNING: DiscouragedReference

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

J2EEUIMessages.java :

245 : resourceBundle = ResourceBundle.getBundle("j2ee_ui"); //$NON-NLS-1$

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

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

J2EEUIPlugin.java :

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

2. WARNING: DiscouragedReference

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

J2EEUIPlugin.java :

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

3. WARNING: DiscouragedReference

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

J2EEUIPlugin.java :

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

4. WARNING: DiscouragedReference

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

J2EEUIPlugin.java :

79 : logWarning(J2EEPluginResourceHandler.getString("Install_Location_Error_", new Object[]{url}) + e); //$NON-NLS-1$

5. WARNING: DiscouragedReference

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

J2EEUIPlugin.java :

79 : logWarning(J2EEPluginResourceHandler.getString("Install_Location_Error_", new Object[]{url}) + e); //$NON-NLS-1$

6. WARNING: DiscouragedReference

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

J2EEUIPlugin.java :

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

7. WARNING: DiscouragedReference

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

J2EEUIPlugin.java :

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

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

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

J2EEViewerSorter.java :

17 : import org.eclipse.jst.j2ee.common.internal.util.CommonUtil;

2. WARNING: DiscouragedReference

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

J2EEViewerSorter.java :

46 : return CommonUtil.isDeploymentDescriptorRoot(o);

3. WARNING: DiscouragedReference

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

J2EEViewerSorter.java :

46 : return CommonUtil.isDeploymentDescriptorRoot(o);

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

The import org.eclipse.jface.viewers.IContentProvider is never used

J2EEAdapterFactoryContentProvider.java :

21 : import org.eclipse.jface.viewers.IContentProvider;

2. WARNING: DiscouragedReference

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

J2EEAdapterFactoryContentProvider.java :

53 : J2EEItemProvider provider = GroupedEJBJarItemProvider.getEJBItemProvider((EnterpriseBean) object);

Source File: org/eclipse/jst/j2ee/internal/provider/J2EEAdapterFactoryLabelProvider.java
1. WARNING: DiscouragedReference

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

J2EEAdapterFactoryLabelProvider.java :

24 : import org.eclipse.jst.j2ee.common.internal.util.CommonUtil;

2. WARNING: DiscouragedReference

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

J2EEAdapterFactoryLabelProvider.java :

25 : import org.eclipse.jst.j2ee.ejb.internal.impl.EjbFactoryImpl;

3. WARNING: DiscouragedReference

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

J2EEAdapterFactoryLabelProvider.java :

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

4. WARNING: DiscouragedReference

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

J2EEAdapterFactoryLabelProvider.java :

42 : private static final EStructuralFeature ROLES_SF = EjbFactoryImpl.getPackage().getMethodPermission_Roles();

5. WARNING: DiscouragedReference

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

J2EEAdapterFactoryLabelProvider.java :

42 : private static final EStructuralFeature ROLES_SF = EjbFactoryImpl.getPackage().getMethodPermission_Roles();

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEAdapterFactoryLabelProvider.java :

64 : URL url = (URL) J2EEPlugin.getPlugin().getImage("jar_obj"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEAdapterFactoryLabelProvider.java :

64 : URL url = (URL) J2EEPlugin.getPlugin().getImage("jar_obj"); //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEAdapterFactoryLabelProvider.java :

64 : URL url = (URL) J2EEPlugin.getPlugin().getImage("jar_obj"); //$NON-NLS-1$

9. WARNING: DiscouragedReference

Discouraged access: The type CommonUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEAdapterFactoryLabelProvider.java :

76 : if (CommonUtil.isDeploymentDescriptorRoot(object))

10. WARNING: DiscouragedReference

Discouraged access: The method isDeploymentDescriptorRoot(Object) from the type CommonUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEAdapterFactoryLabelProvider.java :

76 : if (CommonUtil.isDeploymentDescriptorRoot(object))

Source File: org/eclipse/jst/j2ee/internal/provider/J2EEApplicationItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type ApplicationFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEApplicationItemProvider.java :

29 : import org.eclipse.jst.j2ee.application.internal.impl.ApplicationFactoryImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type ApplicationItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEApplicationItemProvider.java :

30 : import org.eclipse.jst.j2ee.internal.application.provider.ApplicationItemProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EENotificationImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEApplicationItemProvider.java :

31 : import org.eclipse.jst.j2ee.internal.ejb.provider.J2EENotificationImpl;

4. WARNING: DiscouragedReference

Discouraged access: The type ApplicationItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEApplicationItemProvider.java :

33 : public class J2EEApplicationItemProvider extends ApplicationItemProvider implements IAdaptable {

5. WARNING: DiscouragedReference

Discouraged access: The constructor ApplicationItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEApplicationItemProvider.java :

47 : super(adapterFactory);

6. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type ApplicationItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEApplicationItemProvider.java :

105 : super.notifyChanged(notification);

7. WARNING: DiscouragedReference

Discouraged access: The type ApplicationFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEApplicationItemProvider.java :

109 : else if (notification.getFeature() == ApplicationFactoryImpl.getPackage().getApplication_Modules())

8. WARNING: DiscouragedReference

Discouraged access: The method getPackage() from the type ApplicationFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEApplicationItemProvider.java :

109 : else if (notification.getFeature() == ApplicationFactoryImpl.getPackage().getApplication_Modules())

9. WARNING: DiscouragedReference

Discouraged access: The constructor J2EENotificationImpl(Object, int, Object, Object, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEApplicationItemProvider.java :

167 : fireNotifyChanged(new J2EENotificationImpl(app, Notification.MOVE, (Object) null, (Object) null, 0));

10. WARNING: DiscouragedReference

Discouraged access: The type J2EENotificationImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.401.v201007150400.jar

J2EEApplicationItemProvider.java :

167 : fireNotifyChanged(new J2EENotificationImpl(app, Notification.MOVE, (Object) null, (Object) null, 0));

Source File: org/eclipse/jst/j2ee/internal/provider/J2EEApplicationItemProviderAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type ApplicationItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEApplicationItemProviderAdapterFactory.java :

15 : import org.eclipse.jst.j2ee.internal.application.provider.ApplicationItemProviderAdapterFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type ApplicationItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEApplicationItemProviderAdapterFactory.java :

18 : public class J2EEApplicationItemProviderAdapterFactory extends ApplicationItemProviderAdapterFactory {

3. WARNING: DiscouragedReference

Discouraged access: The constructor ApplicationItemProviderAdapterFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEApplicationItemProviderAdapterFactory.java :

24 : super();

Source File: org/eclipse/jst/j2ee/internal/provider/J2EEBinaryModulesItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEBinaryModulesItemProvider.java :

17 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEBinaryModulesItemProvider.java :

20 : public class J2EEBinaryModulesItemProvider extends J2EEItemProvider {

3. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(AdapterFactory, Collection) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEBinaryModulesItemProvider.java :

23 : super(adapterFactory, children);

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEBinaryModulesItemProvider.java :

33 : return J2EEPlugin.getPlugin().getImage("folder"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEBinaryModulesItemProvider.java :

33 : return J2EEPlugin.getPlugin().getImage("folder"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEBinaryModulesItemProvider.java :

33 : return J2EEPlugin.getPlugin().getImage("folder"); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/provider/J2EEProviderUtility.java
1. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEProviderUtility.java :

14 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEProviderUtility.java :

25 : IProject proj = WorkbenchResourceHelper.getProject(object.eResource());

3. WARNING: DiscouragedReference

Discouraged access: The method getProject(Resource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEProviderUtility.java :

25 : IProject proj = WorkbenchResourceHelper.getProject(object.eResource());

Source File: org/eclipse/jst/j2ee/internal/provider/J2EEUtilityJarItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

33 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

34 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarItemProvider.java :

38 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;

4. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarItemProvider.java :

39 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

50 : public class J2EEUtilityJarItemProvider extends J2EEItemProvider {

6. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

61 : super(adapterFactory);

7. WARNING: DiscouragedReference

Discouraged access: The method disableNotification() from the type J2EEItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

77 : disableNotification();

8. WARNING: DiscouragedReference

Discouraged access: The method enableNotification() from the type J2EEItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

84 : enableNotification();

9. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarItemProvider.java :

107 : IVirtualComponent ear = ComponentUtilities.findComponent(application);

10. WARNING: DiscouragedReference

Discouraged access: The method findComponent(EObject) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarItemProvider.java :

107 : IVirtualComponent ear = ComponentUtilities.findComponent(application);

11. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

133 : IFile utilityJar = project.getFile(module.getName() + IJ2EEModuleConstants.JAR_EXT);

12. WARNING: DiscouragedReference

Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

133 : IFile utilityJar = project.getFile(module.getName() + IJ2EEModuleConstants.JAR_EXT);

13. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

167 : return member.getType() == IResource.FILE && member.getName().toLowerCase().endsWith(IJ2EEModuleConstants.JAR_EXT);

14. WARNING: DiscouragedReference

Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

167 : return member.getType() == IResource.FILE && member.getName().toLowerCase().endsWith(IJ2EEModuleConstants.JAR_EXT);

15. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarItemProvider.java :

171 : return member.getType() == IResource.FILE && member.getName().toLowerCase().endsWith(IModuleConstants.COMPONENT_FILE_NAME);

16. WARNING: DiscouragedReference

Discouraged access: The field COMPONENT_FILE_NAME from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarItemProvider.java :

171 : return member.getType() == IResource.FILE && member.getName().toLowerCase().endsWith(IModuleConstants.COMPONENT_FILE_NAME);

17. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

180 : return J2EEPlugin.getPlugin().getImage("folder"); //$NON-NLS-1$

18. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

180 : return J2EEPlugin.getPlugin().getImage("folder"); //$NON-NLS-1$

19. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

180 : return J2EEPlugin.getPlugin().getImage("folder"); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/provider/MethodsProviderDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type EjbFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

MethodsProviderDelegate.java :

21 : import org.eclipse.jst.j2ee.ejb.internal.impl.EjbFactoryImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type EjbFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

MethodsProviderDelegate.java :

34 : protected static EObject EL_META = EjbFactoryImpl.getPackage().getExcludeList();

3. WARNING: DiscouragedReference

Discouraged access: The method getPackage() from the type EjbFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

MethodsProviderDelegate.java :

34 : protected static EObject EL_META = EjbFactoryImpl.getPackage().getExcludeList();

4. WARNING: DiscouragedReference

Discouraged access: The type EjbFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

MethodsProviderDelegate.java :

35 : protected static EObject MP_META = EjbFactoryImpl.getPackage().getMethodPermission();

5. WARNING: DiscouragedReference

Discouraged access: The method getPackage() from the type EjbFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

MethodsProviderDelegate.java :

35 : protected static EObject MP_META = EjbFactoryImpl.getPackage().getMethodPermission();

6. WARNING: DiscouragedReference

Discouraged access: The type EjbFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

MethodsProviderDelegate.java :

36 : protected static EObject MT_META = EjbFactoryImpl.getPackage().getMethodTransaction();

7. WARNING: DiscouragedReference

Discouraged access: The method getPackage() from the type EjbFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

MethodsProviderDelegate.java :

36 : protected static EObject MT_META = EjbFactoryImpl.getPackage().getMethodTransaction();

Source File: org/eclipse/jst/j2ee/internal/provider/ModulesItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

24 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ModulesItemProvider.java :

26 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

30 : public class ModulesItemProvider extends J2EEItemProvider {

4. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

37 : super();

5. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(Collection) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

46 : super(children);

6. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

55 : super(text);

7. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(String, Collection) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

65 : super(text, children);

8. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(String, Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

75 : super(text, image);

9. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(String, Object, Collection) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

86 : super(text, image, children);

10. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(String, Object, Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

97 : super(text, image, parent);

11. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(String, Object, Object, Collection) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

109 : super(text, image, parent, children);

12. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

118 : super(adapterFactory);

13. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(AdapterFactory, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

128 : super(adapterFactory, text);

14. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(AdapterFactory, String, Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

139 : super(adapterFactory, text, image);

15. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(AdapterFactory, String, Object, Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

151 : super(adapterFactory, text, image, parent);

16. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(AdapterFactory, Collection) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

161 : super(adapterFactory, children);

17. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(AdapterFactory, String, Collection) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

172 : super(adapterFactory, text, children);

18. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(AdapterFactory, String, Object, Collection) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

184 : super(adapterFactory, text, image, children);

19. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(AdapterFactory, String, Object, Object, Collection) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

197 : super(adapterFactory, text, image, parent, children);

20. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

206 : return J2EEPlugin.getPlugin().getImage("folder"); //$NON-NLS-1$

21. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

206 : return J2EEPlugin.getPlugin().getImage("folder"); //$NON-NLS-1$

22. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

206 : return J2EEPlugin.getPlugin().getImage("folder"); //$NON-NLS-1$

23. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ModulesItemProvider.java :

252 : IVirtualComponent ear = ComponentUtilities.findComponent(app);

24. WARNING: DiscouragedReference

Discouraged access: The method findComponent(EObject) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ModulesItemProvider.java :

252 : IVirtualComponent ear = ComponentUtilities.findComponent(app);

Source File: org/eclipse/jst/j2ee/internal/provider/UtilityModuleProjectItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used

UtilityModuleProjectItemProvider.java :

17 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UtilityModuleProjectItemProvider.java :

18 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UtilityModuleProjectItemProvider.java :

20 : public class UtilityModuleProjectItemProvider extends J2EEItemProvider {

4. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UtilityModuleProjectItemProvider.java :

25 : super(adapterFactory);

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UtilityModuleProjectItemProvider.java :

35 : return J2EEPlugin.getPlugin().getImage("icons/full/obj16/prjutiljar_obj"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UtilityModuleProjectItemProvider.java :

35 : return J2EEPlugin.getPlugin().getImage("icons/full/obj16/prjutiljar_obj"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UtilityModuleProjectItemProvider.java :

35 : return J2EEPlugin.getPlugin().getImage("icons/full/obj16/prjutiljar_obj"); //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The method getChildren(Object) from the type J2EEItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UtilityModuleProjectItemProvider.java :

49 : return super.getChildren(object);

Source File: org/eclipse/jst/j2ee/internal/ui/J2EEDependencyPageProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaModuleComponentUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEDependencyPageProvider.java :

15 : import org.eclipse.jst.common.internal.modulecore.util.JavaModuleComponentUtility;

2. WARNING: DiscouragedReference

Discouraged access: The type ManifestModuleDependencyControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.ui_1.0.2.v201009080200.jar

J2EEDependencyPageProvider.java :

16 : import org.eclipse.jst.common.ui.internal.assembly.wizard.ManifestModuleDependencyControl;

3. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDependencyPageProvider.java :

25 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

4. WARNING: DiscouragedReference

Discouraged access: The type IDependencyPageProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEDependencyPageProvider.java :

26 : import org.eclipse.wst.common.componentcore.ui.propertypage.IDependencyPageProvider;

5. WARNING: DiscouragedReference

Discouraged access: The type IModuleDependenciesControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEDependencyPageProvider.java :

27 : import org.eclipse.wst.common.componentcore.ui.propertypage.IModuleDependenciesControl;

6. WARNING: DiscouragedReference

Discouraged access: The type ModuleAssemblyRootPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEDependencyPageProvider.java :

28 : import org.eclipse.wst.common.componentcore.ui.propertypage.ModuleAssemblyRootPage;

7. WARNING: DiscouragedReference

Discouraged access: The type IDependencyPageProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEDependencyPageProvider.java :

32 : public class J2EEDependencyPageProvider implements IDependencyPageProvider {

8. WARNING: DiscouragedReference

Discouraged access: The type IModuleDependenciesControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEDependencyPageProvider.java :

34 : private IModuleDependenciesControl[] controls;

9. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDependencyPageProvider.java :

41 : return fp.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EJB_MODULE)) ||

10. WARNING: DiscouragedReference

Discouraged access: The field JST_EJB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDependencyPageProvider.java :

41 : return fp.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EJB_MODULE)) ||

11. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDependencyPageProvider.java :

42 : fp.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_APPCLIENT_MODULE)) ||

12. WARNING: DiscouragedReference

Discouraged access: The field JST_APPCLIENT_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDependencyPageProvider.java :

42 : fp.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_APPCLIENT_MODULE)) ||

13. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDependencyPageProvider.java :

43 : fp.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_CONNECTOR_MODULE)) ||

14. WARNING: DiscouragedReference

Discouraged access: The field JST_CONNECTOR_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDependencyPageProvider.java :

43 : fp.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_CONNECTOR_MODULE)) ||

15. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDependencyPageProvider.java :

44 : fp.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_UTILITY_MODULE)) ||

16. WARNING: DiscouragedReference

Discouraged access: The field JST_UTILITY_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDependencyPageProvider.java :

44 : fp.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_UTILITY_MODULE)) ||

17. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDependencyPageProvider.java :

45 : fp.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEBFRAGMENT_MODULE));

18. WARNING: DiscouragedReference

Discouraged access: The field JST_WEBFRAGMENT_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDependencyPageProvider.java :

45 : fp.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEBFRAGMENT_MODULE));

19. WARNING: DiscouragedReference

Discouraged access: The type IModuleDependenciesControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEDependencyPageProvider.java :

48 : public IModuleDependenciesControl[] createPages(IFacetedProject project,

20. WARNING: DiscouragedReference

Discouraged access: The type ModuleAssemblyRootPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEDependencyPageProvider.java :

49 : ModuleAssemblyRootPage parent) {

21. WARNING: DiscouragedReference

Discouraged access: The type IModuleDependenciesControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEDependencyPageProvider.java :

52 : return new IModuleDependenciesControl[] {

22. WARNING: DiscouragedReference

Discouraged access: The type IModuleDependenciesControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEDependencyPageProvider.java :

55 : return new IModuleDependenciesControl[] {

23. WARNING: DiscouragedReference

Discouraged access: The constructor ManifestModuleDependencyControl(IProject, ModuleAssemblyRootPage) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.ui_1.0.2.v201009080200.jar

J2EEDependencyPageProvider.java :

57 : new ManifestModuleDependencyControl(project.getProject(), parent)};

24. WARNING: DiscouragedReference

Discouraged access: The type ManifestModuleDependencyControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.ui_1.0.2.v201009080200.jar

J2EEDependencyPageProvider.java :

57 : new ManifestModuleDependencyControl(project.getProject(), parent)};

25. WARNING: DiscouragedReference

Discouraged access: The type JavaModuleComponentUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEDependencyPageProvider.java :

65 : return JavaModuleComponentUtility.findParentProjects(project).length == 0;

26. WARNING: DiscouragedReference

Discouraged access: The method findParentProjects(IProject) from the type JavaModuleComponentUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

J2EEDependencyPageProvider.java :

65 : return JavaModuleComponentUtility.findParentProjects(project).length == 0;

27. WARNING: DiscouragedReference

Discouraged access: The type IModuleDependenciesControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEDependencyPageProvider.java :

68 : public Composite createRootControl(IFacetedProject project,IModuleDependenciesControl[] pages,

28. WARNING: DiscouragedReference

Discouraged access: The method createContents(Composite) from the type IModuleDependenciesControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEDependencyPageProvider.java :

72 : return pages[0].createContents(parent);

29. WARNING: DiscouragedReference

Discouraged access: The type IModuleDependenciesControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEDependencyPageProvider.java :

79 : controls = new IModuleDependenciesControl[2];

30. WARNING: DiscouragedReference

Discouraged access: The type IModuleDependenciesControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEDependencyPageProvider.java :

94 : private static Control create( final IModuleDependenciesControl control,

31. WARNING: DiscouragedReference

Discouraged access: The method createContents(Composite) from the type IModuleDependenciesControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEDependencyPageProvider.java :

99 : final Composite inner = control.createContents( composite );

32. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDependencyPageProvider.java :

106 : return project.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEB_MODULE));

33. WARNING: DiscouragedReference

Discouraged access: The field JST_WEB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEDependencyPageProvider.java :

106 : return project.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEB_MODULE));

Source File: org/eclipse/jst/j2ee/internal/ui/J2EEModuleDependenciesPropertyPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEModuleDependenciesPropertyPage.java :

38 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

2. WARNING: DiscouragedReference

Discouraged access: The type IModuleHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleDependenciesPropertyPage.java :

41 : import org.eclipse.wst.common.componentcore.internal.IModuleHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

42 : import org.eclipse.wst.common.componentcore.internal.impl.TaskModel;

4. WARNING: DiscouragedReference

Discouraged access: The type ComponentDependencyContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

45 : import org.eclipse.wst.common.componentcore.ui.internal.propertypage.ComponentDependencyContentProvider;

5. WARNING: DiscouragedReference

Discouraged access: The type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

46 : import org.eclipse.wst.common.componentcore.ui.internal.taskwizard.TaskWizard;

6. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

47 : import org.eclipse.wst.common.componentcore.ui.propertypage.AddModuleDependenciesPropertiesPage;

7. WARNING: DiscouragedReference

Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

48 : import org.eclipse.wst.common.componentcore.ui.propertypage.IReferenceWizardConstants;

8. WARNING: DiscouragedReference

Discouraged access: The type IReferenceWizardConstants.ProjectConverterOperationProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

49 : import org.eclipse.wst.common.componentcore.ui.propertypage.IReferenceWizardConstants.ProjectConverterOperationProvider;

9. WARNING: DiscouragedReference

Discouraged access: The type ModuleAssemblyRootPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

50 : import org.eclipse.wst.common.componentcore.ui.propertypage.ModuleAssemblyRootPage;

10. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

54 : AddModuleDependenciesPropertiesPage {

11. WARNING: DiscouragedReference

Discouraged access: The type ModuleAssemblyRootPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

57 : ModuleAssemblyRootPage page) {

12. WARNING: DiscouragedReference

Discouraged access: The constructor AddModuleDependenciesPropertiesPage(IProject, ModuleAssemblyRootPage) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

58 : super(project, page);

13. WARNING: DiscouragedReference

Discouraged access: The method initialize() from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

73 : super.initialize();

14. WARNING: DiscouragedReference

Discouraged access: The method performDefaults() from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

89 : super.performDefaults();

15. WARNING: DiscouragedReference

Discouraged access: The field rootComponent from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

93 : return readRawEntries(rootComponent);

16. WARNING: DiscouragedReference

Discouraged access: The method handleRemoved(ArrayList<IVirtualReference>) from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

115 : super.handleRemoved(removed);

17. WARNING: DiscouragedReference

Discouraged access: The field rootComponent from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

116 : J2EEComponentClasspathUpdater.getInstance().queueUpdateEAR(rootComponent.getProject());

18. WARNING: DiscouragedReference

Discouraged access: The method remove(Object) from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

125 : super.remove(selectedItem);

19. WARNING: DiscouragedReference

Discouraged access: The field project from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

131 : if (JavaEEProjectUtilities.isEJBProject(project))

20. WARNING: DiscouragedReference

Discouraged access: The field project from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

133 : if (JavaEEProjectUtilities.isApplicationClientProject(project))

21. WARNING: DiscouragedReference

Discouraged access: The field project from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

135 : if (JavaEEProjectUtilities.isJCAProject(project))

22. WARNING: DiscouragedReference

Discouraged access: The method getModuleAssemblyRootPageDescription() from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

137 : return super.getModuleAssemblyRootPageDescription();

23. WARNING: DiscouragedReference

Discouraged access: The type IModuleHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEModuleDependenciesPropertyPage.java :

141 : protected IModuleHandler getModuleHandler() {

24. WARNING: DiscouragedReference

Discouraged access: The field moduleHandler from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

142 : if(moduleHandler == null)

25. WARNING: DiscouragedReference

Discouraged access: The field moduleHandler from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

143 : moduleHandler = new JavaEEModuleHandler();

26. WARNING: DiscouragedReference

Discouraged access: The field moduleHandler from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

144 : return moduleHandler;

27. WARNING: DiscouragedReference

Discouraged access: The type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

148 : protected void setCustomReferenceWizardProperties(TaskModel model) {

28. WARNING: DiscouragedReference

Discouraged access: The method putObject(String, Object) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

149 : model.putObject(IReferenceWizardConstants.PROJECT_CONVERTER_OPERATION_PROVIDER, getConverterProvider());

29. WARNING: DiscouragedReference

Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

149 : model.putObject(IReferenceWizardConstants.PROJECT_CONVERTER_OPERATION_PROVIDER, getConverterProvider());

30. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_CONVERTER_OPERATION_PROVIDER from the type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

149 : model.putObject(IReferenceWizardConstants.PROJECT_CONVERTER_OPERATION_PROVIDER, getConverterProvider());

31. WARNING: DiscouragedReference

Discouraged access: The type IReferenceWizardConstants.ProjectConverterOperationProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

152 : public ProjectConverterOperationProvider getConverterProvider() {

32. WARNING: DiscouragedReference

Discouraged access: The type IReferenceWizardConstants.ProjectConverterOperationProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

153 : return new ProjectConverterOperationProvider() {

33. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEModuleDependenciesPropertyPage.java :

155 : return J2EEProjectUtilities.createFlexJavaProjectForProjectOperation(project);

34. WARNING: DiscouragedReference

Discouraged access: The method createFlexJavaProjectForProjectOperation(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEModuleDependenciesPropertyPage.java :

155 : return J2EEProjectUtilities.createFlexJavaProjectForProjectOperation(project);

35. WARNING: DiscouragedReference

Discouraged access: The type ComponentDependencyContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

161 : protected ComponentDependencyContentProvider createProvider() {

36. WARNING: DiscouragedReference

Discouraged access: The method canRemove(Object) from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

169 : return super.canRemove(selectedObject) && !(selectedObject instanceof JavaEEComponentDependencyContentProvider.ConsumedClasspathEntryProxy);

37. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage.RuntimePathCellModifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

173 : protected RuntimePathCellModifier getRuntimePathCellModifier() {

38. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

174 : return new AddModuleDependenciesPropertiesPage.RuntimePathCellModifier(){

39. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage.RuntimePathCellModifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

174 : return new AddModuleDependenciesPropertiesPage.RuntimePathCellModifier(){

40. WARNING: DiscouragedReference

Discouraged access: The field DEPLOY_PATH_PROPERTY from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

177 : if( property.equals(DEPLOY_PATH_PROPERTY) && element instanceof ClasspathEntryProxy) {

41. WARNING: DiscouragedReference

Discouraged access: The method canModify(Object, String) from the type AddModuleDependenciesPropertiesPage.RuntimePathCellModifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

180 : return super.canModify(element, property);

42. WARNING: DiscouragedReference

Discouraged access: The method getValue(Object, String) from the type AddModuleDependenciesPropertiesPage.RuntimePathCellModifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

189 : return super.getValue(element, property);

43. WARNING: DiscouragedReference

Discouraged access: The field DEPLOY_PATH_PROPERTY from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

194 : if (property.equals(DEPLOY_PATH_PROPERTY)) {

44. WARNING: DiscouragedReference

Discouraged access: The field availableComponentsViewer from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

197 : TreeItem[] components = availableComponentsViewer.getTree().getItems();

45. WARNING: DiscouragedReference

Discouraged access: The field resourceMappingsChanged from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

209 : resourceMappingsChanged = true;

46. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

211 : components[tableIndex].setText(AddModuleDependenciesPropertiesPage.DEPLOY_COLUMN, (String)value);

47. WARNING: DiscouragedReference

Discouraged access: The field DEPLOY_COLUMN from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

211 : components[tableIndex].setText(AddModuleDependenciesPropertiesPage.DEPLOY_COLUMN, (String)value);

48. WARNING: DiscouragedReference

Discouraged access: The method modify(Object, String, Object) from the type AddModuleDependenciesPropertiesPage.RuntimePathCellModifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

214 : super.modify(element, property, value);

49. WARNING: DiscouragedReference

Discouraged access: The method saveReferenceChanges() from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

222 : boolean subResult = super.saveReferenceChanges();

50. WARNING: DiscouragedReference

Discouraged access: The field rootComponent from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

246 : IJavaProject javaProject = JavaCore.create(rootComponent.getProject());

51. WARNING: DiscouragedReference

Discouraged access: The type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

283 : protected void handleAddDirective( final TaskWizard wizard )

52. WARNING: DiscouragedReference

Discouraged access: The method getTaskModel() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

286 : = (List<IClasspathEntry>) wizard.getTaskModel().getObject( AddJavaBuildPathEntriesWizardFragment.PROP_SELECTION );

53. WARNING: DiscouragedReference

Discouraged access: The method getObject(String) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

286 : = (List<IClasspathEntry>) wizard.getTaskModel().getObject( AddJavaBuildPathEntriesWizardFragment.PROP_SELECTION );

54. WARNING: DiscouragedReference

Discouraged access: The method handleAddDirective(TaskWizard) from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

297 : super.handleAddDirective(wizard);

55. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage.ComponentResourceProxy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

303 : ArrayList<ComponentResourceProxy> allMappings = new ArrayList<ComponentResourceProxy>();

56. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage.ComponentResourceProxy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

303 : ArrayList<ComponentResourceProxy> allMappings = new ArrayList<ComponentResourceProxy>();

57. WARNING: DiscouragedReference

Discouraged access: The field resourceMappings from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

304 : allMappings.addAll(resourceMappings);

58. WARNING: DiscouragedReference

Discouraged access: The field hiddenMappings from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

305 : allMappings.addAll(hiddenMappings);

59. WARNING: DiscouragedReference

Discouraged access: The field rootComponent from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

307 : IStatus status = J2EEModuleDeploymentAssemblyVerifierHelper.verify(rootComponent, runtime, currentReferences, allMappings,resourceMappingsChanged, currentClasspathEntries);

60. WARNING: DiscouragedReference

Discouraged access: The field runtime from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

307 : IStatus status = J2EEModuleDeploymentAssemblyVerifierHelper.verify(rootComponent, runtime, currentReferences, allMappings,resourceMappingsChanged, currentClasspathEntries);

61. WARNING: DiscouragedReference

Discouraged access: The field currentReferences from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

307 : IStatus status = J2EEModuleDeploymentAssemblyVerifierHelper.verify(rootComponent, runtime, currentReferences, allMappings,resourceMappingsChanged, currentClasspathEntries);

62. WARNING: DiscouragedReference

Discouraged access: The field resourceMappingsChanged from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

307 : IStatus status = J2EEModuleDeploymentAssemblyVerifierHelper.verify(rootComponent, runtime, currentReferences, allMappings,resourceMappingsChanged, currentClasspathEntries);

63. WARNING: DiscouragedReference

Discouraged access: The method setErrorMessage(IStatus) from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDependenciesPropertyPage.java :

308 : setErrorMessage(status);

Source File: org/eclipse/jst/j2ee/internal/ui/J2EEModuleDeploymentAssemblyVerifierData.java
1. WARNING: DiscouragedReference

Discouraged access: The type DeploymentAssemblyVerifierData is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierData.java :

19 : import org.eclipse.wst.common.componentcore.ui.internal.propertypage.verifier.DeploymentAssemblyVerifierData;

2. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage.ComponentResourceProxy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierData.java :

20 : import org.eclipse.wst.common.componentcore.ui.propertypage.AddModuleDependenciesPropertiesPage.ComponentResourceProxy;

3. WARNING: DiscouragedReference

Discouraged access: The type DeploymentAssemblyVerifierData is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierData.java :

23 : public class J2EEModuleDeploymentAssemblyVerifierData extends DeploymentAssemblyVerifierData{

4. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage.ComponentResourceProxy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierData.java :

26 : ArrayList<ComponentResourceProxy> resourceMappings, boolean resourceMappingsChanged, List<ClasspathEntryProxy> currentClasspathEntries2) {

5. WARNING: DiscouragedReference

Discouraged access: The constructor DeploymentAssemblyVerifierData(IVirtualComponent, IRuntime, ArrayList<IVirtualReference>, ArrayList<AddModuleDependenciesPropertiesPage.ComponentResourceProxy>, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierData.java :

27 : super(component, runtime, currentReferences,resourceMappings, resourceMappingsChanged);

Source File: org/eclipse/jst/j2ee/internal/ui/J2EEModuleDeploymentAssemblyVerifierHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

24 : import org.eclipse.wst.common.componentcore.ui.Messages;

2. WARNING: DiscouragedReference

Discouraged access: The type ModuleCoreUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

25 : import org.eclipse.wst.common.componentcore.ui.ModuleCoreUIPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type DeploymentAssemblyVerifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

26 : import org.eclipse.wst.common.componentcore.ui.internal.propertypage.verifier.DeploymentAssemblyVerifierHelper;

4. WARNING: DiscouragedReference

Discouraged access: The type IDeploymentAssemblyVerifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

27 : import org.eclipse.wst.common.componentcore.ui.internal.propertypage.verifier.IDeploymentAssemblyVerifier;

5. WARNING: DiscouragedReference

Discouraged access: The type VerifierRegistryReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

28 : import org.eclipse.wst.common.componentcore.ui.internal.propertypage.verifier.VerifierRegistryReader;

6. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage.ComponentResourceProxy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

29 : import org.eclipse.wst.common.componentcore.ui.propertypage.AddModuleDependenciesPropertiesPage.ComponentResourceProxy;

7. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage.ComponentResourceProxy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

46 : public static IStatus verify(IVirtualComponent component,IRuntime runtime, ArrayList<IVirtualReference> currentReferences, ArrayList<ComponentResourceProxy> resourceMappings, boolean resourceMappingsChanged, List<ClasspathEntryProxy> currentClasspathEntries) {

8. WARNING: DiscouragedReference

Discouraged access: The type DeploymentAssemblyVerifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

49 : List verifiers = DeploymentAssemblyVerifierHelper.collectAllVerifiers(project,runtime);

9. WARNING: DiscouragedReference

Discouraged access: The method collectAllVerifiers(IProject, IRuntime) from the type DeploymentAssemblyVerifierHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

49 : List verifiers = DeploymentAssemblyVerifierHelper.collectAllVerifiers(project,runtime);

10. WARNING: DiscouragedReference

Discouraged access: The type ModuleCoreUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

51 : MultiStatus masterStatus = new MultiStatus(ModuleCoreUIPlugin.PLUGIN_ID, IStatus.OK, Messages.DeploymentAssemblyVerifierHelper_0,null);

11. WARNING: DiscouragedReference

Discouraged access: The field PLUGIN_ID from the type ModuleCoreUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

51 : MultiStatus masterStatus = new MultiStatus(ModuleCoreUIPlugin.PLUGIN_ID, IStatus.OK, Messages.DeploymentAssemblyVerifierHelper_0,null);

12. WARNING: DiscouragedReference

Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

51 : MultiStatus masterStatus = new MultiStatus(ModuleCoreUIPlugin.PLUGIN_ID, IStatus.OK, Messages.DeploymentAssemblyVerifierHelper_0,null);

13. WARNING: DiscouragedReference

Discouraged access: The field DeploymentAssemblyVerifierHelper_0 from the type Messages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

51 : MultiStatus masterStatus = new MultiStatus(ModuleCoreUIPlugin.PLUGIN_ID, IStatus.OK, Messages.DeploymentAssemblyVerifierHelper_0,null);

14. WARNING: DiscouragedReference

Discouraged access: The type IDeploymentAssemblyVerifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

56 : IDeploymentAssemblyVerifier verifier = null;

15. WARNING: DiscouragedReference

Discouraged access: The type IDeploymentAssemblyVerifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

58 : verifier = (IDeploymentAssemblyVerifier) ((IConfigurationElement) verifiers.get(i)).createExecutableExtension(VerifierRegistryReader.VERIFIER_CLASS);

16. WARNING: DiscouragedReference

Discouraged access: The type VerifierRegistryReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

58 : verifier = (IDeploymentAssemblyVerifier) ((IConfigurationElement) verifiers.get(i)).createExecutableExtension(VerifierRegistryReader.VERIFIER_CLASS);

17. WARNING: DiscouragedReference

Discouraged access: The field VERIFIER_CLASS from the type VerifierRegistryReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

58 : verifier = (IDeploymentAssemblyVerifier) ((IConfigurationElement) verifiers.get(i)).createExecutableExtension(VerifierRegistryReader.VERIFIER_CLASS);

18. WARNING: DiscouragedReference

Discouraged access: The method verify(DeploymentAssemblyVerifierData) from the type IDeploymentAssemblyVerifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

60 : IStatus verifyStatus = verifier.verify(data);

19. WARNING: DiscouragedReference

Discouraged access: The type ModuleCoreUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

63 : ModuleCoreUIPlugin.log(e);

20. WARNING: DiscouragedReference

Discouraged access: The method log(Exception) from the type ModuleCoreUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

J2EEModuleDeploymentAssemblyVerifierHelper.java :

63 : ModuleCoreUIPlugin.log(e);

Source File: org/eclipse/jst/j2ee/internal/ui/J2EEPropertiesPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEPropertiesPage.java :

35 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;

2. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEPropertiesPage.java :

65 : ComponentUtilities.getServerContextRoot(getProject()));

3. WARNING: DiscouragedReference

Discouraged access: The method getServerContextRoot(IProject) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEPropertiesPage.java :

65 : ComponentUtilities.getServerContextRoot(getProject()));

4. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEPropertiesPage.java :

114 : String s = ComponentUtilities.getServerContextRoot(getProject());

5. WARNING: DiscouragedReference

Discouraged access: The method getServerContextRoot(IProject) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEPropertiesPage.java :

114 : String s = ComponentUtilities.getServerContextRoot(getProject());

Source File: org/eclipse/jst/j2ee/internal/ui/JavaEEComponentDependencyContentProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type ModuleCoreUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

18 : import org.eclipse.wst.common.componentcore.ui.ModuleCoreUIPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type ComponentDependencyContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

19 : import org.eclipse.wst.common.componentcore.ui.internal.propertypage.ComponentDependencyContentProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

20 : import org.eclipse.wst.common.componentcore.ui.propertypage.AddModuleDependenciesPropertiesPage;

4. WARNING: DiscouragedReference

Discouraged access: The type ComponentDependencyContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

29 : public class JavaEEComponentDependencyContentProvider extends ComponentDependencyContentProvider {

5. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

31 : public JavaEEComponentDependencyContentProvider(AddModuleDependenciesPropertiesPage addModuleDependenciesPropertiesPage) {

6. WARNING: DiscouragedReference

Discouraged access: The constructor ComponentDependencyContentProvider(AddModuleDependenciesPropertiesPage) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

32 : super(addModuleDependenciesPropertiesPage);

7. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

64 : if (columnIndex == AddModuleDependenciesPropertiesPage.SOURCE_COLUMN) {

8. WARNING: DiscouragedReference

Discouraged access: The field SOURCE_COLUMN from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

64 : if (columnIndex == AddModuleDependenciesPropertiesPage.SOURCE_COLUMN) {

9. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type ComponentDependencyContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

65 : final IJavaProject jproj = JavaCore.create(getComponent().getProject());

10. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

67 : } else if (columnIndex == AddModuleDependenciesPropertiesPage.DEPLOY_COLUMN) {

11. WARNING: DiscouragedReference

Discouraged access: The field DEPLOY_COLUMN from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

67 : } else if (columnIndex == AddModuleDependenciesPropertiesPage.DEPLOY_COLUMN) {

12. WARNING: DiscouragedReference

Discouraged access: The method getColumnText(Object, int) from the type ComponentDependencyContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

75 : return super.getColumnText(element, columnIndex);

13. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

81 : if (columnIndex == AddModuleDependenciesPropertiesPage.SOURCE_COLUMN) {

14. WARNING: DiscouragedReference

Discouraged access: The field SOURCE_COLUMN from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

81 : if (columnIndex == AddModuleDependenciesPropertiesPage.SOURCE_COLUMN) {

15. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type ComponentDependencyContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

82 : final IJavaProject jproj = JavaCore.create(getComponent().getProject());

16. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

85 : } else if(columnIndex == AddModuleDependenciesPropertiesPage.DEPLOY_COLUMN) {

17. WARNING: DiscouragedReference

Discouraged access: The field DEPLOY_COLUMN from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

85 : } else if(columnIndex == AddModuleDependenciesPropertiesPage.DEPLOY_COLUMN) {

18. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type ComponentDependencyContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

89 : final IJavaProject jproj = JavaCore.create(getComponent().getProject());

19. WARNING: DiscouragedReference

Discouraged access: The type ModuleCoreUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

93 : return ModuleCoreUIPlugin.getInstance().getImage("folder"); //$NON-NLS-1$

20. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ModuleCoreUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

93 : return ModuleCoreUIPlugin.getInstance().getImage("folder"); //$NON-NLS-1$

21. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type ModuleCoreUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

93 : return ModuleCoreUIPlugin.getInstance().getImage("folder"); //$NON-NLS-1$

22. WARNING: DiscouragedReference

Discouraged access: The method getColumnImage(Object, int) from the type ComponentDependencyContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

96 : return super.getColumnImage(element, columnIndex);

23. WARNING: DiscouragedReference

Discouraged access: The method getChildren(Object) from the type ComponentDependencyContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

JavaEEComponentDependencyContentProvider.java :

138 : return super.getChildren(parentElement);

Source File: org/eclipse/jst/j2ee/internal/ui/preferences/ClasspathDependencyComponentLabelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type DummyClasspathDependencyContainerVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ClasspathDependencyComponentLabelProvider.java :

3 : import org.eclipse.jst.j2ee.internal.modulecore.util.DummyClasspathDependencyContainerVirtualComponent;

2. WARNING: DiscouragedReference

Discouraged access: The type IVirtualComponentLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

ClasspathDependencyComponentLabelProvider.java :

7 : import org.eclipse.wst.common.componentcore.ui.internal.propertypage.IVirtualComponentLabelProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type IVirtualComponentLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

ClasspathDependencyComponentLabelProvider.java :

10 : IVirtualComponentLabelProvider {

4. WARNING: DiscouragedReference

Discouraged access: The type DummyClasspathDependencyContainerVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ClasspathDependencyComponentLabelProvider.java :

17 : if( component instanceof DummyClasspathDependencyContainerVirtualComponent)

Source File: org/eclipse/jst/j2ee/internal/ui/preferences/CustomEARProjectReferenceWizardFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CustomEARProjectReferenceWizardFragment.java :

18 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualReference;

2. WARNING: DiscouragedReference

Discouraged access: The type ProjectReferenceWizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

CustomEARProjectReferenceWizardFragment.java :

19 : import org.eclipse.wst.common.componentcore.ui.internal.propertypage.ProjectReferenceWizardFragment;

3. WARNING: DiscouragedReference

Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

CustomEARProjectReferenceWizardFragment.java :

20 : import org.eclipse.wst.common.componentcore.ui.propertypage.IReferenceWizardConstants;

4. WARNING: DiscouragedReference

Discouraged access: The type ProjectReferenceWizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

CustomEARProjectReferenceWizardFragment.java :

22 : public class CustomEARProjectReferenceWizardFragment extends ProjectReferenceWizardFragment {

5. WARNING: DiscouragedReference

Discouraged access: The constructor ProjectReferenceWizardFragment() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

CustomEARProjectReferenceWizardFragment.java :

25 : super();

6. WARNING: DiscouragedReference

Discouraged access: The method performFinish(IProgressMonitor) from the type ProjectReferenceWizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

CustomEARProjectReferenceWizardFragment.java :

30 : super.performFinish(monitor);

7. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CustomEARProjectReferenceWizardFragment.java :

31 : VirtualReference[] refs = (VirtualReference []) getTaskModel().getObject(IReferenceWizardConstants.FINAL_REFERENCE);

8. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CustomEARProjectReferenceWizardFragment.java :

31 : VirtualReference[] refs = (VirtualReference []) getTaskModel().getObject(IReferenceWizardConstants.FINAL_REFERENCE);

9. WARNING: DiscouragedReference

Discouraged access: The method getTaskModel() from the type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

CustomEARProjectReferenceWizardFragment.java :

31 : VirtualReference[] refs = (VirtualReference []) getTaskModel().getObject(IReferenceWizardConstants.FINAL_REFERENCE);

10. WARNING: DiscouragedReference

Discouraged access: The method getObject(String) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

CustomEARProjectReferenceWizardFragment.java :

31 : VirtualReference[] refs = (VirtualReference []) getTaskModel().getObject(IReferenceWizardConstants.FINAL_REFERENCE);

11. WARNING: DiscouragedReference

Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

CustomEARProjectReferenceWizardFragment.java :

31 : VirtualReference[] refs = (VirtualReference []) getTaskModel().getObject(IReferenceWizardConstants.FINAL_REFERENCE);

12. WARNING: DiscouragedReference

Discouraged access: The field FINAL_REFERENCE from the type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

CustomEARProjectReferenceWizardFragment.java :

31 : VirtualReference[] refs = (VirtualReference []) getTaskModel().getObject(IReferenceWizardConstants.FINAL_REFERENCE);

13. WARNING: DiscouragedReference

Discouraged access: The method getReferencedComponent() from the type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CustomEARProjectReferenceWizardFragment.java :

33 : IProject proj = refs[i].getReferencedComponent().getProject();

14. WARNING: DiscouragedReference

Discouraged access: The method setRuntimePath(IPath) from the type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CustomEARProjectReferenceWizardFragment.java :

38 : refs[i].setRuntimePath(new Path("/").makeAbsolute()); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/ui/preferences/EarModuleDependenciesPropertyPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type AddReferenceToEnterpriseApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarModuleDependenciesPropertyPage.java :

26 : import org.eclipse.jst.j2ee.application.internal.operations.AddReferenceToEnterpriseApplicationDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type RemoveReferenceFromEnterpriseApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarModuleDependenciesPropertyPage.java :

27 : import org.eclipse.jst.j2ee.application.internal.operations.RemoveReferenceFromEnterpriseApplicationDataModelProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarModuleDependenciesPropertyPage.java :

28 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarModuleDependenciesPropertyPage.java :

34 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

5. WARNING: DiscouragedReference

Discouraged access: The type IModuleHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarModuleDependenciesPropertyPage.java :

52 : import org.eclipse.wst.common.componentcore.internal.IModuleHandler;

6. WARNING: DiscouragedReference

Discouraged access: The type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

53 : import org.eclipse.wst.common.componentcore.internal.impl.TaskModel;

7. WARNING: DiscouragedReference

Discouraged access: The type ComponentDependencyContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

57 : import org.eclipse.wst.common.componentcore.ui.internal.propertypage.ComponentDependencyContentProvider;

8. WARNING: DiscouragedReference

Discouraged access: The type DependencyPageExtensionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

58 : import org.eclipse.wst.common.componentcore.ui.internal.propertypage.DependencyPageExtensionManager;

9. WARNING: DiscouragedReference

Discouraged access: The type DependencyPageExtensionManager.ReferenceExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

59 : import org.eclipse.wst.common.componentcore.ui.internal.propertypage.DependencyPageExtensionManager.ReferenceExtension;

10. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

60 : import org.eclipse.wst.common.componentcore.ui.propertypage.AddModuleDependenciesPropertiesPage;

11. WARNING: DiscouragedReference

Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

61 : import org.eclipse.wst.common.componentcore.ui.propertypage.IReferenceWizardConstants;

12. WARNING: DiscouragedReference

Discouraged access: The type IReferenceWizardConstants.ProjectConverterOperationProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

62 : import org.eclipse.wst.common.componentcore.ui.propertypage.IReferenceWizardConstants.ProjectConverterOperationProvider;

13. WARNING: DiscouragedReference

Discouraged access: The type ModuleAssemblyRootPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

63 : import org.eclipse.wst.common.componentcore.ui.propertypage.ModuleAssemblyRootPage;

14. WARNING: DiscouragedReference

Discouraged access: The type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

70 : AddModuleDependenciesPropertiesPage {

15. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarModuleDependenciesPropertyPage.java :

74 : private static String earDefaultLirDir = new Path(J2EEConstants.EAR_DEFAULT_LIB_DIR).makeRelative().toString();

16. WARNING: DiscouragedReference

Discouraged access: The field EAR_DEFAULT_LIB_DIR from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarModuleDependenciesPropertyPage.java :

74 : private static String earDefaultLirDir = new Path(J2EEConstants.EAR_DEFAULT_LIB_DIR).makeRelative().toString();

17. WARNING: DiscouragedReference

Discouraged access: The type ModuleAssemblyRootPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

78 : ModuleAssemblyRootPage page) {

18. WARNING: DiscouragedReference

Discouraged access: The constructor AddModuleDependenciesPropertiesPage(IProject, ModuleAssemblyRootPage) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

79 : super(project, page);

19. WARNING: DiscouragedReference

Discouraged access: The method fillTableComposite(Composite) from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

87 : fillTableComposite(composite);

20. WARNING: DiscouragedReference

Discouraged access: The field rootComponent from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

88 : if(JavaEEProjectUtilities.isJEEComponent(rootComponent, JavaEEProjectUtilities.DD_VERSION) && JavaEEProjectUtilities.isJEEComponent(rootComponent, JavaEEProjectUtilities.FACET_VERSION))

21. WARNING: DiscouragedReference

Discouraged access: The field rootComponent from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

88 : if(JavaEEProjectUtilities.isJEEComponent(rootComponent, JavaEEProjectUtilities.DD_VERSION) && JavaEEProjectUtilities.isJEEComponent(rootComponent, JavaEEProjectUtilities.FACET_VERSION))

22. WARNING: DiscouragedReference

Discouraged access: The field rootComponent from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

94 : if(JavaEEProjectUtilities.isJEEComponent(rootComponent, JavaEEProjectUtilities.DD_VERSION) && JavaEEProjectUtilities.isJEEComponent(rootComponent, JavaEEProjectUtilities.FACET_VERSION)) {

23. WARNING: DiscouragedReference

Discouraged access: The field rootComponent from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

94 : if(JavaEEProjectUtilities.isJEEComponent(rootComponent, JavaEEProjectUtilities.DD_VERSION) && JavaEEProjectUtilities.isJEEComponent(rootComponent, JavaEEProjectUtilities.FACET_VERSION)) {

24. WARNING: DiscouragedReference

Discouraged access: The field project from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

95 : final IEARModelProvider earModel = (IEARModelProvider)ModelProviderManager.getModelProvider(project);

25. WARNING: DiscouragedReference

Discouraged access: The field propPage from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

144 : propPage.setValid(false);

26. WARNING: DiscouragedReference

Discouraged access: The field propPage from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

145 : propPage.setMessage(Messages.EarModuleDependenciesPropertyPage_ERROR_HOVER_FOR_DETAILS,IStatus.ERROR);

27. WARNING: DiscouragedReference

Discouraged access: The field propPage from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

146 : propPage.setErrorMessage(Messages.EarModuleDependenciesPropertyPage_ERROR_HOVER_FOR_DETAILS);

28. WARNING: DiscouragedReference

Discouraged access: The method verify() from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

153 : super.verify();

29. WARNING: DiscouragedReference

Discouraged access: The field rootComponent from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

167 : model.setProperty(ICreateDeploymentFilesDataModelProperties.GENERATE_DD, rootComponent);

30. WARNING: DiscouragedReference

Discouraged access: The field project from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

168 : model.setProperty(ICreateDeploymentFilesDataModelProperties.TARGET_PROJECT, project);

31. WARNING: DiscouragedReference

Discouraged access: The method handleRemoved(ArrayList<IVirtualReference>) from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

179 : super.handleRemoved(removed);

32. WARNING: DiscouragedReference

Discouraged access: The field rootComponent from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

189 : JavaEEBinaryComponentHelper.clearDisconnectedArchivesInEAR(rootComponent);

33. WARNING: DiscouragedReference

Discouraged access: The field rootComponent from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

191 : J2EEComponentClasspathUpdater.getInstance().queueUpdateEAR(rootComponent.getProject());

34. WARNING: DiscouragedReference

Discouraged access: The constructor AddReferenceToEnterpriseApplicationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarModuleDependenciesPropertyPage.java :

196 : return new AddReferenceToEnterpriseApplicationDataModelProvider();

35. WARNING: DiscouragedReference

Discouraged access: The type AddReferenceToEnterpriseApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarModuleDependenciesPropertyPage.java :

196 : return new AddReferenceToEnterpriseApplicationDataModelProvider();

36. WARNING: DiscouragedReference

Discouraged access: The constructor RemoveReferenceFromEnterpriseApplicationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarModuleDependenciesPropertyPage.java :

206 : return new RemoveReferenceFromEnterpriseApplicationDataModelProvider();

37. WARNING: DiscouragedReference

Discouraged access: The type RemoveReferenceFromEnterpriseApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarModuleDependenciesPropertyPage.java :

206 : return new RemoveReferenceFromEnterpriseApplicationDataModelProvider();

38. WARNING: DiscouragedReference

Discouraged access: The type DependencyPageExtensionManager.ReferenceExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

210 : protected void filterReferenceTypes( final List<ReferenceExtension> extensions )

39. WARNING: DiscouragedReference

Discouraged access: The type DependencyPageExtensionManager.ReferenceExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

216 : final ReferenceExtension ext = extensions.get( i );

40. WARNING: DiscouragedReference

Discouraged access: The method getId() from the type DependencyPageExtensionManager.ReferenceExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

218 : if( ext.getId().equals( "org.eclipse.wst.common.componentcore.ui.newProjectReference" ) ) //$NON-NLS-1$

41. WARNING: DiscouragedReference

Discouraged access: The type DependencyPageExtensionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

220 : extensions.set( i, DependencyPageExtensionManager.getManager().findReferenceExtension( "org.eclipse.jst.j2ee.internal.ui.preferences.CustomEARProjectReferenceWizardFragment" ) ); //$NON-NLS-1$

42. WARNING: DiscouragedReference

Discouraged access: The method getManager() from the type DependencyPageExtensionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

220 : extensions.set( i, DependencyPageExtensionManager.getManager().findReferenceExtension( "org.eclipse.jst.j2ee.internal.ui.preferences.CustomEARProjectReferenceWizardFragment" ) ); //$NON-NLS-1$

43. WARNING: DiscouragedReference

Discouraged access: The method findReferenceExtension(String) from the type DependencyPageExtensionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

220 : extensions.set( i, DependencyPageExtensionManager.getManager().findReferenceExtension( "org.eclipse.jst.j2ee.internal.ui.preferences.CustomEARProjectReferenceWizardFragment" ) ); //$NON-NLS-1$

44. WARNING: DiscouragedReference

Discouraged access: The field rootComponent from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

226 : if( rootComponent != null ){

45. WARNING: DiscouragedReference

Discouraged access: The method handleEvent(Event) from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

238 : super.handleEvent(event);

46. WARNING: DiscouragedReference

Discouraged access: The method performOk() from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

243 : boolean result = super.performOk();

47. WARNING: DiscouragedReference

Discouraged access: The field rootComponent from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

244 : if(JavaEEProjectUtilities.isJEEComponent(rootComponent, JavaEEProjectUtilities.DD_VERSION) && JavaEEProjectUtilities.isJEEComponent(rootComponent, JavaEEProjectUtilities.FACET_VERSION) && libDir != null)

48. WARNING: DiscouragedReference

Discouraged access: The field rootComponent from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

244 : if(JavaEEProjectUtilities.isJEEComponent(rootComponent, JavaEEProjectUtilities.DD_VERSION) && JavaEEProjectUtilities.isJEEComponent(rootComponent, JavaEEProjectUtilities.FACET_VERSION) && libDir != null)

49. WARNING: DiscouragedReference

Discouraged access: The field rootComponent from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

251 : IVirtualFile vFile = rootComponent.getRootFolder().getFile(new Path(J2EEConstants.APPLICATION_DD_URI));

50. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarModuleDependenciesPropertyPage.java :

251 : IVirtualFile vFile = rootComponent.getRootFolder().getFile(new Path(J2EEConstants.APPLICATION_DD_URI));

51. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarModuleDependenciesPropertyPage.java :

251 : IVirtualFile vFile = rootComponent.getRootFolder().getFile(new Path(J2EEConstants.APPLICATION_DD_URI));

52. WARNING: DiscouragedReference

Discouraged access: The field project from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

261 : final IEARModelProvider earModel = (IEARModelProvider)ModelProviderManager.getModelProvider(project);

53. WARNING: DiscouragedReference

Discouraged access: The type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

282 : protected void setCustomReferenceWizardProperties(TaskModel model) {

54. WARNING: DiscouragedReference

Discouraged access: The method putObject(String, Object) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

283 : model.putObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION, libDir);

55. WARNING: DiscouragedReference

Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

283 : model.putObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION, libDir);

56. WARNING: DiscouragedReference

Discouraged access: The field DEFAULT_LIBRARY_LOCATION from the type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

283 : model.putObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION, libDir);

57. WARNING: DiscouragedReference

Discouraged access: The method putObject(String, Object) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

284 : model.putObject(IReferenceWizardConstants.PROJECT_CONVERTER_OPERATION_PROVIDER, getConverterProvider());

58. WARNING: DiscouragedReference

Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

284 : model.putObject(IReferenceWizardConstants.PROJECT_CONVERTER_OPERATION_PROVIDER, getConverterProvider());

59. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_CONVERTER_OPERATION_PROVIDER from the type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

284 : model.putObject(IReferenceWizardConstants.PROJECT_CONVERTER_OPERATION_PROVIDER, getConverterProvider());

60. WARNING: DiscouragedReference

Discouraged access: The type IReferenceWizardConstants.ProjectConverterOperationProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

287 : public ProjectConverterOperationProvider getConverterProvider() {

61. WARNING: DiscouragedReference

Discouraged access: The type IReferenceWizardConstants.ProjectConverterOperationProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

288 : return new ProjectConverterOperationProvider() {

62. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarModuleDependenciesPropertyPage.java :

290 : return J2EEProjectUtilities.createFlexJavaProjectForProjectOperation(project);

63. WARNING: DiscouragedReference

Discouraged access: The method createFlexJavaProjectForProjectOperation(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarModuleDependenciesPropertyPage.java :

290 : return J2EEProjectUtilities.createFlexJavaProjectForProjectOperation(project);

64. WARNING: DiscouragedReference

Discouraged access: The type IModuleHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarModuleDependenciesPropertyPage.java :

296 : protected IModuleHandler getModuleHandler() {

65. WARNING: DiscouragedReference

Discouraged access: The field moduleHandler from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

297 : if(moduleHandler == null)

66. WARNING: DiscouragedReference

Discouraged access: The field moduleHandler from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

298 : moduleHandler = new JavaEEModuleHandler();

67. WARNING: DiscouragedReference

Discouraged access: The field moduleHandler from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

299 : return moduleHandler;

68. WARNING: DiscouragedReference

Discouraged access: The type ComponentDependencyContentProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

303 : protected ComponentDependencyContentProvider createProvider() {

69. WARNING: DiscouragedReference

Discouraged access: The method canRemove(Object) from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

311 : return super.canRemove(selectedObject) && !(selectedObject instanceof JavaEEComponentDependencyContentProvider.ConsumedClasspathEntryProxy);

70. WARNING: DiscouragedReference

Discouraged access: The method verify() from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

316 : super.verify();

71. WARNING: DiscouragedReference

Discouraged access: The method performDefaults() from the type AddModuleDependenciesPropertiesPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependenciesPropertyPage.java :

324 : super.performDefaults();

Source File: org/eclipse/jst/j2ee/internal/ui/preferences/EarModuleDependencyPageProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarModuleDependencyPageProvider.java :

16 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IDependencyPageProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependencyPageProvider.java :

17 : import org.eclipse.wst.common.componentcore.ui.propertypage.IDependencyPageProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type IModuleDependenciesControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependencyPageProvider.java :

18 : import org.eclipse.wst.common.componentcore.ui.propertypage.IModuleDependenciesControl;

4. WARNING: DiscouragedReference

Discouraged access: The type ModuleAssemblyRootPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependencyPageProvider.java :

19 : import org.eclipse.wst.common.componentcore.ui.propertypage.ModuleAssemblyRootPage;

5. WARNING: DiscouragedReference

Discouraged access: The type IDependencyPageProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependencyPageProvider.java :

23 : public class EarModuleDependencyPageProvider implements IDependencyPageProvider {

6. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarModuleDependencyPageProvider.java :

26 : boolean isEAR = project.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EAR_MODULE));

7. WARNING: DiscouragedReference

Discouraged access: The field JST_EAR_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarModuleDependencyPageProvider.java :

26 : boolean isEAR = project.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_EAR_MODULE));

8. WARNING: DiscouragedReference

Discouraged access: The type IModuleDependenciesControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependencyPageProvider.java :

30 : public IModuleDependenciesControl[] createPages(IFacetedProject project,

9. WARNING: DiscouragedReference

Discouraged access: The type ModuleAssemblyRootPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependencyPageProvider.java :

31 : ModuleAssemblyRootPage parent) {

10. WARNING: DiscouragedReference

Discouraged access: The type IModuleDependenciesControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependencyPageProvider.java :

32 : return new IModuleDependenciesControl[] {

11. WARNING: DiscouragedReference

Discouraged access: The type IModuleDependenciesControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependencyPageProvider.java :

37 : public Composite createRootControl(IFacetedProject project,IModuleDependenciesControl[] pages,

12. WARNING: DiscouragedReference

Discouraged access: The method createContents(Composite) from the type IModuleDependenciesControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot

EarModuleDependencyPageProvider.java :

40 : return pages[0].createContents(parent);

Source File: org/eclipse/jst/j2ee/internal/ui/preferences/JavaEEPreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JavaEEPreferencePage.java :

9 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JavaEEPreferencePage.java :

28 : private String name = J2EEPlugin.DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY;

3. WARNING: DiscouragedReference

Discouraged access: The field DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JavaEEPreferencePage.java :

28 : private String name = J2EEPlugin.DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JavaEEPreferencePage.java :

40 : J2EEPlugin.getDefault().savePluginPreferences();

5. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JavaEEPreferencePage.java :

40 : J2EEPlugin.getDefault().savePluginPreferences();

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JavaEEPreferencePage.java :

79 : preferences = J2EEPlugin.getDefault().getPluginPreferences();

7. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JavaEEPreferencePage.java :

79 : preferences = J2EEPlugin.getDefault().getPluginPreferences();

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JavaEEPreferencePage.java :

86 : J2EEPlugin.getDefault().savePluginPreferences();

9. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

JavaEEPreferencePage.java :

86 : J2EEPlugin.getDefault().savePluginPreferences();

Source File: org/eclipse/jst/j2ee/internal/ui/preferences/JavaEEPreferencePageExtension.java
1. WARNING: DiscouragedReference

Discouraged access: The type Assert is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEPreferencePageExtension.java :

15 : import org.eclipse.wst.common.internal.emf.utilities.Assert;

2. WARNING: DiscouragedReference

Discouraged access: The type Assert is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEPreferencePageExtension.java :

56 : Assert.isLegal(JAVAEE_PAGE_EXTENSION.equals(element.getName()), "Extensions must be of the type \"" + JAVAEE_PAGE_EXTENSION + "\"."); //$NON-NLS-1$ //$NON-NLS-2$

3. WARNING: DiscouragedReference

Discouraged access: The method isLegal(boolean, String) from the type Assert is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JavaEEPreferencePageExtension.java :

56 : Assert.isLegal(JAVAEE_PAGE_EXTENSION.equals(element.getName()), "Extensions must be of the type \"" + JAVAEE_PAGE_EXTENSION + "\"."); //$NON-NLS-1$ //$NON-NLS-2$

Source File: org/eclipse/jst/j2ee/internal/ui/refactoring/RenameContextRootChange.java
1. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

21 : import org.eclipse.jst.j2ee.internal.project.ProjectSupportResourceHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RenameContextRootChange.java :

24 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;

3. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

64 : ProjectSupportResourceHandler.getString(

4. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

64 : ProjectSupportResourceHandler.getString( ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2, new Object[0]));

5. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

65 : ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2,

6. WARNING: DiscouragedReference

Discouraged access: The field Context_Root_cannot_be_empty_2 from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

65 : ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2,

7. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

92 : ProjectSupportResourceHandler

8. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

92 : ProjectSupportResourceHandler .getString( ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root, invalidChar));

9. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

94 : ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root,

10. WARNING: DiscouragedReference

Discouraged access: The field The_character_is_invalid_in_a_context_root from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

94 : ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root,

11. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

104 : ProjectSupportResourceHandler.getString(

12. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

104 : ProjectSupportResourceHandler.getString( ProjectSupportResourceHandler.Names_cannot_contain_whitespace_, new Object[0]));

13. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

105 : ProjectSupportResourceHandler.Names_cannot_contain_whitespace_,

14. WARNING: DiscouragedReference

Discouraged access: The field Names_cannot_contain_whitespace_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

105 : ProjectSupportResourceHandler.Names_cannot_contain_whitespace_,

15. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RenameContextRootChange.java :

125 : ComponentUtilities.setServerContextRoot(project, newContextRoot);

16. WARNING: DiscouragedReference

Discouraged access: The method setServerContextRoot(IProject, String) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RenameContextRootChange.java :

125 : ComponentUtilities.setServerContextRoot(project, newContextRoot);

Source File: org/eclipse/jst/j2ee/internal/ui/refactoring/RenameContextRootRefactoringProcessor.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootRefactoringProcessor.java :

18 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootRefactoringProcessor.java :

119 : return J2EEProjectUtilities.getServerContextRoot(getProject());

3. WARNING: DiscouragedReference

Discouraged access: The method getServerContextRoot(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootRefactoringProcessor.java :

119 : return J2EEProjectUtilities.getServerContextRoot(getProject());

Source File: org/eclipse/jst/j2ee/internal/ui/util/AnnotationIconDecorator.java
1. WARNING: UnusedImport

The import org.eclipse.jface.viewers.ILabelDecorator is never used

AnnotationIconDecorator.java :

22 : import org.eclipse.jface.viewers.ILabelDecorator;

2. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsController is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

AnnotationIconDecorator.java :

25 : import org.eclipse.jst.common.internal.annotations.controller.AnnotationsController;

3. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

AnnotationIconDecorator.java :

26 : import org.eclipse.jst.common.internal.annotations.controller.AnnotationsControllerHelper;

4. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

AnnotationIconDecorator.java :

27 : import org.eclipse.jst.common.internal.annotations.controller.AnnotationsControllerManager;

5. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

AnnotationIconDecorator.java :

54 : if (AnnotationsControllerHelper.INSTANCE.isAnnotated(target)) {

6. WARNING: DiscouragedReference

Discouraged access: The method isAnnotated(EObject) from the type AnnotationsControllerHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

AnnotationIconDecorator.java :

54 : if (AnnotationsControllerHelper.INSTANCE.isAnnotated(target)) {

7. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type AnnotationsControllerHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

AnnotationIconDecorator.java :

54 : if (AnnotationsControllerHelper.INSTANCE.isAnnotated(target)) {

8. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsController is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

AnnotationIconDecorator.java :

60 : private AnnotationsController getControllerForProject(IProject targetProject) {

9. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsController is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

AnnotationIconDecorator.java :

61 : AnnotationsController controller = AnnotationsControllerManager.INSTANCE.getAnnotationsController(targetProject);

10. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

AnnotationIconDecorator.java :

61 : AnnotationsController controller = AnnotationsControllerManager.INSTANCE.getAnnotationsController(targetProject);

11. WARNING: DiscouragedReference

Discouraged access: The method getAnnotationsController(IProject) from the type AnnotationsControllerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

AnnotationIconDecorator.java :

61 : AnnotationsController controller = AnnotationsControllerManager.INSTANCE.getAnnotationsController(targetProject);

12. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type AnnotationsControllerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

AnnotationIconDecorator.java :

61 : AnnotationsController controller = AnnotationsControllerManager.INSTANCE.getAnnotationsController(targetProject);

13. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

AnnotationIconDecorator.java :

92 : if (AnnotationsControllerManager.INSTANCE.isAnyAnnotationsSupported()) {

14. WARNING: DiscouragedReference

Discouraged access: The method isAnyAnnotationsSupported() from the type AnnotationsControllerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

AnnotationIconDecorator.java :

92 : if (AnnotationsControllerManager.INSTANCE.isAnyAnnotationsSupported()) {

15. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type AnnotationsControllerManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

AnnotationIconDecorator.java :

92 : if (AnnotationsControllerManager.INSTANCE.isAnyAnnotationsSupported()) {

16. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsController is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

AnnotationIconDecorator.java :

94 : AnnotationsController controller = getControllerForProject(targetProject);

17. WARNING: DiscouragedReference

Discouraged access: The method getEnabledAnnotationFile(EObject) from the type AnnotationsController is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar

AnnotationIconDecorator.java :

96 : annotatedSource = controller.getEnabledAnnotationFile(eObject);

Source File: org/eclipse/jst/j2ee/internal/war/ui/util/J2EEWebAppItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEWebAppItemProvider.java :

29 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEWebAppItemProvider.java :

30 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;

3. WARNING: DiscouragedReference

Discouraged access: The type WebAppItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

J2EEWebAppItemProvider.java :

31 : import org.eclipse.jst.j2ee.internal.web.providers.WebAppItemProvider;

4. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEWebAppItemProvider.java :

36 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelEvent;

5. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEWebAppItemProvider.java :

37 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelListener;

6. WARNING: DiscouragedReference

Discouraged access: The type WebAppItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

J2EEWebAppItemProvider.java :

45 : public class J2EEWebAppItemProvider extends WebAppItemProvider {

7. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEWebAppItemProvider.java :

64 : private class J2EEWebServiceClientDDManager extends AdapterImpl implements EditModelListener {

8. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

J2EEWebAppItemProvider.java :

89 : public void editModelChanged(EditModelEvent anEvent) {

9. WARNING: DiscouragedReference

Discouraged access: The constructor WebAppItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

J2EEWebAppItemProvider.java :

136 : super(adapterFactory);

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEWebAppItemProvider.java :

209 : if (J2EEVersionUtil.convertVersionStringToInt(webApp.getVersion()) > J2EEVersionConstants.SERVLET_2_2) {

11. WARNING: DiscouragedReference

Discouraged access: The method convertVersionStringToInt(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEWebAppItemProvider.java :

209 : if (J2EEVersionUtil.convertVersionStringToInt(webApp.getVersion()) > J2EEVersionConstants.SERVLET_2_2) {

12. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEWebAppItemProvider.java :

209 : if (J2EEVersionUtil.convertVersionStringToInt(webApp.getVersion()) > J2EEVersionConstants.SERVLET_2_2) {

13. WARNING: DiscouragedReference

Discouraged access: The field SERVLET_2_2 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEWebAppItemProvider.java :

209 : if (J2EEVersionUtil.convertVersionStringToInt(webApp.getVersion()) > J2EEVersionConstants.SERVLET_2_2) {

14. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type WebAppItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

J2EEWebAppItemProvider.java :

305 : super.notifyChanged(notification);

Source File: org/eclipse/jst/j2ee/internal/war/ui/util/J2EEWebItemProviderAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebapplicationItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

J2EEWebItemProviderAdapterFactory.java :

20 : import org.eclipse.jst.j2ee.internal.web.providers.WebapplicationItemProviderAdapterFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type WebapplicationItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

J2EEWebItemProviderAdapterFactory.java :

29 : public class J2EEWebItemProviderAdapterFactory extends WebapplicationItemProviderAdapterFactory {

3. WARNING: DiscouragedReference

Discouraged access: The constructor WebapplicationItemProviderAdapterFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

J2EEWebItemProviderAdapterFactory.java :

35 : super();

4. WARNING: DiscouragedReference

Discouraged access: The field webAppItemProvider from the type WebapplicationItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

J2EEWebItemProviderAdapterFactory.java :

46 : if (webAppItemProvider == null)

5. WARNING: DiscouragedReference

Discouraged access: The field webAppItemProvider from the type WebapplicationItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

J2EEWebItemProviderAdapterFactory.java :

47 : webAppItemProvider = new J2EEWebAppItemProvider(this);

6. WARNING: DiscouragedReference

Discouraged access: The field webAppItemProvider from the type WebapplicationItemProviderAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

J2EEWebItemProviderAdapterFactory.java :

48 : return webAppItemProvider;

Source File: org/eclipse/jst/j2ee/internal/war/ui/util/WebContextParamGroupItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebContextParamGroupItemProvider.java :

12 : import org.eclipse.jst.j2ee.internal.web.plugin.WebPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebContextParamGroupItemProvider.java :

13 : import org.eclipse.jst.j2ee.internal.web.providers.WebAppEditResourceHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebContextParamGroupItemProvider.java :

52 : return WebPlugin.getDefault().getImage("initializ_parameter_context"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebContextParamGroupItemProvider.java :

52 : return WebPlugin.getDefault().getImage("initializ_parameter_context"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebContextParamGroupItemProvider.java :

52 : return WebPlugin.getDefault().getImage("initializ_parameter_context"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebContextParamGroupItemProvider.java :

59 : return WebAppEditResourceHandler.getString("Context_Parameters_2"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebContextParamGroupItemProvider.java :

59 : return WebAppEditResourceHandler.getString("Context_Parameters_2"); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/war/ui/util/WebErrorPageGroupItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebErrorPageGroupItemProvider.java :

12 : import org.eclipse.jst.j2ee.internal.web.plugin.WebPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebErrorPageGroupItemProvider.java :

13 : import org.eclipse.jst.j2ee.internal.web.providers.WebAppEditResourceHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebErrorPageGroupItemProvider.java :

52 : return WebPlugin.getDefault().getImage("error_page"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebErrorPageGroupItemProvider.java :

52 : return WebPlugin.getDefault().getImage("error_page"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebErrorPageGroupItemProvider.java :

52 : return WebPlugin.getDefault().getImage("error_page"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebErrorPageGroupItemProvider.java :

59 : return WebAppEditResourceHandler.getString("Error_Pages_1"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebErrorPageGroupItemProvider.java :

59 : return WebAppEditResourceHandler.getString("Error_Pages_1"); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/war/ui/util/WebFilterMappingGroupItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFilterMappingGroupItemProvider.java :

21 : import org.eclipse.jst.j2ee.internal.web.plugin.WebPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFilterMappingGroupItemProvider.java :

22 : import org.eclipse.jst.j2ee.internal.web.providers.WebAppEditResourceHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFilterMappingGroupItemProvider.java :

55 : return WebPlugin.getDefault().getImage("filter_mapping"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFilterMappingGroupItemProvider.java :

55 : return WebPlugin.getDefault().getImage("filter_mapping"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFilterMappingGroupItemProvider.java :

55 : return WebPlugin.getDefault().getImage("filter_mapping"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFilterMappingGroupItemProvider.java :

62 : return WebAppEditResourceHandler.getString("Filter_Mappings_1"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFilterMappingGroupItemProvider.java :

62 : return WebAppEditResourceHandler.getString("Filter_Mappings_1"); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/war/ui/util/WebFiltersGroupItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFiltersGroupItemProvider.java :

25 : import org.eclipse.jst.j2ee.internal.web.plugin.WebPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFiltersGroupItemProvider.java :

26 : import org.eclipse.jst.j2ee.internal.web.providers.WebAppEditResourceHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFiltersGroupItemProvider.java :

50 : return WebPlugin.getDefault().getImage("filter"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFiltersGroupItemProvider.java :

50 : return WebPlugin.getDefault().getImage("filter"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFiltersGroupItemProvider.java :

50 : return WebPlugin.getDefault().getImage("filter"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFiltersGroupItemProvider.java :

79 : return WebAppEditResourceHandler.getString("Filters_1"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFiltersGroupItemProvider.java :

79 : return WebAppEditResourceHandler.getString("Filters_1"); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/war/ui/util/WebGroupItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebGroupItemProvider.java :

26 : import org.eclipse.jst.j2ee.internal.provider.J2EEItemProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebGroupItemProvider.java :

34 : public abstract class WebGroupItemProvider extends J2EEItemProvider {

3. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebGroupItemProvider.java :

66 : super(adapterFactory);

Source File: org/eclipse/jst/j2ee/internal/war/ui/util/WebListenerGroupItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebListenerGroupItemProvider.java :

22 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebListenerGroupItemProvider.java :

23 : import org.eclipse.jst.j2ee.internal.web.providers.WebAppEditResourceHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebListenerGroupItemProvider.java :

44 : return J2EEPlugin.getDefault().getImage("listener"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebListenerGroupItemProvider.java :

44 : return J2EEPlugin.getDefault().getImage("listener"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebListenerGroupItemProvider.java :

44 : return J2EEPlugin.getDefault().getImage("listener"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebListenerGroupItemProvider.java :

73 : return WebAppEditResourceHandler.getString("LISTENER"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebListenerGroupItemProvider.java :

73 : return WebAppEditResourceHandler.getString("LISTENER"); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/war/ui/util/WebReferencesGroupItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebReferencesGroupItemProvider.java :

26 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebReferencesGroupItemProvider.java :

27 : import org.eclipse.jst.j2ee.internal.web.providers.WebAppEditResourceHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebReferencesGroupItemProvider.java :

28 : import org.eclipse.jst.j2ee.internal.webservices.WSDLServiceExtManager;

4. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebReferencesGroupItemProvider.java :

29 : import org.eclipse.jst.j2ee.internal.webservices.WSDLServiceHelper;

5. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebReferencesGroupItemProvider.java :

82 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

6. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebReferencesGroupItemProvider.java :

82 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

7. WARNING: DiscouragedReference

Discouraged access: The method getServiceHelper() from the type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebReferencesGroupItemProvider.java :

82 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

8. WARNING: DiscouragedReference

Discouraged access: The method get13ServiceRefs(EObject) from the type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebReferencesGroupItemProvider.java :

83 : serviceRefs = serviceHelper.get13ServiceRefs(webApp);

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebReferencesGroupItemProvider.java :

111 : return J2EEPlugin.getDefault().getImage("resourceRef_obj"); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebReferencesGroupItemProvider.java :

111 : return J2EEPlugin.getDefault().getImage("resourceRef_obj"); //$NON-NLS-1$

11. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebReferencesGroupItemProvider.java :

111 : return J2EEPlugin.getDefault().getImage("resourceRef_obj"); //$NON-NLS-1$

12. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebReferencesGroupItemProvider.java :

121 : return WebAppEditResourceHandler.getString("References_1"); //$NON-NLS-1$

13. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebReferencesGroupItemProvider.java :

121 : return WebAppEditResourceHandler.getString("References_1"); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/war/ui/util/WebSecurityGroupItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebSecurityGroupItemProvider.java :

25 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebSecurityGroupItemProvider.java :

26 : import org.eclipse.jst.j2ee.internal.web.providers.WebAppEditResourceHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebSecurityGroupItemProvider.java :

72 : return WebAppEditResourceHandler.getString("Security_1"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebSecurityGroupItemProvider.java :

72 : return WebAppEditResourceHandler.getString("Security_1"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebSecurityGroupItemProvider.java :

101 : return J2EEPlugin.getPlugin().getImage("security_role");//$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebSecurityGroupItemProvider.java :

101 : return J2EEPlugin.getPlugin().getImage("security_role");//$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebSecurityGroupItemProvider.java :

101 : return J2EEPlugin.getPlugin().getImage("security_role");//$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/war/ui/util/WebServletGroupItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletGroupItemProvider.java :

22 : import org.eclipse.jst.j2ee.internal.web.plugin.WebPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletGroupItemProvider.java :

23 : import org.eclipse.jst.j2ee.internal.web.providers.WebAppEditResourceHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletGroupItemProvider.java :

62 : return WebPlugin.getDefault().getImage("servlet"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletGroupItemProvider.java :

62 : return WebPlugin.getDefault().getImage("servlet"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletGroupItemProvider.java :

62 : return WebPlugin.getDefault().getImage("servlet"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletGroupItemProvider.java :

69 : return WebAppEditResourceHandler.getString("Servlets_1"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletGroupItemProvider.java :

69 : return WebAppEditResourceHandler.getString("Servlets_1"); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/war/ui/util/WebServletMappingGroupItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletMappingGroupItemProvider.java :

21 : import org.eclipse.jst.j2ee.internal.web.plugin.WebPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletMappingGroupItemProvider.java :

22 : import org.eclipse.jst.j2ee.internal.web.providers.WebAppEditResourceHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletMappingGroupItemProvider.java :

59 : return WebPlugin.getDefault().getImage("servlet_mapping"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletMappingGroupItemProvider.java :

59 : return WebPlugin.getDefault().getImage("servlet_mapping"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletMappingGroupItemProvider.java :

59 : return WebPlugin.getDefault().getImage("servlet_mapping"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletMappingGroupItemProvider.java :

69 : return WebAppEditResourceHandler.getString("Servlet_Mappings_2"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletMappingGroupItemProvider.java :

69 : return WebAppEditResourceHandler.getString("Servlet_Mappings_2"); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/war/ui/util/WebWelcomeFileGroupItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebWelcomeFileGroupItemProvider.java :

12 : import org.eclipse.jst.j2ee.internal.web.plugin.WebPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebWelcomeFileGroupItemProvider.java :

13 : import org.eclipse.jst.j2ee.internal.web.providers.WebAppEditResourceHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebWelcomeFileGroupItemProvider.java :

56 : return WebPlugin.getDefault().getImage("welcome_list"); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebWelcomeFileGroupItemProvider.java :

56 : return WebPlugin.getDefault().getImage("welcome_list"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type WebPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebWelcomeFileGroupItemProvider.java :

56 : return WebPlugin.getDefault().getImage("welcome_list"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebWelcomeFileGroupItemProvider.java :

63 : return WebAppEditResourceHandler.getString("Welcome_Pages_1"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type WebAppEditResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebWelcomeFileGroupItemProvider.java :

63 : return WebAppEditResourceHandler.getString("Welcome_Pages_1"); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/wizard/AnnotationsStandaloneGroup.java
1. WARNING: DiscouragedReference

Discouraged access: The type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AnnotationsStandaloneGroup.java :

22 : import org.eclipse.jst.j2ee.application.internal.operations.IAnnotationsDataModel;

2. WARNING: DiscouragedReference

Discouraged access: The type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AnnotationsStandaloneGroup.java :

30 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelSynchHelper;

3. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelSynchHelper(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AnnotationsStandaloneGroup.java :

59 : synchHelper = new DataModelSynchHelper((IDataModel)model);

4. WARNING: DiscouragedReference

Discouraged access: The type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AnnotationsStandaloneGroup.java :

59 : synchHelper = new DataModelSynchHelper((IDataModel)model);

5. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AnnotationsStandaloneGroup.java :

91 : ((DataModelSynchHelper)synchHelper).synchCheckbox(useAnnotations, IAnnotationsDataModel.USE_ANNOTATIONS, null);

6. WARNING: DiscouragedReference

Discouraged access: The type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AnnotationsStandaloneGroup.java :

91 : ((DataModelSynchHelper)synchHelper).synchCheckbox(useAnnotations, IAnnotationsDataModel.USE_ANNOTATIONS, null);

7. WARNING: DiscouragedReference

Discouraged access: The type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AnnotationsStandaloneGroup.java :

91 : ((DataModelSynchHelper)synchHelper).synchCheckbox(useAnnotations, IAnnotationsDataModel.USE_ANNOTATIONS, null);

8. WARNING: DiscouragedReference

Discouraged access: The field USE_ANNOTATIONS from the type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AnnotationsStandaloneGroup.java :

91 : ((DataModelSynchHelper)synchHelper).synchCheckbox(useAnnotations, IAnnotationsDataModel.USE_ANNOTATIONS, null);

9. WARNING: DiscouragedReference

Discouraged access: The type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AnnotationsStandaloneGroup.java :

99 : ((IDataModel)model).removeListener((DataModelSynchHelper)synchHelper);

Source File: org/eclipse/jst/j2ee/internal/wizard/AppClientComponentExportWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type AppClientComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientComponentExportWizard.java :

13 : import org.eclipse.jst.j2ee.application.internal.operations.AppClientComponentExportDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The constructor AppClientComponentExportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientComponentExportWizard.java :

52 : return new AppClientComponentExportDataModelProvider();

3. WARNING: DiscouragedReference

Discouraged access: The type AppClientComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientComponentExportWizard.java :

52 : return new AppClientComponentExportDataModelProvider();

4. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AppClientComponentExportWizard.java :

65 : addPage(new AppClientExportPage(getDataModel(), MAIN_PG, getSelection()));

5. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AppClientComponentExportWizard.java :

65 : addPage(new AppClientExportPage(getDataModel(), MAIN_PG, getSelection()));

Source File: org/eclipse/jst/j2ee/internal/wizard/AppClientComponentImportPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientComponentImportPage.java :

17 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

2. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AppClientComponentImportPage.java :

79 : setInfopopID(IJ2EEUIContextIds.IMPORT_APPCLIENT_WIZARD_P1);

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientComponentImportPage.java :

85 : return J2EEProjectUtilities.APPLICATION_CLIENT;

Source File: org/eclipse/jst/j2ee/internal/wizard/AppClientComponentImportWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type AppClientComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientComponentImportWizard.java :

13 : import org.eclipse.jst.j2ee.applicationclient.internal.creation.AppClientComponentImportDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AppClientComponentImportWizard.java :

60 : addPage(new AppClientComponentImportPage(getDataModel(), MAIN_PG));

3. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AppClientComponentImportWizard.java :

60 : addPage(new AppClientComponentImportPage(getDataModel(), MAIN_PG));

4. WARNING: DiscouragedReference

Discouraged access: The constructor AppClientComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientComponentImportWizard.java :

83 : return new AppClientComponentImportDataModelProvider();

5. WARNING: DiscouragedReference

Discouraged access: The type AppClientComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientComponentImportWizard.java :

83 : return new AppClientComponentImportDataModelProvider();

Source File: org/eclipse/jst/j2ee/internal/wizard/AvailableJarsProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

20 : import org.eclipse.jst.j2ee.application.internal.operations.ClassPathSelection;

2. WARNING: DiscouragedReference

Discouraged access: The type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

21 : import org.eclipse.jst.j2ee.application.internal.operations.ClasspathElement;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

22 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type OverlayIcon is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AvailableJarsProvider.java :

24 : import org.eclipse.wst.common.frameworks.internal.ui.OverlayIcon;

5. WARNING: DiscouragedReference

Discouraged access: The type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

78 : ClasspathElement cp = (ClasspathElement) element;

6. WARNING: DiscouragedReference

Discouraged access: The type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

78 : ClasspathElement cp = (ClasspathElement) element;

7. WARNING: DiscouragedReference

Discouraged access: The method isValid() from the type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

79 : if (!cp.isValid())

8. WARNING: DiscouragedReference

Discouraged access: The method isClasspathEntry() from the type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

82 : if (cp.isClasspathEntry()) {

9. WARNING: DiscouragedReference

Discouraged access: The method getJarType() from the type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

86 : switch (cp.getJarType()) {

10. WARNING: DiscouragedReference

Discouraged access: The type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

87 : case ClasspathElement.EJB_JAR :

11. WARNING: DiscouragedReference

Discouraged access: The field EJB_JAR from the type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

87 : case ClasspathElement.EJB_JAR :

12. WARNING: DiscouragedReference

Discouraged access: The type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

89 : case ClasspathElement.EJB_CLIENT_JAR :

13. WARNING: DiscouragedReference

Discouraged access: The field EJB_CLIENT_JAR from the type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

89 : case ClasspathElement.EJB_CLIENT_JAR :

14. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

109 : value = ((ClasspathElement) element).getText();

15. WARNING: DiscouragedReference

Discouraged access: The type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

109 : value = ((ClasspathElement) element).getText();

16. WARNING: DiscouragedReference

Discouraged access: The method getProjectName() from the type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

113 : value = ((ClasspathElement) element).getProjectName();

17. WARNING: DiscouragedReference

Discouraged access: The type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

113 : value = ((ClasspathElement) element).getProjectName();

18. WARNING: DiscouragedReference

Discouraged access: The type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

146 : ClassPathSelection selection = (ClassPathSelection) inputElement;

19. WARNING: DiscouragedReference

Discouraged access: The type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

146 : ClassPathSelection selection = (ClassPathSelection) inputElement;

20. WARNING: DiscouragedReference

Discouraged access: The method getFilterLevel() from the type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

147 : return filter(selection, selection.getFilterLevel()).toArray();

21. WARNING: DiscouragedReference

Discouraged access: The type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

153 : private List filter(ClassPathSelection selection, int filterLevel) {

22. WARNING: DiscouragedReference

Discouraged access: The method getClasspathElements() from the type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

154 : List list = selection.getClasspathElements();

23. WARNING: DiscouragedReference

Discouraged access: The type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

157 : ClasspathElement element = (ClasspathElement) list.get(i);

24. WARNING: DiscouragedReference

Discouraged access: The type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

157 : ClasspathElement element = (ClasspathElement) list.get(i);

25. WARNING: DiscouragedReference

Discouraged access: The method isSelected() from the type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

158 : if (!element.isSelected()) {

26. WARNING: DiscouragedReference

Discouraged access: The type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

160 : case (ClassPathSelection.FILTER_EJB_CLIENT_JARS) :

27. WARNING: DiscouragedReference

Discouraged access: The field FILTER_EJB_CLIENT_JARS from the type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

160 : case (ClassPathSelection.FILTER_EJB_CLIENT_JARS) :

28. WARNING: DiscouragedReference

Discouraged access: The method isEJBClientJar() from the type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

161 : if (element.isEJBClientJar())

29. WARNING: DiscouragedReference

Discouraged access: The type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

164 : case (ClassPathSelection.FILTER_EJB_SERVER_JARS) :

30. WARNING: DiscouragedReference

Discouraged access: The field FILTER_EJB_SERVER_JARS from the type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

164 : case (ClassPathSelection.FILTER_EJB_SERVER_JARS) :

31. WARNING: DiscouragedReference

Discouraged access: The method isEJBJar() from the type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

165 : if (element.isEJBJar() && selection.getOppositeElement(element) != null)

32. WARNING: DiscouragedReference

Discouraged access: The method getOppositeElement(ClasspathElement) from the type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

165 : if (element.isEJBJar() && selection.getOppositeElement(element) != null)

33. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

180 : URL gifImageURL = (URL) J2EEPlugin.getPlugin().getImage(key);

34. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

180 : URL gifImageURL = (URL) J2EEPlugin.getPlugin().getImage(key);

35. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableJarsProvider.java :

180 : URL gifImageURL = (URL) J2EEPlugin.getPlugin().getImage(key);

36. WARNING: DiscouragedReference

Discouraged access: The constructor OverlayIcon(ImageDescriptor, ImageDescriptor[][]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AvailableJarsProvider.java :

189 : invalidImage = new OverlayIcon(base, new ImageDescriptor[][]{{overlay}}).createImage();

37. WARNING: DiscouragedReference

Discouraged access: The type OverlayIcon is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AvailableJarsProvider.java :

189 : invalidImage = new OverlayIcon(base, new ImageDescriptor[][]{{overlay}}).createImage();

Source File: org/eclipse/jst/j2ee/internal/wizard/AvailableUtilJarsAndWebLibProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AvailableUtilJarsAndWebLibProvider.java :

27 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AvailableUtilJarsAndWebLibProvider.java :

106 : if(path.toString().startsWith(ArchiveConstants.WEBAPP_LIB_URI)){

3. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_LIB_URI from the type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AvailableUtilJarsAndWebLibProvider.java :

106 : if(path.toString().startsWith(ArchiveConstants.WEBAPP_LIB_URI)){

Source File: org/eclipse/jst/j2ee/internal/wizard/AvailableUtilityJarsProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableUtilityJarsProvider.java :

29 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableUtilityJarsProvider.java :

86 : if (availableFiles[i] != null && availableFiles[i].getName().endsWith(IJ2EEModuleConstants.JAR_EXT))collectedJars.add(availableFiles[i]);

3. WARNING: DiscouragedReference

Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AvailableUtilityJarsProvider.java :

86 : if (availableFiles[i] != null && availableFiles[i].getName().endsWith(IJ2EEModuleConstants.JAR_EXT))collectedJars.add(availableFiles[i]);

Source File: org/eclipse/jst/j2ee/internal/wizard/DefaultJ2EEComponentCreationWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type DefaultJ2EEComponentCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DefaultJ2EEComponentCreationWizard.java :

20 : import org.eclipse.jst.j2ee.internal.earcreation.DefaultJ2EEComponentCreationDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DefaultJ2EEComponentCreationWizard.java :

21 : import org.eclipse.jst.j2ee.internal.earcreation.IDefaultJ2EEComponentCreationDataModelProperties;

3. WARNING: DiscouragedReference

Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.ide_3.6.1.M20100825-0800.jar

DefaultJ2EEComponentCreationWizard.java :

23 : import org.eclipse.ui.internal.ide.IDEWorkbenchPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

DefaultJ2EEComponentCreationWizard.java :

26 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard;

5. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

DefaultJ2EEComponentCreationWizard.java :

28 : public class DefaultJ2EEComponentCreationWizard extends DataModelWizard {

6. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizard(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

DefaultJ2EEComponentCreationWizard.java :

35 : super(model);

7. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizard() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

DefaultJ2EEComponentCreationWizard.java :

43 : super();

8. WARNING: DiscouragedReference

Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.ide_3.6.1.M20100825-0800.jar

DefaultJ2EEComponentCreationWizard.java :

54 : URL installURL = IDEWorkbenchPlugin.getDefault().getDescriptor().getInstallURL();

9. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.ide_3.6.1.M20100825-0800.jar

DefaultJ2EEComponentCreationWizard.java :

54 : URL installURL = IDEWorkbenchPlugin.getDefault().getDescriptor().getInstallURL();

10. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

DefaultJ2EEComponentCreationWizard.java :

72 : addPage(new NewJ2EEComponentSelectionPage(getDataModel(), SELECTION_PG));

11. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

DefaultJ2EEComponentCreationWizard.java :

72 : addPage(new NewJ2EEComponentSelectionPage(getDataModel(), SELECTION_PG));

12. WARNING: DiscouragedReference

Discouraged access: The method canFinish() from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

DefaultJ2EEComponentCreationWizard.java :

77 : if (!super.canFinish()) {

13. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

DefaultJ2EEComponentCreationWizard.java :

80 : return getDataModel().getBooleanProperty(IDefaultJ2EEComponentCreationDataModelProperties.ENABLED);

14. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DefaultJ2EEComponentCreationWizard.java :

80 : return getDataModel().getBooleanProperty(IDefaultJ2EEComponentCreationDataModelProperties.ENABLED);

15. WARNING: DiscouragedReference

Discouraged access: The field ENABLED from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DefaultJ2EEComponentCreationWizard.java :

80 : return getDataModel().getBooleanProperty(IDefaultJ2EEComponentCreationDataModelProperties.ENABLED);

16. WARNING: DiscouragedReference

Discouraged access: The constructor DefaultJ2EEComponentCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DefaultJ2EEComponentCreationWizard.java :

85 : return new DefaultJ2EEComponentCreationDataModelProvider();

17. WARNING: DiscouragedReference

Discouraged access: The type DefaultJ2EEComponentCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DefaultJ2EEComponentCreationWizard.java :

85 : return new DefaultJ2EEComponentCreationDataModelProvider();

Source File: org/eclipse/jst/j2ee/internal/wizard/EARComponentExportWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type EARComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentExportWizard.java :

13 : import org.eclipse.jst.j2ee.application.internal.operations.EARComponentExportDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The constructor EARComponentExportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentExportWizard.java :

53 : return new EARComponentExportDataModelProvider();

3. WARNING: DiscouragedReference

Discouraged access: The type EARComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentExportWizard.java :

53 : return new EARComponentExportDataModelProvider();

4. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentExportWizard.java :

66 : addPage(new EARComponentExportPage(getDataModel(), MAIN_PG, getSelection()));

5. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentExportWizard.java :

66 : addPage(new EARComponentExportPage(getDataModel(), MAIN_PG, getSelection()));

Source File: org/eclipse/jst/j2ee/internal/wizard/EARComponentImportOptionsPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportOptionsPage.java :

50 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizardPage;

2. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportOptionsPage.java :

58 : public class EARComponentImportOptionsPage extends DataModelWizardPage {

3. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportOptionsPage.java :

74 : super(model, pageName);

4. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportOptionsPage.java :

88 : setInfopopID(IJ2EEUIContextIds.IMPORT_EAR_WIZARD_P2);

5. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportOptionsPage.java :

129 : model.addListener(new IDataModelListener() {

6. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportOptionsPage.java :

132 : availableJARsViewer.setCheckedElements(((List) model.getProperty(IEARComponentImportDataModelProperties.UTILITY_LIST)).toArray());

7. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportOptionsPage.java :

140 : model.setProperty(IEARComponentImportDataModelProperties.UTILITY_LIST, emptySelection);

8. WARNING: DiscouragedReference

Discouraged access: The method validatePage() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportOptionsPage.java :

141 : validatePage();

9. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportOptionsPage.java :

150 : model.setProperty(IEARComponentImportDataModelProperties.UTILITY_LIST, allSelection);

10. WARNING: DiscouragedReference

Discouraged access: The method validatePage() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportOptionsPage.java :

151 : validatePage();

11. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportOptionsPage.java :

252 : synchHelper.synchText(systemDefaultText, IEARComponentImportDataModelProperties.NESTED_MODULE_ROOT, null);

12. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportOptionsPage.java :

252 : synchHelper.synchText(systemDefaultText, IEARComponentImportDataModelProperties.NESTED_MODULE_ROOT, null);

13. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportOptionsPage.java :

268 : aWrapper = (ArchiveWrapper) model.getProperty(IJ2EEComponentImportDataModelProperties.ARCHIVE_WRAPPER);

14. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportOptionsPage.java :

286 : return aWrapper != model.getProperty(IJ2EEComponentImportDataModelProperties.ARCHIVE_WRAPPER);

15. WARNING: DiscouragedReference

Discouraged access: The method enter() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportOptionsPage.java :

291 : super.enter();

16. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportOptionsPage.java :

296 : model.setProperty(IEARComponentImportDataModelProperties.UTILITY_LIST, getJARsForProjects());

17. WARNING: DiscouragedReference

Discouraged access: The method validatePage() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportOptionsPage.java :

297 : validatePage();

Source File: org/eclipse/jst/j2ee/internal/wizard/EARComponentImportPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportPage.java :

20 : import org.eclipse.jst.j2ee.application.internal.operations.EARComponentImportDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportPage.java :

21 : import org.eclipse.jst.j2ee.application.internal.operations.IAnnotationsDataModel;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportPage.java :

22 : import org.eclipse.jst.j2ee.application.internal.operations.J2EEArtifactImportDataModelProvider;

4. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportPage.java :

63 : setInfopopID(IJ2EEUIContextIds.IMPORT_EAR_WIZARD_P1);

5. WARNING: DiscouragedReference

Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportPage.java :

118 : EARComponentImportDataModelProvider.EAR_NAME_VALIDATION,

6. WARNING: DiscouragedReference

Discouraged access: The field EAR_NAME_VALIDATION from the type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportPage.java :

118 : EARComponentImportDataModelProvider.EAR_NAME_VALIDATION,

7. WARNING: DiscouragedReference

Discouraged access: The type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportPage.java :

120 : IAnnotationsDataModel.USE_ANNOTATIONS,

8. WARNING: DiscouragedReference

Discouraged access: The field USE_ANNOTATIONS from the type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportPage.java :

120 : IAnnotationsDataModel.USE_ANNOTATIONS,

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportPage.java :

121 : J2EEArtifactImportDataModelProvider.FACET_RUNTIME};

10. WARNING: DiscouragedReference

Discouraged access: The field FACET_RUNTIME from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportPage.java :

121 : J2EEArtifactImportDataModelProvider.FACET_RUNTIME};

Source File: org/eclipse/jst/j2ee/internal/wizard/EARComponentImportWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportWizard.java :

13 : import org.eclipse.jst.j2ee.application.internal.operations.EARComponentImportDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportWizard.java :

82 : addPage(new EARComponentImportPage(getDataModel(), MAIN_PG));

3. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportWizard.java :

82 : addPage(new EARComponentImportPage(getDataModel(), MAIN_PG));

4. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportWizard.java :

83 : addPage(new EARComponentImportOptionsPage(getDataModel(), OPTIONS_PG));

5. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportWizard.java :

83 : addPage(new EARComponentImportOptionsPage(getDataModel(), OPTIONS_PG));

6. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportWizard.java :

84 : addPage(new EARComponentProjectsPage(getDataModel(), PROJECT_PG));

7. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentImportWizard.java :

84 : addPage(new EARComponentProjectsPage(getDataModel(), PROJECT_PG));

8. WARNING: DiscouragedReference

Discouraged access: The constructor EARComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportWizard.java :

105 : return new EARComponentImportDataModelProvider();

9. WARNING: DiscouragedReference

Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportWizard.java :

105 : return new EARComponentImportDataModelProvider();

Source File: org/eclipse/jst/j2ee/internal/wizard/EARComponentProjectsPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentProjectsPage.java :

31 : import org.eclipse.jst.j2ee.application.internal.operations.EARComponentImportDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentProjectsPage.java :

51 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizardPage;

3. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentProjectsPage.java :

59 : public class EARComponentProjectsPage extends DataModelWizardPage {

4. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentProjectsPage.java :

72 : super(model, pageName);

5. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentProjectsPage.java :

81 : setInfopopID(IJ2EEUIContextIds.IMPORT_EAR_WIZARD_P3);

6. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentProjectsPage.java :

116 : List list = (List) model.getProperty(IEARComponentImportDataModelProperties.ALL_PROJECT_MODELS_LIST);

7. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentProjectsPage.java :

117 : List selectedList = (List) model.getProperty(IEARComponentImportDataModelProperties.SELECTED_MODELS_LIST);

8. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentProjectsPage.java :

130 : model.setProperty(IEARComponentImportDataModelProperties.SELECTED_MODELS_LIST, newList);

9. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentProjectsPage.java :

144 : List list = (List) model.getProperty(IEARComponentImportDataModelProperties.ALL_PROJECT_MODELS_LIST);

10. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentProjectsPage.java :

147 : model.setProperty(IEARComponentImportDataModelProperties.SELECTED_MODELS_LIST, newList);

11. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentProjectsPage.java :

162 : model.setProperty(IEARComponentImportDataModelProperties.SELECTED_MODELS_LIST, newList);

12. WARNING: DiscouragedReference

Discouraged access: The method propertyChanged(DataModelEvent) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentProjectsPage.java :

174 : super.propertyChanged(event);

13. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentProjectsPage.java :

179 : Iterator iterator = ((List) model.getProperty(IEARComponentImportDataModelProperties.ALL_PROJECT_MODELS_LIST)).iterator();

14. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentProjectsPage.java :

188 : List selectedList = (List) model.getProperty(IEARComponentImportDataModelProperties.SELECTED_MODELS_LIST);

15. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentProjectsPage.java :

189 : List projectList = (List) model.getProperty(IEARComponentImportDataModelProperties.ALL_PROJECT_MODELS_LIST);

16. WARNING: DiscouragedReference

Discouraged access: The method enter() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentProjectsPage.java :

202 : super.enter();

17. WARNING: DiscouragedReference

Discouraged access: The method validatePage() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentProjectsPage.java :

204 : validatePage();

18. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARComponentProjectsPage.java :

232 : model.setProperty(IEARComponentImportDataModelProperties.SELECTED_MODELS_LIST, result);

19. WARNING: DiscouragedReference

Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentProjectsPage.java :

298 : return new String[]{IEARComponentImportDataModelProperties.SELECTED_MODELS_LIST, EARComponentImportDataModelProvider.NESTED_PROJECTS_VALIDATION};

20. WARNING: DiscouragedReference

Discouraged access: The field NESTED_PROJECTS_VALIDATION from the type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentProjectsPage.java :

298 : return new String[]{IEARComponentImportDataModelProperties.SELECTED_MODELS_LIST, EARComponentImportDataModelProvider.NESTED_PROJECTS_VALIDATION};

Source File: org/eclipse/jst/j2ee/internal/wizard/EARImportListContentProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARImportListContentProvider.java :

20 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARImportListContentProvider.java :

89 : if (wrapper.getPath().toString().startsWith(ArchiveConstants.WEBAPP_LIB_URI)) {

3. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_LIB_URI from the type ArchiveConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EARImportListContentProvider.java :

89 : if (wrapper.getPath().toString().startsWith(ArchiveConstants.WEBAPP_LIB_URI)) {

Source File: org/eclipse/jst/j2ee/internal/wizard/EARValidationHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARValidationHelper.java :

21 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

2. WARNING: DiscouragedReference

Discouraged access: The type UIEarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARValidationHelper.java :

22 : import org.eclipse.jst.j2ee.internal.validation.UIEarValidator;

3. WARNING: DiscouragedReference

Discouraged access: The type RunnableWithProgressWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARValidationHelper.java :

23 : import org.eclipse.wst.common.frameworks.internal.ui.RunnableWithProgressWrapper;

4. WARNING: DiscouragedReference

Discouraged access: The type OneValidatorOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EARValidationHelper.java :

24 : import org.eclipse.wst.validation.internal.operations.OneValidatorOperation;

5. WARNING: DiscouragedReference

Discouraged access: The type ValidatorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EARValidationHelper.java :

25 : import org.eclipse.wst.validation.internal.operations.ValidatorManager;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARValidationHelper.java :

42 : List earProjects = Arrays.asList(J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.ENTERPRISE_APPLICATION));

7. WARNING: DiscouragedReference

Discouraged access: The method getAllProjectsInWorkspaceOfType(String) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARValidationHelper.java :

42 : List earProjects = Arrays.asList(J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.ENTERPRISE_APPLICATION));

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARValidationHelper.java :

42 : List earProjects = Arrays.asList(J2EEProjectUtilities.getAllProjectsInWorkspaceOfType(J2EEProjectUtilities.ENTERPRISE_APPLICATION));

9. WARNING: DiscouragedReference

Discouraged access: The type ValidatorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EARValidationHelper.java :

62 : return ValidatorManager.getManager().isAutoValidate(earProj) && ValidatorManager.getManager().isEnabled(earProj, UIEarValidator.VALIDATOR_ID);

10. WARNING: DiscouragedReference

Discouraged access: The method getManager() from the type ValidatorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EARValidationHelper.java :

62 : return ValidatorManager.getManager().isAutoValidate(earProj) && ValidatorManager.getManager().isEnabled(earProj, UIEarValidator.VALIDATOR_ID);

11. WARNING: DiscouragedReference

Discouraged access: The method isAutoValidate(IProject) from the type ValidatorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EARValidationHelper.java :

62 : return ValidatorManager.getManager().isAutoValidate(earProj) && ValidatorManager.getManager().isEnabled(earProj, UIEarValidator.VALIDATOR_ID);

12. WARNING: DiscouragedReference

Discouraged access: The type ValidatorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EARValidationHelper.java :

62 : return ValidatorManager.getManager().isAutoValidate(earProj) && ValidatorManager.getManager().isEnabled(earProj, UIEarValidator.VALIDATOR_ID);

13. WARNING: DiscouragedReference

Discouraged access: The method getManager() from the type ValidatorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EARValidationHelper.java :

62 : return ValidatorManager.getManager().isAutoValidate(earProj) && ValidatorManager.getManager().isEnabled(earProj, UIEarValidator.VALIDATOR_ID);

14. WARNING: DiscouragedReference

Discouraged access: The method isEnabled(IProject, String) from the type ValidatorManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EARValidationHelper.java :

62 : return ValidatorManager.getManager().isAutoValidate(earProj) && ValidatorManager.getManager().isEnabled(earProj, UIEarValidator.VALIDATOR_ID);

15. WARNING: DiscouragedReference

Discouraged access: The type UIEarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARValidationHelper.java :

62 : return ValidatorManager.getManager().isAutoValidate(earProj) && ValidatorManager.getManager().isEnabled(earProj, UIEarValidator.VALIDATOR_ID);

16. WARNING: DiscouragedReference

Discouraged access: The field VALIDATOR_ID from the type UIEarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARValidationHelper.java :

62 : return ValidatorManager.getManager().isAutoValidate(earProj) && ValidatorManager.getManager().isEnabled(earProj, UIEarValidator.VALIDATOR_ID);

17. WARNING: DiscouragedReference

Discouraged access: The type OneValidatorOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EARValidationHelper.java :

87 : OneValidatorOperation op = new OneValidatorOperation(earProj, UIEarValidator.VALIDATOR_ID, true, false);

18. WARNING: DiscouragedReference

Discouraged access: The constructor OneValidatorOperation(IProject, String, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EARValidationHelper.java :

87 : OneValidatorOperation op = new OneValidatorOperation(earProj, UIEarValidator.VALIDATOR_ID, true, false);

19. WARNING: DiscouragedReference

Discouraged access: The type OneValidatorOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EARValidationHelper.java :

87 : OneValidatorOperation op = new OneValidatorOperation(earProj, UIEarValidator.VALIDATOR_ID, true, false);

20. WARNING: DiscouragedReference

Discouraged access: The type UIEarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARValidationHelper.java :

87 : OneValidatorOperation op = new OneValidatorOperation(earProj, UIEarValidator.VALIDATOR_ID, true, false);

21. WARNING: DiscouragedReference

Discouraged access: The field VALIDATOR_ID from the type UIEarValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARValidationHelper.java :

87 : OneValidatorOperation op = new OneValidatorOperation(earProj, UIEarValidator.VALIDATOR_ID, true, false);

22. WARNING: DiscouragedReference

Discouraged access: The constructor RunnableWithProgressWrapper(IHeadlessRunnableWithProgress) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARValidationHelper.java :

89 : return new RunnableWithProgressWrapper(op);

23. WARNING: DiscouragedReference

Discouraged access: The type RunnableWithProgressWrapper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EARValidationHelper.java :

89 : return new RunnableWithProgressWrapper(op);

Source File: org/eclipse/jst/j2ee/internal/wizard/J2EEArtifactExportWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEArtifactExportWizard.java :

18 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard;

2. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEArtifactExportWizard.java :

42 : public abstract class J2EEArtifactExportWizard extends DataModelWizard {

3. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizard() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEArtifactExportWizard.java :

60 : super();

4. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizard(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEArtifactExportWizard.java :

74 : super(model);

5. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEArtifactExportWizard.java :

144 : super.dispose();

6. WARNING: DiscouragedReference

Discouraged access: The method prePerformFinish() from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEArtifactExportWizard.java :

157 : return super.prePerformFinish();

Source File: org/eclipse/jst/j2ee/internal/wizard/J2EEArtifactImportWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEArtifactImportWizard.java :

25 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard;

2. WARNING: DiscouragedReference

Discouraged access: The type DelegateConfigurationElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEArtifactImportWizard.java :

26 : import org.eclipse.wst.web.internal.DelegateConfigurationElement;

3. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEArtifactImportWizard.java :

50 : public abstract class J2EEArtifactImportWizard extends DataModelWizard implements IImportWizard, IExecutableExtension {

4. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizard() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEArtifactImportWizard.java :

69 : super();

5. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizard(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEArtifactImportWizard.java :

82 : super(model);

6. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEArtifactImportWizard.java :

114 : super.dispose();

7. WARNING: DiscouragedReference

Discouraged access: The method prePerformFinish() from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEArtifactImportWizard.java :

166 : return super.prePerformFinish();

8. WARNING: DiscouragedReference

Discouraged access: The method postPerformFinish() from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEArtifactImportWizard.java :

182 : super.postPerformFinish();

9. WARNING: DiscouragedReference

Discouraged access: The type DelegateConfigurationElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEArtifactImportWizard.java :

184 : final IConfigurationElement element = new DelegateConfigurationElement(configurationElement) {

10. WARNING: DiscouragedReference

Discouraged access: The method getAttribute(String) from the type DelegateConfigurationElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.web_1.1.401.v201007151900.jar

J2EEArtifactImportWizard.java :

190 : return super.getAttribute(aName);

Source File: org/eclipse/jst/j2ee/internal/wizard/J2EEComponentFacetCreationWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEComponentFacetCreationWizardPage.java :

64 : = (IFacetedProjectWorkingCopy) this.model.getProperty( FACETED_PROJECT_WORKING_COPY );

2. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEComponentFacetCreationWizardPage.java :

92 : FacetDataModelMap map = (FacetDataModelMap)model.getProperty(IFacetProjectCreationDataModelProperties.FACET_DM_MAP);

3. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEComponentFacetCreationWizardPage.java :

109 : FacetDataModelMap map = (FacetDataModelMap)model.getProperty(IFacetProjectCreationDataModelProperties.FACET_DM_MAP);

Source File: org/eclipse/jst/j2ee/internal/wizard/J2EEExportPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

54 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizardPage;

2. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

62 : public abstract class J2EEExportPage extends DataModelWizardPage {

3. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

87 : super(model, pageName);

4. WARNING: DiscouragedReference

Discouraged access: The method setupInfopop(Control) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

140 : setupInfopop(composite);

5. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

178 : synchHelper.synchCombo(resourceNameCombo, IJ2EEComponentExportDataModelProperties.PROJECT_NAME, null);

6. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

178 : synchHelper.synchCombo(resourceNameCombo, IJ2EEComponentExportDataModelProperties.PROJECT_NAME, null);

7. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

197 : synchHelper.synchCombo(destinationNameCombo, IJ2EEComponentExportDataModelProperties.ARCHIVE_DESTINATION, null);

8. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

197 : synchHelper.synchCombo(destinationNameCombo, IJ2EEComponentExportDataModelProperties.ARCHIVE_DESTINATION, null);

9. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

223 : this.synchHelper.synchCheckbox( this.optimizeForRuntimeCheckbox, IJ2EEComponentExportDataModelProperties.OPTIMIZE_FOR_SPECIFIC_RUNTIME, null );

10. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

223 : this.synchHelper.synchCheckbox( this.optimizeForRuntimeCheckbox, IJ2EEComponentExportDataModelProperties.OPTIMIZE_FOR_SPECIFIC_RUNTIME, null );

11. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

232 : this.synchHelper.synchCombo( this.runtimeNameCombo, IJ2EEComponentExportDataModelProperties.RUNTIME, null );

12. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

232 : this.synchHelper.synchCombo( this.runtimeNameCombo, IJ2EEComponentExportDataModelProperties.RUNTIME, null );

13. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

243 : getDataModel().addListener

14. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

275 : = (List<IArchiveExportParticipantData>) getDataModel().getProperty( IJ2EEComponentExportDataModelProperties.RUNTIME_SPECIFIC_PARTICIPANTS );

15. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

355 : synchHelper.synchCheckbox(overwriteExistingFilesCheckbox, IJ2EEComponentExportDataModelProperties.OVERWRITE_EXISTING, null);

16. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

355 : synchHelper.synchCheckbox(overwriteExistingFilesCheckbox, IJ2EEComponentExportDataModelProperties.OVERWRITE_EXISTING, null);

17. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

361 : synchHelper.synchCheckbox(sourceFilesCheckbox, IJ2EEComponentExportDataModelProperties.EXPORT_SOURCE_FILES, null);

18. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

361 : synchHelper.synchCheckbox(sourceFilesCheckbox, IJ2EEComponentExportDataModelProperties.EXPORT_SOURCE_FILES, null);

19. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

417 : String fileName = getDataModel().getStringProperty(IJ2EEComponentExportDataModelProperties.PROJECT_NAME);

20. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

446 : model.setBooleanProperty(IJ2EEComponentExportDataModelProperties.OVERWRITE_EXISTING, overwrite);

21. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

448 : model.setBooleanProperty(IJ2EEComponentExportDataModelProperties.EXPORT_SOURCE_FILES, includeSource);

22. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

476 : settings.put(STORE_LABEL + OVERWRITE_LABEL, model.getBooleanProperty(IJ2EEComponentExportDataModelProperties.OVERWRITE_EXISTING));

23. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

477 : settings.put(STORE_LABEL + SOURCE_LABEL, model.getBooleanProperty(IJ2EEComponentExportDataModelProperties.EXPORT_SOURCE_FILES));

24. WARNING: DiscouragedReference

Discouraged access: The method enter() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEExportPage.java :

511 : super.enter();

Source File: org/eclipse/jst/j2ee/internal/wizard/J2EEImportPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEImportPage.java :

37 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizardPage;

2. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEImportPage.java :

41 : public abstract class J2EEImportPage extends DataModelWizardPage {

3. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEImportPage.java :

54 : super(model, pageName);

4. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEImportPage.java :

112 : synchHelper.synchCombo(componentCombo, IJ2EEComponentImportDataModelProperties.PROJECT_NAME, new Control[]{componentLabel});

5. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEImportPage.java :

112 : synchHelper.synchCombo(componentCombo, IJ2EEComponentImportDataModelProperties.PROJECT_NAME, new Control[]{componentLabel});

6. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEImportPage.java :

132 : launchNewRuntimeWizard(getShell(), model);

7. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEImportPage.java :

136 : synchHelper.synchCombo(serverTargetCombo, IFacetProjectCreationDataModelProperties.FACET_RUNTIME, deps);

8. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEImportPage.java :

136 : synchHelper.synchCombo(serverTargetCombo, IFacetProjectCreationDataModelProperties.FACET_RUNTIME, deps);

9. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEImportPage.java :

171 : synchHelper.synchCombo(fileNameCombo, IJ2EEComponentImportDataModelProperties.FILE_NAME, new Control[]{fileLabel, browseButton});

10. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEImportPage.java :

171 : synchHelper.synchCombo(fileNameCombo, IJ2EEComponentImportDataModelProperties.FILE_NAME, new Control[]{fileLabel, browseButton});

11. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEImportPage.java :

183 : model.setProperty(IJ2EEComponentImportDataModelProperties.FILE_NAME, filename);

12. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEImportPage.java :

234 : DataModelFacetCreationWizardPage.saveRuntimeSettings(settings, model);

13. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEImportPage.java :

241 : DataModelFacetCreationWizardPage.restoreRuntimeSettings(settings, model);

14. WARNING: DiscouragedReference

Discouraged access: The method enter() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEImportPage.java :

265 : super.enter();

Source File: org/eclipse/jst/j2ee/internal/wizard/J2EEModuleFacetInstallPage.java
1. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEModuleFacetInstallPage.java :

46 : this.model.removeListener( this.facetVersionListener );

2. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEModuleFacetInstallPage.java :

47 : super.dispose();

3. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEModuleFacetInstallPage.java :

60 : this.earPanel = new EarSelectionPanel(model, c);

4. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEModuleFacetInstallPage.java :

105 : this.model.addListener( facetVersionListener );

5. WARNING: DiscouragedReference

Discouraged access: The method isFirstTimeToPage() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEModuleFacetInstallPage.java :

126 : if (isFirstTimeToPage() && addDD != null)

6. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEModuleFacetInstallPage.java :

128 : synchHelper.synchCheckbox(addDD, GENERATE_DD, null);

7. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEModuleFacetInstallPage.java :

128 : synchHelper.synchCheckbox(addDD, GENERATE_DD, null);

8. WARNING: DiscouragedReference

Discouraged access: The method enter() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEModuleFacetInstallPage.java :

130 : super.enter();

Source File: org/eclipse/jst/j2ee/internal/wizard/J2EEModuleImportPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEModuleImportPage.java :

18 : import org.eclipse.jst.j2ee.application.internal.operations.J2EEArtifactImportDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The method getInfopopID() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEModuleImportPage.java :

53 : PlatformUI.getWorkbench().getHelpSystem().setHelp(composite, getInfopopID());

3. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEModuleImportPage.java :

71 : IDataModel creationDM = getDataModel().getNestedModel(IJ2EEComponentImportDataModelProperties.NESTED_MODEL_J2EE_COMPONENT_CREATION);

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEModuleImportPage.java :

95 : J2EEArtifactImportDataModelProvider.FACET_RUNTIME};

5. WARNING: DiscouragedReference

Discouraged access: The field FACET_RUNTIME from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEModuleImportPage.java :

95 : J2EEArtifactImportDataModelProvider.FACET_RUNTIME};

6. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEModuleImportPage.java :

100 : super.dispose();

Source File: org/eclipse/jst/j2ee/internal/wizard/J2EEUtilityJarImportPageNew.java
1. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportPageNew.java :

83 : setInfopopID(IJ2EEUIContextIds.IMPORT_UTILITY_JAR_WIZARD_P1);

2. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportPageNew.java :

141 : synchHelper.synchCombo(availableJarsCombo, IJ2EEUtilityJarListImportDataModelProperties.AVAILABLE_JARS_DIRECTORY, new Control[]{fileLabel, browseButton});

3. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportPageNew.java :

141 : synchHelper.synchCombo(availableJarsCombo, IJ2EEUtilityJarListImportDataModelProperties.AVAILABLE_JARS_DIRECTORY, new Control[]{fileLabel, browseButton});

4. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportPageNew.java :

163 : linkedPathText.setEnabled(getDataModel().isPropertyEnabled(IJ2EEUtilityJarListImportDataModelProperties.CREATE_LINKED_PATH_VARIABLE));

5. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportPageNew.java :

165 : getDataModel().addListener(new IDataModelListener() {

6. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportPageNew.java :

168 : linkedPathText.setEnabled(getDataModel().isPropertyEnabled(IJ2EEUtilityJarListImportDataModelProperties.CREATE_LINKED_PATH_VARIABLE));

7. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportPageNew.java :

184 : synchHelper.synchCombo(availableLinkedPathsCombo, IJ2EEUtilityJarListImportDataModelProperties.LINKED_PATH_VARIABLE, new Control[]{availableLinkedPathsCombo});

8. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportPageNew.java :

184 : synchHelper.synchCombo(availableLinkedPathsCombo, IJ2EEUtilityJarListImportDataModelProperties.LINKED_PATH_VARIABLE, new Control[]{availableLinkedPathsCombo});

9. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportPageNew.java :

186 : synchHelper.synchCheckbox(linkedPathCheckbox, IJ2EEUtilityJarListImportDataModelProperties.CREATE_LINKED_PATH_VARIABLE, new Control[]{availableLinkedPathsCombo});

10. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportPageNew.java :

186 : synchHelper.synchCheckbox(linkedPathCheckbox, IJ2EEUtilityJarListImportDataModelProperties.CREATE_LINKED_PATH_VARIABLE, new Control[]{availableLinkedPathsCombo});

11. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportPageNew.java :

245 : availableJARsViewer.setInput(model);

12. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportPageNew.java :

248 : synchHelper.synchCheckBoxTableViewer(availableJARsViewer, IJ2EEUtilityJarListImportDataModelProperties.UTILITY_JAR_LIST, null);

13. WARNING: DiscouragedReference

Discouraged access: The method synchCheckBoxTableViewer(CheckboxTableViewer, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportPageNew.java :

248 : synchHelper.synchCheckBoxTableViewer(availableJARsViewer, IJ2EEUtilityJarListImportDataModelProperties.UTILITY_JAR_LIST, null);

14. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportPageNew.java :

251 : model.addListener(new IDataModelListener() {

15. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportPageNew.java :

255 : availableJARsViewer.setInput(model);

16. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportPageNew.java :

261 : model.setProperty(IJ2EEUtilityJarListImportDataModelProperties.UTILITY_JAR_LIST, new Object[0]);

17. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportPageNew.java :

269 : model.setProperty(IJ2EEUtilityJarListImportDataModelProperties.UTILITY_JAR_LIST, selection);

18. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportPageNew.java :

336 : synchHelper.synchCheckbox(overwriteProjectCheckbox, IJ2EEUtilityJarListImportDataModelProperties.OVERWRITE_IF_NECESSARY, null);

19. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportPageNew.java :

336 : synchHelper.synchCheckbox(overwriteProjectCheckbox, IJ2EEUtilityJarListImportDataModelProperties.OVERWRITE_IF_NECESSARY, null);

Source File: org/eclipse/jst/j2ee/internal/wizard/J2EEUtilityJarImportTypePageNew.java
1. WARNING: DiscouragedReference

Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEUtilityJarImportTypePageNew.java :

30 : import org.eclipse.jst.j2ee.commonarchivecore.internal.EARFile;

2. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

51 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizardPage;

3. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

56 : public class J2EEUtilityJarImportTypePageNew extends DataModelWizardPage {

4. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizardPage(IDataModel, String, String, ImageDescriptor) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

98 : super(model, pageName, title, titleImage);

5. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

102 : setInfopopID(IJ2EEUIContextIds.IMPORT_UTILITY_JAR_WIZARD_P2);

6. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

106 : super(model, pageName);

7. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

114 : super(model, pageName);

8. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

165 : synchHelper.synchRadio(createProjects, IJ2EEUtilityJarListImportDataModelProperties.CREATE_PROJECT, null);

9. WARNING: DiscouragedReference

Discouraged access: The method synchRadio(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

165 : synchHelper.synchRadio(createProjects, IJ2EEUtilityJarListImportDataModelProperties.CREATE_PROJECT, null);

10. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

169 : synchHelper.synchRadio(createLinkedProjects, IJ2EEUtilityJarListImportDataModelProperties.CREATE_LINKED_PROJECT, null);

11. WARNING: DiscouragedReference

Discouraged access: The method synchRadio(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

169 : synchHelper.synchRadio(createLinkedProjects, IJ2EEUtilityJarListImportDataModelProperties.CREATE_LINKED_PROJECT, null);

12. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

173 : synchHelper.synchRadio(copyJarIntoEAR, IJ2EEUtilityJarListImportDataModelProperties.COPY, null);

13. WARNING: DiscouragedReference

Discouraged access: The method synchRadio(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

173 : synchHelper.synchRadio(copyJarIntoEAR, IJ2EEUtilityJarListImportDataModelProperties.COPY, null);

14. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

178 : synchHelper.synchRadio(linkJarIntoEAR, IJ2EEUtilityJarListImportDataModelProperties.LINK_IMPORT, null);

15. WARNING: DiscouragedReference

Discouraged access: The method synchRadio(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

178 : synchHelper.synchRadio(linkJarIntoEAR, IJ2EEUtilityJarListImportDataModelProperties.LINK_IMPORT, null);

16. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

195 : synchHelper.synchCheckbox(overrideProjectRootCheckbox, IJ2EEUtilityJarListImportDataModelProperties.OVERRIDE_PROJECT_ROOT, new Control[]{/*

17. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

195 : synchHelper.synchCheckbox(overrideProjectRootCheckbox, IJ2EEUtilityJarListImportDataModelProperties.OVERRIDE_PROJECT_ROOT, new Control[]{/* * moduleProjectLocationLabel, * projectRootLocationText, * browseButton */});

18. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

226 : synchHelper.synchCombo(resourceNameCombo, IJ2EEUtilityJarListImportDataModelProperties.EAR_PROJECT_NAME, null);

19. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

226 : synchHelper.synchCombo(resourceNameCombo, IJ2EEUtilityJarListImportDataModelProperties.EAR_PROJECT_NAME, null);

20. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

266 : synchHelper.synchText(projectRootLocationText, IJ2EEUtilityJarListImportDataModelProperties.PROJECT_ROOT, new Control[]{moduleProjectLocationLabel, projectRootLocationText, browseButton});

21. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

266 : synchHelper.synchText(projectRootLocationText, IJ2EEUtilityJarListImportDataModelProperties.PROJECT_ROOT, new Control[]{moduleProjectLocationLabel, projectRootLocationText, browseButton});

22. WARNING: DiscouragedReference

Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEUtilityJarImportTypePageNew.java :

351 : return o instanceof EARFile || o instanceof Application;

23. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportTypePageNew.java :

371 : return model.validateProperty(IJ2EEUtilityJarListImportDataModelProperties.EAR_PROJECT_NAME).isOK();

Source File: org/eclipse/jst/j2ee/internal/wizard/J2EEUtilityJarImportWizardNew.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtilityJarListImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarImportWizardNew.java :

13 : import org.eclipse.jst.j2ee.application.internal.operations.J2EEUtilityJarListImportDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportWizardNew.java :

83 : this.addPage(new J2EEUtilityJarImportTypePageNew(getDataModel(), IMPORT_TYPE, getSelection()));

3. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportWizardNew.java :

83 : this.addPage(new J2EEUtilityJarImportTypePageNew(getDataModel(), IMPORT_TYPE, getSelection()));

4. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportWizardNew.java :

84 : this.addPage(new J2EEUtilityJarImportPageNew(getDataModel(), SELECT_JARS));

5. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

J2EEUtilityJarImportWizardNew.java :

84 : this.addPage(new J2EEUtilityJarImportPageNew(getDataModel(), SELECT_JARS));

6. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEUtilityJarListImportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarImportWizardNew.java :

89 : return new J2EEUtilityJarListImportDataModelProvider();

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtilityJarListImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarImportWizardNew.java :

89 : return new J2EEUtilityJarListImportDataModelProvider();

Source File: org/eclipse/jst/j2ee/internal/wizard/NewJ2EEComponentSelectionPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

NewJ2EEComponentSelectionPage.java :

24 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

26 : import org.eclipse.jst.j2ee.internal.earcreation.IDefaultJ2EEComponentCreationDataModelProperties;

3. WARNING: DiscouragedReference

Discouraged access: The type EarModuleManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

27 : import org.eclipse.jst.j2ee.internal.moduleextension.EarModuleManager;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

28 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

5. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

NewJ2EEComponentSelectionPage.java :

41 : import org.eclipse.ui.internal.WorkbenchPlugin;

6. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

46 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizardPage;

7. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

47 : import org.eclipse.wst.common.frameworks.internal.ui.GenericWizardNode;

8. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

50 : public class NewJ2EEComponentSelectionPage extends DataModelWizardPage implements IDefaultJ2EEComponentCreationDataModelProperties {

9. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

50 : public class NewJ2EEComponentSelectionPage extends DataModelWizardPage implements IDefaultJ2EEComponentCreationDataModelProperties {

10. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

65 : private GenericWizardNode appClientNode;

11. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

67 : private GenericWizardNode ejbNode;

12. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

69 : private GenericWizardNode webNode;

13. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

71 : private GenericWizardNode connectorNode;

14. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

73 : private GenericWizardNode selectedNode;

15. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

82 : super(model, pageName);

16. WARNING: DiscouragedReference

Discouraged access: The field CREATE_APPCLIENT from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

94 : return new String[] { CREATE_APPCLIENT, APPCLIENT_COMPONENT_NAME, CREATE_CONNECTOR, CONNECTOR_COMPONENT_NAME, CREATE_EJB, EJB_COMPONENT_NAME, CREATE_WEB, WEB_COMPONENT_NAME, MODULE_NAME_COLLISIONS_VALIDATION, ENABLED };

17. WARNING: DiscouragedReference

Discouraged access: The field APPCLIENT_COMPONENT_NAME from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

94 : return new String[] { CREATE_APPCLIENT, APPCLIENT_COMPONENT_NAME, CREATE_CONNECTOR, CONNECTOR_COMPONENT_NAME, CREATE_EJB, EJB_COMPONENT_NAME, CREATE_WEB, WEB_COMPONENT_NAME, MODULE_NAME_COLLISIONS_VALIDATION, ENABLED };

18. WARNING: DiscouragedReference

Discouraged access: The field CREATE_CONNECTOR from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

94 : return new String[] { CREATE_APPCLIENT, APPCLIENT_COMPONENT_NAME, CREATE_CONNECTOR, CONNECTOR_COMPONENT_NAME, CREATE_EJB, EJB_COMPONENT_NAME, CREATE_WEB, WEB_COMPONENT_NAME, MODULE_NAME_COLLISIONS_VALIDATION, ENABLED };

19. WARNING: DiscouragedReference

Discouraged access: The field CONNECTOR_COMPONENT_NAME from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

94 : return new String[] { CREATE_APPCLIENT, APPCLIENT_COMPONENT_NAME, CREATE_CONNECTOR, CONNECTOR_COMPONENT_NAME, CREATE_EJB, EJB_COMPONENT_NAME, CREATE_WEB, WEB_COMPONENT_NAME, MODULE_NAME_COLLISIONS_VALIDATION, ENABLED };

20. WARNING: DiscouragedReference

Discouraged access: The field CREATE_EJB from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

94 : return new String[] { CREATE_APPCLIENT, APPCLIENT_COMPONENT_NAME, CREATE_CONNECTOR, CONNECTOR_COMPONENT_NAME, CREATE_EJB, EJB_COMPONENT_NAME, CREATE_WEB, WEB_COMPONENT_NAME, MODULE_NAME_COLLISIONS_VALIDATION, ENABLED };

21. WARNING: DiscouragedReference

Discouraged access: The field EJB_COMPONENT_NAME from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

94 : return new String[] { CREATE_APPCLIENT, APPCLIENT_COMPONENT_NAME, CREATE_CONNECTOR, CONNECTOR_COMPONENT_NAME, CREATE_EJB, EJB_COMPONENT_NAME, CREATE_WEB, WEB_COMPONENT_NAME, MODULE_NAME_COLLISIONS_VALIDATION, ENABLED };

22. WARNING: DiscouragedReference

Discouraged access: The field CREATE_WEB from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

94 : return new String[] { CREATE_APPCLIENT, APPCLIENT_COMPONENT_NAME, CREATE_CONNECTOR, CONNECTOR_COMPONENT_NAME, CREATE_EJB, EJB_COMPONENT_NAME, CREATE_WEB, WEB_COMPONENT_NAME, MODULE_NAME_COLLISIONS_VALIDATION, ENABLED };

23. WARNING: DiscouragedReference

Discouraged access: The field WEB_COMPONENT_NAME from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

94 : return new String[] { CREATE_APPCLIENT, APPCLIENT_COMPONENT_NAME, CREATE_CONNECTOR, CONNECTOR_COMPONENT_NAME, CREATE_EJB, EJB_COMPONENT_NAME, CREATE_WEB, WEB_COMPONENT_NAME, MODULE_NAME_COLLISIONS_VALIDATION, ENABLED };

24. WARNING: DiscouragedReference

Discouraged access: The field MODULE_NAME_COLLISIONS_VALIDATION from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

94 : return new String[] { CREATE_APPCLIENT, APPCLIENT_COMPONENT_NAME, CREATE_CONNECTOR, CONNECTOR_COMPONENT_NAME, CREATE_EJB, EJB_COMPONENT_NAME, CREATE_WEB, WEB_COMPONENT_NAME, MODULE_NAME_COLLISIONS_VALIDATION, ENABLED };

25. WARNING: DiscouragedReference

Discouraged access: The field ENABLED from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

94 : return new String[] { CREATE_APPCLIENT, APPCLIENT_COMPONENT_NAME, CREATE_CONNECTOR, CONNECTOR_COMPONENT_NAME, CREATE_EJB, EJB_COMPONENT_NAME, CREATE_WEB, WEB_COMPONENT_NAME, MODULE_NAME_COLLISIONS_VALIDATION, ENABLED };

26. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

109 : setInfopopID(IJ2EEUIContextIds.EAR_NEW_MODULE_PROJECTS_PAGE);

27. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

141 : if (J2EEPlugin.isEJBSupportAvailable())

28. WARNING: DiscouragedReference

Discouraged access: The method isEJBSupportAvailable() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

141 : if (J2EEPlugin.isEJBSupportAvailable())

29. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

144 : if (J2EEPlugin.isEJBSupportAvailable())

30. WARNING: DiscouragedReference

Discouraged access: The method isEJBSupportAvailable() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

144 : if (J2EEPlugin.isEJBSupportAvailable())

31. WARNING: DiscouragedReference

Discouraged access: The type EarModuleManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

161 : if (EarModuleManager.getEJBModuleExtension() != null) {

32. WARNING: DiscouragedReference

Discouraged access: The method getEJBModuleExtension() from the type EarModuleManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

161 : if (EarModuleManager.getEJBModuleExtension() != null) {

33. WARNING: DiscouragedReference

Discouraged access: The type EarModuleManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

166 : if (EarModuleManager.getWebModuleExtension() != null) {

34. WARNING: DiscouragedReference

Discouraged access: The method getWebModuleExtension() from the type EarModuleManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

166 : if (EarModuleManager.getWebModuleExtension() != null) {

35. WARNING: DiscouragedReference

Discouraged access: The type EarModuleManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

171 : if (EarModuleManager.getJCAModuleExtension() != null) {

36. WARNING: DiscouragedReference

Discouraged access: The method getJCAModuleExtension() from the type EarModuleManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

171 : if (EarModuleManager.getJCAModuleExtension() != null) {

37. WARNING: DiscouragedReference

Discouraged access: The type EarModuleManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

182 : if (EarModuleManager.getJCAModuleExtension() != null) {

38. WARNING: DiscouragedReference

Discouraged access: The method getJCAModuleExtension() from the type EarModuleManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

182 : if (EarModuleManager.getJCAModuleExtension() != null) {

39. WARNING: DiscouragedReference

Discouraged access: The field CREATE_CONNECTOR from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

184 : createJ2EEComponentControl(label, CREATE_CONNECTOR, CONNECTOR_COMPONENT_NAME);

40. WARNING: DiscouragedReference

Discouraged access: The field CONNECTOR_COMPONENT_NAME from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

184 : createJ2EEComponentControl(label, CREATE_CONNECTOR, CONNECTOR_COMPONENT_NAME);

41. WARNING: DiscouragedReference

Discouraged access: The type EarModuleManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

192 : if (EarModuleManager.getWebModuleExtension() != null) {

42. WARNING: DiscouragedReference

Discouraged access: The method getWebModuleExtension() from the type EarModuleManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

192 : if (EarModuleManager.getWebModuleExtension() != null) {

43. WARNING: DiscouragedReference

Discouraged access: The field CREATE_WEB from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

194 : createJ2EEComponentControl(label, CREATE_WEB, WEB_COMPONENT_NAME);

44. WARNING: DiscouragedReference

Discouraged access: The field WEB_COMPONENT_NAME from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

194 : createJ2EEComponentControl(label, CREATE_WEB, WEB_COMPONENT_NAME);

45. WARNING: DiscouragedReference

Discouraged access: The type EarModuleManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

202 : if (EarModuleManager.getEJBModuleExtension() != null) {

46. WARNING: DiscouragedReference

Discouraged access: The method getEJBModuleExtension() from the type EarModuleManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

202 : if (EarModuleManager.getEJBModuleExtension() != null) {

47. WARNING: DiscouragedReference

Discouraged access: The field CREATE_EJB from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

204 : createJ2EEComponentControl(label, CREATE_EJB, EJB_COMPONENT_NAME);

48. WARNING: DiscouragedReference

Discouraged access: The field EJB_COMPONENT_NAME from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

204 : createJ2EEComponentControl(label, CREATE_EJB, EJB_COMPONENT_NAME);

49. WARNING: DiscouragedReference

Discouraged access: The field CREATE_APPCLIENT from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

210 : createJ2EEComponentControl(label, CREATE_APPCLIENT, APPCLIENT_COMPONENT_NAME);

50. WARNING: DiscouragedReference

Discouraged access: The field APPCLIENT_COMPONENT_NAME from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

210 : createJ2EEComponentControl(label, CREATE_APPCLIENT, APPCLIENT_COMPONENT_NAME);

51. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

221 : synchHelper.synchCheckbox(checkBox, createProperty, null);

52. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

221 : synchHelper.synchCheckbox(checkBox, createProperty, null);

53. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

222 : synchHelper.synchText(textField, projectProperty, null);

54. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

222 : synchHelper.synchText(textField, projectProperty, null);

55. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

237 : synchHelper.synchCheckbox(defaultModulesButton, ENABLED, null);

56. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

237 : synchHelper.synchCheckbox(defaultModulesButton, ENABLED, null);

57. WARNING: DiscouragedReference

Discouraged access: The field ENABLED from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

237 : synchHelper.synchCheckbox(defaultModulesButton, ENABLED, null);

58. WARNING: DiscouragedReference

Discouraged access: The method handleEvent(Event) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

268 : super.handleEvent(evt);

59. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

288 : getDataModel().setBooleanProperty(CREATE_APPCLIENT, selection);

60. WARNING: DiscouragedReference

Discouraged access: The field CREATE_APPCLIENT from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

288 : getDataModel().setBooleanProperty(CREATE_APPCLIENT, selection);

61. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

289 : getDataModel().setBooleanProperty(CREATE_CONNECTOR, selection);

62. WARNING: DiscouragedReference

Discouraged access: The field CREATE_CONNECTOR from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

289 : getDataModel().setBooleanProperty(CREATE_CONNECTOR, selection);

63. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

290 : getDataModel().setBooleanProperty(CREATE_EJB, selection);

64. WARNING: DiscouragedReference

Discouraged access: The field CREATE_EJB from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

290 : getDataModel().setBooleanProperty(CREATE_EJB, selection);

65. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

291 : getDataModel().setBooleanProperty(CREATE_WEB, selection);

66. WARNING: DiscouragedReference

Discouraged access: The field CREATE_WEB from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

291 : getDataModel().setBooleanProperty(CREATE_WEB, selection);

67. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

306 : int version = getDataModel().getIntProperty(J2EE_VERSION);

68. WARNING: DiscouragedReference

Discouraged access: The field J2EE_VERSION from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

306 : int version = getDataModel().getIntProperty(J2EE_VERSION);

69. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

NewJ2EEComponentSelectionPage.java :

307 : connectorRadioButton.setEnabled(version > J2EEVersionConstants.J2EE_1_2_ID);

70. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_2_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

NewJ2EEComponentSelectionPage.java :

307 : connectorRadioButton.setEnabled(version > J2EEVersionConstants.J2EE_1_2_ID);

71. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

326 : private GenericWizardNode getWizardNodeFromSelection() {

72. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

348 : private GenericWizardNode getAppClientNode() {

73. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

350 : appClientNode = new GenericWizardNode() {

74. WARNING: DiscouragedReference

Discouraged access: The field NESTED_MODEL_CLIENT from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

358 : return createChildWizard("org.eclipse.jst.j2ee.ui.project.facet.appclient.AppClientProjectWizard", NESTED_MODEL_CLIENT); //$NON-NLS-1$

75. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

368 : private GenericWizardNode getConnectorNode() {

76. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

370 : connectorNode = new GenericWizardNode() {

77. WARNING: DiscouragedReference

Discouraged access: The field NESTED_MODEL_JCA from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

378 : return createChildWizard("org.eclipse.jst.j2ee.jca.ui.internal.wizard.ConnectorProjectWizard", NESTED_MODEL_JCA); //$NON-NLS-1$

78. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

388 : private GenericWizardNode getEjbNode() {

79. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

390 : ejbNode = new GenericWizardNode() {

80. WARNING: DiscouragedReference

Discouraged access: The field NESTED_MODEL_EJB from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

398 : return createChildWizard("org.eclipse.jst.ejb.ui.project.facet.EjbProjectWizard", NESTED_MODEL_EJB); //$NON-NLS-1$

81. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

408 : private GenericWizardNode getWebNode() {

82. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

410 : webNode = new GenericWizardNode() {

83. WARNING: DiscouragedReference

Discouraged access: The field NESTED_MODEL_WEB from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

418 : return createChildWizard("org.eclipse.jst.servlet.ui.project.facet.WebProjectWizard", NESTED_MODEL_WEB); //$NON-NLS-1$

84. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

NewJ2EEComponentSelectionPage.java :

427 : IWizardRegistry newWizardRegistry = WorkbenchPlugin.getDefault().getNewWizardRegistry();

85. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type WorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

NewJ2EEComponentSelectionPage.java :

427 : IWizardRegistry newWizardRegistry = WorkbenchPlugin.getDefault().getNewWizardRegistry();

86. WARNING: DiscouragedReference

Discouraged access: The method getNewWizardRegistry() from the type WorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

NewJ2EEComponentSelectionPage.java :

427 : IWizardRegistry newWizardRegistry = WorkbenchPlugin.getDefault().getNewWizardRegistry();

87. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

431 : IDataModel parentWizModel = getDataModel().getNestedModel(parentWizModelName);

88. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

455 : private void setSelectedNode(GenericWizardNode selectedNode) {

89. WARNING: DiscouragedReference

Discouraged access: The method isContentCreated() from the type GenericWizardNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

504 : boolean isCreated = selectedNode.isContentCreated();

90. WARNING: DiscouragedReference

Discouraged access: The method getWizard() from the type GenericWizardNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

505 : IWizard wizard = selectedNode.getWizard();

91. WARNING: DiscouragedReference

Discouraged access: The method validatePage() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJ2EEComponentSelectionPage.java :

527 : super.validatePage();

Source File: org/eclipse/jst/j2ee/internal/wizard/NewJavaClassOptionsWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassOptionsWizardPage.java :

22 : import org.eclipse.jdt.internal.ui.JavaPluginImages;

2. WARNING: DiscouragedReference

Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassOptionsWizardPage.java :

23 : import org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog;

3. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

38 : import org.eclipse.jst.j2ee.internal.common.operations.INewJavaClassDataModelProperties;

4. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

55 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizardPage;

5. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

63 : public class NewJavaClassOptionsWizardPage extends DataModelWizardPage {

6. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

80 : super(model, pageName);

7. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

83 : setInfopopID(IJ2EEUIContextIds.NEW_JAVA_CLASS_OPTION_WIZARD_P1);

8. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

93 : return new String[]{INewJavaClassDataModelProperties.MODIFIER_ABSTRACT, INewJavaClassDataModelProperties.MODIFIER_FINAL};

9. WARNING: DiscouragedReference

Discouraged access: The field MODIFIER_ABSTRACT from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

93 : return new String[]{INewJavaClassDataModelProperties.MODIFIER_ABSTRACT, INewJavaClassDataModelProperties.MODIFIER_FINAL};

10. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

93 : return new String[]{INewJavaClassDataModelProperties.MODIFIER_ABSTRACT, INewJavaClassDataModelProperties.MODIFIER_FINAL};

11. WARNING: DiscouragedReference

Discouraged access: The field MODIFIER_FINAL from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

93 : return new String[]{INewJavaClassDataModelProperties.MODIFIER_ABSTRACT, INewJavaClassDataModelProperties.MODIFIER_FINAL};

12. WARNING: DiscouragedReference

Discouraged access: The method getInfopopID() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

123 : PlatformUI.getWorkbench().getHelpSystem().setHelp(composite, getInfopopID());

13. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

144 : synchHelper.synchCheckbox(publicButton, INewJavaClassDataModelProperties.MODIFIER_PUBLIC, null);

14. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

144 : synchHelper.synchCheckbox(publicButton, INewJavaClassDataModelProperties.MODIFIER_PUBLIC, null);

15. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

144 : synchHelper.synchCheckbox(publicButton, INewJavaClassDataModelProperties.MODIFIER_PUBLIC, null);

16. WARNING: DiscouragedReference

Discouraged access: The field MODIFIER_PUBLIC from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

144 : synchHelper.synchCheckbox(publicButton, INewJavaClassDataModelProperties.MODIFIER_PUBLIC, null);

17. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

148 : synchHelper.synchCheckbox(abstractButton, INewJavaClassDataModelProperties.MODIFIER_ABSTRACT, null);

18. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

148 : synchHelper.synchCheckbox(abstractButton, INewJavaClassDataModelProperties.MODIFIER_ABSTRACT, null);

19. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

148 : synchHelper.synchCheckbox(abstractButton, INewJavaClassDataModelProperties.MODIFIER_ABSTRACT, null);

20. WARNING: DiscouragedReference

Discouraged access: The field MODIFIER_ABSTRACT from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

148 : synchHelper.synchCheckbox(abstractButton, INewJavaClassDataModelProperties.MODIFIER_ABSTRACT, null);

21. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

152 : synchHelper.synchCheckbox(finalButton, INewJavaClassDataModelProperties.MODIFIER_FINAL, null);

22. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

152 : synchHelper.synchCheckbox(finalButton, INewJavaClassDataModelProperties.MODIFIER_FINAL, null);

23. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

152 : synchHelper.synchCheckbox(finalButton, INewJavaClassDataModelProperties.MODIFIER_FINAL, null);

24. WARNING: DiscouragedReference

Discouraged access: The field MODIFIER_FINAL from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

152 : synchHelper.synchCheckbox(finalButton, INewJavaClassDataModelProperties.MODIFIER_FINAL, null);

25. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

170 : interfaceViewer.setInput(model.getProperty(INewJavaClassDataModelProperties.INTERFACES));

26. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

170 : interfaceViewer.setInput(model.getProperty(INewJavaClassDataModelProperties.INTERFACES));

27. WARNING: DiscouragedReference

Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

170 : interfaceViewer.setInput(model.getProperty(INewJavaClassDataModelProperties.INTERFACES));

28. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

231 : synchHelper.synchCheckbox(mainMethodButton, INewJavaClassDataModelProperties.MAIN_METHOD, null);

29. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

231 : synchHelper.synchCheckbox(mainMethodButton, INewJavaClassDataModelProperties.MAIN_METHOD, null);

30. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

231 : synchHelper.synchCheckbox(mainMethodButton, INewJavaClassDataModelProperties.MAIN_METHOD, null);

31. WARNING: DiscouragedReference

Discouraged access: The field MAIN_METHOD from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

231 : synchHelper.synchCheckbox(mainMethodButton, INewJavaClassDataModelProperties.MAIN_METHOD, null);

32. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

235 : synchHelper.synchCheckbox(inheritButton, INewJavaClassDataModelProperties.ABSTRACT_METHODS, null);

33. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

235 : synchHelper.synchCheckbox(inheritButton, INewJavaClassDataModelProperties.ABSTRACT_METHODS, null);

34. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

235 : synchHelper.synchCheckbox(inheritButton, INewJavaClassDataModelProperties.ABSTRACT_METHODS, null);

35. WARNING: DiscouragedReference

Discouraged access: The field ABSTRACT_METHODS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

235 : synchHelper.synchCheckbox(inheritButton, INewJavaClassDataModelProperties.ABSTRACT_METHODS, null);

36. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

239 : synchHelper.synchCheckbox(constructorButton, INewJavaClassDataModelProperties.CONSTRUCTOR, null);

37. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

239 : synchHelper.synchCheckbox(constructorButton, INewJavaClassDataModelProperties.CONSTRUCTOR, null);

38. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

239 : synchHelper.synchCheckbox(constructorButton, INewJavaClassDataModelProperties.CONSTRUCTOR, null);

39. WARNING: DiscouragedReference

Discouraged access: The field CONSTRUCTOR from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

239 : synchHelper.synchCheckbox(constructorButton, INewJavaClassDataModelProperties.CONSTRUCTOR, null);

40. WARNING: DiscouragedReference

Discouraged access: The method enter() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

244 : super.enter();

41. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

246 : interfaceViewer.setInput(model.getProperty(INewJavaClassDataModelProperties.INTERFACES));

42. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

246 : interfaceViewer.setInput(model.getProperty(INewJavaClassDataModelProperties.INTERFACES));

43. WARNING: DiscouragedReference

Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

246 : interfaceViewer.setInput(model.getProperty(INewJavaClassDataModelProperties.INTERFACES));

44. WARNING: DiscouragedReference

Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassOptionsWizardPage.java :

315 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);

45. WARNING: DiscouragedReference

Discouraged access: The method get(String) from the type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassOptionsWizardPage.java :

315 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);

46. WARNING: DiscouragedReference

Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassOptionsWizardPage.java :

315 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);

47. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJS_INTERFACE from the type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassOptionsWizardPage.java :

315 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);

48. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

359 : IProject project = (IProject) model.getProperty(INewJavaClassDataModelProperties.PROJECT);

49. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

359 : IProject project = (IProject) model.getProperty(INewJavaClassDataModelProperties.PROJECT);

50. WARNING: DiscouragedReference

Discouraged access: The field PROJECT from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

359 : IProject project = (IProject) model.getProperty(INewJavaClassDataModelProperties.PROJECT);

51. WARNING: DiscouragedReference

Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassOptionsWizardPage.java :

364 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, context, scope,IJavaSearchConstants.INTERFACE);

52. WARNING: DiscouragedReference

Discouraged access: The constructor FilteredTypesSelectionDialog(Shell, boolean, IRunnableContext, IJavaSearchScope, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassOptionsWizardPage.java :

364 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, context, scope,IJavaSearchConstants.INTERFACE);

53. WARNING: DiscouragedReference

Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassOptionsWizardPage.java :

364 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, context, scope,IJavaSearchConstants.INTERFACE);

54. WARNING: DiscouragedReference

Discouraged access: The method setTitle(String) from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassOptionsWizardPage.java :

365 : dialog.setTitle(J2EEUIMessages.INTERFACE_SELECTION_DIALOG_TITLE);

55. WARNING: DiscouragedReference

Discouraged access: The method open() from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassOptionsWizardPage.java :

366 : if (dialog.open() == Window.OK) {

56. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

374 : model.setProperty(INewJavaClassDataModelProperties.INTERFACES, getInterfaceViewerItems());

57. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

374 : model.setProperty(INewJavaClassDataModelProperties.INTERFACES, getInterfaceViewerItems());

58. WARNING: DiscouragedReference

Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

374 : model.setProperty(INewJavaClassDataModelProperties.INTERFACES, getInterfaceViewerItems());

59. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassOptionsWizardPage.java :

392 : model.setProperty(INewJavaClassDataModelProperties.INTERFACES, valueList);

60. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

392 : model.setProperty(INewJavaClassDataModelProperties.INTERFACES, valueList);

61. WARNING: DiscouragedReference

Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

392 : model.setProperty(INewJavaClassDataModelProperties.INTERFACES, valueList);

Source File: org/eclipse/jst/j2ee/internal/wizard/NewJavaClassWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassWizardPage.java :

39 : import org.eclipse.jdt.internal.ui.JavaPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassWizardPage.java :

40 : import org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog;

3. WARNING: DiscouragedReference

Discouraged access: The type IViewPartInputProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassWizardPage.java :

41 : import org.eclipse.jdt.internal.ui.viewsupport.IViewPartInputProvider;

4. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

55 : import org.eclipse.jst.j2ee.internal.common.operations.INewJavaClassDataModelProperties;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

58 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

6. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

81 : import org.eclipse.wst.common.componentcore.internal.operation.IArtifactEditOperationDataModelProperties;

7. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

82 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

8. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

84 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizardPage;

9. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassWizardPage.java :

85 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

10. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

90 : public class NewJavaClassWizardPage extends DataModelWizardPage {

11. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

113 : super(model, pageName);

12. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

126 : return new String[]{IArtifactEditOperationDataModelProperties.PROJECT_NAME,

13. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

126 : return new String[]{IArtifactEditOperationDataModelProperties.PROJECT_NAME,

14. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

127 : IArtifactEditOperationDataModelProperties.COMPONENT_NAME,

15. WARNING: DiscouragedReference

Discouraged access: The field COMPONENT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

127 : IArtifactEditOperationDataModelProperties.COMPONENT_NAME,

16. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

128 : INewJavaClassDataModelProperties.SOURCE_FOLDER,

17. WARNING: DiscouragedReference

Discouraged access: The field SOURCE_FOLDER from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

128 : INewJavaClassDataModelProperties.SOURCE_FOLDER,

18. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

129 : INewJavaClassDataModelProperties.JAVA_PACKAGE,

19. WARNING: DiscouragedReference

Discouraged access: The field JAVA_PACKAGE from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

129 : INewJavaClassDataModelProperties.JAVA_PACKAGE,

20. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

130 : INewJavaClassDataModelProperties.CLASS_NAME,

21. WARNING: DiscouragedReference

Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

130 : INewJavaClassDataModelProperties.CLASS_NAME,

22. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

131 : INewJavaClassDataModelProperties.SUPERCLASS};

23. WARNING: DiscouragedReference

Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

131 : INewJavaClassDataModelProperties.SUPERCLASS};

24. WARNING: DiscouragedReference

Discouraged access: The method getInfopopID() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

165 : PlatformUI.getWorkbench().getHelpSystem().setHelp(composite, getInfopopID());

25. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

193 : synchHelper.synchCombo(projectNameCombo, IArtifactEditOperationDataModelProperties.PROJECT_NAME, null);

26. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

193 : synchHelper.synchCombo(projectNameCombo, IArtifactEditOperationDataModelProperties.PROJECT_NAME, null);

27. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

193 : synchHelper.synchCombo(projectNameCombo, IArtifactEditOperationDataModelProperties.PROJECT_NAME, null);

28. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

193 : synchHelper.synchCombo(projectNameCombo, IArtifactEditOperationDataModelProperties.PROJECT_NAME, null);

29. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

205 : IPackageFragmentRoot[] sources = J2EEProjectUtilities.getSourceContainers(project);

30. WARNING: DiscouragedReference

Discouraged access: The method getSourceContainers(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

205 : IPackageFragmentRoot[] sources = J2EEProjectUtilities.getSourceContainers(project);

31. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

233 : project.hasNature(IModuleConstants.MODULE_NATURE_ID) &&

32. WARNING: DiscouragedReference

Discouraged access: The field MODULE_NATURE_ID from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

233 : project.hasNature(IModuleConstants.MODULE_NATURE_ID) &&

33. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

260 : if (model !=null) {

34. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

261 : String projectNameFromModel = model.getStringProperty(IArtifactEditOperationDataModelProperties.COMPONENT_NAME);

35. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

261 : String projectNameFromModel = model.getStringProperty(IArtifactEditOperationDataModelProperties.COMPONENT_NAME);

36. WARNING: DiscouragedReference

Discouraged access: The field COMPONENT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

261 : String projectNameFromModel = model.getStringProperty(IArtifactEditOperationDataModelProperties.COMPONENT_NAME);

37. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

270 : && selectedProject.hasNature(IModuleConstants.MODULE_NATURE_ID)) {

38. WARNING: DiscouragedReference

Discouraged access: The field MODULE_NATURE_ID from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

270 : && selectedProject.hasNature(IModuleConstants.MODULE_NATURE_ID)) {

39. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

273 : model.setProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME, selectedProject.getName());

40. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

273 : model.setProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME, selectedProject.getName());

41. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

273 : model.setProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME, selectedProject.getName());

42. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

284 : model.setProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME, projectName);

43. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

284 : model.setProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME, projectName);

44. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

284 : model.setProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME, projectName);

45. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

300 : synchHelper.synchText(folderText, INewJavaClassDataModelProperties.SOURCE_FOLDER, null);

46. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

300 : synchHelper.synchText(folderText, INewJavaClassDataModelProperties.SOURCE_FOLDER, null);

47. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

300 : synchHelper.synchText(folderText, INewJavaClassDataModelProperties.SOURCE_FOLDER, null);

48. WARNING: DiscouragedReference

Discouraged access: The field SOURCE_FOLDER from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

300 : synchHelper.synchText(folderText, INewJavaClassDataModelProperties.SOURCE_FOLDER, null);

49. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

303 : String projectName = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

50. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

303 : String projectName = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

51. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

303 : String projectName = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

52. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

340 : synchHelper.synchText(packageText, INewJavaClassDataModelProperties.JAVA_PACKAGE, null);

53. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

340 : synchHelper.synchText(packageText, INewJavaClassDataModelProperties.JAVA_PACKAGE, null);

54. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

340 : synchHelper.synchText(packageText, INewJavaClassDataModelProperties.JAVA_PACKAGE, null);

55. WARNING: DiscouragedReference

Discouraged access: The field JAVA_PACKAGE from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

340 : synchHelper.synchText(packageText, INewJavaClassDataModelProperties.JAVA_PACKAGE, null);

56. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

343 : String targetProject = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

57. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

343 : String targetProject = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

58. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

343 : String targetProject = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

59. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

349 : model.setProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE, packageFragment.getElementName());

60. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

349 : model.setProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE, packageFragment.getElementName());

61. WARNING: DiscouragedReference

Discouraged access: The field JAVA_PACKAGE from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

349 : model.setProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE, packageFragment.getElementName());

62. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

388 : synchHelper.synchText(classText, INewJavaClassDataModelProperties.CLASS_NAME, null);

63. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

388 : synchHelper.synchText(classText, INewJavaClassDataModelProperties.CLASS_NAME, null);

64. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

388 : synchHelper.synchText(classText, INewJavaClassDataModelProperties.CLASS_NAME, null);

65. WARNING: DiscouragedReference

Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

388 : synchHelper.synchText(classText, INewJavaClassDataModelProperties.CLASS_NAME, null);

66. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

419 : synchHelper.synchText(superText, INewJavaClassDataModelProperties.SUPERCLASS, null);

67. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

419 : synchHelper.synchText(superText, INewJavaClassDataModelProperties.SUPERCLASS, null);

68. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

419 : synchHelper.synchText(superText, INewJavaClassDataModelProperties.SUPERCLASS, null);

69. WARNING: DiscouragedReference

Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

419 : synchHelper.synchText(superText, INewJavaClassDataModelProperties.SUPERCLASS, null);

70. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

449 : String projectName = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

71. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

449 : String projectName = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

72. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

449 : String projectName = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

73. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

473 : IPackageFragmentRoot packRoot = (IPackageFragmentRoot) model.getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT);

74. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

473 : IPackageFragmentRoot packRoot = (IPackageFragmentRoot) model.getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT);

75. WARNING: DiscouragedReference

Discouraged access: The field JAVA_PACKAGE_FRAGMENT_ROOT from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

473 : IPackageFragmentRoot packRoot = (IPackageFragmentRoot) model.getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT);

76. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

503 : IPackageFragmentRoot packRoot = (IPackageFragmentRoot) model.getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT);

77. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

503 : IPackageFragmentRoot packRoot = (IPackageFragmentRoot) model.getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT);

78. WARNING: DiscouragedReference

Discouraged access: The field JAVA_PACKAGE_FRAGMENT_ROOT from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

503 : IPackageFragmentRoot packRoot = (IPackageFragmentRoot) model.getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT);

79. WARNING: DiscouragedReference

Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassWizardPage.java :

515 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, getWizard().getContainer(), scope, IJavaSearchConstants.CLASS);

80. WARNING: DiscouragedReference

Discouraged access: The constructor FilteredTypesSelectionDialog(Shell, boolean, IRunnableContext, IJavaSearchScope, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassWizardPage.java :

515 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, getWizard().getContainer(), scope, IJavaSearchConstants.CLASS);

81. WARNING: DiscouragedReference

Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassWizardPage.java :

515 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, getWizard().getContainer(), scope, IJavaSearchConstants.CLASS);

82. WARNING: DiscouragedReference

Discouraged access: The method setTitle(String) from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassWizardPage.java :

516 : dialog.setTitle(J2EEUIMessages.SUPERCLASS_SELECTION_DIALOG_TITLE);

83. WARNING: DiscouragedReference

Discouraged access: The method open() from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassWizardPage.java :

519 : if (dialog.open() == Window.OK) {

84. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassWizardPage.java :

541 : return WTPCommonPlugin.OK_STATUS;

85. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassWizardPage.java :

541 : return WTPCommonPlugin.OK_STATUS;

86. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassWizardPage.java :

542 : return WTPCommonPlugin.createErrorStatus(J2EEUIMessages.CONTAINER_SELECTION_DIALOG_VALIDATOR_MESG);

87. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

NewJavaClassWizardPage.java :

542 : return WTPCommonPlugin.createErrorStatus(J2EEUIMessages.CONTAINER_SELECTION_DIALOG_VALIDATOR_MESG);

88. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

557 : return project.getName().equals(model.getProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME));

89. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

557 : return project.getName().equals(model.getProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME));

90. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

557 : return project.getName().equals(model.getProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME));

91. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewJavaClassWizardPage.java :

561 : IProject project = ProjectUtilities.getProject(model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME));

92. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

561 : IProject project = ProjectUtilities.getProject(model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME));

93. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

561 : IProject project = ProjectUtilities.getProject(model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME));

94. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

562 : IPackageFragmentRoot[] sourceFolders = J2EEProjectUtilities.getSourceContainers(project);

95. WARNING: DiscouragedReference

Discouraged access: The method getSourceContainers(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

562 : IPackageFragmentRoot[] sourceFolders = J2EEProjectUtilities.getSourceContainers(project);

96. WARNING: DiscouragedReference

Discouraged access: The type IViewPartInputProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassWizardPage.java :

689 : if (part instanceof IViewPartInputProvider) {

97. WARNING: DiscouragedReference

Discouraged access: The method getViewPartInput() from the type IViewPartInputProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassWizardPage.java :

690 : Object elem = ((IViewPartInputProvider) part).getViewPartInput();

98. WARNING: DiscouragedReference

Discouraged access: The type IViewPartInputProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassWizardPage.java :

690 : Object elem = ((IViewPartInputProvider) part).getViewPartInput();

99. WARNING: DiscouragedReference

Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassWizardPage.java :

704 : JavaPlugin.log(e);

100. WARNING: DiscouragedReference

Discouraged access: The method log(Throwable) from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassWizardPage.java :

704 : JavaPlugin.log(e);

Source File: org/eclipse/jst/j2ee/internal/wizard/ServerTargetComboHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServerTargetComboHelper.java :

21 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type ResourceManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

ServerTargetComboHelper.java :

23 : import org.eclipse.wst.server.core.internal.ResourceManager;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServerTargetComboHelper.java :

51 : if (J2EEPlugin.isEJBSupportAvailable())

4. WARNING: DiscouragedReference

Discouraged access: The method isEJBSupportAvailable() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ServerTargetComboHelper.java :

51 : if (J2EEPlugin.isEJBSupportAvailable())

5. WARNING: DiscouragedReference

Discouraged access: The type ResourceManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

ServerTargetComboHelper.java :

52 : v51TargetServer = ResourceManager.getInstance().getRuntime(defaultId);

6. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ResourceManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

ServerTargetComboHelper.java :

52 : v51TargetServer = ResourceManager.getInstance().getRuntime(defaultId);

7. WARNING: DiscouragedReference

Discouraged access: The method getRuntime(String) from the type ResourceManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

ServerTargetComboHelper.java :

52 : v51TargetServer = ResourceManager.getInstance().getRuntime(defaultId);

8. WARNING: DiscouragedReference

Discouraged access: The type ResourceManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

ServerTargetComboHelper.java :

54 : v51TargetServer = ResourceManager.getInstance().getRuntime(defaultExpressId);

9. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ResourceManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

ServerTargetComboHelper.java :

54 : v51TargetServer = ResourceManager.getInstance().getRuntime(defaultExpressId);

10. WARNING: DiscouragedReference

Discouraged access: The method getRuntime(String) from the type ResourceManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.server.core/@dot

ServerTargetComboHelper.java :

54 : v51TargetServer = ResourceManager.getInstance().getRuntime(defaultExpressId);

Source File: org/eclipse/jst/j2ee/ui/project/facet/EarFacetInstallPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarFacetInstallPage.java :

38 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarFacetInstallPage.java :

39 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

41 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;

4. WARNING: DiscouragedReference

Discouraged access: The type DefaultJ2EEComponentCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

42 : import org.eclipse.jst.j2ee.internal.earcreation.DefaultJ2EEComponentCreationDataModelProvider;

5. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

43 : import org.eclipse.jst.j2ee.internal.earcreation.IDefaultJ2EEComponentCreationDataModelProperties;

6. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectWorkingCopy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.4.102.v201008170019.jar

EarFacetInstallPage.java :

68 : import org.eclipse.wst.common.project.facet.core.internal.FacetedProjectWorkingCopy;

7. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarFacetInstallPage.java :

103 : setInfopopID(IJ2EEUIContextIds.NEW_EAR_ADD_MODULES_PAGE);

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarFacetInstallPage.java :

112 : createGenerateDescriptorControl(composite, J2EEConstants.APPLICATION_DD_SHORT_NAME);

9. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_DD_SHORT_NAME from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarFacetInstallPage.java :

112 : createGenerateDescriptorControl(composite, J2EEConstants.APPLICATION_DD_SHORT_NAME);

10. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarFacetInstallPage.java :

120 : IProjectFacetVersion version = (IProjectFacetVersion)getDataModel().getProperty(FACET_VERSION);

11. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

121 : return J2EEVersionUtil.convertVersionStringToInt(version.getVersionString());

12. WARNING: DiscouragedReference

Discouraged access: The method convertVersionStringToInt(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

121 : return J2EEVersionUtil.convertVersionStringToInt(version.getVersionString());

13. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarFacetInstallPage.java :

162 : getDataModel().setProperty(J2EE_PROJECTS_LIST, getCheckedJ2EEElementsAsList());

14. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarFacetInstallPage.java :

163 : getDataModel().setProperty(JAVA_PROJECT_LIST, getCheckedJavaProjectsAsList());

15. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarFacetInstallPage.java :

186 : List components = (List) getDataModel().getProperty(J2EE_PROJECTS_LIST);

16. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarFacetInstallPage.java :

281 : synchHelper.synchText(contentDir, CONTENT_DIR, null);

17. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarFacetInstallPage.java :

281 : synchHelper.synchText(contentDir, CONTENT_DIR, null);

18. WARNING: DiscouragedReference

Discouraged access: The method handleEvent(Event) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarFacetInstallPage.java :

296 : super.handleEvent(evt);

19. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarFacetInstallPage.java :

302 : String fv = model.getStringProperty(FACET_VERSION_STR);

20. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

303 : boolean isEAR50OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv) >= J2EEVersionConstants.VERSION_5_0;

21. WARNING: DiscouragedReference

Discouraged access: The method convertVersionStringToInt(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

303 : boolean isEAR50OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv) >= J2EEVersionConstants.VERSION_5_0;

22. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarFacetInstallPage.java :

303 : boolean isEAR50OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv) >= J2EEVersionConstants.VERSION_5_0;

23. WARNING: DiscouragedReference

Discouraged access: The field VERSION_5_0 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

EarFacetInstallPage.java :

303 : boolean isEAR50OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv) >= J2EEVersionConstants.VERSION_5_0;

24. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarFacetInstallPage.java :

328 : List oldComponents = (List) getDataModel().getProperty(J2EE_PROJECTS_LIST);

25. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarFacetInstallPage.java :

330 : getDataModel().setProperty(J2EE_PROJECTS_LIST, newComponents);

26. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

334 : collectComponents(defaultModel.getNestedModel(IDefaultJ2EEComponentCreationDataModelProperties.NESTED_MODEL_EJB), newProjects);

27. WARNING: DiscouragedReference

Discouraged access: The field NESTED_MODEL_EJB from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

334 : collectComponents(defaultModel.getNestedModel(IDefaultJ2EEComponentCreationDataModelProperties.NESTED_MODEL_EJB), newProjects);

28. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

335 : collectComponents(defaultModel.getNestedModel(IDefaultJ2EEComponentCreationDataModelProperties.NESTED_MODEL_WEB), newProjects);

29. WARNING: DiscouragedReference

Discouraged access: The field NESTED_MODEL_WEB from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

335 : collectComponents(defaultModel.getNestedModel(IDefaultJ2EEComponentCreationDataModelProperties.NESTED_MODEL_WEB), newProjects);

30. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

336 : collectComponents(defaultModel.getNestedModel(IDefaultJ2EEComponentCreationDataModelProperties.NESTED_MODEL_CLIENT), newProjects);

31. WARNING: DiscouragedReference

Discouraged access: The field NESTED_MODEL_CLIENT from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

336 : collectComponents(defaultModel.getNestedModel(IDefaultJ2EEComponentCreationDataModelProperties.NESTED_MODEL_CLIENT), newProjects);

32. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

337 : collectComponents(defaultModel.getNestedModel(IDefaultJ2EEComponentCreationDataModelProperties.NESTED_MODEL_JCA), newProjects);

33. WARNING: DiscouragedReference

Discouraged access: The field NESTED_MODEL_JCA from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

337 : collectComponents(defaultModel.getNestedModel(IDefaultJ2EEComponentCreationDataModelProperties.NESTED_MODEL_JCA), newProjects);

34. WARNING: DiscouragedReference

Discouraged access: The constructor DefaultJ2EEComponentCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

350 : IDataModel defaultModel = DataModelFactory.createDataModel(new DefaultJ2EEComponentCreationDataModelProvider());

35. WARNING: DiscouragedReference

Discouraged access: The type DefaultJ2EEComponentCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

350 : IDataModel defaultModel = DataModelFactory.createDataModel(new DefaultJ2EEComponentCreationDataModelProvider());

36. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarFacetInstallPage.java :

352 : String projectName = model.getStringProperty(FACET_PROJECT_NAME);

37. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

353 : defaultModel.setProperty(IDefaultJ2EEComponentCreationDataModelProperties.PROJECT_NAME, projectName);

38. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

353 : defaultModel.setProperty(IDefaultJ2EEComponentCreationDataModelProperties.PROJECT_NAME, projectName);

39. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarFacetInstallPage.java :

355 : String earName = model.getStringProperty(FACET_PROJECT_NAME);

40. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

356 : defaultModel.setProperty(IDefaultJ2EEComponentCreationDataModelProperties.EAR_COMPONENT_NAME, earName);

41. WARNING: DiscouragedReference

Discouraged access: The field EAR_COMPONENT_NAME from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

356 : defaultModel.setProperty(IDefaultJ2EEComponentCreationDataModelProperties.EAR_COMPONENT_NAME, earName);

42. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

359 : defaultModel.setProperty(IDefaultJ2EEComponentCreationDataModelProperties.J2EE_VERSION, new Integer(j2eeVersion));

43. WARNING: DiscouragedReference

Discouraged access: The field J2EE_VERSION from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

359 : defaultModel.setProperty(IDefaultJ2EEComponentCreationDataModelProperties.J2EE_VERSION, new Integer(j2eeVersion));

44. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectWorkingCopy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.4.102.v201008170019.jar

EarFacetInstallPage.java :

361 : FacetedProjectWorkingCopy fpwc = (FacetedProjectWorkingCopy)model.getProperty(FACETED_PROJECT_WORKING_COPY);

45. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectWorkingCopy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.4.102.v201008170019.jar

EarFacetInstallPage.java :

361 : FacetedProjectWorkingCopy fpwc = (FacetedProjectWorkingCopy)model.getProperty(FACETED_PROJECT_WORKING_COPY);

46. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarFacetInstallPage.java :

361 : FacetedProjectWorkingCopy fpwc = (FacetedProjectWorkingCopy)model.getProperty(FACETED_PROJECT_WORKING_COPY);

47. WARNING: DiscouragedReference

Discouraged access: The method getPrimaryRuntime() from the type FacetedProjectWorkingCopy is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.4.102.v201008170019.jar

EarFacetInstallPage.java :

362 : IRuntime rt = fpwc.getPrimaryRuntime();

48. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

363 : defaultModel.setProperty(IDefaultJ2EEComponentCreationDataModelProperties.FACET_RUNTIME, rt);

49. WARNING: DiscouragedReference

Discouraged access: The field FACET_RUNTIME from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

363 : defaultModel.setProperty(IDefaultJ2EEComponentCreationDataModelProperties.FACET_RUNTIME, rt);

50. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarFacetInstallPage.java :

378 : getDataModel().setProperty(J2EE_PROJECTS_LIST, null);

51. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarFacetInstallPage.java :

379 : getDataModel().setProperty(JAVA_PROJECT_LIST, null);

52. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarFacetInstallPage.java :

396 : getDataModel().setProperty(J2EE_PROJECTS_LIST, getCheckedJ2EEElementsAsList());

53. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarFacetInstallPage.java :

397 : getDataModel().setProperty(JAVA_PROJECT_LIST, getCheckedJavaProjectsAsList());

Source File: org/eclipse/jst/j2ee/ui/project/facet/EarProjectFirstPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarProjectFirstPage.java :

19 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

2. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarProjectFirstPage.java :

30 : setInfopopID(IJ2EEUIContextIds.NEW_EAR_WIZARD_P1);

3. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarProjectFirstPage.java :

40 : return IModuleConstants.JST_EAR_MODULE;

4. WARNING: DiscouragedReference

Discouraged access: The field JST_EAR_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarProjectFirstPage.java :

40 : return IModuleConstants.JST_EAR_MODULE;

Source File: org/eclipse/jst/j2ee/ui/project/facet/EarSelectionPanel.java
1. WARNING: DiscouragedReference

Discouraged access: The type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarSelectionPanel.java :

33 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelSynchHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarSelectionPanel.java :

49 : private DataModelSynchHelper synchhelper;

3. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelSynchHelper(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarSelectionPanel.java :

54 : this.synchhelper = new DataModelSynchHelper(model);

4. WARNING: DiscouragedReference

Discouraged access: The type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarSelectionPanel.java :

54 : this.synchhelper = new DataModelSynchHelper(model);

5. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarSelectionPanel.java :

64 : synchhelper.synchCheckbox(addToEar, ADD_TO_EAR, null);

6. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarSelectionPanel.java :

84 : synchhelper.synchCombo(combo, EAR_PROJECT_NAME, new Control[]{label, newButton});

7. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

EarSelectionPanel.java :

137 : synchhelper.dispose();

Source File: org/eclipse/jst/j2ee/ui/project/facet/UtilityProjectFirstPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UtilityProjectFirstPage.java :

14 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

2. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

UtilityProjectFirstPage.java :

25 : setInfopopID(IJ2EEUIContextIds.NEW_UTILITY_WIZARD_P1);

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UtilityProjectFirstPage.java :

39 : return J2EEProjectUtilities.UTILITY;

Source File: org/eclipse/jst/j2ee/ui/project/facet/appclient/AppClientFacetInstallPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetInstallPage.java :

15 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetInstallPage.java :

16 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientFacetInstallPage.java :

18 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;

4. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AppClientFacetInstallPage.java :

45 : setInfopopID(IJ2EEUIContextIds.NEW_APPCLIENT_WIZARD_P3);

5. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AppClientFacetInstallPage.java :

51 : synchHelper.synchCheckbox(createMainClass, CREATE_DEFAULT_MAIN_CLASS, null);

6. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AppClientFacetInstallPage.java :

51 : synchHelper.synchCheckbox(createMainClass, CREATE_DEFAULT_MAIN_CLASS, null);

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetInstallPage.java :

53 : createGenerateDescriptorControl(composite, J2EEConstants.APP_CLIENT_DD_SHORT_NAME);

8. WARNING: DiscouragedReference

Discouraged access: The field APP_CLIENT_DD_SHORT_NAME from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetInstallPage.java :

53 : createGenerateDescriptorControl(composite, J2EEConstants.APP_CLIENT_DD_SHORT_NAME);

9. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AppClientFacetInstallPage.java :

63 : final IProjectFacetVersion fv = (IProjectFacetVersion) this.model.getProperty( FACET_VERSION );

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientFacetInstallPage.java :

64 : boolean isJEE5OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv.getVersionString()) >= J2EEVersionConstants.JEE_5_0_ID;

11. WARNING: DiscouragedReference

Discouraged access: The method convertVersionStringToInt(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientFacetInstallPage.java :

64 : boolean isJEE5OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv.getVersionString()) >= J2EEVersionConstants.JEE_5_0_ID;

12. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetInstallPage.java :

64 : boolean isJEE5OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv.getVersionString()) >= J2EEVersionConstants.JEE_5_0_ID;

13. WARNING: DiscouragedReference

Discouraged access: The field JEE_5_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AppClientFacetInstallPage.java :

64 : boolean isJEE5OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv.getVersionString()) >= J2EEVersionConstants.JEE_5_0_ID;

Source File: org/eclipse/jst/j2ee/ui/project/facet/appclient/AppClientProjectFirstPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientProjectFirstPage.java :

22 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

2. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AppClientProjectFirstPage.java :

37 : setInfopopID(IJ2EEUIContextIds.NEW_APPCLIENT_WIZARD_P1);

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientProjectFirstPage.java :

42 : return J2EEProjectUtilities.APPLICATION_CLIENT;

4. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AppClientProjectFirstPage.java :

48 : IRuntime runtime = (IRuntime)model.getProperty(IFacetProjectCreationDataModelProperties.FACET_RUNTIME);

Source File: org/eclipse/jst/j2ee/ui/project/facet/appclient/AppClientProjectWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type AppClientFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientProjectWizard.java :

18 : import org.eclipse.jst.j2ee.applicationclient.internal.creation.AppClientFacetProjectCreationDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The constructor AppClientFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientProjectWizard.java :

44 : return DataModelFactory.createDataModel(new AppClientFacetProjectCreationDataModelProvider());

3. WARNING: DiscouragedReference

Discouraged access: The type AppClientFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientProjectWizard.java :

44 : return DataModelFactory.createDataModel(new AppClientFacetProjectCreationDataModelProvider());