Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 20 Number of classfiles: 45
Problems: 19 (Errors: 0 Warnings: 19 )
Unnecessary @SuppressWarnings("unused")
ClassesGenerator.java :
95 : @SuppressWarnings("unused") IProgressMonitor monitor) {
Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jpt.core/@dot
SchemaGenerator.java :
49 : import org.eclipse.jpt.core.internal.utility.jdt.JDTTools;
Unnecessary @SuppressWarnings("unused")
SchemaGenerator.java :
112 : @SuppressWarnings("unused") IProgressMonitor monitor) {
Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jpt.core/@dot
SchemaGenerator.java :
166 : return getJaxbPropertiesFileFromPackageRoots(JDTTools.getJavaSourceFolders(this.javaProject));
Discouraged access: The method getJavaSourceFolders(IJavaProject) from the type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jpt.core/@dot
SchemaGenerator.java :
166 : return getJaxbPropertiesFileFromPackageRoots(JDTTools.getJavaSourceFolders(this.javaProject));
Discouraged access: The type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jpt.core/@dot
SchemaGenerator.java :
251 : for (IPackageFragmentRoot pfr : JDTTools.getJavaSourceFolders(this.javaProject)) {
Discouraged access: The method getJavaSourceFolders(IJavaProject) from the type JDTTools is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jpt.core/@dot
SchemaGenerator.java :
251 : for (IPackageFragmentRoot pfr : JDTTools.getJavaSourceFolders(this.javaProject)) {
Unnecessary @SuppressWarnings("unused")
ObjectAction.java :
58 : @SuppressWarnings("unused")
Discouraged access: The type NewWizardMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
ClassesGeneratorWizardPage.java :
26 : import org.eclipse.jdt.internal.ui.wizards.NewWizardMessages;
Discouraged access: The type TypedElementSelectionValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
ClassesGeneratorWizardPage.java :
27 : import org.eclipse.jdt.internal.ui.wizards.TypedElementSelectionValidator;
Discouraged access: The type TypedViewerFilter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
ClassesGeneratorWizardPage.java :
28 : import org.eclipse.jdt.internal.ui.wizards.TypedViewerFilter;
Discouraged access: The type TypedElementSelectionValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
ClassesGeneratorWizardPage.java :
305 : TypedElementSelectionValidator validator= new TypedElementSelectionValidator(acceptedClasses, false) {
Discouraged access: The type TypedElementSelectionValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
ClassesGeneratorWizardPage.java :
305 : TypedElementSelectionValidator validator= new TypedElementSelectionValidator(acceptedClasses, false) {
Discouraged access: The type TypedViewerFilter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
ClassesGeneratorWizardPage.java :
325 : ViewerFilter filter= new TypedViewerFilter(acceptedClasses) {
Discouraged access: The method select(Viewer, Object, Object) from the type TypedViewerFilter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
ClassesGeneratorWizardPage.java :
336 : return super.select(viewer, parent, element);
Discouraged access: The type NewWizardMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
ClassesGeneratorWizardPage.java :
345 : dialog.setTitle(NewWizardMessages.NewContainerWizardPage_ChooseSourceContainerDialog_title);
Discouraged access: The field NewContainerWizardPage_ChooseSourceContainerDialog_title from the type NewWizardMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
ClassesGeneratorWizardPage.java :
345 : dialog.setTitle(NewWizardMessages.NewContainerWizardPage_ChooseSourceContainerDialog_title);
Discouraged access: The type NewWizardMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
ClassesGeneratorWizardPage.java :
346 : dialog.setMessage(NewWizardMessages.NewContainerWizardPage_ChooseSourceContainerDialog_description);
Discouraged access: The field NewContainerWizardPage_ChooseSourceContainerDialog_description from the type NewWizardMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
ClassesGeneratorWizardPage.java :
346 : dialog.setMessage(NewWizardMessages.NewContainerWizardPage_ChooseSourceContainerDialog_description);