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: 97 (Errors: 0 Warnings: 97 )

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: UnusedPrivateMethod

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

JAXRSFacetInstallPage.java :

430 : private void removeItemFromList(String[] selection)

2. WARNING: UnusedPrivateMethod

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

JAXRSFacetInstallPage.java :

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

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

The field JAXRSLibraryPropertyPage.SETTINGS_SERVLET is never read locally

JAXRSLibraryPropertyPage.java :

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

2. WARNING: UnusedPrivateField

The field JAXRSLibraryPropertyPage.SETTINGS_SERVLET_CLASSNAME is never read locally

JAXRSLibraryPropertyPage.java :

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

3. WARNING: UnusedPrivateField

The field JAXRSLibraryPropertyPage.SETTINGS_URL_MAPPINGS is never read locally

JAXRSLibraryPropertyPage.java :

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

4. WARNING: UnusedPrivateField

The field JAXRSLibraryPropertyPage.SETTINGS_URL_PATTERN is never read locally

JAXRSLibraryPropertyPage.java :

78 : 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: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

29 : import org.eclipse.jst.ws.jaxrs.core.internal.project.facet.IJAXRSFacetInstallDataModelProperties;

2. WARNING: DiscouragedReference

Discouraged access: The type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

30 : import org.eclipse.jst.ws.jaxrs.core.internal.project.facet.JAXRSUserLibraryProviderInstallOperationConfig;

3. WARNING: UnusedPrivateField

The field JAXRSUserLibraryProviderInstallPanel.workingCopyModel is never read locally

JAXRSUserLibraryProviderInstallPanel.java :

46 : private JAXRSLibraryConfigModel workingCopyModel = null;

4. WARNING: DiscouragedReference

Discouraged access: The type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

48 : private JAXRSUserLibraryProviderInstallOperationConfig cfg;;

5. WARNING: UnusedPrivateField

The field JAXRSUserLibraryProviderInstallPanel.servletInfoGroup is never read locally

JAXRSUserLibraryProviderInstallPanel.java :

49 : private ServletInformationGroup servletInfoGroup;

6. WARNING: DiscouragedReference

Discouraged access: The type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

60 : cfg = (JAXRSUserLibraryProviderInstallOperationConfig) getOperationConfig();

7. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

61 : model = cfg.getModel();

8. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

73 : String libraryID = ((LibraryInstallDelegate)model.getProperty(IJAXRSFacetInstallDataModelProperties.LIBRARY_PROVIDER_DELEGATE)).getLibraryProvider().getId();

9. WARNING: DiscouragedReference

Discouraged access: The field LIBRARY_PROVIDER_DELEGATE from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

73 : String libraryID = ((LibraryInstallDelegate)model.getProperty(IJAXRSFacetInstallDataModelProperties.LIBRARY_PROVIDER_DELEGATE)).getLibraryProvider().getId();

10. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

80 : if (event == null || event.getPropertyName() == null || (!event.getPropertyName().equals(IJAXRSFacetInstallDataModelProperties.LIBRARY_PROVIDER_DELEGATE) && !event.getPropertyName().equals(IJAXRSFacetInstallDataModelProperties.ADD_TO_EAR) ))

11. WARNING: DiscouragedReference

Discouraged access: The field LIBRARY_PROVIDER_DELEGATE from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

80 : if (event == null || event.getPropertyName() == null || (!event.getPropertyName().equals(IJAXRSFacetInstallDataModelProperties.LIBRARY_PROVIDER_DELEGATE) && !event.getPropertyName().equals(IJAXRSFacetInstallDataModelProperties.ADD_TO_EAR) ))

12. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

80 : if (event == null || event.getPropertyName() == null || (!event.getPropertyName().equals(IJAXRSFacetInstallDataModelProperties.LIBRARY_PROVIDER_DELEGATE) && !event.getPropertyName().equals(IJAXRSFacetInstallDataModelProperties.ADD_TO_EAR) ))

13. WARNING: DiscouragedReference

Discouraged access: The field ADD_TO_EAR from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

80 : if (event == null || event.getPropertyName() == null || (!event.getPropertyName().equals(IJAXRSFacetInstallDataModelProperties.LIBRARY_PROVIDER_DELEGATE) && !event.getPropertyName().equals(IJAXRSFacetInstallDataModelProperties.ADD_TO_EAR) ))

14. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

83 : .getProperty(IJAXRSFacetInstallDataModelProperties.LIBRARY_PROVIDER_DELEGATE);

15. WARNING: DiscouragedReference

Discouraged access: The field LIBRARY_PROVIDER_DELEGATE from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

83 : .getProperty(IJAXRSFacetInstallDataModelProperties.LIBRARY_PROVIDER_DELEGATE);

16. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

94 : } else if (!event.getPropertyName().equals(IJAXRSFacetInstallDataModelProperties.ADD_TO_EAR)) {

17. WARNING: DiscouragedReference

Discouraged access: The field ADD_TO_EAR from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

94 : } else if (!event.getPropertyName().equals(IJAXRSFacetInstallDataModelProperties.ADD_TO_EAR)) {

18. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

103 : model.getStringProperty(IJAXRSFacetInstallDataModelProperties.TARGETRUNTIME),

19. WARNING: DiscouragedReference

Discouraged access: The field TARGETRUNTIME from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

103 : model.getStringProperty(IJAXRSFacetInstallDataModelProperties.TARGETRUNTIME),

20. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

127 : model.getStringProperty(IJAXRSFacetInstallDataModelProperties.TARGETRUNTIME),

21. WARNING: DiscouragedReference

Discouraged access: The field TARGETRUNTIME from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

127 : model.getStringProperty(IJAXRSFacetInstallDataModelProperties.TARGETRUNTIME),

22. WARNING: DiscouragedReference

Discouraged access: The method setIsDeploy(boolean) from the type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

156 : cfg.setIsDeploy(deployLib);

23. WARNING: DiscouragedReference

Discouraged access: The method setSharedLibrary(boolean) from the type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

157 : cfg.setSharedLibrary(shareLib);

24. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

158 : IDataModel model = cfg.getModel();

25. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

160 : IJAXRSFacetInstallDataModelProperties.DEPLOY_IMPLEMENTATION,

26. WARNING: DiscouragedReference

Discouraged access: The field DEPLOY_IMPLEMENTATION from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

160 : IJAXRSFacetInstallDataModelProperties.DEPLOY_IMPLEMENTATION,

27. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

163 : IJAXRSFacetInstallDataModelProperties.SHAREDLIBRARY,

28. WARNING: DiscouragedReference

Discouraged access: The field SHAREDLIBRARY from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

163 : IJAXRSFacetInstallDataModelProperties.SHAREDLIBRARY,

29. WARNING: DiscouragedReference

Discouraged access: The method setIsDeploy(boolean) from the type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

167 : cfg.setIsDeploy(deployLib);

30. WARNING: DiscouragedReference

Discouraged access: The method setSharedLibrary(boolean) from the type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

168 : cfg.setSharedLibrary(shareLib);

31. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

169 : IDataModel model = cfg.getModel();

32. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

171 : IJAXRSFacetInstallDataModelProperties.DEPLOY_IMPLEMENTATION,

33. WARNING: DiscouragedReference

Discouraged access: The field DEPLOY_IMPLEMENTATION from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

171 : IJAXRSFacetInstallDataModelProperties.DEPLOY_IMPLEMENTATION,

34. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

174 : IJAXRSFacetInstallDataModelProperties.SHAREDLIBRARY,

35. WARNING: DiscouragedReference

Discouraged access: The field SHAREDLIBRARY from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

174 : IJAXRSFacetInstallDataModelProperties.SHAREDLIBRARY,

36. WARNING: DiscouragedReference

Discouraged access: The method setIsDeploy(boolean) from the type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

192 : cfg.setIsDeploy(deployLib);

37. WARNING: DiscouragedReference

Discouraged access: The method setSharedLibrary(boolean) from the type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

193 : cfg.setSharedLibrary(shareLib);

38. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

194 : IDataModel model = cfg.getModel();

39. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

196 : IJAXRSFacetInstallDataModelProperties.DEPLOY_IMPLEMENTATION,

40. WARNING: DiscouragedReference

Discouraged access: The field DEPLOY_IMPLEMENTATION from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

196 : IJAXRSFacetInstallDataModelProperties.DEPLOY_IMPLEMENTATION,

41. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

199 : IJAXRSFacetInstallDataModelProperties.SHAREDLIBRARY,

42. WARNING: DiscouragedReference

Discouraged access: The field SHAREDLIBRARY from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

199 : IJAXRSFacetInstallDataModelProperties.SHAREDLIBRARY,

43. WARNING: DiscouragedReference

Discouraged access: The method setIsDeploy(boolean) from the type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

211 : cfg.setIsDeploy(deployLib);

44. WARNING: DiscouragedReference

Discouraged access: The method setSharedLibrary(boolean) from the type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

212 : cfg.setSharedLibrary(shareLib);

45. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

213 : IDataModel model = cfg.getModel();

46. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

215 : IJAXRSFacetInstallDataModelProperties.DEPLOY_IMPLEMENTATION,

47. WARNING: DiscouragedReference

Discouraged access: The field DEPLOY_IMPLEMENTATION from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

215 : IJAXRSFacetInstallDataModelProperties.DEPLOY_IMPLEMENTATION,

48. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

218 : IJAXRSFacetInstallDataModelProperties.SHAREDLIBRARY,

49. WARNING: DiscouragedReference

Discouraged access: The field SHAREDLIBRARY from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

218 : IJAXRSFacetInstallDataModelProperties.SHAREDLIBRARY,

50. WARNING: DiscouragedReference

Discouraged access: The type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

234 : cfg.addListener(listener, JAXRSUserLibraryProviderInstallOperationConfig.PROP_INCLUDE_WITH_APPLICATION_ENABLED);

51. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

251 : return cfg.getModel() == null;

52. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

281 : .getDefaultProperty(IJAXRSFacetInstallDataModelProperties.SHAREDLIBRARY);

53. WARNING: DiscouragedReference

Discouraged access: The field SHAREDLIBRARY from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

281 : .getDefaultProperty(IJAXRSFacetInstallDataModelProperties.SHAREDLIBRARY);

54. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

283 : .getDefaultProperty(IJAXRSFacetInstallDataModelProperties.DEPLOY_IMPLEMENTATION);

55. WARNING: DiscouragedReference

Discouraged access: The field DEPLOY_IMPLEMENTATION from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

283 : .getDefaultProperty(IJAXRSFacetInstallDataModelProperties.DEPLOY_IMPLEMENTATION);

56. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

287 : .getStringProperty(IJAXRSFacetInstallDataModelProperties.TARGETRUNTIME));

57. WARNING: DiscouragedReference

Discouraged access: The field TARGETRUNTIME from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

287 : .getStringProperty(IJAXRSFacetInstallDataModelProperties.TARGETRUNTIME));

58. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

298 : IJAXRSFacetInstallDataModelProperties.DEPLOY_IMPLEMENTATION,

59. WARNING: DiscouragedReference

Discouraged access: The field DEPLOY_IMPLEMENTATION from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

298 : IJAXRSFacetInstallDataModelProperties.DEPLOY_IMPLEMENTATION,

60. WARNING: DiscouragedReference

Discouraged access: The method setIsDeploy(boolean) from the type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

301 : cfg.setIsDeploy(bDeploy);

61. WARNING: DiscouragedReference

Discouraged access: The method setSharedLibrary(boolean) from the type JAXRSUserLibraryProviderInstallOperationConfig is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

303 : cfg.setSharedLibrary(bSharedLib);

62. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

305 : IJAXRSFacetInstallDataModelProperties.SHAREDLIBRARY,

63. WARNING: DiscouragedReference

Discouraged access: The field SHAREDLIBRARY from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

JAXRSUserLibraryProviderInstallPanel.java :

305 : IJAXRSFacetInstallDataModelProperties.SHAREDLIBRARY,

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

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

ServletInformationGroup.java :

21 : import org.eclipse.jst.ws.jaxrs.core.internal.project.facet.IJAXRSFacetInstallDataModelProperties;

2. WARNING: UnusedPrivateField

The field ServletInformationGroup.dialogSettings is never read locally

ServletInformationGroup.java :

50 : private IDialogSettings dialogSettings;

3. WARNING: UnusedPrivateField

The field ServletInformationGroup.webAppDataModel is never read locally

ServletInformationGroup.java :

51 : private IDataModel webAppDataModel;

4. WARNING: UnusedPrivateField

The field ServletInformationGroup.sEARProject is never read locally

ServletInformationGroup.java :

52 : private String sEARProject = null;

5. WARNING: UnusedPrivateField

The field ServletInformationGroup.sWEBProject is never read locally

ServletInformationGroup.java :

53 : private String sWEBProject = null;

6. WARNING: UnusedPrivateField

The field ServletInformationGroup.sTargetRuntime is never read locally

ServletInformationGroup.java :

54 : private String sTargetRuntime = null;

7. WARNING: UnusedPrivateField

The field ServletInformationGroup.bAddToEAR is never read locally

ServletInformationGroup.java :

55 : private boolean bAddToEAR = false;

8. WARNING: UnusedPrivateField

The field ServletInformationGroup.SETTINGS_SERVLET is never read locally

ServletInformationGroup.java :

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

9. 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$

10. 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$

11. 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$

12. WARNING: DiscouragedReference

Discouraged access: The type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

ServletInformationGroup.java :

184 : IJAXRSFacetInstallDataModelProperties.SERVLET_URL_PATTERNS,

13. WARNING: DiscouragedReference

Discouraged access: The field SERVLET_URL_PATTERNS from the type IJAXRSFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

ServletInformationGroup.java :

184 : IJAXRSFacetInstallDataModelProperties.SERVLET_URL_PATTERNS,

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

Discouraged access: The type JAXRSJ2EEUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

UpdateWebXMLForJ2EE.java :

23 : import org.eclipse.jst.ws.jaxrs.core.internal.project.facet.JAXRSJ2EEUtils;

2. 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;

3. WARNING: UnusedPrivateField

The field UpdateWebXMLForJ2EE.servletMapping is never read locally

UpdateWebXMLForJ2EE.java :

29 : private ServletMapping servletMapping;

4. WARNING: DiscouragedReference

Discouraged access: The type JAXRSJ2EEUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

UpdateWebXMLForJ2EE.java :

47 : servlet = JAXRSJ2EEUtils.createOrUpdateServletRef(webApp, this.newServletName, this.newServletClass, this.servlet);

5. WARNING: DiscouragedReference

Discouraged access: The method createOrUpdateServletRef(WebApp, String, String, Servlet) from the type JAXRSJ2EEUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

UpdateWebXMLForJ2EE.java :

47 : servlet = JAXRSJ2EEUtils.createOrUpdateServletRef(webApp, this.newServletName, this.newServletClass, this.servlet);

6. WARNING: DiscouragedReference

Discouraged access: The type JAXRSJ2EEUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

UpdateWebXMLForJ2EE.java :

48 : JAXRSJ2EEUtils.updateURLMappings(webApp, listOfMappings, servlet);

7. WARNING: DiscouragedReference

Discouraged access: The method updateURLMappings(WebApp, List, Servlet) from the type JAXRSJ2EEUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

UpdateWebXMLForJ2EE.java :

48 : JAXRSJ2EEUtils.updateURLMappings(webApp, listOfMappings, servlet);

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

Discouraged access: The type JAXRSJEEUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

UpdateWebXMLForJavaEE.java :

25 : import org.eclipse.jst.ws.jaxrs.core.internal.project.facet.JAXRSJEEUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type JAXRSJEEUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

UpdateWebXMLForJavaEE.java :

69 : servlet = JAXRSJEEUtils.findJAXRSServlet(webApp, jaxrsLibraryID);

3. WARNING: DiscouragedReference

Discouraged access: The method findJAXRSServlet(WebApp, String) from the type JAXRSJEEUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

UpdateWebXMLForJavaEE.java :

69 : servlet = JAXRSJEEUtils.findJAXRSServlet(webApp, jaxrsLibraryID);

4. WARNING: DiscouragedReference

Discouraged access: The type JAXRSJEEUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

UpdateWebXMLForJavaEE.java :

71 : servlet = JAXRSJEEUtils.createOrUpdateServletRef(webApp, this.newServletName, this.newServletClass, servlet);

5. WARNING: DiscouragedReference

Discouraged access: The method createOrUpdateServletRef(WebApp, String, String, Servlet) from the type JAXRSJEEUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

UpdateWebXMLForJavaEE.java :

71 : servlet = JAXRSJEEUtils.createOrUpdateServletRef(webApp, this.newServletName, this.newServletClass, servlet);

6. WARNING: DiscouragedReference

Discouraged access: The type JAXRSJEEUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

UpdateWebXMLForJavaEE.java :

72 : JAXRSJEEUtils.updateURLMappings(webApp, listOfMappings, servlet);

7. WARNING: DiscouragedReference

Discouraged access: The method updateURLMappings(WebApp, List, Servlet) from the type JAXRSJEEUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.jaxrs.core/@dot

UpdateWebXMLForJavaEE.java :

72 : JAXRSJEEUtils.updateURLMappings(webApp, listOfMappings, servlet);