Compiler Report

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

Number of source files: 203 Number of classfiles: 339

Problems: 83 (Errors: 0 Warnings: 83 )

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

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

WTPUIWorkingCopyManager.java :

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

2. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

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

3. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

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

4. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

59 : private ICompilationUnitDocumentProvider cuDocumentProvider;

5. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

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

6. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

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

7. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

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

8. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

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

9. WARNING: DiscouragedReference

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

WTPUIWorkingCopyManager.java :

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

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

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

UpdateManifestOperation.java :

16 : import java.lang.reflect.InvocationTargetException;

2. WARNING: UnusedImport

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

UpdateManifestOperation.java :

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

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

The import org.eclipse.ui.IActionDelegate is never used

AbstractOpenWizardWorkbenchAction.java :

16 : import org.eclipse.ui.IActionDelegate;

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

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

NewJavaEEDropDownAction.java :

20 : import org.eclipse.jdt.internal.ui.util.CoreUtility;

2. WARNING: DiscouragedReference

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

NewJavaEEDropDownAction.java :

174 : return (INewWizard) CoreUtility.createExtension(fConfigurationElement, ATT_CLASS);

3. WARNING: DiscouragedReference

Discouraged access: The method createExtension(IConfigurationElement, String) from the type CoreUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaEEDropDownAction.java :

174 : return (INewWizard) CoreUtility.createExtension(fConfigurationElement, ATT_CLASS);

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

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

OpenJ2EEResourceAction.java :

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

2. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

438 : EditorUtility.openInEditor(cu);

3. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

438 : EditorUtility.openInEditor(cu);

4. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

441 : EditorUtility.openInEditor(classFile);

5. WARNING: DiscouragedReference

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

OpenJ2EEResourceAction.java :

441 : EditorUtility.openInEditor(classFile);

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

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

FilteredFileSelectionDialog.java :

14 : import org.eclipse.jdt.internal.ui.wizards.TypedElementSelectionValidator;

2. WARNING: DiscouragedReference

Discouraged access: The constructor TypedElementSelectionValidator(Class[], boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

FilteredFileSelectionDialog.java :

62 : setValidator(new TypedElementSelectionValidator(new Class[]{IFile.class}, allowMultiple));

3. WARNING: DiscouragedReference

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

FilteredFileSelectionDialog.java :

62 : setValidator(new TypedElementSelectionValidator(new Class[]{IFile.class}, allowMultiple));

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

Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar

BinaryEditorUtilities.java :

31 : import org.eclipse.jdt.internal.core.JavaModelManager;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaModelStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar

BinaryEditorUtilities.java :

32 : import org.eclipse.jdt.internal.core.JavaModelStatus;

3. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar

BinaryEditorUtilities.java :

60 : if (JavaModelManager.ZIP_ACCESS_VERBOSE) {

4. WARNING: DiscouragedReference

Discouraged access: The field ZIP_ACCESS_VERBOSE from the type JavaModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar

BinaryEditorUtilities.java :

60 : if (JavaModelManager.ZIP_ACCESS_VERBOSE) {

5. WARNING: DiscouragedReference

Discouraged access: The constructor JavaModelStatus(int, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar

BinaryEditorUtilities.java :

67 : throw new JavaModelException(new JavaModelStatus( IJavaModelStatusConstants.INVALID_PATH, this.entryName));

6. WARNING: DiscouragedReference

Discouraged access: The type JavaModelStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar

BinaryEditorUtilities.java :

67 : throw new JavaModelException(new JavaModelStatus(

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

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

J2EEEditorUtility.java :

24 : import org.eclipse.jdt.internal.ui.javaeditor.EditorUtility;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaClassJDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jem.workbench/@dot

J2EEEditorUtility.java :

25 : import org.eclipse.jem.internal.adapters.jdom.JavaClassJDOMAdaptor;

3. WARNING: DiscouragedReference

Discouraged access: The type ReadAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jem/@dot

J2EEEditorUtility.java :

26 : import org.eclipse.jem.internal.java.adapters.ReadAdaptor;

4. WARNING: DiscouragedReference

Discouraged access: The type JavaClassJDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jem.workbench/@dot

J2EEEditorUtility.java :

76 : JavaClassJDOMAdaptor adaptor = (JavaClassJDOMAdaptor) EcoreUtil.getRegisteredAdapter(javaClass, ReadAdaptor.TYPE_KEY);

5. WARNING: DiscouragedReference

Discouraged access: The type JavaClassJDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jem.workbench/@dot

J2EEEditorUtility.java :

76 : JavaClassJDOMAdaptor adaptor = (JavaClassJDOMAdaptor) EcoreUtil.getRegisteredAdapter(javaClass, ReadAdaptor.TYPE_KEY);

6. WARNING: DiscouragedReference

Discouraged access: The type ReadAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jem/@dot

J2EEEditorUtility.java :

76 : JavaClassJDOMAdaptor adaptor = (JavaClassJDOMAdaptor) EcoreUtil.getRegisteredAdapter(javaClass, ReadAdaptor.TYPE_KEY);

7. WARNING: DiscouragedReference

Discouraged access: The field TYPE_KEY from the type ReadAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jem/@dot

J2EEEditorUtility.java :

76 : JavaClassJDOMAdaptor adaptor = (JavaClassJDOMAdaptor) EcoreUtil.getRegisteredAdapter(javaClass, ReadAdaptor.TYPE_KEY);

8. WARNING: DiscouragedReference

Discouraged access: The method getSourceType() from the type JavaClassJDOMAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.jem.workbench/@dot

J2EEEditorUtility.java :

78 : return adaptor.getSourceType();

9. WARNING: DiscouragedReference

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

J2EEEditorUtility.java :

96 : input = EditorUtility.getEditorInput(comp);

10. WARNING: DiscouragedReference

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

J2EEEditorUtility.java :

96 : input = EditorUtility.getEditorInput(comp);

11. WARNING: DiscouragedReference

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

J2EEEditorUtility.java :

154 : return EditorUtility.openInEditor(type);

12. WARNING: DiscouragedReference

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

J2EEEditorUtility.java :

154 : return EditorUtility.openInEditor(type);

13. WARNING: DiscouragedReference

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

J2EEEditorUtility.java :

175 : return EditorUtility.openInEditor(aCompilationUnit);

14. WARNING: DiscouragedReference

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

J2EEEditorUtility.java :

175 : return EditorUtility.openInEditor(aCompilationUnit);

15. WARNING: DiscouragedReference

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

J2EEEditorUtility.java :

185 : return openInEditor(EditorUtility.getEditorInput(aCompilationUnit), editorId);

16. WARNING: DiscouragedReference

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

J2EEEditorUtility.java :

185 : return openInEditor(EditorUtility.getEditorInput(aCompilationUnit), editorId);

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

Discouraged access: The type PlatformURLConnection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar

J2EEUIPlugin.java :

16 : import org.eclipse.core.internal.boot.PlatformURLConnection;

2. WARNING: DiscouragedReference

Discouraged access: The method getURLAsLocal() from the type PlatformURLConnection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar

J2EEUIPlugin.java :

76 : String installLocation = ((PlatformURLConnection) url.openConnection()).getURLAsLocal().getFile();

3. WARNING: DiscouragedReference

Discouraged access: The type PlatformURLConnection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar

J2EEUIPlugin.java :

76 : String installLocation = ((PlatformURLConnection) url.openConnection()).getURLAsLocal().getFile();

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

The import org.eclipse.jface.viewers.IContentProvider is never used

J2EEAdapterFactoryContentProvider.java :

21 : import org.eclipse.jface.viewers.IContentProvider;

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

The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used

UtilityModuleProjectItemProvider.java :

17 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;

Source File: org/eclipse/jst/j2ee/internal/ui/JavaEEComponentDependencyContentProvider.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("restriction")

JavaEEComponentDependencyContentProvider.java :

50 : @SuppressWarnings("restriction")

Source File: org/eclipse/jst/j2ee/internal/ui/util/AnnotationIconDecorator.java
1. WARNING: UnusedImport

The import org.eclipse.jface.viewers.ILabelDecorator is never used

AnnotationIconDecorator.java :

22 : import org.eclipse.jface.viewers.ILabelDecorator;

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

Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.ui.ide_3.6.1.M20100825-0800.jar

DefaultJ2EEComponentCreationWizard.java :

23 : import org.eclipse.ui.internal.ide.IDEWorkbenchPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.ui.ide_3.6.1.M20100825-0800.jar

DefaultJ2EEComponentCreationWizard.java :

54 : URL installURL = IDEWorkbenchPlugin.getDefault().getDescriptor().getInstallURL();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.ui.ide_3.6.1.M20100825-0800.jar

DefaultJ2EEComponentCreationWizard.java :

54 : URL installURL = IDEWorkbenchPlugin.getDefault().getDescriptor().getInstallURL();

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

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

NewJ2EEComponentSelectionPage.java :

41 : import org.eclipse.ui.internal.WorkbenchPlugin;

2. WARNING: DiscouragedReference

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

NewJ2EEComponentSelectionPage.java :

427 : IWizardRegistry newWizardRegistry = WorkbenchPlugin.getDefault().getNewWizardRegistry();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type WorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

NewJ2EEComponentSelectionPage.java :

427 : IWizardRegistry newWizardRegistry = WorkbenchPlugin.getDefault().getNewWizardRegistry();

4. WARNING: DiscouragedReference

Discouraged access: The method getNewWizardRegistry() from the type WorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

NewJ2EEComponentSelectionPage.java :

427 : IWizardRegistry newWizardRegistry = WorkbenchPlugin.getDefault().getNewWizardRegistry();

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

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

NewJavaClassOptionsWizardPage.java :

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

2. WARNING: DiscouragedReference

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

NewJavaClassOptionsWizardPage.java :

23 : import org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog;

3. WARNING: DiscouragedReference

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

NewJavaClassOptionsWizardPage.java :

315 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);

4. 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/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassOptionsWizardPage.java :

315 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);

5. WARNING: DiscouragedReference

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

NewJavaClassOptionsWizardPage.java :

315 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);

6. 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/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassOptionsWizardPage.java :

315 : return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);

7. WARNING: DiscouragedReference

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

NewJavaClassOptionsWizardPage.java :

364 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, context, scope,IJavaSearchConstants.INTERFACE);

8. WARNING: DiscouragedReference

Discouraged access: The constructor FilteredTypesSelectionDialog(Shell, boolean, IRunnableContext, IJavaSearchScope, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassOptionsWizardPage.java :

364 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, context, scope,IJavaSearchConstants.INTERFACE);

9. WARNING: DiscouragedReference

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

NewJavaClassOptionsWizardPage.java :

364 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, context, scope,IJavaSearchConstants.INTERFACE);

10. WARNING: DiscouragedReference

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

NewJavaClassOptionsWizardPage.java :

365 : dialog.setTitle(J2EEUIMessages.INTERFACE_SELECTION_DIALOG_TITLE);

11. WARNING: DiscouragedReference

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

NewJavaClassOptionsWizardPage.java :

366 : if (dialog.open() == Window.OK) {

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

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

NewJavaClassWizardPage.java :

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

2. WARNING: DiscouragedReference

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

NewJavaClassWizardPage.java :

40 : import org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog;

3. WARNING: DiscouragedReference

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

NewJavaClassWizardPage.java :

41 : import org.eclipse.jdt.internal.ui.viewsupport.IViewPartInputProvider;

4. WARNING: DiscouragedReference

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

NewJavaClassWizardPage.java :

515 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, getWizard().getContainer(), scope, IJavaSearchConstants.CLASS);

5. WARNING: DiscouragedReference

Discouraged access: The constructor FilteredTypesSelectionDialog(Shell, boolean, IRunnableContext, IJavaSearchScope, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

NewJavaClassWizardPage.java :

515 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, getWizard().getContainer(), scope, IJavaSearchConstants.CLASS);

6. WARNING: DiscouragedReference

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

NewJavaClassWizardPage.java :

515 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(),false, getWizard().getContainer(), scope, IJavaSearchConstants.CLASS);

7. WARNING: DiscouragedReference

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

NewJavaClassWizardPage.java :

516 : dialog.setTitle(J2EEUIMessages.SUPERCLASS_SELECTION_DIALOG_TITLE);

8. WARNING: DiscouragedReference

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

NewJavaClassWizardPage.java :

519 : if (dialog.open() == Window.OK) {

9. WARNING: DiscouragedReference

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

NewJavaClassWizardPage.java :

689 : if (part instanceof IViewPartInputProvider) {

10. WARNING: DiscouragedReference

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

NewJavaClassWizardPage.java :

690 : Object elem = ((IViewPartInputProvider) part).getViewPartInput();

11. WARNING: DiscouragedReference

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

NewJavaClassWizardPage.java :

690 : Object elem = ((IViewPartInputProvider) part).getViewPartInput();

12. WARNING: DiscouragedReference

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

NewJavaClassWizardPage.java :

704 : JavaPlugin.log(e);

13. WARNING: DiscouragedReference

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

NewJavaClassWizardPage.java :

704 : JavaPlugin.log(e);