Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
Number of source files: 43 Number of classfiles: 65
Problems: 30 (Errors: 0 Warnings: 30 )
Discouraged access: The method setTitle(String) from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddButtonListener.java :
95 : dialog.setTitle(EJBUIMessages.chooseInterface);
Discouraged access: The method open() from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddButtonListener.java :
98 : if (dialog.open() == BusinessInterfaceSelectionDialog.OK) {
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddMessageDrivenBeanWizardPage.java :
23 : import org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog;
The local variable messageListenerInterface is never read
AddMessageDrivenBeanWizardPage.java :
174 : String messageListenerInterface = getDataModel().getStringProperty(MESSAGE_LISTENER_INTERFACE);
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddMessageDrivenBeanWizardPage.java :
185 : 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 /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddMessageDrivenBeanWizardPage.java :
185 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(), false, context, scope, IJavaSearchConstants.INTERFACE);
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddMessageDrivenBeanWizardPage.java :
185 : 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 /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddMessageDrivenBeanWizardPage.java :
186 : 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 /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddMessageDrivenBeanWizardPage.java :
187 : if (dialog.open() == Window.OK) {
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddSessionBeanWizardPage.java :
31 : import org.eclipse.jdt.internal.ui.preferences.ScrolledPageContent;
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddSessionBeanWizardPage.java :
70 : ScrolledPageContent pageContent = new ScrolledPageContent(parent);
Discouraged access: The constructor ScrolledPageContent(Composite) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddSessionBeanWizardPage.java :
70 : ScrolledPageContent pageContent = new ScrolledPageContent(parent);
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.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 /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddSessionBeanWizardPage.java :
71 : Composite composite = pageContent.getBody();
The local variable gridData1 is never read
AddSessionBeanWizardPage.java :
147 : GridData gridData1 = new GridData();
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddSessionBeanWizardPage.java :
284 : protected ScrolledPageContent getParentScrolledComposite(Control control) {
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddSessionBeanWizardPage.java :
286 : while (!(parent instanceof ScrolledPageContent) && parent != null) {
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddSessionBeanWizardPage.java :
289 : if (parent instanceof ScrolledPageContent) {
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddSessionBeanWizardPage.java :
290 : return (ScrolledPageContent) parent;
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddSessionBeanWizardPage.java :
296 : ScrolledPageContent parentScrolledComposite = getParentScrolledComposite(expandable);
Discouraged access: The type OpenTypeSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.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 /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.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 /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.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 /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.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 /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.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 /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.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 /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.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 /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.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 /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
Session2xInterfacesTable.java :
150 : if (dialog.open() != IDialogConstants.OK_ID)
The local variable size is never read
Session2xInterfacesTable.java :
269 : Point size = table.getSize();