Compiler Report

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 )

Source File: org/eclipse/jpt/jaxb/core/internal/ClassesGenerator.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

ClassesGenerator.java :

95 : @SuppressWarnings("unused") IProgressMonitor monitor) {

Source File: org/eclipse/jpt/jaxb/core/internal/SchemaGenerator.java
1. WARNING: DiscouragedReference

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;

2. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

SchemaGenerator.java :

112 : @SuppressWarnings("unused") IProgressMonitor monitor) {

3. WARNING: DiscouragedReference

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));

4. WARNING: DiscouragedReference

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));

5. WARNING: DiscouragedReference

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)) {

6. WARNING: DiscouragedReference

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)) {

Source File: org/eclipse/jpt/jaxb/ui/internal/actions/ObjectAction.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

ObjectAction.java :

58 : @SuppressWarnings("unused")

Source File: org/eclipse/jpt/jaxb/ui/internal/wizards/classesgen/ClassesGeneratorWizardPage.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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) {

5. WARNING: DiscouragedReference

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) {

6. WARNING: DiscouragedReference

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) {

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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);