Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.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 :

706 : 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 field JAXRSLibraryPropertyPage.SETTINGS_SERVLET is never read locally

JAXRSLibraryPropertyPage.java :

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

3. WARNING: UnusedPrivateField

The field JAXRSLibraryPropertyPage.SETTINGS_SERVLET_CLASSNAME is never read locally

JAXRSLibraryPropertyPage.java :

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

4. WARNING: UnusedPrivateField

The field JAXRSLibraryPropertyPage.SETTINGS_URL_MAPPINGS is never read locally

JAXRSLibraryPropertyPage.java :

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

5. WARNING: UnusedPrivateField

The field JAXRSLibraryPropertyPage.SETTINGS_URL_PATTERN is never read locally

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 field JAXRSUserLibraryProviderInstallPanel.workingCopyModel is never read locally

JAXRSUserLibraryProviderInstallPanel.java :

46 : private JAXRSLibraryConfigModel workingCopyModel = null;

2. WARNING: UnusedPrivateField

The field JAXRSUserLibraryProviderInstallPanel.servletInfoGroup is never read locally

JAXRSUserLibraryProviderInstallPanel.java :

49 : private ServletInformationGroup servletInfoGroup;

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

The field ServletInformationGroup.dialogSettings is never read locally

ServletInformationGroup.java :

50 : private IDialogSettings dialogSettings;

2. WARNING: UnusedPrivateField

The field ServletInformationGroup.webAppDataModel is never read locally

ServletInformationGroup.java :

51 : private IDataModel webAppDataModel;

3. WARNING: UnusedPrivateField

The field ServletInformationGroup.sEARProject is never read locally

ServletInformationGroup.java :

52 : private String sEARProject = null;

4. WARNING: UnusedPrivateField

The field ServletInformationGroup.sWEBProject is never read locally

ServletInformationGroup.java :

53 : private String sWEBProject = null;

5. WARNING: UnusedPrivateField

The field ServletInformationGroup.sTargetRuntime is never read locally

ServletInformationGroup.java :

54 : private String sTargetRuntime = null;

6. WARNING: UnusedPrivateField

The field ServletInformationGroup.bAddToEAR is never read locally

ServletInformationGroup.java :

55 : private boolean bAddToEAR = false;

7. WARNING: UnusedPrivateField

The field ServletInformationGroup.SETTINGS_SERVLET is never read locally

ServletInformationGroup.java :

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

8. WARNING: UnusedPrivateField

The field ServletInformationGroup.SETTINGS_SERVLET_CLASSNAME is never read locally

ServletInformationGroup.java :

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

9. WARNING: UnusedPrivateField

The field ServletInformationGroup.SETTINGS_URL_MAPPINGS is never read locally

ServletInformationGroup.java :

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

10. WARNING: UnusedPrivateField

The field ServletInformationGroup.SETTINGS_URL_PATTERN is never read locally

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 field UpdateWebXMLForJ2EE.servletMapping is never read locally

UpdateWebXMLForJ2EE.java :

29 : private ServletMapping servletMapping;