Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2
Number of source files: 43 Number of classfiles: 60
Problems: 29 (Errors: 0 Warnings: 29 )
Discouraged access: The method setTitle(String) from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.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.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.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.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.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.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.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.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.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.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.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.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.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.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.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.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.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.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.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.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.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.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.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.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar
AddSessionBeanWizardPage.java :
71 : Composite composite = pageContent.getBody();
The local variable gridData1 is never read
AddSessionBeanWizardPage.java :
143 : GridData gridData1 = new GridData();
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar
AddSessionBeanWizardPage.java :
265 : protected ScrolledPageContent getParentScrolledComposite(Control control) {
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar
AddSessionBeanWizardPage.java :
267 : 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.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar
AddSessionBeanWizardPage.java :
270 : if (parent instanceof ScrolledPageContent) {
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar
AddSessionBeanWizardPage.java :
271 : return (ScrolledPageContent) parent;
Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar
AddSessionBeanWizardPage.java :
277 : ScrolledPageContent parentScrolledComposite = getParentScrolledComposite(expandable);
Discouraged access: The type OpenTypeSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.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.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.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.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.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.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.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.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar
Session2xInterfacesTable.java :
121 : 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.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar
Session2xInterfacesTable.java :
121 : 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.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar
Session2xInterfacesTable.java :
121 : final OpenTypeSelectionDialog dialog = new OpenTypeSelectionDialog(parent.getShell(), false, null, SearchEngine.createWorkspaceScope(), IJavaSearchConstants.INTERFACE);
Discouraged access: The method open() from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar
Session2xInterfacesTable.java :
138 : if (dialog.open() != IDialogConstants.OK_ID)
The local variable size is never read
Session2xInterfacesTable.java :
222 : Point size = table.getSize();