Compiler Report

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

Number of source files: 226 Number of classfiles: 352

Problems: 1988 (Errors: 0 Warnings: 1988 )

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

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

WTPUIWorkingCopyManager.java :

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

6. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

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

7. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

57 : public class WTPUIWorkingCopyManager extends WTPWorkingCopyManager {

8. WARNING: DiscouragedReference

Discouraged access: The type ICompilationUnitDocumentProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

WTPUIWorkingCopyManager.java :

59 : private ICompilationUnitDocumentProvider cuDocumentProvider;

9. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

67 : super();

10. WARNING: DiscouragedReference

Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

WTPUIWorkingCopyManager.java :

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

11. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

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

12. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

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

13. WARNING: DiscouragedReference

Discouraged access: The constructor InternalClassFileEditorInput(IClassFile) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

WTPUIWorkingCopyManager.java :

212 : return new InternalClassFileEditorInput((IClassFile) element);

14. WARNING: DiscouragedReference

Discouraged access: The type InternalClassFileEditorInput is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

WTPUIWorkingCopyManager.java :

212 : return new InternalClassFileEditorInput((IClassFile) element);

15. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

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

16. WARNING: DiscouragedReference

Discouraged access: The method getWorkingCopy(ICompilationUnit, boolean) from the type WTPWorkingCopyManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.common.frameworks/@dot

WTPUIWorkingCopyManager.java :

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

17. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

285 : super.primDispose();

18. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

292 : super.primRevert();

19. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

317 : ICompilationUnit newCU = getNewCompilationUnitWorkingCopy(primary);

20. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

334 : super.primSaveCompilationUnits(null);

21. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

342 : if (!isFailedWriteFileFailure(ex))

22. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

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

23. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

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

24. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

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

25. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

367 : WTPCommonPlugin.getDefault().getLogger().logError(e);

26. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

367 : WTPCommonPlugin.getDefault().getLogger().logError(e);

27. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

367 : WTPCommonPlugin.getDefault().getLogger().logError(e);

28. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

368 : throw new SaveFailedException(e);

29. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

368 : throw new SaveFailedException(e);

30. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

464 : super.addDeletedCompilationUnit(cu);

31. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

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

AddModulestoEARPropertiesPage.java :

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

2. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

45 : import org.eclipse.jst.j2ee.application.internal.operations.IAddComponentToEnterpriseApplicationDataModelProperties;

3. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

4. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

5. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

6. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

7. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

8. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

9. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

10. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

11. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

AddModulestoEARPropertiesPage.java :

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

13. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

14. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

15. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

16. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

17. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

303 : dm.setProperty(IAddComponentToEnterpriseApplicationDataModelProperties.J2EE_LIB_ELEMENTS_LIST, j2eeLibElementList);

18. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

303 : dm.setProperty(IAddComponentToEnterpriseApplicationDataModelProperties.J2EE_LIB_ELEMENTS_LIST, j2eeLibElementList);

19. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

20. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

21. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

22. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

23. WARNING: LocalVariableIsNeverUsed

The local variable stat is never read

AddModulestoEARPropertiesPage.java :

367 : IStatus stat = OK_STATUS;

24. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

25. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

26. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

27. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

28. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

422 : remComps(list, J2EEConstants.EAR_ROOT_DIR);

29. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

422 : remComps(list, J2EEConstants.EAR_ROOT_DIR);

30. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

31. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

32. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

33. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

34. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

35. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

36. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

481 : if (handle instanceof VirtualArchiveComponent) {

37. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

482 : VirtualArchiveComponent comp = (VirtualArchiveComponent)handle;

38. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

482 : VirtualArchiveComponent comp = (VirtualArchiveComponent)handle;

39. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

40. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

41. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

42. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

43. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

44. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

45. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

46. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

47. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

48. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

49. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

50. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

51. WARNING: LocalVariableIsNeverUsed

The local variable o is never read

AddModulestoEARPropertiesPage.java :

808 : Object o = event.getSource();

52. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1010 : private boolean isPhysicallyAdded(VirtualArchiveComponent component) {

53. WARNING: LocalVariableIsNeverUsed

The local variable p is never read

AddModulestoEARPropertiesPage.java :

1011 : IPath p = null;

54. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

55. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

56. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1015 : p = component.getProjectRelativePath();

57. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1022 : private boolean isInLibDir(VirtualArchiveComponent comp) {

58. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1023 : IPath p = comp.getProjectRelativePath();

59. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1092 : if (element instanceof VirtualArchiveComponent) {

60. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

61. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

62. WARNING: LocalVariableIsNeverUsed

The local variable cmp is never read

AddModulestoEARPropertiesPage.java :

1130 : IVirtualComponent cmp = ComponentCore.createComponent(earProject);

63. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1133 : if (!J2EEProjectUtilities.isEARProject(earRefProjects[i]) &&

64. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1133 : if (!J2EEProjectUtilities.isEARProject(earRefProjects[i]) &&

65. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

66. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

67. WARNING: LocalVariableIsNeverUsed

The local variable refedCompName is never read

AddModulestoEARPropertiesPage.java :

1187 : String refedCompName;

68. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

69. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

70. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1247 : virtCompURIMapName += IJ2EEModuleConstants.WAR_EXT;

71. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1247 : virtCompURIMapName += IJ2EEModuleConstants.WAR_EXT;

72. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

73. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

74. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1252 : virtCompURIMapName += IJ2EEModuleConstants.RAR_EXT;

75. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1252 : virtCompURIMapName += IJ2EEModuleConstants.RAR_EXT;

76. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

77. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

78. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

1256 : virtCompURIMapName += IJ2EEModuleConstants.JAR_EXT;

79. WARNING: DiscouragedReference

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

AddModulestoEARPropertiesPage.java :

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

AvailableJ2EEComponentsForEARContentProvider.java :

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

AvailableJ2EEComponentsForEARContentProvider.java :

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

AvailableJ2EEComponentsForEARContentProvider.java :

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

4. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

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

5. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

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

6. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

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

7. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

85 : if (J2EEProjectUtilities.isApplicationClientProject(project) ||

8. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

85 : if (J2EEProjectUtilities.isApplicationClientProject(project) ||

9. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

86 : J2EEProjectUtilities.isEJBProject(project) ||

10. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

86 : J2EEProjectUtilities.isEJBProject(project) ||

11. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

87 : J2EEProjectUtilities.isDynamicWebProject(project) ||

12. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

87 : J2EEProjectUtilities.isDynamicWebProject(project) ||

13. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

88 : J2EEProjectUtilities.isJCAProject(project) ||

14. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

88 : J2EEProjectUtilities.isJCAProject(project) ||

15. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

89 : J2EEProjectUtilities.isUtilityProject(project) ){

16. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

89 : J2EEProjectUtilities.isUtilityProject(project) ){

17. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

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

18. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

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

19. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

96 : }else if(null != earComponent && J2EEProjectUtilities.isEARProject(project)){

20. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

96 : }else if(null != earComponent && J2EEProjectUtilities.isEARProject(project)){

21. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

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

22. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

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

23. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

107 : libDir = J2EEConstants.EAR_DEFAULT_LIB_DIR;

24. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

107 : libDir = J2EEConstants.EAR_DEFAULT_LIB_DIR;

25. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

142 : if (!(component instanceof VirtualArchiveComponent))

26. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

145 : VirtualArchiveComponent comp = (VirtualArchiveComponent)component;

27. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

145 : VirtualArchiveComponent comp = (VirtualArchiveComponent)component;

28. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

146 : if(comp.getWorkspaceRelativePath() == null || !comp.getWorkspaceRelativePath().segment(0).equals(earComponent.getName()))

29. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

146 : if(comp.getWorkspaceRelativePath() == null || !comp.getWorkspaceRelativePath().segment(0).equals(earComponent.getName()))

30. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

151 : p = comp.getProjectRelativePath();

31. WARNING: NullLocalVariableReference

Null pointer access: The variable p can only be null at this location

AvailableJ2EEComponentsForEARContentProvider.java :

155 : if ((p == null) && (p.segmentCount() == 0))

32. WARNING: LocalVariableIsNeverUsed

The local variable unresolvedURI is never read

AvailableJ2EEComponentsForEARContentProvider.java :

189 : String unresolvedURI = null;

33. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

201 : if (comp instanceof VirtualArchiveComponent) {

34. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

202 : final VirtualArchiveComponent oldComp = (VirtualArchiveComponent) comp;

35. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

202 : final VirtualArchiveComponent oldComp = (VirtualArchiveComponent) comp;

36. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

204 : final VirtualArchiveComponent newComponent = ClassPathSelection.updateDisplayVirtualArchiveComponent(oldComp, cpRefs[j]);

37. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

204 : final VirtualArchiveComponent newComponent = ClassPathSelection.updateDisplayVirtualArchiveComponent(oldComp, cpRefs[j]);

38. WARNING: DiscouragedReference

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

AvailableJ2EEComponentsForEARContentProvider.java :

204 : final VirtualArchiveComponent newComponent = ClassPathSelection.updateDisplayVirtualArchiveComponent(oldComp, 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

4. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

5. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

6. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

75 : protected ClasspathModel model;

7. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

8. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

10. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

143 : boolean clientSelected = selection.isAnyEJBClientJARSelected();

14. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

145 : filterLevel = ClassPathSelection.FILTER_NONE;

16. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

148 : filterLevel = ClassPathSelection.FILTER_NONE;

18. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

150 : filterLevel = ClassPathSelection.FILTER_EJB_CLIENT_JARS;

20. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

153 : filterLevel = ClassPathSelection.FILTER_NONE;

22. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

26. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

163 : case (ClassPathSelection.FILTER_NONE) :

28. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

168 : case (ClassPathSelection.FILTER_EJB_CLIENT_JARS) :

30. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

173 : case (ClassPathSelection.FILTER_EJB_SERVER_JARS) :

32. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

342 : model.selectFilterLevel(ClassPathSelection.FILTER_EJB_CLIENT_JARS);

39. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

347 : model.selectFilterLevel(ClassPathSelection.FILTER_EJB_SERVER_JARS);

42. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

352 : model.selectFilterLevel(ClassPathSelection.FILTER_NONE);

45. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

49. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

50. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

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

ClasspathTableManager.java :

408 : model.moveUp(getSelectionAsList());

56. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

456 : if (J2EEProjectUtilities.isApplicationClientComponent(component)) return false;

57. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

456 : if (J2EEProjectUtilities.isApplicationClientComponent(component)) return false;

58. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

457 : if (J2EEProjectUtilities.isEARProject(component.getProject()) && component.isBinary()) return true;

59. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

457 : if (J2EEProjectUtilities.isEARProject(component.getProject()) && component.isBinary()) return true;

60. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

458 : if (J2EEProjectUtilities.isEJBComponent(component)) return false;

61. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

458 : if (J2EEProjectUtilities.isEJBComponent(component)) return false;

62. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

459 : if (J2EEProjectUtilities.isDynamicWebComponent(component)) return false;

63. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

459 : if (J2EEProjectUtilities.isDynamicWebComponent(component)) return false;

64. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

460 : if (J2EEProjectUtilities.isJCAComponent(component)) return false;

65. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

460 : if (J2EEProjectUtilities.isJCAComponent(component)) return false;

66. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

461 : if (J2EEProjectUtilities.isStaticWebProject(component.getProject())) return false;

67. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

461 : if (J2EEProjectUtilities.isStaticWebProject(component.getProject())) return false;

68. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

462 : if (J2EEProjectUtilities.isProjectOfType(component.getProject(), IJ2EEFacetConstants.JAVA)) return true;

69. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

462 : if (J2EEProjectUtilities.isProjectOfType(component.getProject(), IJ2EEFacetConstants.JAVA)) return true;

70. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

71. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

72. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

73. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

74. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

75. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

76. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

77. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

475 : IVirtualComponent ar = el.getTargetComponent();

78. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

79. WARNING: NonStaticAccessToStaticField

The static field DependencyConflictResolveDialog.BTN_ID_CANCEL should be accessed in a static way

ClasspathTableManager.java :

485 : if (dlg.open() == dlg.BTN_ID_CANCEL) {

80. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

81. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

82. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

83. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

84. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

85. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

86. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

505 : IProject[] ears = J2EEProjectUtilities.getReferencingEARProjects(lib.getProject());

87. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

505 : IProject[] ears = J2EEProjectUtilities.getReferencingEARProjects(lib.getProject());

88. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

89. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

90. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

91. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

92. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

93. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

94. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

547 : protected ClassPathSelection getClasspathSelection() {

95. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

548 : if (model == null || model.getSelectedEARComponent() == null && !(J2EEProjectUtilities.isStandaloneProject(model.getComponent().getProject())))

96. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

548 : if (model == null || model.getSelectedEARComponent() == null && !(J2EEProjectUtilities.isStandaloneProject(model.getComponent().getProject())))

97. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

548 : if (model == null || model.getSelectedEARComponent() == null && !(J2EEProjectUtilities.isStandaloneProject(model.getComponent().getProject())))

98. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

548 : if (model == null || model.getSelectedEARComponent() == null && !(J2EEProjectUtilities.isStandaloneProject(model.getComponent().getProject())))

99. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

550 : return model.getClassPathSelection();

100. WARNING: DiscouragedReference

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

ClasspathTableManager.java :

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

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

ICommonManifestUIConstants.java :

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

ICommonManifestUIConstants.java :

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

ICommonManifestUIConstants.java :

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

ICommonManifestUIConstants.java :

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

ICommonManifestUIConstants.java :

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

ICommonManifestUIConstants.java :

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

ICommonManifestUIConstants.java :

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

ICommonManifestUIConstants.java :

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

ICommonManifestUIConstants.java :

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

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

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

J2EEComponentProjectMigrator.java :

77 : public class J2EEComponentProjectMigrator implements IComponentProjectMigrator {

15. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

20. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

21. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

25. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

160 : StructureEdit se = null;

26. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

30. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

31. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

178 : if (comp!=null && comp.getComponentType()!=null)

37. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

191 : se.save(null);

45. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

195 : se.dispose();

46. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

212 : StructureEdit se = null;

47. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

220 : se.dispose();

53. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

237 : J2EEProjectUtilities.removeBuilders(aProject,oldBuilders);

55. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

246 : return J2EEProjectUtilities.getJ2EEProjectType(aProject);

57. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

58. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

59. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

300 : StructureEdit edit = null;

60. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

315 : edit.save(null);

74. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

317 : edit.dispose();

77. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

78. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

325 : List compProps = component.getProperties();

81. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

82. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

83. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

85. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

91. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

92. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

93. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

94. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

95. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

96. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

97. WARNING: DiscouragedReference

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEComponentProjectMigrator.java :

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

J2EEDependenciesPage.java :

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

3. WARNING: DiscouragedReference

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

J2EEDependenciesPage.java :

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

J2EEDependenciesPage.java :

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

J2EEDependenciesPage.java :

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

J2EEDependenciesPage.java :

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

J2EEDependenciesPage.java :

105 : final boolean standalone = J2EEProjectUtilities.isStandaloneProject(project);

8. WARNING: DiscouragedReference

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

J2EEDependenciesPage.java :

105 : final boolean standalone = J2EEProjectUtilities.isStandaloneProject(project);

9. WARNING: DiscouragedReference

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

J2EEDependenciesPage.java :

137 : final boolean standalone = J2EEProjectUtilities.isStandaloneProject(project);

10. WARNING: DiscouragedReference

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

J2EEDependenciesPage.java :

137 : final boolean standalone = J2EEProjectUtilities.isStandaloneProject(project);

11. WARNING: DiscouragedReference

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

J2EEDependenciesPage.java :

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

12. WARNING: DiscouragedReference

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

J2EEDependenciesPage.java :

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

JARDependencyPropertiesPage.java :

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

14. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

101 : import org.eclipse.wst.common.componentcore.internal.builder.DependencyGraphManager;

15. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

16. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

17. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

18. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

19. WARNING: DiscouragedReference

Discouraged access: The type WTPUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JARDependencyPropertiesPage.java :

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

20. WARNING: DiscouragedReference

Discouraged access: The type WorkspaceModifyComposedOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JARDependencyPropertiesPage.java :

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

21. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

22. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

130 : protected ClasspathModel model;

23. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

156 : model.setProject(project);

24. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

25. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

158 : model.addListener(this);

26. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

164 : protected ClasspathModel createClasspathModel(){

27. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

28. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

29. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

30. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

31. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

32. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

33. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

34. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

35. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

36. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

37. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

188 : model.primSetManifest(mf);

38. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

39. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

40. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

41. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

42. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

43. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

44. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

45. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

246 : model.resetClassPathSelection();

46. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

47. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

333 : if (J2EEProjectUtilities.isEARProject(project)) {

48. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

333 : if (J2EEProjectUtilities.isEARProject(project)) {

49. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

50. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

51. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

52. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

337 : propPage.setErrorMessage(ClasspathModel.NO_EAR_MESSAGE);

53. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

337 : propPage.setErrorMessage(ClasspathModel.NO_EAR_MESSAGE);

54. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

512 : model.selectEAR(index);

55. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

56. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

523 : IVirtualComponent selected = model.getSelectedEARComponent();

57. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

542 : ClassPathSelection sel = model.getClassPathSelection();

58. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

542 : ClassPathSelection sel = model.getClassPathSelection();

59. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

544 : classPathText.setText(sel == null ? "" : sel.toString()); //$NON-NLS-1$

60. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

550 : public void modelChanged(ClasspathModelEvent evt) {

61. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

62. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

63. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

64. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

65. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

66. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

67. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

560 : model.resetClassPathSelection();

68. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

563 : model.dispose();

69. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

567 : model.dispose();

70. WARNING: DiscouragedReference

Discouraged access: The type WorkspaceModifyComposedOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JARDependencyPropertiesPage.java :

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

71. WARNING: DiscouragedReference

Discouraged access: The constructor WorkspaceModifyComposedOperation(IRunnableWithProgress) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JARDependencyPropertiesPage.java :

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

72. WARNING: DiscouragedReference

Discouraged access: The type WorkspaceModifyComposedOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JARDependencyPropertiesPage.java :

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

73. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

74. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

594 : model.dispose();

75. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

76. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

77. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

78. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

79. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

80. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

81. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

82. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

83. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

615 : String text = element.getText();

84. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

85. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

86. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

87. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

88. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

89. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

91. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

92. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

93. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

653 : String text = j2eeElement.getText();

94. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

95. WARNING: DiscouragedReference

Discouraged access: The type WorkspaceModifyComposedOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JARDependencyPropertiesPage.java :

679 : protected WorkspaceModifyComposedOperation createJ2EEComponentDependencyOperations() {

96. WARNING: DiscouragedReference

Discouraged access: The type WorkspaceModifyComposedOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JARDependencyPropertiesPage.java :

680 : WorkspaceModifyComposedOperation composedOp = null;

97. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

98. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

99. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

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

100. WARNING: DiscouragedReference

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

JARDependencyPropertiesPage.java :

687 : IVirtualComponent component = element.getComponent();

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

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

UpdateManifestOperation.java :

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

2. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

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

3. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

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

4. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

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

5. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

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

6. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

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

7. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

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

8. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

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

9. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

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

10. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

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

11. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

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

12. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

72 : mf = new ArchiveManifestImpl();

13. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

72 : mf = new ArchiveManifestImpl();

14. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

73 : mf.addVersionIfNecessary();

15. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

75 : mf.setClassPath(classPathValue);

16. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

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

17. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

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

18. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

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

19. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

78 : J2EEProjectUtilities.writeManifest(p, mf);

20. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

78 : J2EEProjectUtilities.writeManifest(p, mf);

21. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

80 : throw new WFTWrappedException(ex);

22. WARNING: DiscouragedReference

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

UpdateManifestOperation.java :

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

WebLibDependencyPropertiesPage.java :

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

4. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

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

5. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

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

6. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

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

7. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

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

8. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The type WorkspaceModifyComposedOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

WebLibDependencyPropertiesPage.java :

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

10. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

56 : public class WebLibDependencyPropertiesPage extends JARDependencyPropertiesPage implements IClasspathTableOwner, Listener, ClasspathModelListener {

11. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

62 : protected ClasspathModel createClasspathModel() {

12. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

63 : return new ClasspathModel(null, true);

13. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

63 : return new ClasspathModel(null, true);

14. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

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

15. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

128 : if (!J2EEProjectUtilities.isDynamicWebProject(project)) {

16. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

128 : if (!J2EEProjectUtilities.isDynamicWebProject(project)) {

17. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

164 : model.resetClassPathSelectionForWLPs();

18. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

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

19. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

192 : model.dispose();

20. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

200 : ClasspathElement element = (ClasspathElement) elements[i];

21. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

200 : ClasspathElement element = (ClasspathElement) elements[i];

22. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

201 : IProject elementProject = element.getProject();

23. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

203 : if (elementProject != null && !elementProject.hasNature(IModuleConstants.MODULE_NATURE_ID))

24. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

203 : if (elementProject != null && !elementProject.hasNature(IModuleConstants.MODULE_NATURE_ID))

25. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

207 : J2EEPlugin.getDefault().logError(e);

26. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

207 : J2EEPlugin.getDefault().logError(e);

27. WARNING: NonStaticAccessToStaticMethod

The static method logError(CoreException) from the type J2EEPlugin should be accessed in a static way

WebLibDependencyPropertiesPage.java :

207 : J2EEPlugin.getDefault().logError(e);

28. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

207 : J2EEPlugin.getDefault().logError(e);

29. WARNING: DiscouragedReference

Discouraged access: The type WorkspaceModifyComposedOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

WebLibDependencyPropertiesPage.java :

213 : private boolean runWLPOp(WorkspaceModifyComposedOperation composed) {

30. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

272 : J2EEPlugin.getDefault().logError(ex);

31. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

272 : J2EEPlugin.getDefault().logError(ex);

32. WARNING: NonStaticAccessToStaticMethod

The static method logError(CoreException) from the type J2EEPlugin should be accessed in a static way

WebLibDependencyPropertiesPage.java :

272 : J2EEPlugin.getDefault().logError(ex);

33. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

272 : J2EEPlugin.getDefault().logError(ex);

34. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

282 : IVirtualComponent archive = ComponentCore.createArchiveComponent(model.getComponent().getProject(), aComponentName);

35. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

285 : IVirtualReference ref = ComponentCore.createReference(model.getComponent(), archive, new Path("/WEB-INF/lib")); //$NON-NLS-1$

36. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

286 : model.getComponent().addReferences(new IVirtualReference [] { ref });

37. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

288 : ClasspathElement element = createClassPathElement(archive, archive.getName());

38. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

290 : model.getClassPathSelectionForWLPs().getClasspathElements().add(element);

39. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

290 : model.getClassPathSelectionForWLPs().getClasspathElements().add(element);

40. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

294 : if (J2EEProjectUtilities.isDynamicWebProject(project)) {

41. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

294 : if (J2EEProjectUtilities.isDynamicWebProject(project)) {

42. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

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

43. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

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

44. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

307 : if (J2EEProjectUtilities.isDynamicWebProject(project)) {

45. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

307 : if (J2EEProjectUtilities.isDynamicWebProject(project)) {

46. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

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

47. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

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

48. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

327 : private ClasspathElement createClassPathElement(IVirtualComponent archiveComp, String unresolvedName) {

49. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

329 : URI uri = URI.createURI(ModuleURIUtil.getHandleString(archiveComp));

50. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

329 : URI uri = URI.createURI(ModuleURIUtil.getHandleString(archiveComp));

51. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

330 : ClasspathElement element = new ClasspathElement(uri);

52. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

330 : ClasspathElement element = new ClasspathElement(uri);

53. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

330 : ClasspathElement element = new ClasspathElement(uri);

54. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

331 : element.setValid(false);

55. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

332 : element.setSelected(true);

56. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

333 : element.setRelativeText(unresolvedName);

57. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

334 : element.setText(unresolvedName);

58. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

335 : element.setEarProject(null);

59. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

352 : if (J2EEProjectUtilities.isDynamicWebProject(project)) {

60. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

352 : if (J2EEProjectUtilities.isDynamicWebProject(project)) {

61. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

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

62. WARNING: DiscouragedReference

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

WebLibDependencyPropertiesPage.java :

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

WebRefDependencyPropertiesPage.java :

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

3. WARNING: DiscouragedReference

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

WebRefDependencyPropertiesPage.java :

66 : if (J2EEProjectUtilities.isDynamicWebProject(project) || !isJavaProject) {

4. WARNING: DiscouragedReference

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

WebRefDependencyPropertiesPage.java :

66 : if (J2EEProjectUtilities.isDynamicWebProject(project) || !isJavaProject) {

5. WARNING: DiscouragedReference

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

WebRefDependencyPropertiesPage.java :

69 : } else if (J2EEProjectUtilities.getReferencingWebProjects(project).length == 0) {

6. WARNING: DiscouragedReference

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

WebRefDependencyPropertiesPage.java :

69 : } else if (J2EEProjectUtilities.getReferencingWebProjects(project).length == 0) {

7. WARNING: DiscouragedReference

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

WebRefDependencyPropertiesPage.java :

94 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

WorkspaceModifyComposedOperation.java :

29 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

WorkspaceModifyComposedOperation.java :

31 : super(rule);

3. WARNING: DiscouragedReference

Discouraged access: The constructor WorkspaceModifyComposedOperation() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

WorkspaceModifyComposedOperation.java :

35 : super();

4. WARNING: DiscouragedReference

Discouraged access: The constructor WorkspaceModifyComposedOperation(ISchedulingRule, List) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

WorkspaceModifyComposedOperation.java :

39 : super(rule, nestedRunnablesWithProgress);

5. WARNING: DiscouragedReference

Discouraged access: The constructor WorkspaceModifyComposedOperation(List) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

WorkspaceModifyComposedOperation.java :

43 : super(nestedRunnablesWithProgress);

6. WARNING: DiscouragedReference

Discouraged access: The constructor WorkspaceModifyComposedOperation(IRunnableWithProgress) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

WorkspaceModifyComposedOperation.java :

47 : super(nestedOp);

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

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

J2EEDeleteAction.java :

35 : import org.eclipse.jst.j2ee.common.internal.util.CommonUtil;

2. WARNING: DiscouragedReference

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

J2EEDeleteAction.java :

37 : import org.eclipse.jst.j2ee.internal.delete.DeleteOptions;

3. WARNING: DiscouragedReference

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

J2EEDeleteAction.java :

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

4. WARNING: DiscouragedReference

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

J2EEDeleteAction.java :

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

5. WARNING: DiscouragedReference

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

J2EEDeleteAction.java :

59 : protected DeleteOptions options;

6. WARNING: DiscouragedReference

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

J2EEDeleteAction.java :

155 : return CommonUtil.isDeploymentDescriptorRoot(o, false);

7. WARNING: DiscouragedReference

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

J2EEDeleteAction.java :

155 : return CommonUtil.isDeploymentDescriptorRoot(o, false);

8. WARNING: DiscouragedReference

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

J2EEDeleteAction.java :

227 : options.setSelectedProjects(getProjects());

9. WARNING: DiscouragedReference

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

J2EEDeleteAction.java :

301 : return options != null && (options.shouldDeleteModules() || options.shouldDeleteModuleDependencies());

10. WARNING: DiscouragedReference

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

J2EEDeleteAction.java :

301 : return options != null && (options.shouldDeleteModules() || options.shouldDeleteModuleDependencies());

11. WARNING: DiscouragedReference

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

J2EEDeleteAction.java :

305 : if (options == null || !options.shouldDeleteProjects())

12. WARNING: DiscouragedReference

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

J2EEDeleteAction.java :

311 : List deletedProjects = options.getAllProjectsToDelete();

13. WARNING: DiscouragedReference

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

J2EEDeleteAction.java :

321 : if (options.shouldDeleteProjects())

14. WARNING: DiscouragedReference

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

J2EEDeleteAction.java :

331 : localProjects = options.getAllProjectsToDelete();

15. WARNING: DiscouragedReference

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

J2EEDeleteAction.java :

345 : IStatus status = J2EEPlugin.newErrorStatus(IStatus.ERROR, DELETE_ERROR, e);

16. WARNING: DiscouragedReference

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

J2EEDeleteAction.java :

345 : IStatus status = J2EEPlugin.newErrorStatus(IStatus.ERROR, DELETE_ERROR, e);

17. WARNING: DiscouragedReference

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

J2EEDeleteAction.java :

373 : if (J2EEProjectUtilities.isEARProject(project))

18. WARNING: DiscouragedReference

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

J2EEDeleteAction.java :

373 : if (J2EEProjectUtilities.isEARProject(project))

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

J2EEDeployAction.java :

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

J2EEDeployAction.java :

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

J2EEDeployAction.java :

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

J2EEDeployAction.java :

64 : J2EEDeployOperation op = new J2EEDeployOperation(deploySelection.toArray());

7. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

64 : J2EEDeployOperation op = new J2EEDeployOperation(deploySelection.toArray());

8. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

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

J2EEDeployAction.java :

66 : result = op.execute(monitor, null);

10. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

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

J2EEDeployAction.java :

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

J2EEDeployAction.java :

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

J2EEDeployAction.java :

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

J2EEDeployAction.java :

112 : DeployerRegistry reg = DeployerRegistry.instance();

15. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

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

J2EEDeployAction.java :

112 : DeployerRegistry reg = DeployerRegistry.instance();

17. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

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

J2EEDeployAction.java :

114 : List components = DeployerRegistry.getSelectedModules(selection.toArray());

19. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

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

J2EEDeployAction.java :

123 : IRuntime runtime = J2EEProjectUtilities.getServerRuntime(proj);

21. WARNING: MethodVarargsArgumentNeedCast

The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation

J2EEDeployAction.java :

125 : String message = MessageFormat.format(J2EEUIMessages.getResourceString("DEPLOY_RUNTIME_NOT_FOUND"), new String []{proj.getName()});

22. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

133 : runtime = J2EEProjectUtilities.getServerRuntime(proj);

23. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

133 : runtime = J2EEProjectUtilities.getServerRuntime(proj);

24. WARNING: DiscouragedReference

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

J2EEDeployAction.java :

137 : List visitors = reg.getDeployModuleExtensions(proj, runtime);

25. WARNING: MethodVarargsArgumentNeedCast

The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation

J2EEDeployAction.java :

139 : displayMessageDialog(MessageFormat.format(J2EEUIMessages.getResourceString("DEPLOY_PROJECT_NOT_SUPPORTED"), new String []{proj.getName()}), shell);

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

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

J2EERenameAction.java :

35 : import org.eclipse.jst.j2ee.common.internal.util.CommonUtil;

2. WARNING: DiscouragedReference

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

J2EERenameAction.java :

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

3. WARNING: DiscouragedReference

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

J2EERenameAction.java :

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

4. WARNING: DiscouragedReference

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

J2EERenameAction.java :

43 : import org.eclipse.jst.j2ee.internal.rename.RenameOptions;

5. WARNING: DiscouragedReference

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

J2EERenameAction.java :

49 : import org.eclipse.wst.common.componentcore.internal.ComponentResource;

6. WARNING: DiscouragedReference

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

J2EERenameAction.java :

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

7. WARNING: DiscouragedReference

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

J2EERenameAction.java :

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

8. WARNING: DiscouragedReference

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

J2EERenameAction.java :

59 : protected RenameOptions options;

9. WARNING: DiscouragedReference

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

J2EERenameAction.java :

133 : if (!CommonUtil.isDeploymentDescriptorRoot(o, false) /*&& !isJ2EEProject(o)*/)

10. WARNING: DiscouragedReference

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

J2EERenameAction.java :

133 : if (!CommonUtil.isDeploymentDescriptorRoot(o, false) /*&& !isJ2EEProject(o)*/)

11. WARNING: DiscouragedReference

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

J2EERenameAction.java :

156 : WorkbenchComponent module = null;

12. WARNING: DiscouragedReference

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

J2EERenameAction.java :

160 : if (o instanceof WorkbenchComponent) {

13. WARNING: DiscouragedReference

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

J2EERenameAction.java :

165 : StructureEdit moduleCore = null;

14. WARNING: DiscouragedReference

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

J2EERenameAction.java :

167 : moduleCore = StructureEdit.getStructureEditForRead(project);

15. WARNING: DiscouragedReference

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

J2EERenameAction.java :

167 : moduleCore = StructureEdit.getStructureEditForRead(project);

16. WARNING: DiscouragedReference

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

J2EERenameAction.java :

169 : ComponentResource[] resources = moduleCore.findResourcesBySourcePath(uri);

17. WARNING: DiscouragedReference

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

J2EERenameAction.java :

169 : ComponentResource[] resources = moduleCore.findResourcesBySourcePath(uri);

18. WARNING: DiscouragedReference

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

J2EERenameAction.java :

171 : module = resources[i].getComponent();

19. WARNING: DiscouragedReference

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

J2EERenameAction.java :

182 : moduleCore.dispose();

20. WARNING: DiscouragedReference

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

J2EERenameAction.java :

200 : WorkbenchComponent module = (WorkbenchComponent) localModules.get(0);

21. WARNING: DiscouragedReference

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

J2EERenameAction.java :

200 : WorkbenchComponent module = (WorkbenchComponent) localModules.get(0);

22. WARNING: DiscouragedReference

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

J2EERenameAction.java :

212 : dlg = new RenameModuleDialog(shell, module.getName(), contextRoot);

23. WARNING: DiscouragedReference

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

J2EERenameAction.java :

219 : options.setSelectedProjects(localModules);

24. WARNING: DiscouragedReference

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

J2EERenameAction.java :

285 : if (options == null || !options.shouldRenameProjects())

25. WARNING: DiscouragedReference

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

J2EERenameAction.java :

291 : List renamedProjects = options.getAllProjectsToRename();

26. WARNING: DiscouragedReference

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

J2EERenameAction.java :

301 : if (options == null || !options.shouldRenameProjects())

27. WARNING: DiscouragedReference

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

J2EERenameAction.java :

304 : action.setNewName(options.getNewName());

28. WARNING: DiscouragedReference

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

J2EERenameAction.java :

305 : IStructuredSelection sel = new StructuredSelection(options.getAllProjectsToRename());

29. WARNING: DiscouragedReference

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

J2EERenameAction.java :

310 : String newContextRoot = options.getNewContextRoot();

30. WARNING: DiscouragedReference

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

J2EERenameAction.java :

311 : if (newContextRoot != null && options.shouldRenameProjects()) {

31. WARNING: DiscouragedReference

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

J2EERenameAction.java :

324 : IStatus status = J2EEPlugin.newErrorStatus(IStatus.ERROR, RENAME_ERROR, e);

32. WARNING: DiscouragedReference

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

J2EERenameAction.java :

324 : IStatus status = J2EEPlugin.newErrorStatus(IStatus.ERROR, RENAME_ERROR, e);

33. WARNING: DiscouragedReference

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

J2EERenameAction.java :

352 : if (J2EEProjectUtilities.isEARProject(project))

34. WARNING: DiscouragedReference

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

J2EERenameAction.java :

352 : if (J2EEProjectUtilities.isEARProject(project))

35. WARNING: DiscouragedReference

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

J2EERenameAction.java :

369 : return options != null && (options.shouldRenameModules() || options.shouldRenameModuleDependencies());

36. WARNING: DiscouragedReference

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

J2EERenameAction.java :

369 : return options != null && (options.shouldRenameModules() || options.shouldRenameModuleDependencies());

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

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

J2EERenameParticipant.java :

29 : import org.eclipse.wst.common.frameworks.internal.AdaptabilityUtility;

2. WARNING: DiscouragedReference

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

J2EERenameParticipant.java :

54 : IProject project = (IProject) AdaptabilityUtility.getAdapter(element, IPROJECT_CLASS);

3. WARNING: DiscouragedReference

Discouraged access: The method getAdapter(Object, Class) from the type AdaptabilityUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

J2EERenameParticipant.java :

54 : IProject project = (IProject) AdaptabilityUtility.getAdapter(element, IPROJECT_CLASS);

4. WARNING: DiscouragedReference

Discouraged access: The type AdaptabilityUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

J2EERenameParticipant.java :

70 : IProject project = (IProject) AdaptabilityUtility.getAdapter(targetElements[0], IPROJECT_CLASS);

5. WARNING: DiscouragedReference

Discouraged access: The method getAdapter(Object, Class) from the type AdaptabilityUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

J2EERenameParticipant.java :

70 : IProject project = (IProject) AdaptabilityUtility.getAdapter(targetElements[0], IPROJECT_CLASS);

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaEEDropDownAction.java :

20 : import org.eclipse.jdt.internal.ui.util.CoreUtility;

2. WARNING: DiscouragedReference

Discouraged access: The type PixelConverter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaEEDropDownAction.java :

21 : import org.eclipse.jdt.internal.ui.util.PixelConverter;

3. WARNING: DiscouragedReference

Discouraged access: The type PixelConverter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaEEDropDownAction.java :

79 : PixelConverter converter = new PixelConverter(JFaceResources.getDialogFont());

4. WARNING: DiscouragedReference

Discouraged access: The constructor PixelConverter(Font) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaEEDropDownAction.java :

79 : PixelConverter converter = new PixelConverter(JFaceResources.getDialogFont());

5. WARNING: DiscouragedReference

Discouraged access: The type PixelConverter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaEEDropDownAction.java :

79 : PixelConverter converter = new PixelConverter(JFaceResources.getDialogFont());

6. WARNING: DiscouragedReference

Discouraged access: The method convertWidthInCharsToPixels(int) from the type PixelConverter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaEEDropDownAction.java :

80 : dialog.setMinimumPageSize(converter.convertWidthInCharsToPixels(70), converter.convertHeightInCharsToPixels(20));

7. WARNING: DiscouragedReference

Discouraged access: The method convertHeightInCharsToPixels(int) from the type PixelConverter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaEEDropDownAction.java :

80 : dialog.setMinimumPageSize(converter.convertWidthInCharsToPixels(70), converter.convertHeightInCharsToPixels(20));

8. WARNING: DiscouragedReference

Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaEEDropDownAction.java :

173 : return (INewWizard) CoreUtility.createExtension(fConfigurationElement, ATT_CLASS);

9. WARNING: DiscouragedReference

Discouraged access: The method createExtension(IConfigurationElement, String) from the type CoreUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaEEDropDownAction.java :

173 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

OpenJ2EEResourceAction.java :

32 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

OpenJ2EEResourceAction.java :

37 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

OpenJ2EEResourceAction.java :

38 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

OpenJ2EEResourceAction.java :

39 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

OpenJ2EEResourceAction.java :

59 : import org.eclipse.jst.jee.util.internal.JavaEEQuickPeek;

6. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

OpenJ2EEResourceAction.java :

70 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

7. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

OpenJ2EEResourceAction.java :

71 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;

8. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

OpenJ2EEResourceAction.java :

73 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;

9. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

OpenJ2EEResourceAction.java :

125 : if (c instanceof VirtualArchiveComponent) {

10. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

OpenJ2EEResourceAction.java :

126 : JavaEEQuickPeek qp = JavaEEBinaryComponentHelper.getJavaEEQuickPeek(c);

11. WARNING: DiscouragedReference

Discouraged access: The method getJavaEEVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

OpenJ2EEResourceAction.java :

128 : if( qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || qp.getType() == JavaEEQuickPeek.CONNECTOR_TYPE) {

12. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

OpenJ2EEResourceAction.java :

128 : if( qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || qp.getType() == JavaEEQuickPeek.CONNECTOR_TYPE) {

13. WARNING: DiscouragedReference

Discouraged access: The field JEE_5_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

OpenJ2EEResourceAction.java :

128 : if( qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || qp.getType() == JavaEEQuickPeek.CONNECTOR_TYPE) {

14. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

OpenJ2EEResourceAction.java :

128 : if( qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || qp.getType() == JavaEEQuickPeek.CONNECTOR_TYPE) {

15. WARNING: DiscouragedReference

Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

OpenJ2EEResourceAction.java :

128 : if( qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || qp.getType() == JavaEEQuickPeek.CONNECTOR_TYPE) {

16. WARNING: DiscouragedReference

Discouraged access: The field CONNECTOR_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

OpenJ2EEResourceAction.java :

128 : if( qp.getJavaEEVersion() == JavaEEQuickPeek.JEE_5_0_ID || qp.getType() == JavaEEQuickPeek.CONNECTOR_TYPE) {

17. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

OpenJ2EEResourceAction.java :

130 : editorInput = BinaryEditorUtilities.getBinaryEditorInput((VirtualArchiveComponent)c, path);

18. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

OpenJ2EEResourceAction.java :

191 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

OpenJ2EEResourceAction.java :

191 : IResource resource = WorkbenchResourceHelper.getFile((EObject)srcObject);

20. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

OpenJ2EEResourceAction.java :

206 : EditorUtility.openInEditor(cu);

21. WARNING: DiscouragedReference

Discouraged access: The method openInEditor(Object) from the type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

OpenJ2EEResourceAction.java :

206 : EditorUtility.openInEditor(cu);

22. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

OpenJ2EEResourceAction.java :

229 : IResource resource = WorkbenchResourceHelper.getFile((EObject)srcObject);

23. WARNING: DiscouragedReference

Discouraged access: The method getFile(EObject) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

OpenJ2EEResourceAction.java :

229 : IResource resource = WorkbenchResourceHelper.getFile((EObject)srcObject);

24. WARNING: DiscouragedReference

Discouraged access: The type ModuleFile is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

OpenJ2EEResourceAction.java :

233 : ModuleFile moduleFile = ArchiveUtil.getModuleFile(ro);

25. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

OpenJ2EEResourceAction.java :

233 : ModuleFile moduleFile = ArchiveUtil.getModuleFile(ro);

26. WARNING: DiscouragedReference

Discouraged access: The method getModuleFile(EObject) from the type ArchiveUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

OpenJ2EEResourceAction.java :

233 : ModuleFile moduleFile = ArchiveUtil.getModuleFile(ro);

27. WARNING: DiscouragedReference

Discouraged access: The type ArchiveOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

OpenJ2EEResourceAction.java :

235 : ArchiveOptions options = moduleFile.getOptions();

28. WARNING: DiscouragedReference

Discouraged access: The method getOptions() from the type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

OpenJ2EEResourceAction.java :

235 : ArchiveOptions options = moduleFile.getOptions();

29. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

OpenJ2EEResourceAction.java :

252 : openAppropriateEditor(WorkbenchResourceHelper.getFile((Resource)srcObject));

30. WARNING: DiscouragedReference

Discouraged access: The method getFile(Resource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

OpenJ2EEResourceAction.java :

252 : openAppropriateEditor(WorkbenchResourceHelper.getFile((Resource)srcObject));

31. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

OpenJ2EEResourceAction.java :

282 : IFile file = WorkbenchResourceHelper.getFile((EObject)obj);

32. WARNING: DiscouragedReference

Discouraged access: The method getFile(EObject) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

OpenJ2EEResourceAction.java :

282 : IFile file = WorkbenchResourceHelper.getFile((EObject)obj);

33. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

OpenJ2EEResourceAction.java :

325 : IFile file = WorkbenchResourceHelper.getFile((Resource)obj);

34. WARNING: DiscouragedReference

Discouraged access: The method getFile(Resource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

OpenJ2EEResourceAction.java :

325 : IFile file = WorkbenchResourceHelper.getFile((Resource)obj);

35. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

OpenJ2EEResourceAction.java :

344 : IVirtualComponent comp = ComponentUtilities.findComponent(link);

36. WARNING: DiscouragedReference

Discouraged access: The method findComponent(EObject) from the type ComponentUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

OpenJ2EEResourceAction.java :

344 : IVirtualComponent comp = ComponentUtilities.findComponent(link);

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

WorkspaceModifyComposedOperation.java :

25 : super(rule);

3. WARNING: DiscouragedReference

Discouraged access: The constructor WorkspaceModifyComposedOperation() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

WorkspaceModifyComposedOperation.java :

29 : super();

4. WARNING: DiscouragedReference

Discouraged access: The constructor WorkspaceModifyComposedOperation(ISchedulingRule, List) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

WorkspaceModifyComposedOperation.java :

37 : super(nestedRunnablesWithProgress);

6. WARNING: DiscouragedReference

Discouraged access: The constructor WorkspaceModifyComposedOperation(IRunnableWithProgress) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ClasspathDependencyAttributeConfiguration.java :

23 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ClasspathDependencyAttributeConfiguration.java :

51 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ClasspathDependencyAttributeConfiguration.java :

51 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ClasspathDependencyAttributeConfiguration.java :

51 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ClasspathDependencyValidatorMarkerResolutions.java :

86 : } 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ClasspathDependencyValidatorMarkerResolutions.java :

86 : } else if (ClasspathDependencyValidator.ProjectClasspathEntry.equals(messageId)) {

23. WARNING: DiscouragedReference

Discouraged access: The type ClasspathDependencyValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ClasspathDependencyValidatorMarkerResolutions.java :

89 : } 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ClasspathDependencyValidatorMarkerResolutions.java :

89 : } else if (ClasspathDependencyValidator.RootMappingNonEARWARRef.equals(messageId)) {

25. WARNING: DiscouragedReference

Discouraged access: The type ClasspathDependencyValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ClasspathDependencyValidatorMarkerResolutions.java :

91 : } 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ClasspathDependencyValidatorMarkerResolutions.java :

91 : } 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ClasspathNonDependencyAttributeConfiguration.java :

23 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ClasspathNonDependencyAttributeConfiguration.java :

51 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ClasspathNonDependencyAttributeConfiguration.java :

51 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ClasspathNonDependencyAttributeConfiguration.java :

51 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEPasteFromClipboardOverrideCommand.java :

43 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEPasteFromClipboardOverrideCommand.java :

43 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EnterpriseDeployableArtifactAdapterFactory.java :

35 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EnterpriseDeployableArtifactAdapterFactory.java :

35 : return EnterpriseApplicationDeployableAdapterUtil.getModuleObject(obj);

Source File: org/eclipse/jst/j2ee/internal/dialogs/DeleteEARComposite.java
1. WARNING: DiscouragedReference

Discouraged access: The type DeleteOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DeleteEARComposite.java :

29 : import org.eclipse.jst.j2ee.internal.delete.DeleteOptions;

2. WARNING: DiscouragedReference

Discouraged access: The type DeleteOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DeleteEARComposite.java :

87 : public DeleteOptions createDeleteOptions() {

3. WARNING: DiscouragedReference

Discouraged access: The type DeleteOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DeleteEARComposite.java :

88 : DeleteOptions opts = new DeleteOptions();

4. WARNING: DiscouragedReference

Discouraged access: The constructor DeleteOptions() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DeleteEARComposite.java :

88 : DeleteOptions opts = new DeleteOptions();

5. WARNING: DiscouragedReference

Discouraged access: The type DeleteOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DeleteEARComposite.java :

88 : DeleteOptions opts = new DeleteOptions();

6. WARNING: DiscouragedReference

Discouraged access: The method setIsEARDelete(boolean) from the type DeleteOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DeleteEARComposite.java :

89 : opts.setIsEARDelete(true);

7. WARNING: DiscouragedReference

Discouraged access: The method setDeleteProjects(boolean) from the type DeleteOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DeleteEARComposite.java :

90 : opts.setDeleteProjects(true);

8. WARNING: DiscouragedReference

Discouraged access: The method setDeleteModuleDependencies(boolean) from the type DeleteOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DeleteEARComposite.java :

91 : opts.setDeleteModuleDependencies(moduleRefsComposite.shouldDeleteModuleDependencies());

9. WARNING: DiscouragedReference

Discouraged access: The method setDeleteModules(boolean) from the type DeleteOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DeleteEARComposite.java :

92 : opts.setDeleteModules(moduleRefsComposite.shouldDeleteModules());

10. WARNING: DiscouragedReference

Discouraged access: The method setSelectedReferencedProjects(List) from the type DeleteOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DeleteEARComposite.java :

93 : opts.setSelectedReferencedProjects(getSelectedReferencedProjects());

Source File: org/eclipse/jst/j2ee/internal/dialogs/DeleteModuleDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type DeleteOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DeleteModuleDialog.java :

16 : import org.eclipse.jst.j2ee.internal.delete.DeleteOptions;

2. WARNING: DiscouragedReference

Discouraged access: The constructor DeleteOptions() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DeleteModuleDialog.java :

43 : deleteOptions = new DeleteOptions();

3. WARNING: DiscouragedReference

Discouraged access: The type DeleteOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DeleteModuleDialog.java :

43 : deleteOptions = new DeleteOptions();

4. WARNING: DiscouragedReference

Discouraged access: The method setDeleteProjects(boolean) from the type DeleteOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DeleteModuleDialog.java :

44 : deleteOptions.setDeleteProjects(deleteComposite.shouldDeleteProjects());

5. WARNING: DiscouragedReference

Discouraged access: The method setDeleteModules(boolean) from the type DeleteOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DeleteModuleDialog.java :

45 : deleteOptions.setDeleteModules(deleteComposite.shouldDeleteModules());

6. WARNING: DiscouragedReference

Discouraged access: The method setDeleteModuleDependencies(boolean) from the type DeleteOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DeleteModuleDialog.java :

46 : deleteOptions.setDeleteModuleDependencies(deleteComposite.shouldDeleteModuleDependencies());

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

FilteredFileSelectionDialog.java :

61 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

FilteredFileSelectionDialog.java :

61 : setValidator(new TypedElementSelectionValidator(new Class[]{IFile.class}, allowMultiple));

Source File: org/eclipse/jst/j2ee/internal/dialogs/J2EEDeleteDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type DeleteOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEDeleteDialog.java :

14 : import org.eclipse.jst.j2ee.internal.delete.DeleteOptions;

2. WARNING: DiscouragedReference

Discouraged access: The type DeleteOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEDeleteDialog.java :

20 : protected DeleteOptions deleteOptions;

3. WARNING: DiscouragedReference

Discouraged access: The type DeleteOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEDeleteDialog.java :

37 : public DeleteOptions getDeleteOptions() {

Source File: org/eclipse/jst/j2ee/internal/dialogs/J2EERenameDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type RenameOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EERenameDialog.java :

14 : import org.eclipse.jst.j2ee.internal.rename.RenameOptions;

2. WARNING: DiscouragedReference

Discouraged access: The type RenameOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EERenameDialog.java :

20 : protected RenameOptions renameOptions;

3. WARNING: DiscouragedReference

Discouraged access: The type RenameOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EERenameDialog.java :

39 : public RenameOptions getRenameOptions() {

Source File: org/eclipse/jst/j2ee/internal/dialogs/RenameEARComposite.java
1. WARNING: DiscouragedReference

Discouraged access: The type RenameOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameEARComposite.java :

29 : import org.eclipse.jst.j2ee.internal.rename.RenameOptions;

2. WARNING: DiscouragedReference

Discouraged access: The type RenameOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameEARComposite.java :

85 : public RenameOptions createRenameOptions() {

3. WARNING: DiscouragedReference

Discouraged access: The type RenameOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameEARComposite.java :

86 : RenameOptions opts = new RenameOptions();

4. WARNING: DiscouragedReference

Discouraged access: The constructor RenameOptions() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameEARComposite.java :

86 : RenameOptions opts = new RenameOptions();

5. WARNING: DiscouragedReference

Discouraged access: The type RenameOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameEARComposite.java :

86 : RenameOptions opts = new RenameOptions();

6. WARNING: DiscouragedReference

Discouraged access: The method setIsEARRename(boolean) from the type RenameOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameEARComposite.java :

87 : opts.setIsEARRename(true);

7. WARNING: DiscouragedReference

Discouraged access: The method setRenameProjects(boolean) from the type RenameOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameEARComposite.java :

88 : opts.setRenameProjects(true);

8. WARNING: DiscouragedReference

Discouraged access: The method setRenameModuleDependencies(boolean) from the type RenameOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameEARComposite.java :

89 : opts.setRenameModuleDependencies(moduleRefsComposite.shouldRenameModuleDependencies());

9. WARNING: DiscouragedReference

Discouraged access: The method setRenameModules(boolean) from the type RenameOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameEARComposite.java :

90 : opts.setRenameModules(moduleRefsComposite.shouldRenameModules());

10. WARNING: DiscouragedReference

Discouraged access: The method setSelectedReferencedProjects(List) from the type RenameOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameEARComposite.java :

91 : opts.setSelectedReferencedProjects(getSelectedReferencedProjects());

Source File: org/eclipse/jst/j2ee/internal/dialogs/RenameModuleComposite.java
1. WARNING: MethodVarargsArgumentNeedCast

The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation

RenameModuleComposite.java :

136 : statusMessageLabel.setText(MessageFormat.format(J2EEUIMessages.getResourceString("Project_already_exists."), names)); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/dialogs/RenameModuleDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type RenameOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameModuleDialog.java :

16 : import org.eclipse.jst.j2ee.internal.rename.RenameOptions;

2. WARNING: DiscouragedReference

Discouraged access: The constructor RenameOptions() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameModuleDialog.java :

48 : renameOptions = new RenameOptions();

3. WARNING: DiscouragedReference

Discouraged access: The type RenameOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameModuleDialog.java :

48 : renameOptions = new RenameOptions();

4. WARNING: DiscouragedReference

Discouraged access: The method setRenameProjects(boolean) from the type RenameOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameModuleDialog.java :

49 : renameOptions.setRenameProjects(renameComposite.shouldRenameProjects());

5. WARNING: DiscouragedReference

Discouraged access: The method setRenameModules(boolean) from the type RenameOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameModuleDialog.java :

50 : renameOptions.setRenameModules(renameComposite.shouldRenameModules());

6. WARNING: DiscouragedReference

Discouraged access: The method setRenameModuleDependencies(boolean) from the type RenameOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameModuleDialog.java :

51 : renameOptions.setRenameModuleDependencies(renameComposite.shouldRenameModuleDependencies());

7. WARNING: DiscouragedReference

Discouraged access: The method setNewName(String) from the type RenameOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameModuleDialog.java :

52 : renameOptions.setNewName(renameComposite.getNewName());

8. WARNING: DiscouragedReference

Discouraged access: The method setNewContextRoot(String) from the type RenameOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameModuleDialog.java :

53 : renameOptions.setNewContextRoot(renameComposite.getNewContextRoot());

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RuntimeSelectionDialog.java :

22 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

2. WARNING: MethodVarargsArgumentNeedCast

The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation

RuntimeSelectionDialog.java :

60 : this.configuredMessage = MessageFormat.format(J2EEUIMessages.getResourceString("DEPLOY_RUNTIME_CONFIGURED"), new String []{project.getName()});

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RuntimeSelectionDialog.java :

120 : IRuntime runtime = J2EEProjectUtilities.getServerRuntime(project);

4. WARNING: DiscouragedReference

Discouraged access: The method getServerRuntime(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RuntimeSelectionDialog.java :

120 : IRuntime runtime = J2EEProjectUtilities.getServerRuntime(project);

Source File: org/eclipse/jst/j2ee/internal/ear/actions/ModulesProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClassPathSelection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesProvider.java :

14 : import org.eclipse.jst.j2ee.application.internal.operations.ClassPathSelection;

2. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ClassPathSelection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesProvider.java :

87 : return ((ClassPathSelection) element).getText();

3. WARNING: DiscouragedReference

Discouraged access: The type ClassPathSelection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesProvider.java :

87 : return ((ClassPathSelection) element).getText();

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

AbstractMethodsContentProvider.java :

70 : return EJBNameComparator.singleton();

9. WARNING: DiscouragedReference

Discouraged access: The type DisplayUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AbstractMethodsContentProvider.java :

146 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AbstractMethodsContentProvider.java :

146 : DisplayUtility.asyncExec(createRefreshTreeRunnable(obj));

11. WARNING: DiscouragedReference

Discouraged access: The type DisplayUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AbstractMethodsContentProvider.java :

151 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AbstractMethodsContentProvider.java :

151 : DisplayUtility.asyncExec(createRefreshTreeRunnable(null));

13. WARNING: DiscouragedReference

Discouraged access: The type DisplayUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AbstractMethodsContentProvider.java :

167 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AbstractMethodsContentProvider.java :

167 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AbstractMethodsContentProvider.java :

178 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AbstractMethodsContentProvider.java :

178 : DisplayUtility.asyncExec(createAddItemTreeRunnable(item, me));

17. WARNING: DiscouragedReference

Discouraged access: The type DisplayUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AbstractMethodsContentProvider.java :

189 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AbstractMethodsContentProvider.java :

189 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AbstractMethodsContentProvider.java :

266 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AbstractMethodsContentProvider.java :

266 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

GroupedEJBJarItemProvider.java :

67 : super(adapterFactory);

6. WARNING: DiscouragedReference

Discouraged access: The type EJBNameComparator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

GroupedEJBJarItemProvider.java :

145 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

GroupedEJBJarItemProvider.java :

145 : Arrays.sort(beansArray, EJBNameComparator.singleton());

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

GroupedEJBJarItemProvider.java :

180 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

GroupedEJBJarItemProvider.java :

180 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

GroupedEJBJarItemProvider.java :

180 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

GroupedEJBJarItemProvider.java :

182 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

GroupedEJBJarItemProvider.java :

182 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

GroupedEJBJarItemProvider.java :

182 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

GroupedEJBJarItemProvider.java :

184 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

GroupedEJBJarItemProvider.java :

184 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

GroupedEJBJarItemProvider.java :

184 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

GroupedEJBJarItemProvider.java :

191 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

GroupedEJBJarItemProvider.java :

191 : case J2EEVersionConstants.EJB_1_0_ID :

19. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

GroupedEJBJarItemProvider.java :

192 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

GroupedEJBJarItemProvider.java :

192 : case J2EEVersionConstants.EJB_1_1_ID :

21. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

GroupedEJBJarItemProvider.java :

194 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

GroupedEJBJarItemProvider.java :

194 : case J2EEVersionConstants.EJB_2_0_ID :

23. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

GroupedEJBJarItemProvider.java :

195 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

GroupedEJBJarItemProvider.java :

195 : case J2EEVersionConstants.EJB_2_1_ID :

25. WARNING: DiscouragedReference

Discouraged access: The type J2EEItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

GroupedEJBJarItemProvider.java :

207 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

GroupedEJBJarItemProvider.java :

248 : super.notifyChanged(notification);

27. WARNING: DiscouragedReference

Discouraged access: The type J2EEItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

GroupedEJBJarItemProvider.java :

252 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

GroupedEJBJarItemProvider.java :

253 : J2EEItemProvider provider = getItemProvider(ejbJar, oldValue, newValue);

29. WARNING: DiscouragedReference

Discouraged access: The type J2EEItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

GroupedEJBJarItemProvider.java :

302 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

GroupedEJBJarItemProvider.java :

303 : J2EEItemProvider provider = null;

31. WARNING: DiscouragedReference

Discouraged access: The type J2EEItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

GroupedEJBJarItemProvider.java :

316 : static public J2EEItemProvider getEJBItemProvider(EnterpriseBean bean) {

32. WARNING: DiscouragedReference

Discouraged access: The type J2EEItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

GroupedEJBJarItemProvider.java :

324 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEContainerManagedEntityItemProvider.java :

40 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEEjbItemProviderAdapterFactory.java :

34 : if (containerManagedEntityItemProvider == null) {

4. WARNING: DiscouragedReference

Discouraged access: The field containerManagedEntityItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEEjbItemProviderAdapterFactory.java :

35 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEEjbItemProviderAdapterFactory.java :

38 : return containerManagedEntityItemProvider;

6. WARNING: DiscouragedReference

Discouraged access: The field eJBJarItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEEjbItemProviderAdapterFactory.java :

45 : if (eJBJarItemProvider == null) {

7. WARNING: DiscouragedReference

Discouraged access: The field eJBJarItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEEjbItemProviderAdapterFactory.java :

46 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEEjbItemProviderAdapterFactory.java :

49 : return eJBJarItemProvider;

9. WARNING: DiscouragedReference

Discouraged access: The field entityItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEEjbItemProviderAdapterFactory.java :

56 : if (entityItemProvider == null) {

10. WARNING: DiscouragedReference

Discouraged access: The field entityItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEEjbItemProviderAdapterFactory.java :

57 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEEjbItemProviderAdapterFactory.java :

60 : return entityItemProvider;

12. WARNING: DiscouragedReference

Discouraged access: The field sessionItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEEjbItemProviderAdapterFactory.java :

67 : if (sessionItemProvider == null) {

13. WARNING: DiscouragedReference

Discouraged access: The field sessionItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEEjbItemProviderAdapterFactory.java :

68 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEEjbItemProviderAdapterFactory.java :

71 : return sessionItemProvider;

15. WARNING: DiscouragedReference

Discouraged access: The field messageDrivenItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEEjbItemProviderAdapterFactory.java :

75 : if (messageDrivenItemProvider == null) {

16. WARNING: DiscouragedReference

Discouraged access: The field messageDrivenItemProvider from the type EjbItemProviderAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEEjbItemProviderAdapterFactory.java :

76 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEEjbItemProviderAdapterFactory.java :

78 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEEntityItemProvider.java :

39 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEMessageDrivenItemProvider.java :

36 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EESessionItemProvider.java :

40 : result.addAll(super.getChildrenSuper(object));

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EESessionItemProvider.java :

51 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EESessionItemProvider.java :

51 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

32 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

33 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

34 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

35 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

37 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

39 : protected ResourceStateValidator fValidator;

7. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

79 : public ValidateEditListener(IWorkbenchPart part, ResourceStateValidator aValidator) {

8. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

100 : public ResourceStateValidator getValidator() {

9. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

130 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

130 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

174 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

216 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

240 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

253 : fValidator.checkActivation(this);

15. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

260 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

260 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

286 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

314 : return validateState().isOK() && getValidator().checkSave(this);

19. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

321 : public void setEditModel(EditModel anEditModel) {

20. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ValidateEditListener.java :

326 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEPerspective.java :

21 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEPerspective.java :

22 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEPerspective.java :

47 : String 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEPerspective.java :

47 : String 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEPerspective.java :

47 : String 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEPerspective.java :

47 : String 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEPerspective.java :

47 : String 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEPerspective.java :

47 : String 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 J2EEPreferences.Keys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEPerspective.java :

47 : String 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

BinaryEditorUtilities.java :

30 : import org.eclipse.jdt.internal.core.JavaModelManager;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaModelStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

BinaryEditorUtilities.java :

31 : import org.eclipse.jdt.internal.core.JavaModelStatus;

3. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

BinaryEditorUtilities.java :

33 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

BinaryEditorUtilities.java :

39 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

BinaryEditorUtilities.java :

58 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

BinaryEditorUtilities.java :

58 : if (JavaModelManager.ZIP_ACCESS_VERBOSE) {

7. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

BinaryEditorUtilities.java :

62 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

BinaryEditorUtilities.java :

62 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

BinaryEditorUtilities.java :

65 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

BinaryEditorUtilities.java :

65 : throw new JavaModelException(new JavaModelStatus(

11. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

BinaryEditorUtilities.java :

193 : VirtualArchiveComponent component, String archiveRelativePath) {

12. WARNING: DiscouragedReference

Discouraged access: The method getWorkspaceRelativePath() from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

BinaryEditorUtilities.java :

196 : IPath archivePath = component.getWorkspaceRelativePath();

13. WARNING: DiscouragedReference

Discouraged access: The method getUnderlyingDiskFile() from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

BinaryEditorUtilities.java :

203 : String archiveOSPath = component.getUnderlyingDiskFile().getPath();

Source File: org/eclipse/jst/j2ee/internal/plugin/CommonEditorUtility.java
1. WARNING: DiscouragedReference

Discouraged access: The type EditorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar

CommonEditorUtility.java :

28 : import org.eclipse.ui.internal.EditorManager;

2. WARNING: DiscouragedReference

Discouraged access: The type EditorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar

CommonEditorUtility.java :

102 : return EditorManager.saveAll(dirtyEditors, true, true,false, J2EEUIPlugin.getActiveWorkbenchWindow());

3. WARNING: DiscouragedReference

Discouraged access: The method saveAll(List, boolean, boolean, boolean, IWorkbenchWindow) from the type EditorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar

CommonEditorUtility.java :

102 : return EditorManager.saveAll(dirtyEditors, true, true,false, J2EEUIPlugin.getActiveWorkbenchWindow());

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jem.workbench/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jem/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jem.workbench/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jem.workbench/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jem/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jem/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jem.workbench/@dot

J2EEEditorUtility.java :

78 : return adaptor.getSourceType();

10. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

J2EEUIMessages.java :

220 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

J2EEUIMessages.java :

224 : return INSTANCE.doGetResourceString(key, args);

5. WARNING: DiscouragedReference

Discouraged access: The constructor Messages() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

J2EEUIMessages.java :

228 : super();

6. WARNING: DiscouragedReference

Discouraged access: The field resourceBundle from the type Messages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

J2EEUIMessages.java :

238 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar

J2EEUIPlugin.java :

17 : import org.eclipse.core.internal.boot.PlatformURLConnection;

2. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEUIPlugin.java :

29 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

3. WARNING: DiscouragedReference

Discouraged access: The method getURLAsLocal() from the type PlatformURLConnection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar

J2EEUIPlugin.java :

78 : String installLocation = ((PlatformURLConnection) url.openConnection()).getURLAsLocal().getFile();

4. WARNING: DiscouragedReference

Discouraged access: The type PlatformURLConnection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar

J2EEUIPlugin.java :

78 : String installLocation = ((PlatformURLConnection) url.openConnection()).getURLAsLocal().getFile();

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEPluginResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUIPlugin.java :

81 : org.eclipse.jem.util.logger.proxy.Logger.getLogger().logWarning(J2EEPluginResourceHandler.getString("Install_Location_Error_", new Object[]{url}) + e); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type J2EEPluginResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUIPlugin.java :

81 : org.eclipse.jem.util.logger.proxy.Logger.getLogger().logWarning(J2EEPluginResourceHandler.getString("Install_Location_Error_", new Object[]{url}) + e); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEUIPlugin.java :

91 : public static String getArchiveDefaultProjectName(Archive anArchive) {

8. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEUIPlugin.java :

95 : return getTypeDefaultProjectName(anArchive.getURI(), type);

9. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEUIPlugin.java :

98 : public static String getArchiveDefaultUtilProjectName(Archive anArchive) {

10. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEUIPlugin.java :

102 : return getTypeDefaultUtilProjectName(anArchive.getName(), type);

11. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEUIPlugin.java :

105 : public static String getArchiveDefaultProjectName(Archive anArchive, HashSet moduleNames) {

12. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEUIPlugin.java :

109 : return getTypeDefaultProjectName(anArchive.getURI(), type, moduleNames);

13. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEUIPlugin.java :

112 : public static int getArchiveType(Archive anArchive) {

14. WARNING: DiscouragedReference

Discouraged access: The method isEJBJarFile() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEUIPlugin.java :

116 : if (anArchive.isEJBJarFile())

15. WARNING: DiscouragedReference

Discouraged access: The method isWARFile() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEUIPlugin.java :

118 : else if (anArchive.isWARFile())

16. WARNING: DiscouragedReference

Discouraged access: The method isApplicationClientFile() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEUIPlugin.java :

120 : else if (anArchive.isApplicationClientFile())

17. WARNING: DiscouragedReference

Discouraged access: The method isRARFile() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEUIPlugin.java :

122 : else if (anArchive.isRARFile())

18. WARNING: DiscouragedReference

Discouraged access: The method isEARFile() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEUIPlugin.java :

124 : else if (anArchive.isEARFile())

19. WARNING: DiscouragedReference

Discouraged access: The method close() from the type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEUIPlugin.java :

131 : anArchive.close();

20. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUIPlugin.java :

243 : return J2EEPlugin.getImageURL(key, getBundle());

21. WARNING: DiscouragedReference

Discouraged access: The method getImageURL(String, Bundle) from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUIPlugin.java :

243 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEViewerSorter.java :

45 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEViewerSorter.java :

45 : return CommonUtil.isDeploymentDescriptorRoot(o);

Source File: org/eclipse/jst/j2ee/internal/provider/J2EEAdapterFactoryContentProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEAdapterFactoryContentProvider.java :

51 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEAdapterFactoryLabelProvider.java :

63 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEAdapterFactoryLabelProvider.java :

63 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEAdapterFactoryLabelProvider.java :

63 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEAdapterFactoryLabelProvider.java :

74 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEAdapterFactoryLabelProvider.java :

74 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEApplicationItemProvider.java :

103 : super.notifyChanged(notification);

7. WARNING: DiscouragedReference

Discouraged access: The type ApplicationFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEApplicationItemProvider.java :

107 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEApplicationItemProvider.java :

107 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEApplicationItemProvider.java :

163 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

J2EEApplicationItemProvider.java :

163 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEBinaryModulesItemProvider.java :

31 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEBinaryModulesItemProvider.java :

31 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEBinaryModulesItemProvider.java :

31 : return J2EEPlugin.getPlugin().getImage("folder"); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/provider/J2EEModulemapItemProviderAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type ModulemapItemProviderAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEModulemapItemProviderAdapterFactory.java :

16 : public class J2EEModulemapItemProviderAdapterFactory extends ModulemapItemProviderAdapterFactory {

2. WARNING: DiscouragedReference

Discouraged access: The constructor ModulemapItemProviderAdapterFactory() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEModulemapItemProviderAdapterFactory.java :

22 : super();

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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 J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

33 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

35 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

3. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarItemProvider.java :

36 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;

4. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarItemProvider.java :

37 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;

5. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarItemProvider.java :

38 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

49 : public class J2EEUtilityJarItemProvider extends J2EEItemProvider {

7. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

60 : super(adapterFactory);

8. WARNING: DiscouragedReference

Discouraged access: The method disableNotification() from the type J2EEItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

74 : disableNotification();

9. WARNING: DiscouragedReference

Discouraged access: The method enableNotification() from the type J2EEItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

81 : enableNotification();

10. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarItemProvider.java :

103 : IVirtualComponent ear = ComponentUtilities.findComponent(application);

11. WARNING: DiscouragedReference

Discouraged access: The method findComponent(EObject) from the type ComponentUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarItemProvider.java :

103 : IVirtualComponent ear = ComponentUtilities.findComponent(application);

12. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarItemProvider.java :

112 : VirtualArchiveComponent virtualArchiveComponent = (VirtualArchiveComponent) module;

13. WARNING: DiscouragedReference

Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarItemProvider.java :

112 : VirtualArchiveComponent virtualArchiveComponent = (VirtualArchiveComponent) module;

14. WARNING: DiscouragedReference

Discouraged access: The method getUnderlyingDiskFile() from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarItemProvider.java :

113 : java.io.File diskFile = virtualArchiveComponent.getUnderlyingDiskFile();

15. WARNING: DiscouragedReference

Discouraged access: The method getUnderlyingWorkbenchFile() from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarItemProvider.java :

118 : IFile utilityJar = virtualArchiveComponent.getUnderlyingWorkbenchFile();

16. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

128 : if (J2EEProjectUtilities.isUtilityProject(module.getProject())) {

17. WARNING: DiscouragedReference

Discouraged access: The method isUtilityProject(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

128 : if (J2EEProjectUtilities.isUtilityProject(module.getProject())) {

18. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarItemProvider.java :

171 : return member.getType() == IResource.FILE && member.getName().toLowerCase().endsWith(IModuleConstants.COMPONENT_FILE_NAME);

19. WARNING: DiscouragedReference

Discouraged access: The field COMPONENT_FILE_NAME from the type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEUtilityJarItemProvider.java :

171 : return member.getType() == IResource.FILE && member.getName().toLowerCase().endsWith(IModuleConstants.COMPONENT_FILE_NAME);

20. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

179 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

179 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarItemProvider.java :

179 : return J2EEPlugin.getPlugin().getImage("folder"); //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/internal/provider/J2EEUtilityJavaProjectsItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJavaProjectsItemProvider.java :

14 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type EARProjectMapItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJavaProjectsItemProvider.java :

17 : public class J2EEUtilityJavaProjectsItemProvider extends EARProjectMapItemProvider {

3. WARNING: DiscouragedReference

Discouraged access: The constructor EARProjectMapItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJavaProjectsItemProvider.java :

27 : super(adapterFactory);

4. WARNING: DiscouragedReference

Discouraged access: The constructor EARProjectMapItemProvider(AdapterFactory, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJavaProjectsItemProvider.java :

37 : super(adapterFactory, includeModules);

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJavaProjectsItemProvider.java :

44 : return J2EEPlugin.getPlugin().getImage("folder"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJavaProjectsItemProvider.java :

44 : return J2EEPlugin.getPlugin().getImage("folder"); //$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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJavaProjectsItemProvider.java :

44 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

205 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

205 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ModulesItemProvider.java :

205 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ModulesItemProvider.java :

247 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ModulesItemProvider.java :

247 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UtilityModuleProjectItemProvider.java :

49 : return super.getChildren(object);

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEPropertiesPage.java :

64 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEPropertiesPage.java :

64 : ComponentUtilities.getServerContextRoot(getProject()));

4. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEPropertiesPage.java :

113 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

J2EEPropertiesPage.java :

113 : String s = ComponentUtilities.getServerContextRoot(getProject());

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RenameContextRootChange.java :

24 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;

3. WARNING: UnusedPrivateField

The field RenameContextRootChange.model is never read locally

RenameContextRootChange.java :

34 : private IDataModel model;

4. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

65 : ProjectSupportResourceHandler.getString(

5. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

65 : ProjectSupportResourceHandler.getString( ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2, new Object[0]));

6. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

66 : ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2,

7. WARNING: DiscouragedReference

Discouraged access: The field Context_Root_cannot_be_empty_2 from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

66 : ProjectSupportResourceHandler.Context_Root_cannot_be_empty_2,

8. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

83 : ProjectSupportResourceHandler

9. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

83 : ProjectSupportResourceHandler .getString( ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root, new Object[] { (new Character(token.charAt(i))).toString() }));

10. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

85 : ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root,

11. WARNING: DiscouragedReference

Discouraged access: The field The_character_is_invalid_in_a_context_root from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

85 : ProjectSupportResourceHandler.The_character_is_invalid_in_a_context_root,

12. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

97 : ProjectSupportResourceHandler.getString(

13. WARNING: DiscouragedReference

Discouraged access: The method getString(String, Object[]) from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

97 : ProjectSupportResourceHandler.getString( ProjectSupportResourceHandler.Names_cannot_contain_whitespace_, new Object[0]));

14. WARNING: DiscouragedReference

Discouraged access: The type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

98 : ProjectSupportResourceHandler.Names_cannot_contain_whitespace_,

15. WARNING: DiscouragedReference

Discouraged access: The field Names_cannot_contain_whitespace_ from the type ProjectSupportResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

RenameContextRootChange.java :

98 : ProjectSupportResourceHandler.Names_cannot_contain_whitespace_,

16. WARNING: DiscouragedReference

Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RenameContextRootChange.java :

119 : ComponentUtilities.setServerContextRoot(project, newContextRoot);

17. WARNING: DiscouragedReference

Discouraged access: The method setServerContextRoot(IProject, String) from the type ComponentUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

RenameContextRootChange.java :

119 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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: DiscouragedReference

Discouraged access: The type AnnotationsController is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

AnnotationIconDecorator.java :

27 : import org.eclipse.jst.common.internal.annotations.controller.AnnotationsController;

2. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

AnnotationIconDecorator.java :

28 : import org.eclipse.jst.common.internal.annotations.controller.AnnotationsControllerHelper;

3. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

AnnotationIconDecorator.java :

29 : import org.eclipse.jst.common.internal.annotations.controller.AnnotationsControllerManager;

4. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

AnnotationIconDecorator.java :

56 : if (AnnotationsControllerHelper.INSTANCE.isAnnotated(target)) {

5. WARNING: DiscouragedReference

Discouraged access: The method isAnnotated(EObject) from the type AnnotationsControllerHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

AnnotationIconDecorator.java :

56 : if (AnnotationsControllerHelper.INSTANCE.isAnnotated(target)) {

6. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type AnnotationsControllerHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

AnnotationIconDecorator.java :

56 : if (AnnotationsControllerHelper.INSTANCE.isAnnotated(target)) {

7. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsController is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

AnnotationIconDecorator.java :

62 : private AnnotationsController getControllerForProject(IProject targetProject) {

8. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsController is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

AnnotationIconDecorator.java :

63 : AnnotationsController controller = AnnotationsControllerManager.INSTANCE.getAnnotationsController(targetProject);

9. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

AnnotationIconDecorator.java :

63 : AnnotationsController controller = AnnotationsControllerManager.INSTANCE.getAnnotationsController(targetProject);

10. WARNING: DiscouragedReference

Discouraged access: The method getAnnotationsController(IProject) from the type AnnotationsControllerManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

AnnotationIconDecorator.java :

63 : AnnotationsController controller = AnnotationsControllerManager.INSTANCE.getAnnotationsController(targetProject);

11. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type AnnotationsControllerManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

AnnotationIconDecorator.java :

63 : AnnotationsController controller = AnnotationsControllerManager.INSTANCE.getAnnotationsController(targetProject);

12. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

AnnotationIconDecorator.java :

94 : if (AnnotationsControllerManager.INSTANCE.isAnyAnnotationsSupported()) {

13. WARNING: DiscouragedReference

Discouraged access: The method isAnyAnnotationsSupported() from the type AnnotationsControllerManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

AnnotationIconDecorator.java :

94 : if (AnnotationsControllerManager.INSTANCE.isAnyAnnotationsSupported()) {

14. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type AnnotationsControllerManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

AnnotationIconDecorator.java :

94 : if (AnnotationsControllerManager.INSTANCE.isAnyAnnotationsSupported()) {

15. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsController is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

AnnotationIconDecorator.java :

96 : AnnotationsController controller = getControllerForProject(targetProject);

16. WARNING: DiscouragedReference

Discouraged access: The method getEnabledAnnotationFile(EObject) from the type AnnotationsController is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

AnnotationIconDecorator.java :

98 : annotatedSource = controller.getEnabledAnnotationFile(eObject);

Source File: org/eclipse/jst/j2ee/internal/war/ui/util/J2EEWebAppItemProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebAppItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

J2EEWebAppItemProvider.java :

27 : import org.eclipse.jst.j2ee.internal.web.providers.WebAppItemProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

J2EEWebAppItemProvider.java :

33 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

J2EEWebAppItemProvider.java :

34 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelListener;

4. WARNING: DiscouragedReference

Discouraged access: The type WebAppItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

J2EEWebAppItemProvider.java :

42 : public class J2EEWebAppItemProvider extends WebAppItemProvider {

5. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

J2EEWebAppItemProvider.java :

61 : private class J2EEWebServiceClientDDManager extends AdapterImpl implements EditModelListener {

6. WARNING: UnusedPrivateField

The field J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.weakWebApp is never read locally

J2EEWebAppItemProvider.java :

62 : private WeakReference weakWebApp;

7. WARNING: DiscouragedReference

Discouraged access: The type EditModelEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

J2EEWebAppItemProvider.java :

90 : public void editModelChanged(EditModelEvent anEvent) {

8. WARNING: DiscouragedReference

Discouraged access: The constructor WebAppItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

J2EEWebAppItemProvider.java :

136 : super(adapterFactory);

9. WARNING: UnusedPrivateMethod

The method updateContextParams(WebApp) from the type J2EEWebAppItemProvider is never used locally

J2EEWebAppItemProvider.java :

235 : private void updateContextParams(WebApp webApp) {

10. WARNING: UnusedPrivateMethod

The method updateWelcomePages(WebApp) from the type J2EEWebAppItemProvider is never used locally

J2EEWebAppItemProvider.java :

248 : private void updateWelcomePages(WebApp webApp) {

11. WARNING: DiscouragedReference

Discouraged access: The method notifyChanged(Notification) from the type WebAppItemProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

J2EEWebAppItemProvider.java :

324 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

J2EEWebItemProviderAdapterFactory.java :

45 : if (webAppItemProvider == null)

5. WARNING: DiscouragedReference

Discouraged access: The field webAppItemProvider from the type WebapplicationItemProviderAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

J2EEWebItemProviderAdapterFactory.java :

46 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

J2EEWebItemProviderAdapterFactory.java :

47 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebContextParamGroupItemProvider.java :

50 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebContextParamGroupItemProvider.java :

50 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebContextParamGroupItemProvider.java :

50 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebContextParamGroupItemProvider.java :

56 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebContextParamGroupItemProvider.java :

56 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebErrorPageGroupItemProvider.java :

50 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebErrorPageGroupItemProvider.java :

50 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebErrorPageGroupItemProvider.java :

50 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebErrorPageGroupItemProvider.java :

56 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebErrorPageGroupItemProvider.java :

56 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFilterMappingGroupItemProvider.java :

24 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFilterMappingGroupItemProvider.java :

25 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFilterMappingGroupItemProvider.java :

59 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFilterMappingGroupItemProvider.java :

59 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFilterMappingGroupItemProvider.java :

59 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFilterMappingGroupItemProvider.java :

65 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFilterMappingGroupItemProvider.java :

65 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFiltersGroupItemProvider.java :

49 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFiltersGroupItemProvider.java :

49 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFiltersGroupItemProvider.java :

49 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFiltersGroupItemProvider.java :

75 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebFiltersGroupItemProvider.java :

75 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebGroupItemProvider.java :

29 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebGroupItemProvider.java :

40 : public abstract class WebGroupItemProvider extends J2EEItemProvider {

3. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebGroupItemProvider.java :

72 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebListenerGroupItemProvider.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebListenerGroupItemProvider.java :

26 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebListenerGroupItemProvider.java :

49 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebListenerGroupItemProvider.java :

49 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebListenerGroupItemProvider.java :

49 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebListenerGroupItemProvider.java :

75 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebListenerGroupItemProvider.java :

75 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebReferencesGroupItemProvider.java :

80 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();

6. WARNING: DiscouragedReference

Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebReferencesGroupItemProvider.java :

80 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebReferencesGroupItemProvider.java :

80 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebReferencesGroupItemProvider.java :

81 : serviceRefs = serviceHelper.get13ServiceRefs(webApp);

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebReferencesGroupItemProvider.java :

107 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebReferencesGroupItemProvider.java :

107 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebReferencesGroupItemProvider.java :

107 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebReferencesGroupItemProvider.java :

116 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebReferencesGroupItemProvider.java :

116 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebSecurityGroupItemProvider.java :

69 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebSecurityGroupItemProvider.java :

69 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebSecurityGroupItemProvider.java :

96 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebSecurityGroupItemProvider.java :

96 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebSecurityGroupItemProvider.java :

96 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletGroupItemProvider.java :

60 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletGroupItemProvider.java :

60 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletGroupItemProvider.java :

60 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletGroupItemProvider.java :

66 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletGroupItemProvider.java :

66 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletMappingGroupItemProvider.java :

24 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletMappingGroupItemProvider.java :

25 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletMappingGroupItemProvider.java :

63 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletMappingGroupItemProvider.java :

63 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletMappingGroupItemProvider.java :

63 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletMappingGroupItemProvider.java :

72 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebServletMappingGroupItemProvider.java :

72 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebWelcomeFileGroupItemProvider.java :

54 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebWelcomeFileGroupItemProvider.java :

54 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebWelcomeFileGroupItemProvider.java :

54 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebWelcomeFileGroupItemProvider.java :

60 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebWelcomeFileGroupItemProvider.java :

60 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientComponentExportWizard.java :

51 : return new AppClientComponentExportDataModelProvider();

3. WARNING: DiscouragedReference

Discouraged access: The type AppClientComponentExportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientComponentExportWizard.java :

51 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AppClientComponentExportWizard.java :

63 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AppClientComponentExportWizard.java :

63 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AppClientComponentImportPage.java :

74 : setInfopopID(IJ2EEUIContextIds.IMPORT_APPCLIENT_WIZARD_P1);

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientComponentImportPage.java :

79 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AppClientComponentImportWizard.java :

59 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AppClientComponentImportWizard.java :

59 : addPage(new AppClientComponentImportPage(getDataModel(), MAIN_PG));

4. WARNING: DiscouragedReference

Discouraged access: The constructor AppClientComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientComponentImportWizard.java :

79 : return new AppClientComponentImportDataModelProvider();

5. WARNING: DiscouragedReference

Discouraged access: The type AppClientComponentImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientComponentImportWizard.java :

79 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AvailableUtilJarsAndWebLibProvider.java :

28 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveConstants;

2. WARNING: LocalVariableIsNeverUsed

The local variable filteredProjects is never read

AvailableUtilJarsAndWebLibProvider.java :

54 : List filteredProjects = new ArrayList();

3. WARNING: DiscouragedReference

Discouraged access: The type ArchiveConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AvailableUtilJarsAndWebLibProvider.java :

110 : if(path.toString().startsWith(ArchiveConstants.WEBAPP_LIB_URI)){

4. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_LIB_URI from the type ArchiveConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

AvailableUtilJarsAndWebLibProvider.java :

110 : if(path.toString().startsWith(ArchiveConstants.WEBAPP_LIB_URI)){

Source File: org/eclipse/jst/j2ee/internal/wizard/ClassesImportWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

ClassesImportWizard.java :

29 : import org.eclipse.jdt.internal.ui.util.CoreUtility;

2. WARNING: DiscouragedReference

Discouraged access: The type CPListElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

ClassesImportWizard.java :

30 : import org.eclipse.jdt.internal.ui.wizards.buildpaths.CPListElement;

3. WARNING: DiscouragedReference

Discouraged access: The type CPListElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

ClassesImportWizard.java :

103 : CPListElement entry = newCPLibraryElement(folder);

4. WARNING: DiscouragedReference

Discouraged access: The method getClasspathEntry() from the type CPListElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

ClassesImportWizard.java :

104 : IClasspathEntry newEntry = entry.getClasspathEntry();

5. WARNING: DiscouragedReference

Discouraged access: The method getResource() from the type CPListElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

ClassesImportWizard.java :

106 : IResource res = entry.getResource();

6. WARNING: DiscouragedReference

Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

ClassesImportWizard.java :

109 : CoreUtility.createFolder((IFolder) res, true, true, null);

7. WARNING: DiscouragedReference

Discouraged access: The method createFolder(IFolder, boolean, boolean, IProgressMonitor) from the type CoreUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

ClassesImportWizard.java :

109 : CoreUtility.createFolder((IFolder) res, true, true, null);

8. WARNING: DiscouragedReference

Discouraged access: The type CPListElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

ClassesImportWizard.java :

139 : private CPListElement newCPLibraryElement(IResource res) {

9. WARNING: DiscouragedReference

Discouraged access: The constructor CPListElement(IJavaProject, int, IPath, IResource) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

ClassesImportWizard.java :

141 : return new CPListElement(javaProject, IClasspathEntry.CPE_LIBRARY, res.getFullPath(), res);

10. WARNING: DiscouragedReference

Discouraged access: The type CPListElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

ClassesImportWizard.java :

141 : return new CPListElement(javaProject, IClasspathEntry.CPE_LIBRARY, res.getFullPath(), res);

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DefaultJ2EEComponentCreationWizard.java :

23 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DefaultJ2EEComponentCreationWizard.java :

24 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.ide_3.4.2.M20090127-1700.jar

DefaultJ2EEComponentCreationWizard.java :

26 : import org.eclipse.ui.internal.ide.IDEWorkbenchPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DefaultJ2EEComponentCreationWizard.java :

29 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DefaultJ2EEComponentCreationWizard.java :

31 : public class DefaultJ2EEComponentCreationWizard extends DataModelWizard {

6. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizard(IDataModel) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DefaultJ2EEComponentCreationWizard.java :

38 : super(model);

7. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizard() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DefaultJ2EEComponentCreationWizard.java :

46 : super();

8. WARNING: DiscouragedReference

Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.ide_3.4.2.M20090127-1700.jar

DefaultJ2EEComponentCreationWizard.java :

57 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.ide_3.4.2.M20090127-1700.jar

DefaultJ2EEComponentCreationWizard.java :

57 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DefaultJ2EEComponentCreationWizard.java :

74 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DefaultJ2EEComponentCreationWizard.java :

74 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DefaultJ2EEComponentCreationWizard.java :

78 : if (!super.canFinish()) {

13. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DefaultJ2EEComponentCreationWizard.java :

81 : return getDataModel().getBooleanProperty(IDefaultJ2EEComponentCreationDataModelProperties.ENABLED);

14. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DefaultJ2EEComponentCreationWizard.java :

81 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

DefaultJ2EEComponentCreationWizard.java :

81 : return getDataModel().getBooleanProperty(IDefaultJ2EEComponentCreationDataModelProperties.ENABLED);

16. WARNING: DiscouragedReference

Discouraged access: The constructor DefaultJ2EEComponentCreationDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentExportWizard.java :

52 : return new EARComponentExportDataModelProvider();

3. WARNING: DiscouragedReference

Discouraged access: The type EARComponentExportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentExportWizard.java :

52 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentExportWizard.java :

64 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentExportWizard.java :

64 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportOptionsPage.java :

87 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportOptionsPage.java :

128 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportOptionsPage.java :

131 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportOptionsPage.java :

139 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportOptionsPage.java :

140 : validatePage();

9. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportOptionsPage.java :

149 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportOptionsPage.java :

150 : validatePage();

11. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportOptionsPage.java :

249 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportOptionsPage.java :

249 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportOptionsPage.java :

264 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportOptionsPage.java :

282 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportOptionsPage.java :

286 : super.enter();

16. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportOptionsPage.java :

291 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportOptionsPage.java :

292 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportPage.java :

62 : setInfopopID(IJ2EEUIContextIds.IMPORT_EAR_WIZARD_P1);

5. WARNING: DiscouragedReference

Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportPage.java :

113 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportPage.java :

113 : EARComponentImportDataModelProvider.EAR_NAME_VALIDATION,

7. WARNING: DiscouragedReference

Discouraged access: The type IAnnotationsDataModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportPage.java :

115 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportPage.java :

115 : IAnnotationsDataModel.USE_ANNOTATIONS,

9. WARNING: DiscouragedReference

Discouraged access: The type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportPage.java :

116 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportPage.java :

116 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportWizard.java :

14 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportWizard.java :

83 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportWizard.java :

83 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportWizard.java :

84 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportWizard.java :

84 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportWizard.java :

85 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentImportWizard.java :

85 : addPage(new EARComponentProjectsPage(getDataModel(), PROJECT_PG));

8. WARNING: DiscouragedReference

Discouraged access: The constructor EARComponentImportDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportWizard.java :

104 : return new EARComponentImportDataModelProvider();

9. WARNING: DiscouragedReference

Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentImportWizard.java :

104 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentProjectsPage.java :

80 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentProjectsPage.java :

114 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentProjectsPage.java :

115 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentProjectsPage.java :

128 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentProjectsPage.java :

141 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentProjectsPage.java :

144 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentProjectsPage.java :

158 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentProjectsPage.java :

169 : super.propertyChanged(event);

13. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentProjectsPage.java :

174 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentProjectsPage.java :

183 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentProjectsPage.java :

184 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentProjectsPage.java :

196 : super.enter();

17. WARNING: DiscouragedReference

Discouraged access: The method validatePage() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentProjectsPage.java :

198 : validatePage();

18. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARComponentProjectsPage.java :

230 : model.setProperty(IEARComponentImportDataModelProperties.SELECTED_MODELS_LIST, result);

19. WARNING: DiscouragedReference

Discouraged access: The type EARComponentImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentProjectsPage.java :

294 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EARComponentProjectsPage.java :

294 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EARValidationHelper.java :

89 : return new RunnableWithProgressWrapper(op);

Source File: org/eclipse/jst/j2ee/internal/wizard/ImportUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type ApplicationClientFile is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

19 : import org.eclipse.jst.j2ee.commonarchivecore.internal.ApplicationClientFile;

2. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

20 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;

3. WARNING: DiscouragedReference

Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

21 : import org.eclipse.jst.j2ee.commonarchivecore.internal.EARFile;

4. WARNING: DiscouragedReference

Discouraged access: The type EJBJarFile is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

22 : import org.eclipse.jst.j2ee.commonarchivecore.internal.EJBJarFile;

5. WARNING: DiscouragedReference

Discouraged access: The type WARFile is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

23 : import org.eclipse.jst.j2ee.commonarchivecore.internal.WARFile;

6. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

24 : import org.eclipse.jst.j2ee.commonarchivecore.internal.impl.CommonarchiveFactoryImpl;

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

26 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

8. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ImportUtil.java :

27 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

9. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ImportUtil.java :

29 : import org.eclipse.wst.common.frameworks.internal.WTPPlugin;

10. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

61 : Archive anArchive = null;

11. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

64 : anArchive = CommonarchiveFactoryImpl.getActiveFactory().openArchive(fileName);

12. WARNING: DiscouragedReference

Discouraged access: The method getActiveFactory() from the type CommonarchiveFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

64 : anArchive = CommonarchiveFactoryImpl.getActiveFactory().openArchive(fileName);

13. WARNING: DiscouragedReference

Discouraged access: The method openArchive(String) from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

64 : anArchive = CommonarchiveFactoryImpl.getActiveFactory().openArchive(fileName);

14. WARNING: DiscouragedReference

Discouraged access: The method isOpen() from the type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

75 : if (anArchive != null && anArchive.isOpen())

15. WARNING: DiscouragedReference

Discouraged access: The method close() from the type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

76 : anArchive.close();

16. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

82 : Archive anArchive = null;

17. WARNING: DiscouragedReference

Discouraged access: The type CommonarchiveFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

86 : anArchive = CommonarchiveFactoryImpl.getActiveFactory().openArchive(fileName);

18. WARNING: DiscouragedReference

Discouraged access: The method getActiveFactory() from the type CommonarchiveFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

86 : anArchive = CommonarchiveFactoryImpl.getActiveFactory().openArchive(fileName);

19. WARNING: DiscouragedReference

Discouraged access: The method openArchive(String) from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

86 : anArchive = CommonarchiveFactoryImpl.getActiveFactory().openArchive(fileName);

20. WARNING: DiscouragedReference

Discouraged access: The method isEJBJarFile() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

88 : if (anArchive.isEJBJarFile()) {

21. WARNING: DiscouragedReference

Discouraged access: The method getDeploymentDescriptor() from the type EJBJarFile is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

90 : EJBJar ejbJar = ((EJBJarFile) anArchive).getDeploymentDescriptor();

22. WARNING: DiscouragedReference

Discouraged access: The type EJBJarFile is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

90 : EJBJar ejbJar = ((EJBJarFile) anArchive).getDeploymentDescriptor();

23. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

91 : if (ejbJar.getVersionID() == J2EEVersionConstants.EJB_1_1_ID)

24. WARNING: DiscouragedReference

Discouraged access: The field EJB_1_1_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

91 : if (ejbJar.getVersionID() == J2EEVersionConstants.EJB_1_1_ID)

25. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

93 : else if (ejbJar.getVersionID() == J2EEVersionConstants.EJB_2_0_ID)

26. WARNING: DiscouragedReference

Discouraged access: The field EJB_2_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

93 : else if (ejbJar.getVersionID() == J2EEVersionConstants.EJB_2_0_ID)

27. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

95 : else if (ejbJar.getVersionID() == J2EEVersionConstants.EJB_2_1_ID)

28. WARNING: DiscouragedReference

Discouraged access: The field EJB_2_1_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

95 : else if (ejbJar.getVersionID() == J2EEVersionConstants.EJB_2_1_ID)

29. WARNING: DiscouragedReference

Discouraged access: The method isWARFile() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

97 : } else if (anArchive.isWARFile()) {

30. WARNING: DiscouragedReference

Discouraged access: The method getDeploymentDescriptor() from the type WARFile is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

99 : WebApp war = ((WARFile) anArchive).getDeploymentDescriptor();

31. WARNING: DiscouragedReference

Discouraged access: The type WARFile is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

99 : WebApp war = ((WARFile) anArchive).getDeploymentDescriptor();

32. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

100 : if (war.getVersionID() == J2EEVersionConstants.WEB_2_2_ID)

33. WARNING: DiscouragedReference

Discouraged access: The field WEB_2_2_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

100 : if (war.getVersionID() == J2EEVersionConstants.WEB_2_2_ID)

34. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

102 : else if (war.getVersionID() == J2EEVersionConstants.WEB_2_3_ID)

35. WARNING: DiscouragedReference

Discouraged access: The field WEB_2_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

102 : else if (war.getVersionID() == J2EEVersionConstants.WEB_2_3_ID)

36. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

104 : else if (war.getVersionID() == J2EEVersionConstants.WEB_2_4_ID)

37. WARNING: DiscouragedReference

Discouraged access: The field WEB_2_4_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

104 : else if (war.getVersionID() == J2EEVersionConstants.WEB_2_4_ID)

38. WARNING: DiscouragedReference

Discouraged access: The method isApplicationClientFile() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

106 : } else if (anArchive.isApplicationClientFile()) {

39. WARNING: DiscouragedReference

Discouraged access: The method getDeploymentDescriptor() from the type ApplicationClientFile is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

108 : ApplicationClient appClient = ((ApplicationClientFile) anArchive).getDeploymentDescriptor();

40. WARNING: DiscouragedReference

Discouraged access: The type ApplicationClientFile is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

108 : ApplicationClient appClient = ((ApplicationClientFile) anArchive).getDeploymentDescriptor();

41. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

109 : if (appClient.getVersionID() == J2EEVersionConstants.J2EE_1_2_ID)

42. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_2_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

109 : if (appClient.getVersionID() == J2EEVersionConstants.J2EE_1_2_ID)

43. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

111 : else if (appClient.getVersionID() == J2EEVersionConstants.J2EE_1_3_ID)

44. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

111 : else if (appClient.getVersionID() == J2EEVersionConstants.J2EE_1_3_ID)

45. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

113 : else if (appClient.getVersionID() == J2EEVersionConstants.J2EE_1_4_ID)

46. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_4_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

113 : else if (appClient.getVersionID() == J2EEVersionConstants.J2EE_1_4_ID)

47. WARNING: DiscouragedReference

Discouraged access: The method isRARFile() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

115 : } else if (anArchive.isRARFile()) {

48. WARNING: DiscouragedReference

Discouraged access: The method isEARFile() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

117 : } else if (anArchive.isEARFile()) {

49. WARNING: DiscouragedReference

Discouraged access: The method getDeploymentDescriptor() from the type EARFile is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

119 : Application app = ((EARFile) anArchive).getDeploymentDescriptor();

50. WARNING: DiscouragedReference

Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

119 : Application app = ((EARFile) anArchive).getDeploymentDescriptor();

51. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

120 : if (app.getVersionID() == J2EEVersionConstants.J2EE_1_2_ID)

52. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_2_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

120 : if (app.getVersionID() == J2EEVersionConstants.J2EE_1_2_ID)

53. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

122 : else if (app.getVersionID() == J2EEVersionConstants.J2EE_1_3_ID)

54. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

122 : else if (app.getVersionID() == J2EEVersionConstants.J2EE_1_3_ID)

55. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

124 : else if (app.getVersionID() == J2EEVersionConstants.J2EE_1_4_ID)

56. WARNING: DiscouragedReference

Discouraged access: The field J2EE_1_4_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

124 : else if (app.getVersionID() == J2EEVersionConstants.J2EE_1_4_ID)

57. WARNING: DiscouragedReference

Discouraged access: The method isOpen() from the type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

138 : if (anArchive != null && anArchive.isOpen())

58. WARNING: DiscouragedReference

Discouraged access: The method close() from the type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

139 : anArchive.close();

59. WARNING: DiscouragedReference

Discouraged access: The type Archive is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

143 : public static int getArchiveType(Archive anArchive) {

60. WARNING: DiscouragedReference

Discouraged access: The method isEJBJarFile() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

146 : if (anArchive.isEJBJarFile())

61. WARNING: DiscouragedReference

Discouraged access: The method isWARFile() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

148 : else if (anArchive.isWARFile())

62. WARNING: DiscouragedReference

Discouraged access: The method isApplicationClientFile() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

150 : else if (anArchive.isApplicationClientFile())

63. WARNING: DiscouragedReference

Discouraged access: The method isRARFile() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

152 : else if (anArchive.isRARFile())

64. WARNING: DiscouragedReference

Discouraged access: The method isEARFile() from the type File is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

ImportUtil.java :

154 : else if (anArchive.isEARFile())

65. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ImportUtil.java :

190 : IWorkspaceRoot root = J2EEPlugin.getWorkspace().getRoot();

66. WARNING: DiscouragedReference

Discouraged access: The method getWorkspace() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ImportUtil.java :

190 : IWorkspaceRoot root = J2EEPlugin.getWorkspace().getRoot();

67. WARNING: DiscouragedReference

Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ImportUtil.java :

201 : if (WTPPlugin.isPlatformCaseSensitive()) {

68. WARNING: DiscouragedReference

Discouraged access: The method isPlatformCaseSensitive() from the type WTPPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ImportUtil.java :

201 : if (WTPPlugin.isPlatformCaseSensitive()) {

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEArtifactExportWizard.java :

60 : super();

4. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizard(IDataModel) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEArtifactExportWizard.java :

143 : super.dispose();

6. WARNING: DiscouragedReference

Discouraged access: The method prePerformFinish() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEArtifactExportWizard.java :

155 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.web/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEArtifactImportWizard.java :

69 : super();

5. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizard(IDataModel) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEArtifactImportWizard.java :

113 : super.dispose();

7. WARNING: DiscouragedReference

Discouraged access: The method prePerformFinish() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEArtifactImportWizard.java :

164 : return super.prePerformFinish();

8. WARNING: DiscouragedReference

Discouraged access: The method postPerformFinish() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEArtifactImportWizard.java :

179 : super.postPerformFinish();

9. WARNING: DiscouragedReference

Discouraged access: The type DelegateConfigurationElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.web/@dot

J2EEArtifactImportWizard.java :

181 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.web/@dot

J2EEArtifactImportWizard.java :

186 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEComponentFacetCreationWizardPage.java :

56 : = (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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEComponentFacetCreationWizardPage.java :

81 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEComponentFacetCreationWizardPage.java :

97 : 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 J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEExportPage.java :

35 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

2. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

54 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

62 : public abstract class J2EEExportPage extends DataModelWizardPage {

4. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

87 : super(model, pageName);

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEExportPage.java :

103 : IProject[] earProjects = J2EEProjectUtilities.getReferencingEARProjects(project);

6. WARNING: DiscouragedReference

Discouraged access: The method getReferencingEARProjects(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEExportPage.java :

103 : IProject[] earProjects = J2EEProjectUtilities.getReferencingEARProjects(project);

7. WARNING: DiscouragedReference

Discouraged access: The method setupInfopop(Control) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

138 : setupInfopop(composite);

8. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

174 : synchHelper.synchCombo(resourceNameCombo, IJ2EEComponentExportDataModelProperties.PROJECT_NAME, null);

9. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

174 : synchHelper.synchCombo(resourceNameCombo, IJ2EEComponentExportDataModelProperties.PROJECT_NAME, null);

10. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

193 : synchHelper.synchCombo(destinationNameCombo, IJ2EEComponentExportDataModelProperties.ARCHIVE_DESTINATION, 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

193 : synchHelper.synchCombo(destinationNameCombo, IJ2EEComponentExportDataModelProperties.ARCHIVE_DESTINATION, null);

12. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

217 : this.synchHelper.synchCheckbox( this.optimizeForRuntimeCheckbox, IJ2EEComponentExportDataModelProperties.OPTIMIZE_FOR_SPECIFIC_RUNTIME, null );

13. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

217 : this.synchHelper.synchCheckbox( this.optimizeForRuntimeCheckbox, IJ2EEComponentExportDataModelProperties.OPTIMIZE_FOR_SPECIFIC_RUNTIME, null );

14. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

226 : this.synchHelper.synchCombo( this.runtimeNameCombo, IJ2EEComponentExportDataModelProperties.RUNTIME, null );

15. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

226 : this.synchHelper.synchCombo( this.runtimeNameCombo, IJ2EEComponentExportDataModelProperties.RUNTIME, null );

16. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

237 : getDataModel().addListener

17. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

269 : = (List<IArchiveExportParticipantData>) getDataModel().getProperty( IJ2EEComponentExportDataModelProperties.RUNTIME_SPECIFIC_PARTICIPANTS );

18. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

349 : synchHelper.synchCheckbox(overwriteExistingFilesCheckbox, IJ2EEComponentExportDataModelProperties.OVERWRITE_EXISTING, 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

349 : synchHelper.synchCheckbox(overwriteExistingFilesCheckbox, IJ2EEComponentExportDataModelProperties.OVERWRITE_EXISTING, null);

20. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

355 : synchHelper.synchCheckbox(sourceFilesCheckbox, IJ2EEComponentExportDataModelProperties.EXPORT_SOURCE_FILES, null);

21. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

355 : synchHelper.synchCheckbox(sourceFilesCheckbox, IJ2EEComponentExportDataModelProperties.EXPORT_SOURCE_FILES, null);

22. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

411 : String fileName = getDataModel().getStringProperty(IJ2EEComponentExportDataModelProperties.PROJECT_NAME);

23. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

440 : model.setBooleanProperty(IJ2EEComponentExportDataModelProperties.OVERWRITE_EXISTING, overwrite);

24. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

442 : model.setBooleanProperty(IJ2EEComponentExportDataModelProperties.EXPORT_SOURCE_FILES, includeSource);

25. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

469 : settings.put(STORE_LABEL + OVERWRITE_LABEL, model.getBooleanProperty(IJ2EEComponentExportDataModelProperties.OVERWRITE_EXISTING));

26. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

470 : settings.put(STORE_LABEL + SOURCE_LABEL, model.getBooleanProperty(IJ2EEComponentExportDataModelProperties.EXPORT_SOURCE_FILES));

27. WARNING: DiscouragedReference

Discouraged access: The method enter() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEExportPage.java :

495 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEImportPage.java :

110 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEImportPage.java :

110 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEImportPage.java :

129 : launchNewRuntimeWizard(getShell(), model);

7. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEImportPage.java :

133 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEImportPage.java :

133 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEImportPage.java :

166 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEImportPage.java :

166 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEImportPage.java :

178 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEImportPage.java :

228 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEImportPage.java :

234 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEImportPage.java :

257 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEModuleFacetInstallPage.java :

42 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEModuleFacetInstallPage.java :

43 : super.dispose();

3. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEModuleFacetInstallPage.java :

53 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEModuleFacetInstallPage.java :

91 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEModuleFacetInstallPage.java :

111 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEModuleFacetInstallPage.java :

113 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEModuleFacetInstallPage.java :

113 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEModuleFacetInstallPage.java :

115 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEModuleImportPage.java :

52 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEModuleImportPage.java :

70 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEModuleImportPage.java :

93 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEModuleImportPage.java :

93 : J2EEArtifactImportDataModelProvider.FACET_RUNTIME};

6. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEModuleImportPage.java :

97 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportPageNew.java :

139 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportPageNew.java :

139 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportPageNew.java :

161 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportPageNew.java :

163 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportPageNew.java :

166 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportPageNew.java :

182 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportPageNew.java :

182 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportPageNew.java :

184 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportPageNew.java :

184 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportPageNew.java :

243 : availableJARsViewer.setInput(model);

12. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportPageNew.java :

246 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportPageNew.java :

246 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportPageNew.java :

249 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportPageNew.java :

253 : availableJARsViewer.setInput(model);

16. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportPageNew.java :

259 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportPageNew.java :

267 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportPageNew.java :

332 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportPageNew.java :

332 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEUtilityJarImportTypePageNew.java :

33 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

53 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

61 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

103 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

107 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

111 : super(model, pageName);

7. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

119 : super(model, pageName);

8. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

168 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

168 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

172 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

172 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

176 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

176 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

181 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

181 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

198 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

198 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

229 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

229 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

268 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

268 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

J2EEUtilityJarImportTypePageNew.java :

353 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

J2EEUtilityJarImportTypePageNew.java :

372 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarImportWizardNew.java :

88 : return new J2EEUtilityJarListImportDataModelProvider();

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtilityJarListImportDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

J2EEUtilityJarImportWizardNew.java :

88 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

NewJ2EEComponentSelectionPage.java :

27 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

29 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

30 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

31 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar

NewJ2EEComponentSelectionPage.java :

44 : import org.eclipse.ui.internal.WorkbenchPlugin;

6. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

49 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

50 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

53 : public class NewJ2EEComponentSelectionPage extends DataModelWizardPage implements IDefaultJ2EEComponentCreationDataModelProperties {

9. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

53 : public class NewJ2EEComponentSelectionPage extends DataModelWizardPage implements IDefaultJ2EEComponentCreationDataModelProperties {

10. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

68 : private GenericWizardNode appClientNode;

11. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

70 : private GenericWizardNode ejbNode;

12. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

72 : private GenericWizardNode webNode;

13. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

74 : private GenericWizardNode connectorNode;

14. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

76 : private GenericWizardNode selectedNode;

15. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

85 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

96 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

96 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

96 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

96 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

96 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

96 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

96 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

96 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

96 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

96 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

110 : setInfopopID(IJ2EEUIContextIds.EAR_NEW_MODULE_PROJECTS_PAGE);

27. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

142 : if (J2EEPlugin.isEJBSupportAvailable())

28. WARNING: DiscouragedReference

Discouraged access: The method isEJBSupportAvailable() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

142 : if (J2EEPlugin.isEJBSupportAvailable())

29. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

145 : if (J2EEPlugin.isEJBSupportAvailable())

30. WARNING: DiscouragedReference

Discouraged access: The method isEJBSupportAvailable() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

145 : if (J2EEPlugin.isEJBSupportAvailable())

31. WARNING: DiscouragedReference

Discouraged access: The type EarModuleManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

162 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

162 : if (EarModuleManager.getEJBModuleExtension() != null) {

33. WARNING: DiscouragedReference

Discouraged access: The type EarModuleManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

167 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

167 : if (EarModuleManager.getWebModuleExtension() != null) {

35. WARNING: DiscouragedReference

Discouraged access: The type EarModuleManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

172 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

172 : if (EarModuleManager.getJCAModuleExtension() != null) {

37. WARNING: DiscouragedReference

Discouraged access: The type EarModuleManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

183 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

183 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

185 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

185 : createJ2EEComponentControl(label, CREATE_CONNECTOR, CONNECTOR_COMPONENT_NAME);

41. WARNING: DiscouragedReference

Discouraged access: The type EarModuleManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

193 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

193 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

195 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

195 : createJ2EEComponentControl(label, CREATE_WEB, WEB_COMPONENT_NAME);

45. WARNING: DiscouragedReference

Discouraged access: The type EarModuleManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

203 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

203 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

205 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

205 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

211 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

211 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

222 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

222 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

223 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

223 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

238 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

238 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

238 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

326 : private GenericWizardNode getWizardNodeFromSelection() {

72. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

348 : private GenericWizardNode getAppClientNode() {

73. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

357 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

367 : private GenericWizardNode getConnectorNode() {

76. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

369 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

376 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

386 : private GenericWizardNode getEjbNode() {

79. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

388 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

395 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

405 : private GenericWizardNode getWebNode() {

82. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

407 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJ2EEComponentSelectionPage.java :

414 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar

NewJ2EEComponentSelectionPage.java :

423 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar

NewJ2EEComponentSelectionPage.java :

423 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar

NewJ2EEComponentSelectionPage.java :

423 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

427 : IDataModel parentWizModel = getDataModel().getNestedModel(parentWizModelName);

88. WARNING: DiscouragedReference

Discouraged access: The type GenericWizardNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

451 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

498 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

499 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJ2EEComponentSelectionPage.java :

520 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

92 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

92 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

92 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

92 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassOptionsWizardPage.java :

121 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassOptionsWizardPage.java :

142 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassOptionsWizardPage.java :

142 : synchHelper.synchCheckbox(publicButton, INewJavaClassDataModelProperties.MODIFIER_PUBLIC, null);

15. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

142 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

142 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassOptionsWizardPage.java :

146 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassOptionsWizardPage.java :

146 : synchHelper.synchCheckbox(abstractButton, INewJavaClassDataModelProperties.MODIFIER_ABSTRACT, null);

19. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

146 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

146 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassOptionsWizardPage.java :

150 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassOptionsWizardPage.java :

150 : synchHelper.synchCheckbox(finalButton, INewJavaClassDataModelProperties.MODIFIER_FINAL, null);

23. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

150 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

150 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassOptionsWizardPage.java :

168 : interfaceViewer.setInput(model.getProperty(INewJavaClassDataModelProperties.INTERFACES));

26. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

168 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

168 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassOptionsWizardPage.java :

229 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassOptionsWizardPage.java :

229 : synchHelper.synchCheckbox(mainMethodButton, INewJavaClassDataModelProperties.MAIN_METHOD, null);

30. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

229 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

229 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassOptionsWizardPage.java :

233 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassOptionsWizardPage.java :

233 : synchHelper.synchCheckbox(inheritButton, INewJavaClassDataModelProperties.ABSTRACT_METHODS, null);

34. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

233 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

233 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassOptionsWizardPage.java :

237 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassOptionsWizardPage.java :

237 : synchHelper.synchCheckbox(constructorButton, INewJavaClassDataModelProperties.CONSTRUCTOR, null);

38. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

237 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

237 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassOptionsWizardPage.java :

241 : super.enter();

41. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassOptionsWizardPage.java :

243 : interfaceViewer.setInput(model.getProperty(INewJavaClassDataModelProperties.INTERFACES));

42. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

243 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

243 : interfaceViewer.setInput(model.getProperty(INewJavaClassDataModelProperties.INTERFACES));

44. WARNING: DiscouragedReference

Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassOptionsWizardPage.java :

312 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassOptionsWizardPage.java :

312 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);

46. WARNING: DiscouragedReference

Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassOptionsWizardPage.java :

312 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassOptionsWizardPage.java :

312 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassOptionsWizardPage.java :

356 : IProject project = (IProject) model.getProperty(INewJavaClassDataModelProperties.PROJECT);

49. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

356 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

356 : IProject project = (IProject) model.getProperty(INewJavaClassDataModelProperties.PROJECT);

51. WARNING: DiscouragedReference

Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassOptionsWizardPage.java :

361 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassOptionsWizardPage.java :

361 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassOptionsWizardPage.java :

361 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassOptionsWizardPage.java :

362 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassOptionsWizardPage.java :

363 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassOptionsWizardPage.java :

371 : model.setProperty(INewJavaClassDataModelProperties.INTERFACES, getInterfaceViewerItems());

57. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

371 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

371 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassOptionsWizardPage.java :

389 : model.setProperty(INewJavaClassDataModelProperties.INTERFACES, valueList);

60. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

389 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassOptionsWizardPage.java :

389 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassWizardPage.java :

38 : import org.eclipse.jdt.internal.ui.JavaPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassWizardPage.java :

39 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassWizardPage.java :

40 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

52 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

55 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

77 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

78 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

80 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewJavaClassWizardPage.java :

81 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

86 : public class NewJavaClassWizardPage extends DataModelWizardPage {

11. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

109 : super(model, pageName);

12. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

121 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

121 : return new String[]{IArtifactEditOperationDataModelProperties.PROJECT_NAME,

14. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

122 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

122 : IArtifactEditOperationDataModelProperties.COMPONENT_NAME,

16. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

123 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

123 : INewJavaClassDataModelProperties.SOURCE_FOLDER,

18. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

124 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

124 : INewJavaClassDataModelProperties.JAVA_PACKAGE,

20. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

125 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

125 : INewJavaClassDataModelProperties.CLASS_NAME,

22. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

126 : INewJavaClassDataModelProperties.SUPERCLASS};

23. WARNING: DiscouragedReference

Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

126 : INewJavaClassDataModelProperties.SUPERCLASS};

24. WARNING: DiscouragedReference

Discouraged access: The method getInfopopID() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

151 : PlatformUI.getWorkbench().getHelpSystem().setHelp(composite, getInfopopID());

25. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

178 : synchHelper.synchCombo(projectNameCombo, IArtifactEditOperationDataModelProperties.PROJECT_NAME, null);

26. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

178 : synchHelper.synchCombo(projectNameCombo, IArtifactEditOperationDataModelProperties.PROJECT_NAME, null);

27. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

178 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

178 : synchHelper.synchCombo(projectNameCombo, IArtifactEditOperationDataModelProperties.PROJECT_NAME, null);

29. WARNING: DiscouragedReference

Discouraged access: The method getSourceContainers(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

190 : IPackageFragmentRoot[] sources = J2EEProjectUtilities.getSourceContainers(project);

30. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

190 : IPackageFragmentRoot[] sources = J2EEProjectUtilities.getSourceContainers(project);

31. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

218 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

218 : project.hasNature(IModuleConstants.MODULE_NATURE_ID) &&

33. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEProjectType(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

219 : J2EEProjectUtilities.getJ2EEProjectType(project).equals(projectType);

34. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

219 : J2EEProjectUtilities.getJ2EEProjectType(project).equals(projectType);

35. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

245 : if (model !=null) {

36. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

246 : String projectNameFromModel = model.getStringProperty(IArtifactEditOperationDataModelProperties.COMPONENT_NAME);

37. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

246 : String projectNameFromModel = model.getStringProperty(IArtifactEditOperationDataModelProperties.COMPONENT_NAME);

38. WARNING: DiscouragedReference

Discouraged access: The field COMPONENT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

246 : String projectNameFromModel = model.getStringProperty(IArtifactEditOperationDataModelProperties.COMPONENT_NAME);

39. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

255 : && selectedProject.hasNature(IModuleConstants.MODULE_NATURE_ID)) {

40. WARNING: DiscouragedReference

Discouraged access: The field MODULE_NATURE_ID from the type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

255 : && selectedProject.hasNature(IModuleConstants.MODULE_NATURE_ID)) {

41. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

258 : model.setProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME, selectedProject.getName());

42. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

258 : model.setProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME, selectedProject.getName());

43. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

258 : model.setProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME, selectedProject.getName());

44. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

269 : model.setProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME, projectName);

45. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

269 : model.setProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME, projectName);

46. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

269 : model.setProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME, projectName);

47. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

285 : synchHelper.synchText(folderText, INewJavaClassDataModelProperties.SOURCE_FOLDER, null);

48. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

285 : synchHelper.synchText(folderText, INewJavaClassDataModelProperties.SOURCE_FOLDER, null);

49. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

285 : synchHelper.synchText(folderText, INewJavaClassDataModelProperties.SOURCE_FOLDER, null);

50. WARNING: DiscouragedReference

Discouraged access: The field SOURCE_FOLDER from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

285 : synchHelper.synchText(folderText, INewJavaClassDataModelProperties.SOURCE_FOLDER, null);

51. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

288 : String projectName = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

52. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

288 : String projectName = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

53. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

288 : String projectName = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

54. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

325 : synchHelper.synchText(packageText, INewJavaClassDataModelProperties.JAVA_PACKAGE, null);

55. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

325 : synchHelper.synchText(packageText, INewJavaClassDataModelProperties.JAVA_PACKAGE, null);

56. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

325 : synchHelper.synchText(packageText, INewJavaClassDataModelProperties.JAVA_PACKAGE, null);

57. WARNING: DiscouragedReference

Discouraged access: The field JAVA_PACKAGE from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

325 : synchHelper.synchText(packageText, INewJavaClassDataModelProperties.JAVA_PACKAGE, null);

58. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

328 : String targetProject = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

59. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

328 : String targetProject = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

60. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

328 : String targetProject = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

61. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

334 : model.setProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE, packageFragment.getElementName());

62. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

334 : model.setProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE, packageFragment.getElementName());

63. WARNING: DiscouragedReference

Discouraged access: The field JAVA_PACKAGE from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

334 : model.setProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE, packageFragment.getElementName());

64. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

373 : synchHelper.synchText(classText, INewJavaClassDataModelProperties.CLASS_NAME, null);

65. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

373 : synchHelper.synchText(classText, INewJavaClassDataModelProperties.CLASS_NAME, null);

66. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

373 : synchHelper.synchText(classText, INewJavaClassDataModelProperties.CLASS_NAME, null);

67. WARNING: DiscouragedReference

Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

373 : synchHelper.synchText(classText, INewJavaClassDataModelProperties.CLASS_NAME, null);

68. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

404 : synchHelper.synchText(superText, INewJavaClassDataModelProperties.SUPERCLASS, null);

69. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

404 : synchHelper.synchText(superText, INewJavaClassDataModelProperties.SUPERCLASS, null);

70. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

404 : synchHelper.synchText(superText, INewJavaClassDataModelProperties.SUPERCLASS, null);

71. WARNING: DiscouragedReference

Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

404 : synchHelper.synchText(superText, INewJavaClassDataModelProperties.SUPERCLASS, null);

72. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

434 : String projectName = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

73. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

434 : String projectName = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

74. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

434 : String projectName = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

75. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

458 : IPackageFragmentRoot packRoot = (IPackageFragmentRoot) model.getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT);

76. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

458 : IPackageFragmentRoot packRoot = (IPackageFragmentRoot) model.getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT);

77. WARNING: DiscouragedReference

Discouraged access: The field JAVA_PACKAGE_FRAGMENT_ROOT from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

458 : IPackageFragmentRoot packRoot = (IPackageFragmentRoot) model.getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT);

78. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

488 : IPackageFragmentRoot packRoot = (IPackageFragmentRoot) model.getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT);

79. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

488 : IPackageFragmentRoot packRoot = (IPackageFragmentRoot) model.getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT);

80. WARNING: DiscouragedReference

Discouraged access: The field JAVA_PACKAGE_FRAGMENT_ROOT from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

488 : IPackageFragmentRoot packRoot = (IPackageFragmentRoot) model.getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT);

81. WARNING: DiscouragedReference

Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassWizardPage.java :

500 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, getWizard().getContainer(), scope, IJavaSearchConstants.CLASS);

82. WARNING: DiscouragedReference

Discouraged access: The constructor FilteredTypesSelectionDialog(Shell, boolean, IRunnableContext, IJavaSearchScope, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassWizardPage.java :

500 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, getWizard().getContainer(), scope, IJavaSearchConstants.CLASS);

83. WARNING: DiscouragedReference

Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassWizardPage.java :

500 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, getWizard().getContainer(), scope, IJavaSearchConstants.CLASS);

84. WARNING: DiscouragedReference

Discouraged access: The method setTitle(String) from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassWizardPage.java :

501 : dialog.setTitle(J2EEUIMessages.SUPERCLASS_SELECTION_DIALOG_TITLE);

85. WARNING: DiscouragedReference

Discouraged access: The method open() from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassWizardPage.java :

504 : if (dialog.open() == Window.OK) {

86. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewJavaClassWizardPage.java :

526 : return WTPCommonPlugin.OK_STATUS;

87. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewJavaClassWizardPage.java :

526 : return WTPCommonPlugin.OK_STATUS;

88. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewJavaClassWizardPage.java :

527 : return WTPCommonPlugin.createErrorStatus(J2EEUIMessages.CONTAINER_SELECTION_DIALOG_VALIDATOR_MESG);

89. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewJavaClassWizardPage.java :

527 : return WTPCommonPlugin.createErrorStatus(J2EEUIMessages.CONTAINER_SELECTION_DIALOG_VALIDATOR_MESG);

90. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

541 : return project.getName().equals(model.getProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME));

91. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

541 : return project.getName().equals(model.getProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME));

92. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

541 : return project.getName().equals(model.getProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME));

93. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJavaClassWizardPage.java :

545 : IProject project = ProjectUtilities.getProject(model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME));

94. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

545 : IProject project = ProjectUtilities.getProject(model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME));

95. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewJavaClassWizardPage.java :

545 : IProject project = ProjectUtilities.getProject(model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME));

96. WARNING: DiscouragedReference

Discouraged access: The method getSourceContainers(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

546 : IPackageFragmentRoot[] sourceFolders = J2EEProjectUtilities.getSourceContainers(project);

97. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewJavaClassWizardPage.java :

546 : IPackageFragmentRoot[] sourceFolders = J2EEProjectUtilities.getSourceContainers(project);

98. WARNING: DiscouragedReference

Discouraged access: The type IViewPartInputProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassWizardPage.java :

667 : if (part instanceof IViewPartInputProvider) {

99. WARNING: DiscouragedReference

Discouraged access: The method getViewPartInput() from the type IViewPartInputProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassWizardPage.java :

668 : Object elem = ((IViewPartInputProvider) part).getViewPartInput();

100. WARNING: DiscouragedReference

Discouraged access: The type IViewPartInputProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

NewJavaClassWizardPage.java :

668 : Object elem = ((IViewPartInputProvider) part).getViewPartInput();

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

ServerTargetComboHelper.java :

54 : v51TargetServer = ResourceManager.getInstance().getRuntime(defaultExpressId);

Source File: org/eclipse/jst/j2ee/internal/wizard/WizardClassesImportPage1.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WizardClassesImportPage1.java :

43 : import org.eclipse.jst.jee.archive.internal.ArchiveUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type IElementFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.ide_3.4.2.M20090127-1700.jar

WizardClassesImportPage1.java :

68 : import org.eclipse.ui.internal.ide.dialogs.IElementFilter;

3. WARNING: DiscouragedReference

Discouraged access: The method setRoot(Object) from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.ide_3.4.2.M20090127-1700.jar

WizardClassesImportPage1.java :

162 : this.selectionGroup.setRoot(null);

4. WARNING: DiscouragedReference

Discouraged access: The method setFocus() from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.ide_3.4.2.M20090127-1700.jar

WizardClassesImportPage1.java :

837 : selectionGroup.setFocus();

5. WARNING: DiscouragedReference

Discouraged access: The method setRoot(Object) from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.ide_3.4.2.M20090127-1700.jar

WizardClassesImportPage1.java :

959 : this.selectionGroup.setRoot(currentRoot);

6. WARNING: DiscouragedReference

Discouraged access: The method expandAll() from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.ide_3.4.2.M20090127-1700.jar

WizardClassesImportPage1.java :

963 : this.selectionGroup.expandAll();

7. WARNING: DiscouragedReference

Discouraged access: The method initialCheckTreeItem(Object) from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.ide_3.4.2.M20090127-1700.jar

WizardClassesImportPage1.java :

983 : this.selectionGroup.initialCheckTreeItem(temp);

8. WARNING: DiscouragedReference

Discouraged access: The type IElementFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.ide_3.4.2.M20090127-1700.jar

WizardClassesImportPage1.java :

1138 : final IElementFilter filter = new IElementFilter() {

9. WARNING: DiscouragedReference

Discouraged access: The type IElementFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.ide_3.4.2.M20090127-1700.jar

WizardClassesImportPage1.java :

1138 : final IElementFilter filter = new IElementFilter() {

10. WARNING: DiscouragedReference

Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WizardClassesImportPage1.java :

1341 : return ArchiveUtil.newZipFile(fileName);

11. WARNING: DiscouragedReference

Discouraged access: The method newZipFile(String) from the type ArchiveUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

WizardClassesImportPage1.java :

1341 : return ArchiveUtil.newZipFile(fileName);

12. WARNING: DiscouragedReference

Discouraged access: The method setFocus() from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.ui.ide_3.4.2.M20090127-1700.jar

WizardClassesImportPage1.java :

1381 : selectionGroup.setFocus();

Source File: org/eclipse/jst/j2ee/ui/project/facet/EarFacetInstallPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

33 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type DefaultJ2EEComponentCreationDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

34 : import org.eclipse.jst.j2ee.internal.earcreation.DefaultJ2EEComponentCreationDataModelProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

35 : import org.eclipse.jst.j2ee.internal.earcreation.IDefaultJ2EEComponentCreationDataModelProperties;

4. WARNING: DiscouragedReference

Discouraged access: The type IEarFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

36 : import org.eclipse.jst.j2ee.internal.earcreation.IEarFacetInstallDataModelProperties;

5. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectWorkingCopy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot

EarFacetInstallPage.java :

57 : import org.eclipse.wst.common.project.facet.core.internal.FacetedProjectWorkingCopy;

6. WARNING: DiscouragedReference

Discouraged access: The type IEarFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

65 : public class EarFacetInstallPage extends DataModelFacetInstallPage implements IEarFacetInstallDataModelProperties {

7. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarFacetInstallPage.java :

94 : setInfopopID(IJ2EEUIContextIds.NEW_EAR_ADD_MODULES_PAGE);

8. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarFacetInstallPage.java :

109 : synchHelper.synchText(contentDir, CONTENT_DIR, null);

9. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarFacetInstallPage.java :

109 : synchHelper.synchText(contentDir, CONTENT_DIR, null);

10. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarFacetInstallPage.java :

115 : IProjectFacetVersion version = (IProjectFacetVersion)getDataModel().getProperty(FACET_VERSION);

11. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

116 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

116 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarFacetInstallPage.java :

141 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarFacetInstallPage.java :

142 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarFacetInstallPage.java :

157 : List components = (List) getDataModel().getProperty(J2EE_PROJECTS_LIST);

16. WARNING: DiscouragedReference

Discouraged access: The method handleEvent(Event) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarFacetInstallPage.java :

254 : super.handleEvent(evt);

17. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarFacetInstallPage.java :

278 : List oldComponents = (List) getDataModel().getProperty(J2EE_PROJECTS_LIST);

18. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarFacetInstallPage.java :

280 : getDataModel().setProperty(J2EE_PROJECTS_LIST, newComponents);

19. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

284 : collectComponents(defaultModel.getNestedModel(IDefaultJ2EEComponentCreationDataModelProperties.NESTED_MODEL_EJB), newProjects);

20. WARNING: DiscouragedReference

Discouraged access: The field NESTED_MODEL_EJB from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

284 : collectComponents(defaultModel.getNestedModel(IDefaultJ2EEComponentCreationDataModelProperties.NESTED_MODEL_EJB), newProjects);

21. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

285 : collectComponents(defaultModel.getNestedModel(IDefaultJ2EEComponentCreationDataModelProperties.NESTED_MODEL_WEB), newProjects);

22. WARNING: DiscouragedReference

Discouraged access: The field NESTED_MODEL_WEB from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

285 : collectComponents(defaultModel.getNestedModel(IDefaultJ2EEComponentCreationDataModelProperties.NESTED_MODEL_WEB), newProjects);

23. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

286 : collectComponents(defaultModel.getNestedModel(IDefaultJ2EEComponentCreationDataModelProperties.NESTED_MODEL_CLIENT), newProjects);

24. WARNING: DiscouragedReference

Discouraged access: The field NESTED_MODEL_CLIENT from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

286 : collectComponents(defaultModel.getNestedModel(IDefaultJ2EEComponentCreationDataModelProperties.NESTED_MODEL_CLIENT), newProjects);

25. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

287 : collectComponents(defaultModel.getNestedModel(IDefaultJ2EEComponentCreationDataModelProperties.NESTED_MODEL_JCA), newProjects);

26. WARNING: DiscouragedReference

Discouraged access: The field NESTED_MODEL_JCA from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

287 : collectComponents(defaultModel.getNestedModel(IDefaultJ2EEComponentCreationDataModelProperties.NESTED_MODEL_JCA), newProjects);

27. WARNING: DiscouragedReference

Discouraged access: The constructor DefaultJ2EEComponentCreationDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

300 : IDataModel defaultModel = DataModelFactory.createDataModel(new DefaultJ2EEComponentCreationDataModelProvider());

28. WARNING: DiscouragedReference

Discouraged access: The type DefaultJ2EEComponentCreationDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

300 : IDataModel defaultModel = DataModelFactory.createDataModel(new DefaultJ2EEComponentCreationDataModelProvider());

29. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarFacetInstallPage.java :

302 : String projectName = model.getStringProperty(FACET_PROJECT_NAME);

30. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

303 : defaultModel.setProperty(IDefaultJ2EEComponentCreationDataModelProperties.PROJECT_NAME, projectName);

31. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

303 : defaultModel.setProperty(IDefaultJ2EEComponentCreationDataModelProperties.PROJECT_NAME, projectName);

32. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarFacetInstallPage.java :

305 : String earName = model.getStringProperty(FACET_PROJECT_NAME);

33. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

306 : defaultModel.setProperty(IDefaultJ2EEComponentCreationDataModelProperties.EAR_COMPONENT_NAME, earName);

34. WARNING: DiscouragedReference

Discouraged access: The field EAR_COMPONENT_NAME from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

306 : defaultModel.setProperty(IDefaultJ2EEComponentCreationDataModelProperties.EAR_COMPONENT_NAME, earName);

35. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

309 : defaultModel.setProperty(IDefaultJ2EEComponentCreationDataModelProperties.J2EE_VERSION, new Integer(j2eeVersion));

36. WARNING: DiscouragedReference

Discouraged access: The field J2EE_VERSION from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

309 : defaultModel.setProperty(IDefaultJ2EEComponentCreationDataModelProperties.J2EE_VERSION, new Integer(j2eeVersion));

37. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectWorkingCopy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot

EarFacetInstallPage.java :

311 : FacetedProjectWorkingCopy fpwc = (FacetedProjectWorkingCopy)model.getProperty(FACETED_PROJECT_WORKING_COPY);

38. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectWorkingCopy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot

EarFacetInstallPage.java :

311 : FacetedProjectWorkingCopy fpwc = (FacetedProjectWorkingCopy)model.getProperty(FACETED_PROJECT_WORKING_COPY);

39. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarFacetInstallPage.java :

311 : FacetedProjectWorkingCopy fpwc = (FacetedProjectWorkingCopy)model.getProperty(FACETED_PROJECT_WORKING_COPY);

40. WARNING: DiscouragedReference

Discouraged access: The method getPrimaryRuntime() from the type FacetedProjectWorkingCopy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot

EarFacetInstallPage.java :

312 : IRuntime rt = fpwc.getPrimaryRuntime();

41. WARNING: DiscouragedReference

Discouraged access: The type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

313 : defaultModel.setProperty(IDefaultJ2EEComponentCreationDataModelProperties.FACET_RUNTIME, rt);

42. WARNING: DiscouragedReference

Discouraged access: The field FACET_RUNTIME from the type IDefaultJ2EEComponentCreationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EarFacetInstallPage.java :

313 : defaultModel.setProperty(IDefaultJ2EEComponentCreationDataModelProperties.FACET_RUNTIME, rt);

43. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarFacetInstallPage.java :

328 : getDataModel().setProperty(J2EE_PROJECTS_LIST, null);

44. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarFacetInstallPage.java :

329 : getDataModel().setProperty(JAVA_PROJECT_LIST, null);

45. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarFacetInstallPage.java :

346 : getDataModel().setProperty(J2EE_PROJECTS_LIST, getCheckedJ2EEElementsAsList());

46. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarFacetInstallPage.java :

347 : getDataModel().setProperty(JAVA_PROJECT_LIST, getCheckedJavaProjectsAsList());

47. WARNING: DiscouragedReference

Discouraged access: The method enter() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarFacetInstallPage.java :

362 : super.enter();

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarProjectFirstPage.java :

18 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarProjectFirstPage.java :

29 : setInfopopID(IJ2EEUIContextIds.NEW_EAR_WIZARD_P1);

3. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarProjectFirstPage.java :

37 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EarProjectFirstPage.java :

37 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarSelectionPanel.java :

32 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarSelectionPanel.java :

48 : private DataModelSynchHelper synchhelper;

3. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelSynchHelper(IDataModel) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarSelectionPanel.java :

53 : this.synchhelper = new DataModelSynchHelper(model);

4. WARNING: DiscouragedReference

Discouraged access: The type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarSelectionPanel.java :

53 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarSelectionPanel.java :

63 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarSelectionPanel.java :

81 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EarSelectionPanel.java :

135 : synchhelper.dispose();

Source File: org/eclipse/jst/j2ee/ui/project/facet/UtilityFacetInstallPage.java
1. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

UtilityFacetInstallPage.java :

47 : setInfopopID(IJ2EEUIContextIds.NEW_UTILITY_WIZARD_P3);

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

UtilityProjectFirstPage.java :

38 : return J2EEProjectUtilities.UTILITY;

Source File: org/eclipse/jst/j2ee/ui/project/facet/appclient/AppClientFacetInstallPage.java
1. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AppClientFacetInstallPage.java :

46 : setInfopopID(IJ2EEUIContextIds.NEW_APPCLIENT_WIZARD_P3);

2. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AppClientFacetInstallPage.java :

57 : synchHelper.synchText(configFolder, CONFIG_FOLDER, null);

3. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AppClientFacetInstallPage.java :

57 : synchHelper.synchText(configFolder, CONFIG_FOLDER, null);

4. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AppClientFacetInstallPage.java :

66 : synchHelper.synchText(outputFolder, OUTPUT_FOLDER, null);

5. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AppClientFacetInstallPage.java :

66 : synchHelper.synchText(outputFolder, OUTPUT_FOLDER, null);

6. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AppClientFacetInstallPage.java :

70 : synchHelper.synchCheckbox(createMainClass, CREATE_DEFAULT_MAIN_CLASS, 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AppClientFacetInstallPage.java :

70 : synchHelper.synchCheckbox(createMainClass, CREATE_DEFAULT_MAIN_CLASS, null);

8. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AppClientFacetInstallPage.java :

81 : final IProjectFacetVersion fv = (IProjectFacetVersion) this.model.getProperty( FACET_VERSION );

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientProjectFirstPage.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

AppClientProjectFirstPage.java :

28 : setInfopopID(IJ2EEUIContextIds.NEW_APPCLIENT_WIZARD_P1);

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientProjectFirstPage.java :

32 : return J2EEProjectUtilities.APPLICATION_CLIENT;

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientProjectWizard.java :

43 : return DataModelFactory.createDataModel(new AppClientFacetProjectCreationDataModelProvider());

3. WARNING: DiscouragedReference

Discouraged access: The type AppClientFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

AppClientProjectWizard.java :

43 : return DataModelFactory.createDataModel(new AppClientFacetProjectCreationDataModelProvider());