Compiler Report

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

Number of source files: 59 Number of classfiles: 113

Problems: 859 (Errors: 0 Warnings: 859 )

Source File: org/eclipse/jst/servlet/ui/internal/CustomWebProjectReferenceWizardFragment.java
1. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

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

2. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

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

3. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

29 : import org.eclipse.wst.common.componentcore.ui.internal.propertypage.ProjectReferenceWizardFragment;

4. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

30 : import org.eclipse.wst.common.componentcore.ui.internal.taskwizard.IWizardHandle;

5. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

31 : import org.eclipse.wst.common.componentcore.ui.propertypage.IReferenceWizardConstants;

6. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

33 : public class CustomWebProjectReferenceWizardFragment extends ProjectReferenceWizardFragment {

7. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

36 : super();

8. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

43 : public Composite createComposite(Composite parent, IWizardHandle handle) {

9. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

53 : Composite tableComp = super.createComposite(c, handle);

10. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

97 : return super.getArchiveName(proj, comp);

11. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

102 : for (int i = 0; i < selected.length; i++) {

12. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

103 : IProject proj = selected[i];

13. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

105 : J2EEProjectUtilities.createFlexJavaProjectForProjectOperation(proj).execute(monitor, null);

14. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

105 : J2EEProjectUtilities.createFlexJavaProjectForProjectOperation(proj).execute(monitor, null);

15. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

108 : if(isWebLib) location += J2EEConstants.WEB_INF_LIB;

16. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

108 : if(isWebLib) location += J2EEConstants.WEB_INF_LIB;

17. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

109 : getTaskModel().putObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION, location);

18. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

109 : getTaskModel().putObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION, location);

19. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

109 : getTaskModel().putObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION, location);

20. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

109 : getTaskModel().putObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION, location);

21. WARNING: DiscouragedReference

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

CustomWebProjectReferenceWizardFragment.java :

110 : super.performFinish(monitor);

Source File: org/eclipse/jst/servlet/ui/internal/WebDependencyPropertyPage.java
1. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

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

2. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

18 : import org.eclipse.jst.j2ee.internal.ui.J2EEModuleDependenciesPropertyPage;

3. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

20 : import org.eclipse.wst.common.componentcore.internal.impl.TaskModel;

4. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

21 : import org.eclipse.wst.common.componentcore.ui.internal.propertypage.DependencyPageExtensionManager;

5. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

22 : import org.eclipse.wst.common.componentcore.ui.internal.propertypage.DependencyPageExtensionManager.ReferenceExtension;

6. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

23 : import org.eclipse.wst.common.componentcore.ui.propertypage.IReferenceWizardConstants;

7. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

24 : import org.eclipse.wst.common.componentcore.ui.propertypage.ModuleAssemblyRootPage;

8. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

26 : public class WebDependencyPropertyPage extends J2EEModuleDependenciesPropertyPage {

9. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

29 : ModuleAssemblyRootPage page) {

10. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

30 : super(project, page);

11. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

36 : super.createPushButtons();

12. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

40 : protected void setCustomReferenceWizardProperties(TaskModel model) {

13. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

41 : model.putObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION, J2EEConstants.WEB_INF_LIB);

14. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

41 : model.putObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION, J2EEConstants.WEB_INF_LIB);

15. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

41 : model.putObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION, J2EEConstants.WEB_INF_LIB);

16. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

41 : model.putObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION, J2EEConstants.WEB_INF_LIB);

17. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

41 : model.putObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION, J2EEConstants.WEB_INF_LIB);

18. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

50 : protected void filterReferenceTypes( final List<ReferenceExtension> extensions )

19. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

56 : final ReferenceExtension ext = extensions.get( i );

20. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

58 : if( ext.getId().equals( "org.eclipse.wst.common.componentcore.ui.newProjectReference" ) ) //$NON-NLS-1$

21. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

60 : extensions.set( i, DependencyPageExtensionManager.getManager().findReferenceExtension( "org.eclipse.jst.servlet.ui.internal.CustomWebProjectReferenceWizardFragment" ) ); //$NON-NLS-1$

22. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

60 : extensions.set( i, DependencyPageExtensionManager.getManager().findReferenceExtension( "org.eclipse.jst.servlet.ui.internal.CustomWebProjectReferenceWizardFragment" ) ); //$NON-NLS-1$

23. WARNING: DiscouragedReference

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

WebDependencyPropertyPage.java :

60 : extensions.set( i, DependencyPageExtensionManager.getManager().findReferenceExtension( "org.eclipse.jst.servlet.ui.internal.CustomWebProjectReferenceWizardFragment" ) ); //$NON-NLS-1$

Source File: org/eclipse/jst/servlet/ui/internal/WebModuleDependencyPageProvider.java
1. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

16 : import org.eclipse.jst.common.internal.modulecore.util.JavaModuleComponentUtility;

2. WARNING: DiscouragedReference

Discouraged access: The type ManifestModuleDependencyControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.ui_1.0.2.v201009080200.jar

WebModuleDependencyPageProvider.java :

17 : import org.eclipse.jst.common.ui.internal.assembly.wizard.ManifestModuleDependencyControl;

3. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

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

4. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

26 : import org.eclipse.wst.common.componentcore.ui.propertypage.IDependencyPageProvider;

5. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

27 : import org.eclipse.wst.common.componentcore.ui.propertypage.IModuleDependenciesControl;

6. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

28 : import org.eclipse.wst.common.componentcore.ui.propertypage.ModuleAssemblyRootPage;

7. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

32 : public class WebModuleDependencyPageProvider implements IDependencyPageProvider {

8. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

34 : private IModuleDependenciesControl[] controls;

9. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

37 : boolean isWeb = project.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEB_MODULE));

10. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

37 : boolean isWeb = project.hasProjectFacet(ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEB_MODULE));

11. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

45 : return JavaModuleComponentUtility.findParentProjects(project).length == 0;

12. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

45 : return JavaModuleComponentUtility.findParentProjects(project).length == 0;

13. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

48 : public IModuleDependenciesControl[] createPages(IFacetedProject project,

14. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

49 : ModuleAssemblyRootPage parent) {

15. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

52 : return new IModuleDependenciesControl[] {

16. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

55 : return new IModuleDependenciesControl[] {

17. WARNING: DiscouragedReference

Discouraged access: The constructor ManifestModuleDependencyControl(IProject, ModuleAssemblyRootPage) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.ui_1.0.2.v201009080200.jar

WebModuleDependencyPageProvider.java :

57 : new ManifestModuleDependencyControl(project.getProject(), parent)

18. WARNING: DiscouragedReference

Discouraged access: The type ManifestModuleDependencyControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.ui_1.0.2.v201009080200.jar

WebModuleDependencyPageProvider.java :

57 : new ManifestModuleDependencyControl(project.getProject(), parent)

19. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

61 : public Composite createRootControl(IFacetedProject project,IModuleDependenciesControl[] pages,

20. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

65 : return pages[0].createContents(parent);

21. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

72 : controls = new IModuleDependenciesControl[2];

22. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

87 : private static Control create( final IModuleDependenciesControl control,

23. WARNING: DiscouragedReference

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

WebModuleDependencyPageProvider.java :

92 : final Composite inner = control.createContents( composite );

Source File: org/eclipse/jst/servlet/ui/internal/actions/NewWebComponentAction.java
1. WARNING: DiscouragedReference

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

NewWebComponentAction.java :

14 : import org.eclipse.jst.j2ee.internal.actions.AbstractOpenWizardWorkbenchAction;

2. WARNING: DiscouragedReference

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

NewWebComponentAction.java :

15 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

3. WARNING: DiscouragedReference

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

NewWebComponentAction.java :

20 : public class NewWebComponentAction extends AbstractOpenWizardWorkbenchAction {

4. WARNING: DiscouragedReference

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

NewWebComponentAction.java :

26 : super();

5. WARNING: DiscouragedReference

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

NewWebComponentAction.java :

28 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

6. WARNING: DiscouragedReference

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

NewWebComponentAction.java :

28 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

7. WARNING: DiscouragedReference

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

NewWebComponentAction.java :

28 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

8. WARNING: DiscouragedReference

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

NewWebComponentAction.java :

32 : super(workbench, label, activatedOnTypes, acceptEmptySelection);

9. WARNING: DiscouragedReference

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

NewWebComponentAction.java :

33 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

10. WARNING: DiscouragedReference

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

NewWebComponentAction.java :

33 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

11. WARNING: DiscouragedReference

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

NewWebComponentAction.java :

33 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

12. WARNING: DiscouragedReference

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

NewWebComponentAction.java :

37 : super(workbench, label, acceptEmptySelection);

13. WARNING: DiscouragedReference

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

NewWebComponentAction.java :

38 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

14. WARNING: DiscouragedReference

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

NewWebComponentAction.java :

38 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

15. WARNING: DiscouragedReference

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

NewWebComponentAction.java :

38 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(ICON));

Source File: org/eclipse/jst/servlet/ui/internal/deployables/WebDeployableArtifactAdapterFactory.java
1. WARNING: DiscouragedReference

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

WebDeployableArtifactAdapterFactory.java :

15 : import org.eclipse.jst.j2ee.internal.web.deployables.WebDeployableArtifactUtil;

2. WARNING: DiscouragedReference

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

WebDeployableArtifactAdapterFactory.java :

32 : return WebDeployableArtifactUtil.getModuleObject(obj);

3. WARNING: DiscouragedReference

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

WebDeployableArtifactAdapterFactory.java :

32 : return WebDeployableArtifactUtil.getModuleObject(obj);

Source File: org/eclipse/jst/servlet/ui/internal/wizard/AddEditFilterMappingDialog.java
1. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

31 : import org.eclipse.jst.j2ee.internal.dialogs.TwoArrayQuickSorter;

2. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

32 : import org.eclipse.jst.j2ee.internal.web.operations.FilterMappingItem;

3. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

33 : import org.eclipse.jst.j2ee.internal.web.operations.IFilterMappingItem;

4. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

34 : import org.eclipse.jst.j2ee.internal.web.plugin.WebPlugin;

5. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

35 : import org.eclipse.jst.j2ee.internal.web.providers.WebAppEditResourceHandler;

6. WARNING: DiscouragedReference

Discouraged access: The type CellLayout is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

AddEditFilterMappingDialog.java :

61 : import org.eclipse.ui.internal.layout.CellLayout;

7. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

72 : ImageDescriptor.createFromURL((URL) WebPlugin.getDefault().getImage("servlet")).createImage(); //$NON-NLS-1$

8. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

72 : ImageDescriptor.createFromURL((URL) WebPlugin.getDefault().getImage("servlet")).createImage(); //$NON-NLS-1$

9. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

72 : ImageDescriptor.createFromURL((URL) WebPlugin.getDefault().getImage("servlet")).createImage(); //$NON-NLS-1$

10. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

112 : private IFilterMappingItem selectedItem;

11. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

123 : List<IFilterMappingItem> elements, IFilterMappingItem item) {

12. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

123 : List<IFilterMappingItem> elements, IFilterMappingItem item) {

13. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

129 : setTitle(WebAppEditResourceHandler.getString("File_Selection_UI_")); //$NON-NLS-1$

14. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

129 : setTitle(WebAppEditResourceHandler.getString("File_Selection_UI_")); //$NON-NLS-1$

15. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

146 : if (!servletName.equals(item != null ? item.getName() : null) &&

16. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

155 : if (!servletName.equals(item != null ? item.getName() : null) &&

17. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

168 : private boolean isAlreadyAdded(String servlet, List<IFilterMappingItem> elements) {

18. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

170 : IFilterMappingItem item = (IFilterMappingItem) iterator.next();

19. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

170 : IFilterMappingItem item = (IFilterMappingItem) iterator.next();

20. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

171 : if (item.isServletNameType() && item.getName().equals(servlet))

21. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

171 : if (item.isServletNameType() && item.getName().equals(servlet))

22. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

185 : FilterMappingItem mappingItem =

23. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

186 : new FilterMappingItem(FilterMappingItem.URL_PATTERN, fURLText.getText().trim(), dispatchers);

24. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

186 : new FilterMappingItem(FilterMappingItem.URL_PATTERN, fURLText.getText().trim(),

25. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

186 : new FilterMappingItem(FilterMappingItem.URL_PATTERN, fURLText.getText().trim(),

26. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

186 : new FilterMappingItem(FilterMappingItem.URL_PATTERN, fURLText.getText().trim(),

27. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

200 : FilterMappingItem mappingItem =

28. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

201 : new FilterMappingItem(FilterMappingItem.SERVLET_NAME, servletName, dispatchers);

29. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

201 : new FilterMappingItem(FilterMappingItem.SERVLET_NAME, servletName, dispatchers);

30. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

201 : new FilterMappingItem(FilterMappingItem.SERVLET_NAME, servletName, dispatchers);

31. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

201 : new FilterMappingItem(FilterMappingItem.SERVLET_NAME, servletName, dispatchers);

32. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

211 : dispatchers |= IFilterMappingItem.REQUEST;

33. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

211 : dispatchers |= IFilterMappingItem.REQUEST;

34. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

214 : dispatchers |= IFilterMappingItem.FORWARD;

35. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

214 : dispatchers |= IFilterMappingItem.FORWARD;

36. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

217 : dispatchers |= IFilterMappingItem.INCLUDE;

37. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

217 : dispatchers |= IFilterMappingItem.INCLUDE;

38. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

220 : dispatchers |= IFilterMappingItem.ERROR;

39. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

220 : dispatchers |= IFilterMappingItem.ERROR;

40. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

300 : fServletButton.setText(WebAppEditResourceHandler.getString("Servlet_UI_")); //$NON-NLS-1$ = Servlet

41. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

300 : fServletButton.setText(WebAppEditResourceHandler.getString("Servlet_UI_")); //$NON-NLS-1$ = Servlet

42. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

306 : fURLPatternButton.setText(WebAppEditResourceHandler.getString("URL_pattern_UI_")); //$NON-NLS-1$

43. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

306 : fURLPatternButton.setText(WebAppEditResourceHandler.getString("URL_pattern_UI_")); //$NON-NLS-1$

44. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

365 : messageLabel.setText(WebAppEditResourceHandler.getString("Choose_a_servlet__1")); //$NON-NLS-1$

45. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

365 : messageLabel.setText(WebAppEditResourceHandler.getString("Choose_a_servlet__1")); //$NON-NLS-1$

46. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

373 : dispatchers.setText(WebAppEditResourceHandler.getString("Select_Dispatchers_UI_")); //$NON-NLS-1$

47. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

373 : dispatchers.setText(WebAppEditResourceHandler.getString("Select_Dispatchers_UI_")); //$NON-NLS-1$

48. WARNING: DiscouragedReference

Discouraged access: The constructor CellLayout(int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

AddEditFilterMappingDialog.java :

374 : dispatchers.setLayout(new CellLayout(2).setMargins(10,10).setSpacing(5,5));

49. WARNING: DiscouragedReference

Discouraged access: The method setMargins(int, int) from the type CellLayout is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

AddEditFilterMappingDialog.java :

374 : dispatchers.setLayout(new CellLayout(2).setMargins(10,10).setSpacing(5,5));

50. WARNING: DiscouragedReference

Discouraged access: The method setSpacing(int, int) from the type CellLayout is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

AddEditFilterMappingDialog.java :

374 : dispatchers.setLayout(new CellLayout(2).setMargins(10,10).setSpacing(5,5));

51. WARNING: DiscouragedReference

Discouraged access: The type CellLayout is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

AddEditFilterMappingDialog.java :

374 : dispatchers.setLayout(new CellLayout(2).setMargins(10,10).setSpacing(5,5));

52. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

388 : if (selectedItem.isUrlPatternType()) {

53. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

409 : fURLText.setText(selectedItem.getName());

54. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

410 : setDispatchers(selectedItem.getDispatchers());

55. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

416 : fUpperList.setSelection(getServletIndex(fUpperList, selectedItem.getName()));

56. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

417 : setDispatchers(selectedItem.getDispatchers());

57. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

434 : if ((dispatchers & IFilterMappingItem.REQUEST) > 0) {

58. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

434 : if ((dispatchers & IFilterMappingItem.REQUEST) > 0) {

59. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

437 : if ((dispatchers & IFilterMappingItem.FORWARD) > 0) {

60. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

437 : if ((dispatchers & IFilterMappingItem.FORWARD) > 0) {

61. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

440 : if ((dispatchers & IFilterMappingItem.INCLUDE) > 0) {

62. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

440 : if ((dispatchers & IFilterMappingItem.INCLUDE) > 0) {

63. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

443 : if ((dispatchers & IFilterMappingItem.ERROR) > 0) {

64. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

443 : if ((dispatchers & IFilterMappingItem.ERROR) > 0) {

65. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

537 : new TwoArrayQuickSorter(fIgnoreCase).sort(strings, p);

66. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

537 : new TwoArrayQuickSorter(fIgnoreCase).sort(strings, p);

67. WARNING: DiscouragedReference

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

AddEditFilterMappingDialog.java :

537 : new TwoArrayQuickSorter(fIgnoreCase).sort(strings, p);

Source File: org/eclipse/jst/servlet/ui/internal/wizard/AddFilterWizard.java
1. WARNING: DiscouragedReference

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

AddFilterWizard.java :

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

2. WARNING: DiscouragedReference

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

AddFilterWizard.java :

22 : import org.eclipse.jst.j2ee.internal.web.operations.NewFilterClassDataModelProvider;

3. WARNING: DiscouragedReference

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

AddFilterWizard.java :

53 : getDataModel(),

4. WARNING: DiscouragedReference

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

AddFilterWizard.java :

57 : J2EEProjectUtilities.DYNAMIC_WEB);

5. WARNING: DiscouragedReference

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

AddFilterWizard.java :

58 : page1.setInfopopID(IWebUIContextIds.WEBEDITOR_FILTER_PAGE_ADD_FILTER_WIZARD_1);

6. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AddFilterWizard.java :

59 : addPage(page1);

7. WARNING: DiscouragedReference

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

AddFilterWizard.java :

61 : AddFilterWizardPage page2 = new AddFilterWizardPage(getDataModel(), PAGE_TWO);

8. WARNING: DiscouragedReference

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

AddFilterWizard.java :

62 : page2.setInfopopID(IWebUIContextIds.WEBEDITOR_FILTER_PAGE_ADD_FILTER_WIZARD_2);

9. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AddFilterWizard.java :

63 : addPage(page2);

10. WARNING: DiscouragedReference

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

AddFilterWizard.java :

66 : getDataModel(),

11. WARNING: DiscouragedReference

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

AddFilterWizard.java :

70 : page3.setInfopopID(IWebUIContextIds.WEBEDITOR_FILTER_PAGE_ADD_FILTER_WIZARD_3);

12. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AddFilterWizard.java :

71 : addPage(page3);

13. WARNING: DiscouragedReference

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

AddFilterWizard.java :

76 : return new NewFilterClassDataModelProvider();

14. WARNING: DiscouragedReference

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

AddFilterWizard.java :

76 : return new NewFilterClassDataModelProvider();

Source File: org/eclipse/jst/servlet/ui/internal/wizard/AddFilterWizardPage.java
1. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

36 : import org.eclipse.jst.j2ee.internal.wizard.StringArrayTableWizardSection;

2. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

44 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizardPage;

3. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

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

4. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

50 : public class AddFilterWizardPage extends DataModelWizardPage {

5. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

59 : super(model, pageName);

6. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

71 : return new String[] { DISPLAY_NAME,

7. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

72 : INIT_PARAM,

8. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

73 : FILTER_MAPPINGS };

9. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

87 : StringArrayTableWizardSection initSection = new StringArrayTableWizardSection(

10. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

87 : StringArrayTableWizardSection initSection = new StringArrayTableWizardSection( composite, INIT_PARAM_LABEL, INIT_PARAM_TITLE, ADD_BUTTON_LABEL_A, EDIT_BUTTON_LABEL_E, REMOVE_BUTTON_LABEL_R, new String[] { NAME_TITLE, VALUE_TITLE, DESCRIPTION_TITLE }, new String[] { NAME_LABEL, VALUE_LABEL, DESCRIPTION_LABEL }, null,// WebPlugin.getDefault().getImage("initializ_parameter"), model, INIT_PARAM);

11. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

87 : StringArrayTableWizardSection initSection = new StringArrayTableWizardSection(

12. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

97 : model,

13. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

98 : INIT_PARAM);

14. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

99 : initSection.setCallback(callback);

15. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

102 : model, FILTER_MAPPINGS);

16. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

102 : model, FILTER_MAPPINGS);

17. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

117 : if (model.getStringProperty(PROJECT_NAME) == null || model.getStringProperty(PROJECT_NAME).trim().length() == 0) {

18. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

117 : if (model.getStringProperty(PROJECT_NAME) == null || model.getStringProperty(PROJECT_NAME).trim().length() == 0) {

19. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

117 : if (model.getStringProperty(PROJECT_NAME) == null || model.getStringProperty(PROJECT_NAME).trim().length() == 0) {

20. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

117 : if (model.getStringProperty(PROJECT_NAME) == null || model.getStringProperty(PROJECT_NAME).trim().length() == 0) {

21. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

118 : return WTPCommonPlugin.createErrorStatus(NO_WEB_PROJECTS);

22. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

118 : return WTPCommonPlugin.createErrorStatus(NO_WEB_PROJECTS);

23. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

120 : return WTPCommonPlugin.OK_STATUS;

24. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

120 : return WTPCommonPlugin.OK_STATUS;

25. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

133 : synchHelper.synchText(displayNameText, DISPLAY_NAME, null);

26. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AddFilterWizardPage.java :

133 : synchHelper.synchText(displayNameText, DISPLAY_NAME, null);

27. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

133 : synchHelper.synchText(displayNameText, DISPLAY_NAME, null);

28. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

141 : synchHelper.synchText(descText, DESCRIPTION, null);

29. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AddFilterWizardPage.java :

141 : synchHelper.synchText(descText, DESCRIPTION, null);

30. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

141 : synchHelper.synchText(descText, DESCRIPTION, null);

31. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

150 : if (model.getBooleanProperty(USE_EXISTING_CLASS))

32. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

150 : if (model.getBooleanProperty(USE_EXISTING_CLASS))

33. WARNING: DiscouragedReference

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

AddFilterWizardPage.java :

152 : return super.canFlipToNextPage();

Source File: org/eclipse/jst/servlet/ui/internal/wizard/AddListenerWizard.java
1. WARNING: DiscouragedReference

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

AddListenerWizard.java :

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

2. WARNING: DiscouragedReference

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

AddListenerWizard.java :

22 : import org.eclipse.jst.j2ee.internal.web.operations.NewListenerClassDataModelProvider;

3. WARNING: DiscouragedReference

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

AddListenerWizard.java :

53 : getDataModel(),

4. WARNING: DiscouragedReference

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

AddListenerWizard.java :

56 : ADD_LISTENER_WIZARD_PAGE_TITLE, J2EEProjectUtilities.DYNAMIC_WEB);

5. WARNING: DiscouragedReference

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

AddListenerWizard.java :

57 : page1.setInfopopID(IWebUIContextIds.WEBEDITOR_LISTENER_PAGE_ADD_LISTENER_WIZARD_1);

6. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AddListenerWizard.java :

58 : addPage(page1);

7. WARNING: DiscouragedReference

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

AddListenerWizard.java :

59 : AddListenerWizardPage page2 = new AddListenerWizardPage(getDataModel(), PAGE_TWO);

8. WARNING: DiscouragedReference

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

AddListenerWizard.java :

60 : page2.setInfopopID(IWebUIContextIds.WEBEDITOR_LISTENER_PAGE_ADD_LISTENER_WIZARD_2);

9. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AddListenerWizard.java :

61 : addPage(page2);

10. WARNING: DiscouragedReference

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

AddListenerWizard.java :

63 : getDataModel(),

11. WARNING: DiscouragedReference

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

AddListenerWizard.java :

67 : page3.setInfopopID(IWebUIContextIds.WEBEDITOR_LISTENER_PAGE_ADD_LISTENER_WIZARD_3);

12. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AddListenerWizard.java :

68 : addPage(page3);

13. WARNING: DiscouragedReference

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

AddListenerWizard.java :

79 : return new NewListenerClassDataModelProvider();

14. WARNING: DiscouragedReference

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

AddListenerWizard.java :

79 : return new NewListenerClassDataModelProvider();

Source File: org/eclipse/jst/servlet/ui/internal/wizard/AddListenerWizardPage.java
1. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

29 : import org.eclipse.jdt.internal.ui.JavaPluginImages;

2. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

43 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizardPage;

3. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

45 : public class AddListenerWizardPage extends DataModelWizardPage {

4. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

47 : private static final Image IMG_INTERFACE = JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);

5. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

47 : private static final Image IMG_INTERFACE = JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);

6. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

47 : private static final Image IMG_INTERFACE = JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);

7. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

47 : private static final Image IMG_INTERFACE = JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);

8. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

52 : super(model, pageName);

9. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

84 : INTERFACES

10. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

90 : super.enter();

11. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

91 : synchHelper.synchUIWithModel(INTERFACES, DataModelEvent.VALUE_CHG);

12. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

100 : INTERFACES);

13. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

105 : INTERFACES);

14. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

114 : INTERFACES);

15. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

119 : INTERFACES);

16. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

124 : INTERFACES);

17. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

129 : INTERFACES);

18. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

138 : INTERFACES);

19. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

143 : INTERFACES);

20. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

216 : List interfaces = (List) model.getProperty(INTERFACES);

21. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

216 : List interfaces = (List) model.getProperty(INTERFACES);

22. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

219 : model.setProperty(INTERFACES, interfaces);

23. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

219 : model.setProperty(INTERFACES, interfaces);

24. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

222 : for (String iface : LISTENER_INTERFACES) {

25. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

228 : synchHelper.synchUIWithModel(INTERFACES, DataModelEvent.VALUE_CHG);

26. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

229 : model.notifyPropertyChange(INTERFACES, DataModelEvent.VALUE_CHG);

27. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

229 : model.notifyPropertyChange(INTERFACES, DataModelEvent.VALUE_CHG);

28. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

233 : List interfaces = (List) model.getProperty(INTERFACES);

29. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

233 : List interfaces = (List) model.getProperty(INTERFACES);

30. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

236 : model.setProperty(INTERFACES, interfaces);

31. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

236 : model.setProperty(INTERFACES, interfaces);

32. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

239 : interfaces.removeAll(Arrays.asList(LISTENER_INTERFACES));

33. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

241 : synchHelper.synchUIWithModel(INTERFACES, DataModelEvent.VALUE_CHG);

34. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

242 : model.notifyPropertyChange(INTERFACES, DataModelEvent.VALUE_CHG);

35. WARNING: DiscouragedReference

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

AddListenerWizardPage.java :

242 : model.notifyPropertyChange(INTERFACES, DataModelEvent.VALUE_CHG);

Source File: org/eclipse/jst/servlet/ui/internal/wizard/AddServletWizard.java
1. WARNING: DiscouragedReference

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

AddServletWizard.java :

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

2. WARNING: DiscouragedReference

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

AddServletWizard.java :

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

3. WARNING: DiscouragedReference

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

AddServletWizard.java :

25 : import org.eclipse.jst.j2ee.internal.web.operations.NewServletClassDataModelProvider;

4. WARNING: DiscouragedReference

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

AddServletWizard.java :

50 : return J2EEUIPlugin.getDefault().getImageDescriptor("newservlet_wiz"); //$NON-NLS-1$

5. WARNING: DiscouragedReference

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

AddServletWizard.java :

50 : return J2EEUIPlugin.getDefault().getImageDescriptor("newservlet_wiz"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

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

AddServletWizard.java :

50 : return J2EEUIPlugin.getDefault().getImageDescriptor("newservlet_wiz"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

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

AddServletWizard.java :

56 : getDataModel(),

8. WARNING: DiscouragedReference

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

AddServletWizard.java :

59 : ADD_SERVLET_WIZARD_PAGE_TITLE, J2EEProjectUtilities.DYNAMIC_WEB);

9. WARNING: DiscouragedReference

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

AddServletWizard.java :

60 : page1.setInfopopID(IWebUIContextIds.WEBEDITOR_SERVLET_PAGE_ADD_SERVLET_WIZARD_1);

10. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AddServletWizard.java :

61 : addPage(page1);

11. WARNING: DiscouragedReference

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

AddServletWizard.java :

62 : AddServletWizardPage page2 = new AddServletWizardPage(getDataModel(), PAGE_TWO);

12. WARNING: DiscouragedReference

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

AddServletWizard.java :

63 : page2.setInfopopID(IWebUIContextIds.WEBEDITOR_SERVLET_PAGE_ADD_SERVLET_WIZARD_2);

13. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AddServletWizard.java :

64 : addPage(page2);

14. WARNING: DiscouragedReference

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

AddServletWizard.java :

66 : getDataModel(),

15. WARNING: DiscouragedReference

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

AddServletWizard.java :

70 : page3.setInfopopID(IWebUIContextIds.WEBEDITOR_SERVLET_PAGE_ADD_SERVLET_WIZARD_3);

16. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AddServletWizard.java :

71 : addPage(page3);

17. WARNING: DiscouragedReference

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

AddServletWizard.java :

76 : boolean isServlet = getDataModel().getBooleanProperty(IS_SERVLET_TYPE);

18. WARNING: DiscouragedReference

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

AddServletWizard.java :

76 : boolean isServlet = getDataModel().getBooleanProperty(IS_SERVLET_TYPE);

19. WARNING: DiscouragedReference

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

AddServletWizard.java :

88 : return new NewServletClassDataModelProvider();

20. WARNING: DiscouragedReference

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

AddServletWizard.java :

88 : return new NewServletClassDataModelProvider();

Source File: org/eclipse/jst/servlet/ui/internal/wizard/AddServletWizardPage.java
1. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

48 : import org.eclipse.jst.j2ee.internal.wizard.StringArrayTableWizardSection;

2. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

58 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizardPage;

3. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

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

4. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

64 : public class AddServletWizardPage extends DataModelWizardPage {

5. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

69 : private StringArrayTableWizardSection urlSection;

6. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

72 : super(model, pageName);

7. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

84 : return new String[] { DISPLAY_NAME, INIT_PARAM, URL_MAPPINGS };

8. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

84 : return new String[] { DISPLAY_NAME, INIT_PARAM, URL_MAPPINGS };

9. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

84 : return new String[] { DISPLAY_NAME, INIT_PARAM, URL_MAPPINGS };

10. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

98 : StringArrayTableWizardSection initSection = new StringArrayTableWizardSection(

11. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

98 : StringArrayTableWizardSection initSection = new StringArrayTableWizardSection( composite, INIT_PARAM_LABEL, INIT_PARAM_TITLE, ADD_BUTTON_LABEL_A, EDIT_BUTTON_LABEL_E, REMOVE_BUTTON_LABEL_R, new String[] { NAME_TITLE, VALUE_TITLE, DESCRIPTION_TITLE }, new String[] { NAME_LABEL, VALUE_LABEL, DESCRIPTION_LABEL }, null,// WebPlugin.getDefault().getImage("initializ_parameter"), model, INIT_PARAM);

12. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

98 : StringArrayTableWizardSection initSection = new StringArrayTableWizardSection(

13. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

108 : model,

14. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

109 : INIT_PARAM);

15. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

110 : initSection.setCallback(callback);

16. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

111 : urlSection = new StringArrayTableWizardSection( composite, URL_MAPPINGS_LABEL, URL_MAPPINGS_TITLE, ADD_BUTTON_LABEL_D, EDIT_BUTTON_LABEL_T, REMOVE_BUTTON_LABEL_V, new String[] { URL_PATTERN_TITLE }, new String[] { URL_PATTERN_LABEL }, null,// WebPlugin.getDefault().getImage("url_type"), model, URL_MAPPINGS);

17. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

111 : urlSection = new StringArrayTableWizardSection(

18. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

121 : model,

19. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

122 : URL_MAPPINGS);

20. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

123 : urlSection.setCallback(callback);

21. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

130 : urlSection.setInput(input);

22. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

144 : if (model.getStringProperty(PROJECT_NAME) == null || model.getStringProperty(PROJECT_NAME).trim().length() == 0) {

23. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

144 : if (model.getStringProperty(PROJECT_NAME) == null || model.getStringProperty(PROJECT_NAME).trim().length() == 0) {

24. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

144 : if (model.getStringProperty(PROJECT_NAME) == null || model.getStringProperty(PROJECT_NAME).trim().length() == 0) {

25. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

144 : if (model.getStringProperty(PROJECT_NAME) == null || model.getStringProperty(PROJECT_NAME).trim().length() == 0) {

26. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

145 : return WTPCommonPlugin.createErrorStatus(NO_WEB_PROJECTS);

27. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

145 : return WTPCommonPlugin.createErrorStatus(NO_WEB_PROJECTS);

28. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

147 : return WTPCommonPlugin.OK_STATUS;

29. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

147 : return WTPCommonPlugin.OK_STATUS;

30. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

167 : urlSection.setInput(input);

31. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

171 : synchHelper.synchText(displayNameText, DISPLAY_NAME, null);

32. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AddServletWizardPage.java :

171 : synchHelper.synchText(displayNameText, DISPLAY_NAME, null);

33. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

171 : synchHelper.synchText(displayNameText, DISPLAY_NAME, null);

34. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

179 : synchHelper.synchText(descText, DESCRIPTION, null);

35. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

AddServletWizardPage.java :

179 : synchHelper.synchText(descText, DESCRIPTION, null);

36. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

179 : synchHelper.synchText(descText, DESCRIPTION, null);

37. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

188 : if (model.getBooleanProperty(USE_EXISTING_CLASS))

38. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

188 : if (model.getBooleanProperty(USE_EXISTING_CLASS))

39. WARNING: DiscouragedReference

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

AddServletWizardPage.java :

190 : return super.canFlipToNextPage();

Source File: org/eclipse/jst/servlet/ui/internal/wizard/AvailableWebLibProvider.java
1. WARNING: DiscouragedReference

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

AvailableWebLibProvider.java :

21 : import org.eclipse.jst.j2ee.internal.wizard.AvailableJarsProvider;

2. WARNING: DiscouragedReference

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

AvailableWebLibProvider.java :

44 : return AvailableJarsProvider.getUtilImage();

3. WARNING: DiscouragedReference

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

AvailableWebLibProvider.java :

44 : return AvailableJarsProvider.getUtilImage();

Source File: org/eclipse/jst/servlet/ui/internal/wizard/ConvertToWebModuleTypeDialog.java
1. WARNING: DiscouragedReference

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

ConvertToWebModuleTypeDialog.java :

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

2. WARNING: DiscouragedReference

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

ConvertToWebModuleTypeDialog.java :

33 : private String[] fAllowedStrings = new String[] {J2EEVersionConstants.VERSION_2_2_TEXT, J2EEVersionConstants.VERSION_2_3_TEXT, J2EEVersionConstants.VERSION_2_4_TEXT, J2EEVersionConstants.VERSION_2_5_TEXT, J2EEVersionConstants.VERSION_3_0_TEXT};

3. WARNING: DiscouragedReference

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

ConvertToWebModuleTypeDialog.java :

33 : private String[] fAllowedStrings = new String[] {J2EEVersionConstants.VERSION_2_2_TEXT, J2EEVersionConstants.VERSION_2_3_TEXT, J2EEVersionConstants.VERSION_2_4_TEXT, J2EEVersionConstants.VERSION_2_5_TEXT, J2EEVersionConstants.VERSION_3_0_TEXT};

4. WARNING: DiscouragedReference

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

ConvertToWebModuleTypeDialog.java :

33 : private String[] fAllowedStrings = new String[] {J2EEVersionConstants.VERSION_2_2_TEXT, J2EEVersionConstants.VERSION_2_3_TEXT, J2EEVersionConstants.VERSION_2_4_TEXT, J2EEVersionConstants.VERSION_2_5_TEXT, J2EEVersionConstants.VERSION_3_0_TEXT};

5. WARNING: DiscouragedReference

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

ConvertToWebModuleTypeDialog.java :

33 : private String[] fAllowedStrings = new String[] {J2EEVersionConstants.VERSION_2_2_TEXT, J2EEVersionConstants.VERSION_2_3_TEXT, J2EEVersionConstants.VERSION_2_4_TEXT, J2EEVersionConstants.VERSION_2_5_TEXT, J2EEVersionConstants.VERSION_3_0_TEXT};

6. WARNING: DiscouragedReference

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

ConvertToWebModuleTypeDialog.java :

33 : private String[] fAllowedStrings = new String[] {J2EEVersionConstants.VERSION_2_2_TEXT, J2EEVersionConstants.VERSION_2_3_TEXT, J2EEVersionConstants.VERSION_2_4_TEXT, J2EEVersionConstants.VERSION_2_5_TEXT, J2EEVersionConstants.VERSION_3_0_TEXT};

7. WARNING: DiscouragedReference

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

ConvertToWebModuleTypeDialog.java :

33 : private String[] fAllowedStrings = new String[] {J2EEVersionConstants.VERSION_2_2_TEXT, J2EEVersionConstants.VERSION_2_3_TEXT, J2EEVersionConstants.VERSION_2_4_TEXT, J2EEVersionConstants.VERSION_2_5_TEXT, J2EEVersionConstants.VERSION_3_0_TEXT};

8. WARNING: DiscouragedReference

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

ConvertToWebModuleTypeDialog.java :

33 : private String[] fAllowedStrings = new String[] {J2EEVersionConstants.VERSION_2_2_TEXT, J2EEVersionConstants.VERSION_2_3_TEXT, J2EEVersionConstants.VERSION_2_4_TEXT, J2EEVersionConstants.VERSION_2_5_TEXT, J2EEVersionConstants.VERSION_3_0_TEXT};

9. WARNING: DiscouragedReference

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

ConvertToWebModuleTypeDialog.java :

33 : private String[] fAllowedStrings = new String[] {J2EEVersionConstants.VERSION_2_2_TEXT, J2EEVersionConstants.VERSION_2_3_TEXT, J2EEVersionConstants.VERSION_2_4_TEXT, J2EEVersionConstants.VERSION_2_5_TEXT, J2EEVersionConstants.VERSION_3_0_TEXT};

10. WARNING: DiscouragedReference

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

ConvertToWebModuleTypeDialog.java :

33 : private String[] fAllowedStrings = new String[] {J2EEVersionConstants.VERSION_2_2_TEXT, J2EEVersionConstants.VERSION_2_3_TEXT, J2EEVersionConstants.VERSION_2_4_TEXT, J2EEVersionConstants.VERSION_2_5_TEXT, J2EEVersionConstants.VERSION_3_0_TEXT};

11. WARNING: DiscouragedReference

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

ConvertToWebModuleTypeDialog.java :

33 : private String[] fAllowedStrings = new String[] {J2EEVersionConstants.VERSION_2_2_TEXT, J2EEVersionConstants.VERSION_2_3_TEXT, J2EEVersionConstants.VERSION_2_4_TEXT, J2EEVersionConstants.VERSION_2_5_TEXT, J2EEVersionConstants.VERSION_3_0_TEXT};

Source File: org/eclipse/jst/servlet/ui/internal/wizard/FilterMappingsArrayTableWizardSection.java
1. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

34 : import org.eclipse.jst.j2ee.internal.web.operations.FilterMappingItem;

2. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

35 : import org.eclipse.jst.j2ee.internal.web.operations.IFilterMappingItem;

3. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

36 : import org.eclipse.jst.j2ee.internal.web.plugin.WebPlugin;

4. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

37 : import org.eclipse.jst.j2ee.internal.web.providers.WebAppEditResourceHandler;

5. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

65 : return ((List<FilterMappingItem>) element).toArray();

6. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

78 : ImageDescriptor.createFromURL((URL) WebPlugin.getDefault().getImage("url_mapping")).createImage(); //$NON-NLS-1$

7. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

78 : ImageDescriptor.createFromURL((URL) WebPlugin.getDefault().getImage("url_mapping")).createImage(); //$NON-NLS-1$

8. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

78 : ImageDescriptor.createFromURL((URL) WebPlugin.getDefault().getImage("url_mapping")).createImage(); //$NON-NLS-1$

9. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

80 : ImageDescriptor.createFromURL((URL) WebPlugin.getDefault().getImage("servlet")).createImage(); //$NON-NLS-1$

10. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

80 : ImageDescriptor.createFromURL((URL) WebPlugin.getDefault().getImage("servlet")).createImage(); //$NON-NLS-1$

11. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

80 : ImageDescriptor.createFromURL((URL) WebPlugin.getDefault().getImage("servlet")).createImage(); //$NON-NLS-1$

12. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

84 : FilterMappingItem item = (FilterMappingItem) element;

13. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

84 : FilterMappingItem item = (FilterMappingItem) element;

14. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

85 : if (item.isServletNameType()) {

15. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

87 : } else if (item.isUrlPatternType()) {

16. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

97 : return ((FilterMappingItem) element).getName();

17. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

97 : return ((FilterMappingItem) element).getName();

18. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

99 : return ((FilterMappingItem) element).getDispatchersAsString();

19. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

99 : return ((FilterMappingItem) element).getDispatchersAsString();

20. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

257 : String title = WebAppEditResourceHandler.getString("Add_Filter_Mapping_Title_UI_"); //$NON-NLS-1$

21. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

257 : String title = WebAppEditResourceHandler.getString("Add_Filter_Mapping_Title_UI_"); //$NON-NLS-1$

22. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

258 : IProject p = (IProject) model.getProperty(PROJECT);

23. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

265 : addFilterMapping((result != null && result.length > 0) ? (IFilterMappingItem) result[0] : null);

24. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

269 : String title = WebAppEditResourceHandler.getString("Edit_Filter_Mapping_Title_UI_"); //$NON-NLS-1$

25. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

269 : String title = WebAppEditResourceHandler.getString("Edit_Filter_Mapping_Title_UI_"); //$NON-NLS-1$

26. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

278 : FilterMappingItem value = (FilterMappingItem) selectedObj;

27. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

278 : FilterMappingItem value = (FilterMappingItem) selectedObj;

28. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

279 : IProject p = (IProject) model.getProperty(PROJECT);

29. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

285 : editFilterMapping(value, (IFilterMappingItem) result[0]);

30. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

296 : private void addFilterMapping(IFilterMappingItem filterMapping) {

31. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

306 : private void editFilterMapping(IFilterMappingItem oldFilterMapping, IFilterMappingItem newFilterMapping) {

32. WARNING: DiscouragedReference

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

FilterMappingsArrayTableWizardSection.java :

306 : private void editFilterMapping(IFilterMappingItem oldFilterMapping, IFilterMappingItem newFilterMapping) {

Source File: org/eclipse/jst/servlet/ui/internal/wizard/MultiSelectFilteredFileSelectionDialog.java
1. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

34 : import org.eclipse.jst.j2ee.internal.dialogs.FilteredFileSelectionDialog;

2. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

35 : import org.eclipse.jst.j2ee.internal.dialogs.TwoArrayQuickSorter;

3. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

36 : import org.eclipse.jst.j2ee.internal.dialogs.TypedFileViewerFilter;

4. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

37 : import org.eclipse.jst.j2ee.internal.web.providers.WebAppEditResourceHandler;

5. WARNING: UnusedImport

The import org.eclipse.ui.dialogs.ElementTreeSelectionDialog is never used

MultiSelectFilteredFileSelectionDialog.java :

58 : import org.eclipse.ui.dialogs.ElementTreeSelectionDialog;

6. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

68 : FilteredFileSelectionDialog implements SelectionListener {

7. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

140 : super(parent, title, message, extensions, allowMultiple);

8. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

144 : setTitle(WebAppEditResourceHandler.getString("File_Selection_UI_")); //$NON-NLS-1$

9. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

144 : setTitle(WebAppEditResourceHandler.getString("File_Selection_UI_")); //$NON-NLS-1$

10. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

147 : setMessage(WebAppEditResourceHandler.getString("Select_a_file__UI_")); //$NON-NLS-1$

11. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

147 : setMessage(WebAppEditResourceHandler.getString("Select_a_file__UI_")); //$NON-NLS-1$

12. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

289 : fServletButton.setText(WebAppEditResourceHandler.getString("Servlet_UI_")); //$NON-NLS-1$ = Servlet

13. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

289 : fServletButton.setText(WebAppEditResourceHandler.getString("Servlet_UI_")); //$NON-NLS-1$ = Servlet

14. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

295 : fJSPButton.setText(WebAppEditResourceHandler.getString("JSP_UI_")); //$NON-NLS-1$ = JSP

15. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

295 : fJSPButton.setText(WebAppEditResourceHandler.getString("JSP_UI_")); //$NON-NLS-1$ = JSP

16. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

330 : messageLabel.setText(WebAppEditResourceHandler.getString("Choose_a_servlet__1")); //$NON-NLS-1$

17. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

330 : messageLabel.setText(WebAppEditResourceHandler.getString("Choose_a_servlet__1")); //$NON-NLS-1$

18. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

337 : messageLabel.setText(WebAppEditResourceHandler.getString("Matching_servlets__2")); //$NON-NLS-1$

19. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

337 : messageLabel.setText(WebAppEditResourceHandler.getString("Matching_servlets__2")); //$NON-NLS-1$

20. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

344 : messageLabel.setText(WebAppEditResourceHandler.getString("Qualifier__3")); //$NON-NLS-1$

21. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

344 : messageLabel.setText(WebAppEditResourceHandler.getString("Qualifier__3")); //$NON-NLS-1$

22. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

509 : MessageDialog.openInformation(getShell(), WebAppEditResourceHandler.getString("Empty_List_1"), WebAppEditResourceHandler.getString("_INFO_No_servlets_exist_to_add._1")); //$NON-NLS-2$ //$NON-NLS-1$

23. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

509 : MessageDialog.openInformation(getShell(), WebAppEditResourceHandler.getString("Empty_List_1"), WebAppEditResourceHandler.getString("_INFO_No_servlets_exist_to_add._1")); //$NON-NLS-2$ //$NON-NLS-1$

24. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

509 : MessageDialog.openInformation(getShell(), WebAppEditResourceHandler.getString("Empty_List_1"), WebAppEditResourceHandler.getString("_INFO_No_servlets_exist_to_add._1")); //$NON-NLS-2$ //$NON-NLS-1$

25. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

509 : MessageDialog.openInformation(getShell(), WebAppEditResourceHandler.getString("Empty_List_1"), WebAppEditResourceHandler.getString("_INFO_No_servlets_exist_to_add._1")); //$NON-NLS-2$ //$NON-NLS-1$

26. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

556 : new TwoArrayQuickSorter(fIgnoreCase).sort(strings, p);

27. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

556 : new TwoArrayQuickSorter(fIgnoreCase).sort(strings, p);

28. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

556 : new TwoArrayQuickSorter(fIgnoreCase).sort(strings, p);

29. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

580 : new TwoArrayQuickSorter(fIgnoreCase).sort(qualifiers, fQualifierMap);

30. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

580 : new TwoArrayQuickSorter(fIgnoreCase).sort(qualifiers, fQualifierMap);

31. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

580 : new TwoArrayQuickSorter(fIgnoreCase).sort(qualifiers, fQualifierMap);

32. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

676 : TypedFileViewerFilter viewerFilter = new TypedFileViewerFilter(getExtensions());

33. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

676 : TypedFileViewerFilter viewerFilter = new TypedFileViewerFilter(getExtensions());

34. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

676 : TypedFileViewerFilter viewerFilter = new TypedFileViewerFilter(getExtensions());

35. WARNING: DiscouragedReference

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

MultiSelectFilteredFileSelectionDialog.java :

676 : TypedFileViewerFilter viewerFilter = new TypedFileViewerFilter(getExtensions());

Source File: org/eclipse/jst/servlet/ui/internal/wizard/MultiSelectFilteredFilterFileSelectionDialog.java
1. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

33 : import org.eclipse.jst.j2ee.internal.dialogs.FilteredFileSelectionDialog;

2. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

34 : import org.eclipse.jst.j2ee.internal.dialogs.TwoArrayQuickSorter;

3. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

35 : import org.eclipse.jst.j2ee.internal.dialogs.TypedFileViewerFilter;

4. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

36 : import org.eclipse.jst.j2ee.internal.web.providers.WebAppEditResourceHandler;

5. WARNING: UnusedImport

The import org.eclipse.ui.dialogs.ElementTreeSelectionDialog is never used

MultiSelectFilteredFilterFileSelectionDialog.java :

56 : import org.eclipse.ui.dialogs.ElementTreeSelectionDialog;

6. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

65 : FilteredFileSelectionDialog {

7. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

130 : super(parent, title, message, extensions, allowMultiple);

8. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

134 : setTitle(WebAppEditResourceHandler.getString("File_Selection_UI_")); //$NON-NLS-1$

9. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

134 : setTitle(WebAppEditResourceHandler.getString("File_Selection_UI_")); //$NON-NLS-1$

10. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

137 : innerMessage = WebAppEditResourceHandler.getString("Select_a_file__UI_"); //$NON-NLS-1$

11. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

137 : innerMessage = WebAppEditResourceHandler.getString("Select_a_file__UI_"); //$NON-NLS-1$

12. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

139 : setExtensions(extensions);

13. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

140 : addFilter(new TypedFileViewerFilter(extensions));

14. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

140 : addFilter(new TypedFileViewerFilter(extensions));

15. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

298 : messageLabel.setText(WebAppEditResourceHandler.getString("Choose_a_filter__1")); //$NON-NLS-1$

16. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

298 : messageLabel.setText(WebAppEditResourceHandler.getString("Choose_a_filter__1")); //$NON-NLS-1$

17. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

305 : messageLabel.setText(WebAppEditResourceHandler.getString("Matching_filters__2")); //$NON-NLS-1$

18. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

305 : messageLabel.setText(WebAppEditResourceHandler.getString("Matching_filters__2")); //$NON-NLS-1$

19. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

312 : messageLabel.setText(WebAppEditResourceHandler.getString("Qualifier__3")); //$NON-NLS-1$

20. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

312 : messageLabel.setText(WebAppEditResourceHandler.getString("Qualifier__3")); //$NON-NLS-1$

21. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

468 : WebAppEditResourceHandler.getString("Empty_List_1"), //$NON-NLS-1$

22. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

468 : WebAppEditResourceHandler.getString("Empty_List_1"), //$NON-NLS-1$

23. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

469 : WebAppEditResourceHandler.getString("_INFO_No_filters_exist_to_add._1")); //$NON-NLS-1$

24. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

469 : WebAppEditResourceHandler.getString("_INFO_No_filters_exist_to_add._1")); //$NON-NLS-1$

25. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

515 : new TwoArrayQuickSorter(fIgnoreCase).sort(strings, p);

26. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

515 : new TwoArrayQuickSorter(fIgnoreCase).sort(strings, p);

27. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

515 : new TwoArrayQuickSorter(fIgnoreCase).sort(strings, p);

28. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

535 : new TwoArrayQuickSorter(fIgnoreCase).sort(qualifiers, fQualifierMap);

29. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

535 : new TwoArrayQuickSorter(fIgnoreCase).sort(qualifiers, fQualifierMap);

30. WARNING: DiscouragedReference

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

MultiSelectFilteredFilterFileSelectionDialog.java :

535 : new TwoArrayQuickSorter(fIgnoreCase).sort(qualifiers, fQualifierMap);

Source File: org/eclipse/jst/servlet/ui/internal/wizard/NewFilterClassOptionsWizardPage.java
1. WARNING: DiscouragedReference

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

NewFilterClassOptionsWizardPage.java :

24 : import org.eclipse.jst.j2ee.internal.web.operations.FilterSupertypesValidator;

2. WARNING: DiscouragedReference

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

NewFilterClassOptionsWizardPage.java :

60 : synchHelper.synchCheckbox(initButton, INIT, null);

3. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewFilterClassOptionsWizardPage.java :

60 : synchHelper.synchCheckbox(initButton, INIT, null);

4. WARNING: DiscouragedReference

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

NewFilterClassOptionsWizardPage.java :

60 : synchHelper.synchCheckbox(initButton, INIT, null);

5. WARNING: DiscouragedReference

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

NewFilterClassOptionsWizardPage.java :

64 : synchHelper.synchCheckbox(destroyButton, DESTROY, null);

6. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewFilterClassOptionsWizardPage.java :

64 : synchHelper.synchCheckbox(destroyButton, DESTROY, null);

7. WARNING: DiscouragedReference

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

NewFilterClassOptionsWizardPage.java :

64 : synchHelper.synchCheckbox(destroyButton, DESTROY, null);

8. WARNING: DiscouragedReference

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

NewFilterClassOptionsWizardPage.java :

68 : synchHelper.synchCheckbox(doFilterButton, DO_FILTER, null);

9. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewFilterClassOptionsWizardPage.java :

68 : synchHelper.synchCheckbox(doFilterButton, DO_FILTER, null);

10. WARNING: DiscouragedReference

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

NewFilterClassOptionsWizardPage.java :

68 : synchHelper.synchCheckbox(doFilterButton, DO_FILTER, null);

11. WARNING: DiscouragedReference

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

NewFilterClassOptionsWizardPage.java :

70 : interfaceViewer.addSelectionChangedListener(this);

12. WARNING: DiscouragedReference

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

NewFilterClassOptionsWizardPage.java :

80 : removeButton.setEnabled(false);

13. WARNING: DiscouragedReference

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

NewFilterClassOptionsWizardPage.java :

86 : if (FilterSupertypesValidator.isFilterSuperclass(model)) {

14. WARNING: DiscouragedReference

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

NewFilterClassOptionsWizardPage.java :

86 : if (FilterSupertypesValidator.isFilterSuperclass(model)) {

15. WARNING: DiscouragedReference

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

NewFilterClassOptionsWizardPage.java :

86 : if (FilterSupertypesValidator.isFilterSuperclass(model)) {

16. WARNING: DiscouragedReference

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

NewFilterClassOptionsWizardPage.java :

87 : removeButton.setEnabled(true);

17. WARNING: DiscouragedReference

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

NewFilterClassOptionsWizardPage.java :

97 : removeButton.setEnabled(false);

18. WARNING: DiscouragedReference

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

NewFilterClassOptionsWizardPage.java :

102 : removeButton.setEnabled(true);

Source File: org/eclipse/jst/servlet/ui/internal/wizard/NewFilterClassWizardPage.java
1. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

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

2. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

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

3. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

32 : import org.eclipse.jst.j2ee.internal.war.ui.util.WebFiltersGroupItemProvider;

4. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

33 : import org.eclipse.jst.j2ee.internal.web.operations.FilterMappingItem;

5. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

34 : import org.eclipse.jst.j2ee.internal.web.operations.IFilterMappingItem;

6. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

64 : return USE_EXISTING_CLASS;

7. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

69 : if (selection instanceof WebFiltersGroupItemProvider) {

8. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

70 : WebApp webApp = (WebApp)((WebFiltersGroupItemProvider) selection).getParent();

9. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

85 : IProject project = (IProject) model.getProperty(PROJECT);

10. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

85 : IProject project = (IProject) model.getProperty(PROJECT);

11. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

122 : classText.setText(makeFirstCharUppercase(servletName) + "Filter"); //$NON-NLS-1$

12. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

125 : List<IFilterMappingItem> mappings = new ArrayList<IFilterMappingItem>();

13. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

125 : List<IFilterMappingItem> mappings = new ArrayList<IFilterMappingItem>();

14. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

126 : mappings.add(new FilterMappingItem(IFilterMappingItem.SERVLET_NAME, servletName));

15. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

126 : mappings.add(new FilterMappingItem(IFilterMappingItem.SERVLET_NAME, servletName));

16. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

126 : mappings.add(new FilterMappingItem(IFilterMappingItem.SERVLET_NAME, servletName));

17. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

126 : mappings.add(new FilterMappingItem(IFilterMappingItem.SERVLET_NAME, servletName));

18. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

127 : model.setProperty(FILTER_MAPPINGS, mappings);

19. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

127 : model.setProperty(FILTER_MAPPINGS, mappings);

20. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

133 : classText.setText(webFolderName + "Filter"); //$NON-NLS-1$

21. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

136 : List<IFilterMappingItem> mappings = new ArrayList<IFilterMappingItem>();

22. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

136 : List<IFilterMappingItem> mappings = new ArrayList<IFilterMappingItem>();

23. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

137 : mappings.add(new FilterMappingItem(IFilterMappingItem.URL_PATTERN, webFolderPath + "/*")); //$NON-NLS-1$

24. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

137 : mappings.add(new FilterMappingItem(IFilterMappingItem.URL_PATTERN, webFolderPath + "/*")); //$NON-NLS-1$

25. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

137 : mappings.add(new FilterMappingItem(IFilterMappingItem.URL_PATTERN, webFolderPath + "/*")); //$NON-NLS-1$

26. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

137 : mappings.add(new FilterMappingItem(IFilterMappingItem.URL_PATTERN, webFolderPath + "/*")); //$NON-NLS-1$

27. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

138 : model.setProperty(FILTER_MAPPINGS, mappings);

28. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

138 : model.setProperty(FILTER_MAPPINGS, mappings);

29. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

143 : classText.setText(webResourceName + "Filter"); //$NON-NLS-1$

30. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

146 : List<IFilterMappingItem> mappings = new ArrayList<IFilterMappingItem>();

31. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

146 : List<IFilterMappingItem> mappings = new ArrayList<IFilterMappingItem>();

32. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

147 : mappings.add(new FilterMappingItem(IFilterMappingItem.URL_PATTERN, webResourcePath));

33. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

147 : mappings.add(new FilterMappingItem(IFilterMappingItem.URL_PATTERN, webResourcePath));

34. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

147 : mappings.add(new FilterMappingItem(IFilterMappingItem.URL_PATTERN, webResourcePath));

35. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

147 : mappings.add(new FilterMappingItem(IFilterMappingItem.URL_PATTERN, webResourcePath));

36. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

148 : model.setProperty(FILTER_MAPPINGS, mappings);

37. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

148 : model.setProperty(FILTER_MAPPINGS, mappings);

38. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

169 : int version = J2EEVersionUtil.convertVersionStringToInt(facetVersion.getVersionString());

39. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

169 : int version = J2EEVersionUtil.convertVersionStringToInt(facetVersion.getVersionString());

40. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

172 : return version > J2EEVersionConstants.SERVLET_2_2;

41. WARNING: DiscouragedReference

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

NewFilterClassWizardPage.java :

172 : return version > J2EEVersionConstants.SERVLET_2_2;

Source File: org/eclipse/jst/servlet/ui/internal/wizard/NewListenerClassWizardPage.java
1. WARNING: DiscouragedReference

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

NewListenerClassWizardPage.java :

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

2. WARNING: DiscouragedReference

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

NewListenerClassWizardPage.java :

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

3. WARNING: DiscouragedReference

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

NewListenerClassWizardPage.java :

20 : import org.eclipse.jst.j2ee.internal.war.ui.util.WebListenerGroupItemProvider;

4. WARNING: DiscouragedReference

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

NewListenerClassWizardPage.java :

43 : return USE_EXISTING_CLASS;

5. WARNING: DiscouragedReference

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

NewListenerClassWizardPage.java :

57 : if (selection instanceof WebListenerGroupItemProvider) {

6. WARNING: DiscouragedReference

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

NewListenerClassWizardPage.java :

58 : WebApp webApp = (WebApp)((WebListenerGroupItemProvider) selection).getParent();

7. WARNING: DiscouragedReference

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

NewListenerClassWizardPage.java :

89 : int version = J2EEVersionUtil.convertVersionStringToInt(facetVersion.getVersionString());

8. WARNING: DiscouragedReference

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

NewListenerClassWizardPage.java :

89 : int version = J2EEVersionUtil.convertVersionStringToInt(facetVersion.getVersionString());

9. WARNING: DiscouragedReference

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

NewListenerClassWizardPage.java :

92 : return version > J2EEVersionConstants.SERVLET_2_2;

10. WARNING: DiscouragedReference

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

NewListenerClassWizardPage.java :

92 : return version > J2EEVersionConstants.SERVLET_2_2;

Source File: org/eclipse/jst/servlet/ui/internal/wizard/NewServletClassOptionsWizardPage.java
1. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

24 : import org.eclipse.jst.j2ee.internal.web.operations.INewServletClassDataModelProperties;

2. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

25 : import org.eclipse.jst.j2ee.internal.web.operations.ServletSupertypesValidator;

3. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

59 : super.enter();

4. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

61 : boolean httpServlet = ServletSupertypesValidator.isHttpServletSuperclass(model);

5. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

61 : boolean httpServlet = ServletSupertypesValidator.isHttpServletSuperclass(model);

6. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

61 : boolean httpServlet = ServletSupertypesValidator.isHttpServletSuperclass(model);

7. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

78 : inheritButton.addSelectionListener(new SelectionListener() {

8. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

80 : boolean enable = inheritButton.getSelection();

9. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

90 : if (ServletSupertypesValidator.isGenericServletSuperclass(model)) {

10. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

90 : if (ServletSupertypesValidator.isGenericServletSuperclass(model)) {

11. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

90 : if (ServletSupertypesValidator.isGenericServletSuperclass(model)) {

12. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

120 : synchHelper.synchCheckbox(initButton, INewServletClassDataModelProperties.INIT, null);

13. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewServletClassOptionsWizardPage.java :

120 : synchHelper.synchCheckbox(initButton, INewServletClassDataModelProperties.INIT, null);

14. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

120 : synchHelper.synchCheckbox(initButton, INewServletClassDataModelProperties.INIT, null);

15. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

120 : synchHelper.synchCheckbox(initButton, INewServletClassDataModelProperties.INIT, null);

16. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

124 : synchHelper.synchCheckbox(destroyButton, INewServletClassDataModelProperties.DESTROY, null);

17. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewServletClassOptionsWizardPage.java :

124 : synchHelper.synchCheckbox(destroyButton, INewServletClassDataModelProperties.DESTROY, null);

18. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

124 : synchHelper.synchCheckbox(destroyButton, INewServletClassDataModelProperties.DESTROY, null);

19. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

124 : synchHelper.synchCheckbox(destroyButton, INewServletClassDataModelProperties.DESTROY, null);

20. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

128 : synchHelper.synchCheckbox(getConfigButton, INewServletClassDataModelProperties.GET_SERVLET_CONFIG, 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewServletClassOptionsWizardPage.java :

128 : synchHelper.synchCheckbox(getConfigButton, INewServletClassDataModelProperties.GET_SERVLET_CONFIG, null);

22. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

128 : synchHelper.synchCheckbox(getConfigButton, INewServletClassDataModelProperties.GET_SERVLET_CONFIG, null);

23. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

128 : synchHelper.synchCheckbox(getConfigButton, INewServletClassDataModelProperties.GET_SERVLET_CONFIG, null);

24. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

132 : synchHelper.synchCheckbox(getInfoButton, INewServletClassDataModelProperties.GET_SERVLET_INFO, null);

25. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewServletClassOptionsWizardPage.java :

132 : synchHelper.synchCheckbox(getInfoButton, INewServletClassDataModelProperties.GET_SERVLET_INFO, null);

26. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

132 : synchHelper.synchCheckbox(getInfoButton, INewServletClassDataModelProperties.GET_SERVLET_INFO, null);

27. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

132 : synchHelper.synchCheckbox(getInfoButton, INewServletClassDataModelProperties.GET_SERVLET_INFO, null);

28. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

136 : synchHelper.synchCheckbox(serviceButton, INewServletClassDataModelProperties.SERVICE, null);

29. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewServletClassOptionsWizardPage.java :

136 : synchHelper.synchCheckbox(serviceButton, INewServletClassDataModelProperties.SERVICE, null);

30. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

136 : synchHelper.synchCheckbox(serviceButton, INewServletClassDataModelProperties.SERVICE, null);

31. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

136 : synchHelper.synchCheckbox(serviceButton, INewServletClassDataModelProperties.SERVICE, null);

32. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

140 : synchHelper.synchCheckbox(doGetButton, INewServletClassDataModelProperties.DO_GET, null);

33. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewServletClassOptionsWizardPage.java :

140 : synchHelper.synchCheckbox(doGetButton, INewServletClassDataModelProperties.DO_GET, null);

34. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

140 : synchHelper.synchCheckbox(doGetButton, INewServletClassDataModelProperties.DO_GET, null);

35. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

140 : synchHelper.synchCheckbox(doGetButton, INewServletClassDataModelProperties.DO_GET, null);

36. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

144 : synchHelper.synchCheckbox(doPostButton, INewServletClassDataModelProperties.DO_POST, null);

37. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewServletClassOptionsWizardPage.java :

144 : synchHelper.synchCheckbox(doPostButton, INewServletClassDataModelProperties.DO_POST, null);

38. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

144 : synchHelper.synchCheckbox(doPostButton, INewServletClassDataModelProperties.DO_POST, null);

39. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

144 : synchHelper.synchCheckbox(doPostButton, INewServletClassDataModelProperties.DO_POST, null);

40. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

148 : synchHelper.synchCheckbox(doPutButton, INewServletClassDataModelProperties.DO_PUT, null);

41. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewServletClassOptionsWizardPage.java :

148 : synchHelper.synchCheckbox(doPutButton, INewServletClassDataModelProperties.DO_PUT, null);

42. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

148 : synchHelper.synchCheckbox(doPutButton, INewServletClassDataModelProperties.DO_PUT, null);

43. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

148 : synchHelper.synchCheckbox(doPutButton, INewServletClassDataModelProperties.DO_PUT, null);

44. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

152 : synchHelper.synchCheckbox(doDeleteButton, INewServletClassDataModelProperties.DO_DELETE, null);

45. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewServletClassOptionsWizardPage.java :

152 : synchHelper.synchCheckbox(doDeleteButton, INewServletClassDataModelProperties.DO_DELETE, null);

46. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

152 : synchHelper.synchCheckbox(doDeleteButton, INewServletClassDataModelProperties.DO_DELETE, null);

47. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

152 : synchHelper.synchCheckbox(doDeleteButton, INewServletClassDataModelProperties.DO_DELETE, null);

48. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

156 : synchHelper.synchCheckbox(doHeadButton, INewServletClassDataModelProperties.DO_HEAD, null);

49. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewServletClassOptionsWizardPage.java :

156 : synchHelper.synchCheckbox(doHeadButton, INewServletClassDataModelProperties.DO_HEAD, null);

50. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

156 : synchHelper.synchCheckbox(doHeadButton, INewServletClassDataModelProperties.DO_HEAD, null);

51. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

156 : synchHelper.synchCheckbox(doHeadButton, INewServletClassDataModelProperties.DO_HEAD, null);

52. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

160 : synchHelper.synchCheckbox(doOptionsButton, INewServletClassDataModelProperties.DO_OPTIONS, null);

53. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewServletClassOptionsWizardPage.java :

160 : synchHelper.synchCheckbox(doOptionsButton, INewServletClassDataModelProperties.DO_OPTIONS, null);

54. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

160 : synchHelper.synchCheckbox(doOptionsButton, INewServletClassDataModelProperties.DO_OPTIONS, null);

55. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

160 : synchHelper.synchCheckbox(doOptionsButton, INewServletClassDataModelProperties.DO_OPTIONS, null);

56. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

164 : synchHelper.synchCheckbox(doTraceButton, INewServletClassDataModelProperties.DO_TRACE, null);

57. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewServletClassOptionsWizardPage.java :

164 : synchHelper.synchCheckbox(doTraceButton, INewServletClassDataModelProperties.DO_TRACE, null);

58. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

164 : synchHelper.synchCheckbox(doTraceButton, INewServletClassDataModelProperties.DO_TRACE, null);

59. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

164 : synchHelper.synchCheckbox(doTraceButton, INewServletClassDataModelProperties.DO_TRACE, null);

60. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

166 : interfaceViewer.addSelectionChangedListener(this);

61. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

173 : removeButton.setEnabled(canRemoveSelectedInterfaces(selection));

62. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

185 : IStructuredSelection selection = (IStructuredSelection) interfaceViewer.getSelection();

63. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

187 : handleInterfaceRemoveButtonSelected();

64. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

203 : if (ServletSupertypesValidator.isGenericServletSuperclass(model)) {

65. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

203 : if (ServletSupertypesValidator.isGenericServletSuperclass(model)) {

66. WARNING: DiscouragedReference

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

NewServletClassOptionsWizardPage.java :

203 : if (ServletSupertypesValidator.isGenericServletSuperclass(model)) {

Source File: org/eclipse/jst/servlet/ui/internal/wizard/NewServletClassWizardPage.java
1. WARNING: DiscouragedReference

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

NewServletClassWizardPage.java :

29 : import org.eclipse.jst.j2ee.internal.war.ui.util.WebServletGroupItemProvider;

2. WARNING: DiscouragedReference

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

NewServletClassWizardPage.java :

55 : return USE_EXISTING_CLASS;

3. WARNING: DiscouragedReference

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

NewServletClassWizardPage.java :

60 : if (selection instanceof WebServletGroupItemProvider) {

4. WARNING: DiscouragedReference

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

NewServletClassWizardPage.java :

61 : WebApp webApp = (WebApp) ((WebServletGroupItemProvider) selection).getParent();

5. WARNING: DiscouragedReference

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

NewServletClassWizardPage.java :

77 : IProject project = (IProject) model.getProperty(PROJECT);

6. WARNING: DiscouragedReference

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

NewServletClassWizardPage.java :

77 : IProject project = (IProject) model.getProperty(PROJECT);

7. WARNING: DiscouragedReference

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

NewServletClassWizardPage.java :

106 : model.setProperty(IS_SERVLET_TYPE, new Boolean(false));

8. WARNING: DiscouragedReference

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

NewServletClassWizardPage.java :

106 : model.setProperty(IS_SERVLET_TYPE, new Boolean(false));

9. WARNING: DiscouragedReference

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

NewServletClassWizardPage.java :

114 : model.setProperty(IS_SERVLET_TYPE, new Boolean(true));

10. WARNING: DiscouragedReference

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

NewServletClassWizardPage.java :

114 : model.setProperty(IS_SERVLET_TYPE, new Boolean(true));

11. WARNING: DiscouragedReference

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

NewServletClassWizardPage.java :

133 : model.setBooleanProperty(IS_SERVLET_TYPE, false);

12. WARNING: DiscouragedReference

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

NewServletClassWizardPage.java :

133 : model.setBooleanProperty(IS_SERVLET_TYPE, false);

13. WARNING: DiscouragedReference

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

NewServletClassWizardPage.java :

136 : model.setBooleanProperty(IS_SERVLET_TYPE, true);

14. WARNING: DiscouragedReference

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

NewServletClassWizardPage.java :

136 : model.setBooleanProperty(IS_SERVLET_TYPE, true);

15. WARNING: DiscouragedReference

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

NewServletClassWizardPage.java :

141 : model.setBooleanProperty(IS_SERVLET_TYPE, false);

16. WARNING: DiscouragedReference

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

NewServletClassWizardPage.java :

141 : model.setBooleanProperty(IS_SERVLET_TYPE, false);

Source File: org/eclipse/jst/servlet/ui/internal/wizard/NewWebArtifactWizard.java
1. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

27 : import org.eclipse.jst.j2ee.internal.plugin.J2EEEditorUtility;

2. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

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

3. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

57 : return getDataModel().isValid();

4. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

65 : URL url = (URL) J2EEPlugin.getDefault().getImage(key);

5. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

65 : URL url = (URL) J2EEPlugin.getDefault().getImage(key);

6. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

65 : URL url = (URL) J2EEPlugin.getDefault().getImage(key);

7. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

72 : if (getDataModel().getBooleanProperty(USE_EXISTING_CLASS)) {

8. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

72 : if (getDataModel().getBooleanProperty(USE_EXISTING_CLASS)) {

9. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

73 : className = getDataModel().getStringProperty(CLASS_NAME);

10. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

73 : className = getDataModel().getStringProperty(CLASS_NAME);

11. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

75 : className = getDataModel().getStringProperty(QUALIFIED_CLASS_NAME);

12. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

75 : className = getDataModel().getStringProperty(QUALIFIED_CLASS_NAME);

13. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

77 : IProject p = (IProject) getDataModel().getProperty(PROJECT);

14. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

77 : IProject p = (IProject) getDataModel().getProperty(PROJECT);

15. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

78 : IJavaProject javaProject = J2EEEditorUtility.getJavaProject(p);

16. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

78 : IJavaProject javaProject = J2EEEditorUtility.getJavaProject(p);

17. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

88 : String className = getDataModel().getStringProperty(CLASS_NAME);

18. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

88 : String className = getDataModel().getStringProperty(CLASS_NAME);

19. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

89 : IProject p = (IProject) getDataModel().getProperty(PROJECT);

20. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

89 : IProject p = (IProject) getDataModel().getProperty(PROJECT);

21. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

100 : if (getDataModel().getBooleanProperty(OPEN_IN_EDITOR)) {

22. WARNING: DiscouragedReference

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

NewWebArtifactWizard.java :

100 : if (getDataModel().getBooleanProperty(OPEN_IN_EDITOR)) {

Source File: org/eclipse/jst/servlet/ui/internal/wizard/NewWebClassOptionsWizardPage.java
1. WARNING: DiscouragedReference

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

NewWebClassOptionsWizardPage.java :

21 : import org.eclipse.jst.j2ee.internal.wizard.NewJavaClassOptionsWizardPage;

2. WARNING: DiscouragedReference

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

NewWebClassOptionsWizardPage.java :

30 : public class NewWebClassOptionsWizardPage extends NewJavaClassOptionsWizardPage {

3. WARNING: DiscouragedReference

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

NewWebClassOptionsWizardPage.java :

35 : super(model, pageName, pageDesc, pageTitle);

4. WARNING: DiscouragedReference

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

NewWebClassOptionsWizardPage.java :

40 : return new String[] { INTERFACES };

5. WARNING: DiscouragedReference

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

NewWebClassOptionsWizardPage.java :

58 : constructorButton = new Button(methodStubs, SWT.CHECK);

6. WARNING: DiscouragedReference

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

NewWebClassOptionsWizardPage.java :

59 : constructorButton.setText(JAVA_CLASS_CONSTRUCTOR_CHECKBOX_LABEL);

7. WARNING: DiscouragedReference

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

NewWebClassOptionsWizardPage.java :

60 : synchHelper.synchCheckbox(constructorButton, CONSTRUCTOR, null);

8. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewWebClassOptionsWizardPage.java :

60 : synchHelper.synchCheckbox(constructorButton, CONSTRUCTOR, null);

9. WARNING: DiscouragedReference

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

NewWebClassOptionsWizardPage.java :

60 : synchHelper.synchCheckbox(constructorButton, CONSTRUCTOR, null);

10. WARNING: DiscouragedReference

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

NewWebClassOptionsWizardPage.java :

60 : synchHelper.synchCheckbox(constructorButton, CONSTRUCTOR, null);

11. WARNING: DiscouragedReference

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

NewWebClassOptionsWizardPage.java :

62 : inheritButton = new Button(methodStubs, SWT.CHECK);

12. WARNING: DiscouragedReference

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

NewWebClassOptionsWizardPage.java :

63 : inheritButton.setText(JAVA_CLASS_INHERIT_CHECKBOX_LABEL);

13. WARNING: DiscouragedReference

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

NewWebClassOptionsWizardPage.java :

64 : synchHelper.synchCheckbox(inheritButton, ABSTRACT_METHODS, null);

14. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewWebClassOptionsWizardPage.java :

64 : synchHelper.synchCheckbox(inheritButton, ABSTRACT_METHODS, null);

15. WARNING: DiscouragedReference

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

NewWebClassOptionsWizardPage.java :

64 : synchHelper.synchCheckbox(inheritButton, ABSTRACT_METHODS, null);

16. WARNING: DiscouragedReference

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

NewWebClassOptionsWizardPage.java :

64 : synchHelper.synchCheckbox(inheritButton, ABSTRACT_METHODS, null);

Source File: org/eclipse/jst/servlet/ui/internal/wizard/NewWebClassWizardPage.java
1. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

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

2. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

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

3. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

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

4. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

41 : import org.eclipse.jst.j2ee.internal.wizard.AnnotationsStandaloneGroup;

5. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

42 : import org.eclipse.jst.j2ee.internal.wizard.NewJavaClassWizardPage;

6. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

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

7. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

69 : public abstract class NewWebClassWizardPage extends NewJavaClassWizardPage {

8. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

71 : protected AnnotationsStandaloneGroup annotationsGroup;

9. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

79 : super(model, pageName, pageDesc, pageTitle, moduleType);

10. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

84 : Composite composite = super.createTopLevelComposite(parent);

11. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

89 : addSeperator(composite, 3);

12. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

104 : return super.getExtendedSelectedProject(selection);

13. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

118 : annotationsGroup = new AnnotationsStandaloneGroup(parent, model, J2EEProjectUtilities.EJB.equals(projectType), J2EEProjectUtilities.DYNAMIC_WEB.equals(projectType));

14. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

118 : annotationsGroup = new AnnotationsStandaloneGroup(parent, model, J2EEProjectUtilities.EJB.equals(projectType),

15. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

118 : annotationsGroup = new AnnotationsStandaloneGroup(parent, model, J2EEProjectUtilities.EJB.equals(projectType),

16. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

118 : annotationsGroup = new AnnotationsStandaloneGroup(parent, model, J2EEProjectUtilities.EJB.equals(projectType),

17. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

118 : annotationsGroup = new AnnotationsStandaloneGroup(parent, model, J2EEProjectUtilities.EJB.equals(projectType),

18. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

119 : J2EEProjectUtilities.DYNAMIC_WEB.equals(projectType));

19. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

119 : J2EEProjectUtilities.DYNAMIC_WEB.equals(projectType));

20. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

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

21. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

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

22. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

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

23. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

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

24. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

123 : annotationsGroup.setEnablement(project);

25. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

127 : model.setProperty(USE_ANNOTATIONS, false);

26. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

127 : model.setProperty(USE_ANNOTATIONS, false);

27. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

137 : synchHelper.synchCheckbox(existingButton, getUseExistingProperty(), null);

28. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewWebClassWizardPage.java :

137 : synchHelper.synchCheckbox(existingButton, getUseExistingProperty(), null);

29. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

153 : synchHelper.synchText(existingClassText, CLASS_NAME, null);

30. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

NewWebClassWizardPage.java :

153 : synchHelper.synchText(existingClassText, CLASS_NAME, null);

31. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

153 : synchHelper.synchText(existingClassText, CLASS_NAME, null);

32. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

171 : packageText.setEnabled(!enable);

33. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

172 : packageButton.setEnabled(!enable);

34. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

173 : packageLabel.setEnabled(!enable);

35. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

174 : classText.setEnabled(!enable);

36. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

175 : classLabel.setEnabled(!enable);

37. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

176 : superText.setEnabled(!enable);

38. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

177 : superButton.setEnabled(!enable);

39. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

178 : superLabel.setEnabled(!enable);

40. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

182 : String projectName = model.getStringProperty(PROJECT_NAME);

41. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

182 : String projectName = model.getStringProperty(PROJECT_NAME);

42. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

200 : model.setBooleanProperty(GENERATE_DD, Boolean.FALSE);

43. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

200 : model.setBooleanProperty(GENERATE_DD, Boolean.FALSE);

44. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

206 : IFile ddXmlFile = component.getRootFolder().getUnderlyingFolder().getFile(new Path(J2EEConstants.WEBAPP_DD_URI));

45. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

206 : IFile ddXmlFile = component.getRootFolder().getUnderlyingFolder().getFile(new Path(J2EEConstants.WEBAPP_DD_URI));

46. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

210 : model.setBooleanProperty(GENERATE_DD, Boolean.TRUE);

47. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

210 : model.setBooleanProperty(GENERATE_DD, Boolean.TRUE);

48. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

215 : model.setBooleanProperty(GENERATE_DD, Boolean.FALSE);

49. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

215 : model.setBooleanProperty(GENERATE_DD, Boolean.FALSE);

50. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

240 : IJavaElement jelem = getJavaElement(obj);

51. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

286 : IJavaElement jelem = getJavaElement(obj);

52. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

339 : IProject project = getJavaElement(obj).getJavaProject().getProject();

53. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

399 : return WebUtilities.isWebResource(file) && file.getName().endsWith(J2EEFileUtil.DOT_JSP);

54. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

399 : return WebUtilities.isWebResource(file) && file.getName().endsWith(J2EEFileUtil.DOT_JSP);

55. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

442 : project.hasNature(IModuleConstants.MODULE_NATURE_ID) &&

56. WARNING: DiscouragedReference

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

NewWebClassWizardPage.java :

442 : project.hasNature(IModuleConstants.MODULE_NATURE_ID) &&

Source File: org/eclipse/jst/servlet/ui/internal/wizard/NewWebWizard.java
1. WARNING: DiscouragedReference

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

NewWebWizard.java :

21 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard;

2. WARNING: DiscouragedReference

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

NewWebWizard.java :

26 : public abstract class NewWebWizard extends DataModelWizard implements INewWizard {

3. WARNING: DiscouragedReference

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

NewWebWizard.java :

32 : super(model);

4. WARNING: DiscouragedReference

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

NewWebWizard.java :

39 : super();

5. WARNING: DiscouragedReference

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

NewWebWizard.java :

43 : getDataModel();

Source File: org/eclipse/jst/servlet/ui/internal/wizard/ServletDataModelSyncHelper.java
1. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

22 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelSynchHelper;

2. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

24 : public class ServletDataModelSyncHelper extends DataModelSynchHelper {

3. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

29 : super(model);

4. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

40 : if (null != propertyToWidgetHash && propertyToWidgetHash.containsKey(propertyName)) {

5. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

40 : if (null != propertyToWidgetHash && propertyToWidgetHash.containsKey(propertyName)) {

6. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

44 : Object obj = propertyToWidgetHash.get(propertyName);

7. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

49 : currentWidget = (Widget) widgets.get(i);

8. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

50 : synchUIWithModel(propertyName, flag, currentWidget);

9. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

53 : currentWidget = (Widget) obj;

10. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

54 : synchUIWithModel(propertyName, flag, currentWidget);

11. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

58 : currentWidget = null;

12. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

66 : if (currentWidget != null && currentWidget != currentWidgetFromEvent) {

13. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

71 : ignoreModifyEvent = true;

14. WARNING: DiscouragedReference

Discouraged access: The method setWidgetValue(String, int, Text) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

ServletDataModelSyncHelper.java :

73 : setWidgetValue(propertyName, flag, (Text) currentWidget);

15. WARNING: DiscouragedReference

Discouraged access: The method setWidgetValue(String, int, Combo) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

ServletDataModelSyncHelper.java :

75 : setWidgetValue(propertyName, flag, (Combo) currentWidget);

16. WARNING: DiscouragedReference

Discouraged access: The method setWidgetValue(String, int, Label) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

ServletDataModelSyncHelper.java :

79 : setWidgetValue(propertyName, flag, (Label) currentWidget);

17. WARNING: DiscouragedReference

Discouraged access: The method setWidgetValue(String, int, List) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

ServletDataModelSyncHelper.java :

81 : setWidgetValue(propertyName, flag, (org.eclipse.swt.widgets.List) currentWidget);

18. WARNING: DiscouragedReference

Discouraged access: The method setWidgetValue(String, int, Table) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

ServletDataModelSyncHelper.java :

83 : setWidgetValue(propertyName, flag, (Table) currentWidget);

19. WARNING: DiscouragedReference

Discouraged access: The method setWidgetValue(String, int, Tree) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

ServletDataModelSyncHelper.java :

85 : setWidgetValue(propertyName, flag, (Tree) currentWidget);

20. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

87 : ignoreModifyEvent = false;

21. WARNING: DiscouragedReference

Discouraged access: The method setEnablement(Control, boolean) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

ServletDataModelSyncHelper.java :

90 : setEnablement((Control) widget, dataModel.isPropertyEnabled(propertyName));

22. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

90 : setEnablement((Control) widget, dataModel.isPropertyEnabled(propertyName));

23. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

97 : Object propertyValue = dataModel.getProperty(propertyName);

24. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

113 : if (currentWidget == button)

25. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

116 : currentWidgetFromEvent = button;

26. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

117 : String propertyName = (String) widgetToPropertyHash.get(button);

27. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

120 : Object contents = dataModel.getProperty(propertyName);

28. WARNING: DiscouragedReference

Discouraged access: The method setProperty(String, Object) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

ServletDataModelSyncHelper.java :

133 : setProperty(propertyName, list);

29. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

134 : dataModel.notifyPropertyChange(propertyName, DataModelEvent.VALUE_CHG);

30. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

137 : currentWidgetFromEvent = null;

31. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

164 : if (null == widgetToPropertyHash)

32. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

165 : widgetToPropertyHash = new HashMap();

33. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

166 : if (propertyToWidgetHash == null)

34. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

167 : propertyToWidgetHash = new HashMap();

35. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

168 : widgetToPropertyHash.put(widget, propertyName);

36. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

169 : Object value = propertyToWidgetHash.get(propertyName);

37. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

177 : propertyToWidgetHash.put(propertyName, widgets);

38. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

180 : if (widgetToDepControls == null)

39. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

181 : widgetToDepControls = new HashMap();

40. WARNING: DiscouragedReference

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

ServletDataModelSyncHelper.java :

182 : widgetToDepControls.put(widget, depControls);

Source File: org/eclipse/jst/servlet/ui/internal/wizard/StringArrayTableWizardSectionCallback.java
1. WARNING: DiscouragedReference

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

StringArrayTableWizardSectionCallback.java :

3 : import org.eclipse.jst.j2ee.internal.wizard.StringArrayTableWizardSection.StringArrayDialogCallback;

2. WARNING: DiscouragedReference

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

StringArrayTableWizardSectionCallback.java :

11 : StringArrayDialogCallback {

Source File: org/eclipse/jst/servlet/ui/internal/wizard/WebAppLibrariesContainerPage.java
1. WARNING: DiscouragedReference

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

WebAppLibrariesContainerPage.java :

28 : import org.eclipse.jst.j2ee.internal.web.classpath.WebAppLibrariesContainer;

2. WARNING: DiscouragedReference

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

WebAppLibrariesContainerPage.java :

65 : IPath path = new Path( WebAppLibrariesContainer.CONTAINER_ID );

3. WARNING: DiscouragedReference

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

WebAppLibrariesContainerPage.java :

65 : IPath path = new Path( WebAppLibrariesContainer.CONTAINER_ID );

Source File: org/eclipse/jst/servlet/ui/internal/wizard/WebComponentExportPage.java
1. WARNING: DiscouragedReference

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

WebComponentExportPage.java :

14 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

2. WARNING: DiscouragedReference

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

WebComponentExportPage.java :

15 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;

3. WARNING: DiscouragedReference

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

WebComponentExportPage.java :

16 : import org.eclipse.jst.j2ee.internal.wizard.J2EEModuleExportPage;

4. WARNING: DiscouragedReference

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

WebComponentExportPage.java :

21 : public class WebComponentExportPage extends J2EEModuleExportPage {

5. WARNING: DiscouragedReference

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

WebComponentExportPage.java :

27 : super(model, pageName, selection);

6. WARNING: DiscouragedReference

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

WebComponentExportPage.java :

30 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_EXPORT_WIZARD_BANNER));

7. WARNING: DiscouragedReference

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

WebComponentExportPage.java :

30 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_EXPORT_WIZARD_BANNER));

8. WARNING: DiscouragedReference

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

WebComponentExportPage.java :

30 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_EXPORT_WIZARD_BANNER));

9. WARNING: DiscouragedReference

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

WebComponentExportPage.java :

30 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_EXPORT_WIZARD_BANNER));

10. WARNING: DiscouragedReference

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

WebComponentExportPage.java :

30 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_EXPORT_WIZARD_BANNER));

11. WARNING: DiscouragedReference

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

WebComponentExportPage.java :

31 : setInfopopID(IWebUIContextIds.WAR_EXPORT_PAGE1);

Source File: org/eclipse/jst/servlet/ui/internal/wizard/WebComponentExportWizard.java
1. WARNING: DiscouragedReference

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

WebComponentExportWizard.java :

13 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

2. WARNING: DiscouragedReference

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

WebComponentExportWizard.java :

14 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;

3. WARNING: DiscouragedReference

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

WebComponentExportWizard.java :

15 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebComponentExportDataModelProvider;

4. WARNING: DiscouragedReference

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

WebComponentExportWizard.java :

16 : import org.eclipse.jst.j2ee.internal.wizard.J2EEArtifactExportWizard;

5. WARNING: DiscouragedReference

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

WebComponentExportWizard.java :

28 : public final class WebComponentExportWizard extends J2EEArtifactExportWizard implements IExportWizard {

6. WARNING: DiscouragedReference

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

WebComponentExportWizard.java :

38 : super();

7. WARNING: DiscouragedReference

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

WebComponentExportWizard.java :

49 : super(model);

8. WARNING: DiscouragedReference

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

WebComponentExportWizard.java :

54 : return new WebComponentExportDataModelProvider();

9. WARNING: DiscouragedReference

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

WebComponentExportWizard.java :

54 : return new WebComponentExportDataModelProvider();

10. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

WebComponentExportWizard.java :

66 : addPage(new WebComponentExportPage(getDataModel(), MAIN_PG, getSelection()));

11. WARNING: DiscouragedReference

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

WebComponentExportWizard.java :

66 : addPage(new WebComponentExportPage(getDataModel(), MAIN_PG, getSelection()));

12. WARNING: DiscouragedReference

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

WebComponentExportWizard.java :

66 : addPage(new WebComponentExportPage(getDataModel(), MAIN_PG, getSelection()));

13. WARNING: DiscouragedReference

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

WebComponentExportWizard.java :

66 : addPage(new WebComponentExportPage(getDataModel(), MAIN_PG, getSelection()));

14. WARNING: DiscouragedReference

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

WebComponentExportWizard.java :

78 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_EXPORT_WIZARD_BANNER));

15. WARNING: DiscouragedReference

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

WebComponentExportWizard.java :

78 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_EXPORT_WIZARD_BANNER));

16. WARNING: DiscouragedReference

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

WebComponentExportWizard.java :

78 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_EXPORT_WIZARD_BANNER));

17. WARNING: DiscouragedReference

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

WebComponentExportWizard.java :

78 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_EXPORT_WIZARD_BANNER));

18. WARNING: DiscouragedReference

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

WebComponentExportWizard.java :

78 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_EXPORT_WIZARD_BANNER));

Source File: org/eclipse/jst/servlet/ui/internal/wizard/WebComponentImportPage.java
1. WARNING: DiscouragedReference

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

WebComponentImportPage.java :

19 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

2. WARNING: DiscouragedReference

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

WebComponentImportPage.java :

20 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;

3. WARNING: DiscouragedReference

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

WebComponentImportPage.java :

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

4. WARNING: DiscouragedReference

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

WebComponentImportPage.java :

22 : import org.eclipse.jst.j2ee.internal.wizard.J2EEModuleImportPage;

5. WARNING: DiscouragedReference

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

WebComponentImportPage.java :

35 : public class WebComponentImportPage extends J2EEModuleImportPage {

6. WARNING: DiscouragedReference

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

WebComponentImportPage.java :

41 : super(model, pageName);

7. WARNING: DiscouragedReference

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

WebComponentImportPage.java :

44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_IMPORT_WIZARD_BANNER));

8. WARNING: DiscouragedReference

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

WebComponentImportPage.java :

44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_IMPORT_WIZARD_BANNER));

9. WARNING: DiscouragedReference

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

WebComponentImportPage.java :

44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_IMPORT_WIZARD_BANNER));

10. WARNING: DiscouragedReference

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

WebComponentImportPage.java :

44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_IMPORT_WIZARD_BANNER));

11. WARNING: DiscouragedReference

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

WebComponentImportPage.java :

44 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_IMPORT_WIZARD_BANNER));

12. WARNING: DiscouragedReference

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

WebComponentImportPage.java :

45 : setInfopopID(IWebUIContextIds.WAR_IMPORT_PAGE1);

13. WARNING: DiscouragedReference

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

WebComponentImportPage.java :

71 : return J2EEProjectUtilities.DYNAMIC_WEB;

Source File: org/eclipse/jst/servlet/ui/internal/wizard/WebComponentImportWebLibsPage.java
1. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

25 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

2. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

26 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;

3. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

27 : import org.eclipse.jst.j2ee.internal.wizard.J2EEImportPage;

4. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

48 : public class WebComponentImportWebLibsPage extends J2EEImportPage {

5. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

60 : super(model, pageName);

6. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

63 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_IMPORT_WIZARD_BANNER));

7. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

63 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_IMPORT_WIZARD_BANNER));

8. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

63 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_IMPORT_WIZARD_BANNER));

9. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

63 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_IMPORT_WIZARD_BANNER));

10. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

63 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_IMPORT_WIZARD_BANNER));

11. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

73 : setInfopopID(IWebUIContextIds.WAR_IMPORT_PAGE2);

12. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

115 : model.addListener(new IDataModelListener() {

13. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

118 : availableJARsViewer.setCheckedElements(((List) model.getProperty(IWebComponentImportDataModelProperties.WEB_LIB_ARCHIVES_SELECTED)).toArray());

14. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

126 : model.setProperty(IWebComponentImportDataModelProperties.WEB_LIB_ARCHIVES_SELECTED, emptySelection);

15. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

135 : model.setProperty(IWebComponentImportDataModelProperties.WEB_LIB_ARCHIVES_SELECTED, allSelection);

16. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

176 : archiveWrapper = (ArchiveWrapper) model.getProperty(IJ2EEComponentImportDataModelProperties.ARCHIVE_WRAPPER);

17. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

194 : return archiveWrapper != model.getProperty(IJ2EEComponentImportDataModelProperties.ARCHIVE_WRAPPER);

18. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

199 : super.enter();

19. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

204 : model.setProperty(IWebComponentImportDataModelProperties.WEB_LIB_ARCHIVES_SELECTED, getJARsForProjects());

20. WARNING: DiscouragedReference

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

WebComponentImportWebLibsPage.java :

205 : validatePage();

Source File: org/eclipse/jst/servlet/ui/internal/wizard/WebComponentImportWizard.java
1. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

13 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIMessages;

2. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

14 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

3. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

15 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;

4. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

16 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebComponentImportDataModelProvider;

5. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

17 : import org.eclipse.jst.j2ee.internal.wizard.J2EEComponentImportWizard;

6. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

29 : public final class WebComponentImportWizard extends J2EEComponentImportWizard {

7. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

40 : super();

8. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

53 : super(model);

9. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

WebComponentImportWizard.java :

63 : addPage(new WebComponentImportPage(getDataModel(), MAIN_PG));

10. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

63 : addPage(new WebComponentImportPage(getDataModel(), MAIN_PG));

11. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

63 : addPage(new WebComponentImportPage(getDataModel(), MAIN_PG));

12. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

WebComponentImportWizard.java :

64 : addPage(new WebComponentImportWebLibsPage(getDataModel(), WEB_LIBS_PG));

13. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

64 : addPage(new WebComponentImportWebLibsPage(getDataModel(), WEB_LIBS_PG));

14. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

76 : setWindowTitle(J2EEUIMessages.getResourceString(J2EEUIMessages.IMPORT_WIZ_TITLE));

15. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

76 : setWindowTitle(J2EEUIMessages.getResourceString(J2EEUIMessages.IMPORT_WIZ_TITLE));

16. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

76 : setWindowTitle(J2EEUIMessages.getResourceString(J2EEUIMessages.IMPORT_WIZ_TITLE));

17. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

76 : setWindowTitle(J2EEUIMessages.getResourceString(J2EEUIMessages.IMPORT_WIZ_TITLE));

18. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

77 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_IMPORT_WIZARD_BANNER));

19. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

77 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_IMPORT_WIZARD_BANNER));

20. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

77 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_IMPORT_WIZARD_BANNER));

21. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

77 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_IMPORT_WIZARD_BANNER));

22. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

77 : setDefaultPageImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_IMPORT_WIZARD_BANNER));

23. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

96 : return new WebComponentImportDataModelProvider();

24. WARNING: DiscouragedReference

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

WebComponentImportWizard.java :

96 : return new WebComponentImportDataModelProvider();

Source File: org/eclipse/jst/servlet/ui/project/facet/WebAppSelectionPanel.java
1. WARNING: DiscouragedReference

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

WebAppSelectionPanel.java :

33 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelSynchHelper;

2. WARNING: DiscouragedReference

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

WebAppSelectionPanel.java :

45 : private DataModelSynchHelper synchhelper;

3. WARNING: DiscouragedReference

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

WebAppSelectionPanel.java :

50 : this.synchhelper = new DataModelSynchHelper(model);

4. WARNING: DiscouragedReference

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

WebAppSelectionPanel.java :

50 : this.synchhelper = new DataModelSynchHelper(model);

5. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

WebAppSelectionPanel.java :

60 : synchhelper.synchCheckbox(addToWar, ADD_TO_WAR, null);

6. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

WebAppSelectionPanel.java :

80 : synchhelper.synchCombo(combo, WAR_PROJECT_NAME, new Control[]{label, newButton});

7. WARNING: DiscouragedReference

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

WebAppSelectionPanel.java :

133 : synchhelper.dispose();

Source File: org/eclipse/jst/servlet/ui/project/facet/WebFacetInstallPage.java
1. WARNING: DiscouragedReference

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

WebFacetInstallPage.java :

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

2. WARNING: DiscouragedReference

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

WebFacetInstallPage.java :

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

3. WARNING: DiscouragedReference

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

WebFacetInstallPage.java :

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

4. WARNING: DiscouragedReference

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

WebFacetInstallPage.java :

19 : import org.eclipse.jst.j2ee.internal.wizard.J2EEModuleFacetInstallPage;

5. WARNING: DiscouragedReference

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

WebFacetInstallPage.java :

34 : public class WebFacetInstallPage extends J2EEModuleFacetInstallPage implements IWebFacetInstallDataModelProperties {

6. WARNING: DiscouragedReference

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

WebFacetInstallPage.java :

41 : super("web.facet.install.page"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

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

WebFacetInstallPage.java :

48 : setInfopopID(IWebUIContextIds.NEW_DYNAMIC_WEB_PROJECT_PAGE3);

8. WARNING: DiscouragedReference

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

WebFacetInstallPage.java :

59 : synchHelper.synchText(contextRoot, CONTEXT_ROOT, new Control[]{contextRootLabel});

9. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

WebFacetInstallPage.java :

59 : synchHelper.synchText(contextRoot, CONTEXT_ROOT, new Control[]{contextRootLabel});

10. WARNING: DiscouragedReference

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

WebFacetInstallPage.java :

68 : synchHelper.synchText(contentDir, CONFIG_FOLDER, null);

11. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

WebFacetInstallPage.java :

68 : synchHelper.synchText(contentDir, CONFIG_FOLDER, null);

12. WARNING: DiscouragedReference

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

WebFacetInstallPage.java :

72 : createGenerateDescriptorControl(composite, J2EEConstants.WEBAPP_DD_SHORT_NAME);

13. WARNING: DiscouragedReference

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

WebFacetInstallPage.java :

72 : createGenerateDescriptorControl(composite, J2EEConstants.WEBAPP_DD_SHORT_NAME);

14. WARNING: DiscouragedReference

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

WebFacetInstallPage.java :

72 : createGenerateDescriptorControl(composite, J2EEConstants.WEBAPP_DD_SHORT_NAME);

15. WARNING: DiscouragedReference

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

WebFacetInstallPage.java :

73 : registerFacetVersionChangeListener();

16. WARNING: DiscouragedReference

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

WebFacetInstallPage.java :

83 : String fv = model.getStringProperty(FACET_VERSION_STR);

17. WARNING: DiscouragedReference

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

WebFacetInstallPage.java :

84 : boolean isWeb25OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv) >= J2EEVersionConstants.WEB_2_5_ID;

18. WARNING: DiscouragedReference

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

WebFacetInstallPage.java :

84 : boolean isWeb25OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv) >= J2EEVersionConstants.WEB_2_5_ID;

19. WARNING: DiscouragedReference

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

WebFacetInstallPage.java :

84 : boolean isWeb25OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv) >= J2EEVersionConstants.WEB_2_5_ID;

20. WARNING: DiscouragedReference

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

WebFacetInstallPage.java :

84 : boolean isWeb25OrGreater = J2EEVersionUtil.convertVersionStringToInt(fv) >= J2EEVersionConstants.WEB_2_5_ID;

21. WARNING: DiscouragedReference

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

WebFacetInstallPage.java :

85 : this.addDD.setVisible(isWeb25OrGreater);

Source File: org/eclipse/jst/servlet/ui/project/facet/WebFragmentProjectContentProvider.java
1. WARNING: DiscouragedReference

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

WebFragmentProjectContentProvider.java :

24 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebFragmentProjectContentProvider.java :

45 : if (FacetedProjectFramework.hasProjectFacet(project, IModuleConstants.JST_WEBFRAGMENT_MODULE)) {

3. WARNING: DiscouragedReference

Discouraged access: The field JST_WEBFRAGMENT_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebFragmentProjectContentProvider.java :

45 : if (FacetedProjectFramework.hasProjectFacet(project, IModuleConstants.JST_WEBFRAGMENT_MODULE)) {

Source File: org/eclipse/jst/servlet/ui/project/facet/WebFragmentProjectFirstPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentFacetCreationWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebFragmentProjectFirstPage.java :

22 : import org.eclipse.jst.j2ee.internal.wizard.J2EEComponentFacetCreationWizardPage;

2. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebFragmentProjectFirstPage.java :

28 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentFacetCreationWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebFragmentProjectFirstPage.java :

37 : public class WebFragmentProjectFirstPage extends J2EEComponentFacetCreationWizardPage {

4. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEComponentFacetCreationWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebFragmentProjectFirstPage.java :

41 : super(dataModel, pageName);

5. WARNING: DiscouragedReference

Discouraged access: The method setShouldAddEARComposite(boolean) from the type J2EEComponentFacetCreationWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebFragmentProjectFirstPage.java :

56 : setShouldAddEARComposite(false);

6. WARNING: DiscouragedReference

Discouraged access: The method createTopLevelComposite(Composite) from the type J2EEComponentFacetCreationWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebFragmentProjectFirstPage.java :

57 : final Composite top = super.createTopLevelComposite(parent);

7. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

WebFragmentProjectFirstPage.java :

66 : = (IFacetedProjectWorkingCopy) this.model.getProperty( FACETED_PROJECT_WORKING_COPY );

8. WARNING: DiscouragedReference

Discouraged access: The method getModuleTypeID() from the type J2EEComponentFacetCreationWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebFragmentProjectFirstPage.java :

68 : final String moduleFacetId = getModuleTypeID();

9. WARNING: DiscouragedReference

Discouraged access: The method getValidationPropertyNames() from the type J2EEComponentFacetCreationWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebFragmentProjectFirstPage.java :

78 : String[] superProperties = super.getValidationPropertyNames();

10. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebFragmentProjectFirstPage.java :

89 : return IModuleConstants.JST_WEBFRAGMENT_MODULE;

11. WARNING: DiscouragedReference

Discouraged access: The field JST_WEBFRAGMENT_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

WebFragmentProjectFirstPage.java :

89 : return IModuleConstants.JST_WEBFRAGMENT_MODULE;

12. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

WebFragmentProjectFirstPage.java :

95 : IRuntime runtime = (IRuntime)model.getProperty(IFacetProjectCreationDataModelProperties.FACET_RUNTIME);

Source File: org/eclipse/jst/servlet/ui/project/facet/WebProjectFirstPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebProjectFirstPage.java :

19 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebProjectFirstPage.java :

20 : import org.eclipse.jst.j2ee.internal.plugin.J2EEUIPluginIcons;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebProjectFirstPage.java :

21 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

4. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentFacetCreationWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebProjectFirstPage.java :

22 : import org.eclipse.jst.j2ee.internal.wizard.J2EEComponentFacetCreationWizardPage;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEComponentFacetCreationWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebProjectFirstPage.java :

31 : public class WebProjectFirstPage extends J2EEComponentFacetCreationWizardPage {

6. WARNING: DiscouragedReference

Discouraged access: The constructor J2EEComponentFacetCreationWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebProjectFirstPage.java :

34 : super(model, pageName);

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebProjectFirstPage.java :

37 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_PROJECT_WIZARD_BANNER));

8. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebProjectFirstPage.java :

37 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_PROJECT_WIZARD_BANNER));

9. WARNING: DiscouragedReference

Discouraged access: The method getImageDescriptor(String) from the type J2EEUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebProjectFirstPage.java :

37 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_PROJECT_WIZARD_BANNER));

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebProjectFirstPage.java :

37 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_PROJECT_WIZARD_BANNER));

11. WARNING: DiscouragedReference

Discouraged access: The field WEB_PROJECT_WIZARD_BANNER from the type J2EEUIPluginIcons is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

WebProjectFirstPage.java :

37 : setImageDescriptor(J2EEUIPlugin.getDefault().getImageDescriptor(J2EEUIPluginIcons.WEB_PROJECT_WIZARD_BANNER));

12. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

WebProjectFirstPage.java :

38 : setInfopopID(IWebUIContextIds.NEW_DYNAMIC_WEB_PROJECT_PAGE1);

13. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

WebProjectFirstPage.java :

43 : return J2EEProjectUtilities.DYNAMIC_WEB;

14. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar

WebProjectFirstPage.java :

49 : IRuntime runtime = (IRuntime)model.getProperty(IFacetProjectCreationDataModelProperties.FACET_RUNTIME);

Source File: org/eclipse/jst/servlet/ui/project/facet/WebProjectWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebProjectWizard.java :

18 : import org.eclipse.jst.j2ee.internal.web.archive.operations.WebFacetProjectCreationDataModelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The constructor WebFacetProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebProjectWizard.java :

46 : return DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());

3. WARNING: DiscouragedReference

Discouraged access: The type WebFacetProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.jst.j2ee.web/@dot

WebProjectWizard.java :

46 : return DataModelFactory.createDataModel(new WebFacetProjectCreationDataModelProvider());