Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0
Number of source files: 46 Number of classfiles: 70
Problems: 28 (Errors: 0 Warnings: 28 )
Unnecessary @SuppressWarnings("restriction")
CreateBeanQuickFix.java :
26 : @SuppressWarnings("restriction")
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.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddButtonListener.java :
94 : dialog.setTitle(EJBUIMessages.chooseInterface);
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.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddButtonListener.java :
97 : if (dialog.open() == BusinessInterfaceSelectionDialog.OK) {
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddMessageDrivenBeanWizardPage.java :
23 : import org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog;
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddMessageDrivenBeanWizardPage.java :
182 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(), false, context, scope, IJavaSearchConstants.INTERFACE);
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.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddMessageDrivenBeanWizardPage.java :
182 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(), false, context, scope, IJavaSearchConstants.INTERFACE);
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddMessageDrivenBeanWizardPage.java :
182 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(), false, context, scope, IJavaSearchConstants.INTERFACE);
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.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddMessageDrivenBeanWizardPage.java :
183 : dialog.setTitle(J2EEUIMessages.INTERFACE_SELECTION_DIALOG_TITLE);
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.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddMessageDrivenBeanWizardPage.java :
184 : if (dialog.open() == Window.OK) {
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddSessionBeanWizardPage.java :
30 : import org.eclipse.jdt.internal.ui.preferences.ScrolledPageContent;
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddSessionBeanWizardPage.java :
70 : ScrolledPageContent pageContent = new ScrolledPageContent(parent);
Discouraged access: The constructor ScrolledPageContent(Composite) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddSessionBeanWizardPage.java :
70 : ScrolledPageContent pageContent = new ScrolledPageContent(parent);
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddSessionBeanWizardPage.java :
70 : ScrolledPageContent pageContent = new ScrolledPageContent(parent);
Discouraged access: The method getBody() from the type ScrolledPageContent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddSessionBeanWizardPage.java :
71 : Composite composite = pageContent.getBody();
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddSessionBeanWizardPage.java :
283 : protected ScrolledPageContent getParentScrolledComposite(Control control) {
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddSessionBeanWizardPage.java :
285 : while (!(parent instanceof ScrolledPageContent) && parent != null) {
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddSessionBeanWizardPage.java :
288 : if (parent instanceof ScrolledPageContent) {
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddSessionBeanWizardPage.java :
289 : return (ScrolledPageContent) parent;
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
AddSessionBeanWizardPage.java :
295 : ScrolledPageContent parentScrolledComposite = getParentScrolledComposite(expandable);
Discouraged access: The type OpenTypeSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
BusinessInterfaceSelectionDialog.java :
20 : import org.eclipse.jdt.internal.ui.dialogs.OpenTypeSelectionDialog;
Discouraged access: The type OpenTypeSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
BusinessInterfaceSelectionDialog.java :
34 : public class BusinessInterfaceSelectionDialog extends OpenTypeSelectionDialog {
Discouraged access: The constructor OpenTypeSelectionDialog(Shell, boolean, IRunnableContext, IJavaSearchScope, int, TypeSelectionExtension) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
BusinessInterfaceSelectionDialog.java :
48 : super(parent, false, context, scope, elementKinds, extension);
Discouraged access: The type OpenTypeSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
Session2xInterfacesTable.java :
19 : import org.eclipse.jdt.internal.ui.dialogs.OpenTypeSelectionDialog;
Discouraged access: The type OpenTypeSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
Session2xInterfacesTable.java :
132 : final OpenTypeSelectionDialog dialog = new OpenTypeSelectionDialog(parent.getShell(), false, null, SearchEngine.createWorkspaceScope(), IJavaSearchConstants.INTERFACE);
Discouraged access: The constructor OpenTypeSelectionDialog(Shell, boolean, IRunnableContext, IJavaSearchScope, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
Session2xInterfacesTable.java :
132 : final OpenTypeSelectionDialog dialog = new OpenTypeSelectionDialog(parent.getShell(), false, null, SearchEngine.createWorkspaceScope(), IJavaSearchConstants.INTERFACE);
Discouraged access: The type OpenTypeSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
Session2xInterfacesTable.java :
132 : final OpenTypeSelectionDialog dialog = new OpenTypeSelectionDialog(parent.getShell(), false, null, SearchEngine.createWorkspaceScope(), IJavaSearchConstants.INTERFACE);
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.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
Session2xInterfacesTable.java :
133 : dialog.setTitle(EJBUIMessages.chooseInterface);
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.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
Session2xInterfacesTable.java :
150 : if (dialog.open() != IDialogConstants.OK_ID)