Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.B83_R37x, 3.7.2

Number of source files: 13 Number of classfiles: 28

Problems: 23 (Errors: 0 Warnings: 23 )

Source File: org/eclipse/jst/ws/jaxrs/ui/internal/project/facet/JAXRSFacetIncludeLibrariesGroup.java
1. WARNING: UnusedPrivateMethod

The method createCheckbox(Composite, String, String, String) from the type JAXRSFacetIncludeLibrariesGroup is never used locally

JAXRSFacetIncludeLibrariesGroup.java :

112 : private Button createCheckbox(Composite parent, String labelName, String tooltip, String infopop)

Source File: org/eclipse/jst/ws/jaxrs/ui/internal/project/facet/JAXRSFacetInstallPage.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("restriction")

JAXRSFacetInstallPage.java :

84 : @SuppressWarnings("restriction")

2. WARNING: UnusedPrivateMethod

The method removeItemFromList(String[]) from the type JAXRSFacetInstallPage is never used locally

JAXRSFacetInstallPage.java :

435 : private void removeItemFromList(String[] selection)

3. WARNING: UnusedPrivateMethod

The method setChildrenEnabled(Composite, boolean) from the type JAXRSFacetInstallPage is never used locally

JAXRSFacetInstallPage.java :

707 : private void setChildrenEnabled(Composite parentComposite, boolean enabled) {

Source File: org/eclipse/jst/ws/jaxrs/ui/internal/project/facet/JAXRSLibraryPropertyPage.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("restriction")

JAXRSLibraryPropertyPage.java :

67 : @SuppressWarnings("restriction")

2. WARNING: UnusedPrivateField

The value of the field JAXRSLibraryPropertyPage.SETTINGS_SERVLET is not used

JAXRSLibraryPropertyPage.java :

76 : private static final String SETTINGS_SERVLET = "servletName"; //$NON-NLS-1$

3. WARNING: UnusedPrivateField

The value of the field JAXRSLibraryPropertyPage.SETTINGS_SERVLET_CLASSNAME is not used

JAXRSLibraryPropertyPage.java :

77 : private static final String SETTINGS_SERVLET_CLASSNAME = "servletClassname"; //$NON-NLS-1$

4. WARNING: UnusedPrivateField

The value of the field JAXRSLibraryPropertyPage.SETTINGS_URL_MAPPINGS is not used

JAXRSLibraryPropertyPage.java :

78 : private static final String SETTINGS_URL_MAPPINGS = "urlMappings"; //$NON-NLS-1$

5. WARNING: UnusedPrivateField

The value of the field JAXRSLibraryPropertyPage.SETTINGS_URL_PATTERN is not used

JAXRSLibraryPropertyPage.java :

79 : private static final String SETTINGS_URL_PATTERN = "pattern"; //$NON-NLS-1$

Source File: org/eclipse/jst/ws/jaxrs/ui/internal/project/facet/JAXRSUserLibraryProviderInstallPanel.java
1. WARNING: UnusedPrivateField

The value of the field JAXRSUserLibraryProviderInstallPanel.workingCopyModel is not used

JAXRSUserLibraryProviderInstallPanel.java :

46 : private JAXRSLibraryConfigModel workingCopyModel = null;

2. WARNING: UnusedPrivateField

The value of the field JAXRSUserLibraryProviderInstallPanel.servletInfoGroup is not used

JAXRSUserLibraryProviderInstallPanel.java :

49 : private ServletInformationGroup servletInfoGroup;

Source File: org/eclipse/jst/ws/jaxrs/ui/internal/project/facet/ServletInformationGroup.java
1. WARNING: UnusedPrivateField

The value of the field ServletInformationGroup.dialogSettings is not used

ServletInformationGroup.java :

50 : private IDialogSettings dialogSettings;

2. WARNING: UnusedPrivateField

The value of the field ServletInformationGroup.webAppDataModel is not used

ServletInformationGroup.java :

51 : private IDataModel webAppDataModel;

3. WARNING: UnusedPrivateField

The value of the field ServletInformationGroup.sEARProject is not used

ServletInformationGroup.java :

52 : private String sEARProject = null;

4. WARNING: UnusedPrivateField

The value of the field ServletInformationGroup.sWEBProject is not used

ServletInformationGroup.java :

53 : private String sWEBProject = null;

5. WARNING: UnusedPrivateField

The value of the field ServletInformationGroup.sTargetRuntime is not used

ServletInformationGroup.java :

54 : private String sTargetRuntime = null;

6. WARNING: UnusedPrivateField

The value of the field ServletInformationGroup.bAddToEAR is not used

ServletInformationGroup.java :

55 : private boolean bAddToEAR = false;

7. WARNING: UnusedPrivateField

The value of the field ServletInformationGroup.SETTINGS_SERVLET is not used

ServletInformationGroup.java :

56 : private static final String SETTINGS_SERVLET = "servletName"; //$NON-NLS-1$

8. WARNING: UnusedPrivateField

The value of the field ServletInformationGroup.SETTINGS_SERVLET_CLASSNAME is not used

ServletInformationGroup.java :

57 : private static final String SETTINGS_SERVLET_CLASSNAME = "servletClassname"; //$NON-NLS-1$

9. WARNING: UnusedPrivateField

The value of the field ServletInformationGroup.SETTINGS_URL_MAPPINGS is not used

ServletInformationGroup.java :

58 : private static final String SETTINGS_URL_MAPPINGS = "urlMappings"; //$NON-NLS-1$

10. WARNING: UnusedPrivateField

The value of the field ServletInformationGroup.SETTINGS_URL_PATTERN is not used

ServletInformationGroup.java :

59 : private static final String SETTINGS_URL_PATTERN = "pattern"; //$NON-NLS-1$

Source File: org/eclipse/jst/ws/jaxrs/ui/internal/project/facet/UpdateWebXMLForJ2EE.java
1. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.datamodel.IDataModel is never used

UpdateWebXMLForJ2EE.java :

24 : import org.eclipse.wst.common.frameworks.datamodel.IDataModel;

2. WARNING: UnusedPrivateField

The value of the field UpdateWebXMLForJ2EE.servletMapping is not used

UpdateWebXMLForJ2EE.java :

29 : private ServletMapping servletMapping;