Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0
Number of source files: 13 Number of classfiles: 28
Problems: 23 (Errors: 0 Warnings: 23 )
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)
Unnecessary @SuppressWarnings("restriction")
JAXRSFacetInstallPage.java :
84 : @SuppressWarnings("restriction")
The method removeItemFromList(String[]) from the type JAXRSFacetInstallPage is never used locally
JAXRSFacetInstallPage.java :
460 : private void removeItemFromList(String[] selection)
The method setChildrenEnabled(Composite, boolean) from the type JAXRSFacetInstallPage is never used locally
JAXRSFacetInstallPage.java :
731 : private void setChildrenEnabled(Composite parentComposite, boolean enabled) {
Unnecessary @SuppressWarnings("restriction")
JAXRSLibraryPropertyPage.java :
70 : @SuppressWarnings("restriction")
The value of the field JAXRSLibraryPropertyPage.SETTINGS_SERVLET is not used
JAXRSLibraryPropertyPage.java :
79 : private static final String SETTINGS_SERVLET = "servletName"; //$NON-NLS-1$
The value of the field JAXRSLibraryPropertyPage.SETTINGS_SERVLET_CLASSNAME is not used
JAXRSLibraryPropertyPage.java :
80 : private static final String SETTINGS_SERVLET_CLASSNAME = "servletClassname"; //$NON-NLS-1$
The value of the field JAXRSLibraryPropertyPage.SETTINGS_URL_MAPPINGS is not used
JAXRSLibraryPropertyPage.java :
81 : private static final String SETTINGS_URL_MAPPINGS = "urlMappings"; //$NON-NLS-1$
The value of the field JAXRSLibraryPropertyPage.SETTINGS_URL_PATTERN is not used
JAXRSLibraryPropertyPage.java :
82 : private static final String SETTINGS_URL_PATTERN = "pattern"; //$NON-NLS-1$
The value of the field JAXRSUserLibraryProviderInstallPanel.workingCopyModel is not used
JAXRSUserLibraryProviderInstallPanel.java :
47 : private JAXRSLibraryConfigModel workingCopyModel = null;
The value of the field JAXRSUserLibraryProviderInstallPanel.servletInfoGroup is not used
JAXRSUserLibraryProviderInstallPanel.java :
50 : private ServletInformationGroup servletInfoGroup;
The value of the field ServletInformationGroup.dialogSettings is not used
ServletInformationGroup.java :
50 : private IDialogSettings dialogSettings;
The value of the field ServletInformationGroup.webAppDataModel is not used
ServletInformationGroup.java :
51 : private IDataModel webAppDataModel;
The value of the field ServletInformationGroup.sEARProject is not used
ServletInformationGroup.java :
52 : private String sEARProject = null;
The value of the field ServletInformationGroup.sWEBProject is not used
ServletInformationGroup.java :
53 : private String sWEBProject = null;
The value of the field ServletInformationGroup.sTargetRuntime is not used
ServletInformationGroup.java :
54 : private String sTargetRuntime = null;
The value of the field ServletInformationGroup.bAddToEAR is not used
ServletInformationGroup.java :
55 : private boolean bAddToEAR = false;
The value of the field ServletInformationGroup.SETTINGS_SERVLET is not used
ServletInformationGroup.java :
56 : private static final String SETTINGS_SERVLET = "servletName"; //$NON-NLS-1$
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$
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$
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$
The import org.eclipse.wst.common.frameworks.datamodel.IDataModel is never used
UpdateWebXMLForJ2EE.java :
24 : import org.eclipse.wst.common.frameworks.datamodel.IDataModel;
The value of the field UpdateWebXMLForJ2EE.servletMapping is not used
UpdateWebXMLForJ2EE.java :
29 : private ServletMapping servletMapping;