Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 2 Number of classfiles: 4

Problems: 29 (Errors: 0 Warnings: 29 )

Source File: org/eclipse/jst/ws/internal/axis2/consumption/ui/preferences/Axis2RuntimePreferencePage.java
1. WARNING: DiscouragedReference

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

Axis2RuntimePreferencePage.java :

43 : import org.eclipse.jst.ws.internal.ui.common.UIUtils;

2. WARNING: DiscouragedReference

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

Axis2RuntimePreferencePage.java :

80 : UIUtils uiUtils = new UIUtils(WebServiceAxis2UIPlugin.PLUGIN_ID);

3. WARNING: DiscouragedReference

Discouraged access: The constructor UIUtils(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

Axis2RuntimePreferencePage.java :

80 : UIUtils uiUtils = new UIUtils(WebServiceAxis2UIPlugin.PLUGIN_ID);

4. WARNING: DiscouragedReference

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

Axis2RuntimePreferencePage.java :

80 : UIUtils uiUtils = new UIUtils(WebServiceAxis2UIPlugin.PLUGIN_ID);

5. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

Axis2RuntimePreferencePage.java :

81 : final Composite mainComp = uiUtils.createComposite(superparent, 1);

6. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

Axis2RuntimePreferencePage.java :

92 : Composite runtimeTab = uiUtils.createComposite(axis2PreferenceTab, 1);

7. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

Axis2RuntimePreferencePage.java :

94 : Composite runtimeGroup = uiUtils.createComposite(runtimeTab, 3);

8. WARNING: DiscouragedReference

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

Axis2RuntimePreferencePage.java :

100 : axis2Path = uiUtils.createText(runtimeGroup, Axis2CoreUIMessages.AXIS2_RUNTIME_LOCATION , null, null , SWT.BORDER);

9. WARNING: DiscouragedReference

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

Axis2RuntimePreferencePage.java :

102 : Button browseButton = uiUtils.createPushButton(runtimeGroup, Axis2CoreUIMessages.LABEL_BROUSE, null, null);

10. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

Axis2RuntimePreferencePage.java :

126 : Composite codegenGroup = uiUtils.createComposite(axis2PreferenceTab, 1);

11. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

Axis2RuntimePreferencePage.java :

134 : Composite serviceCodegenGroup = uiUtils.createComposite(codegenGroup, 1);

12. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

Axis2RuntimePreferencePage.java :

140 : Composite dataBindComp = uiUtils.createComposite(serviceCodegenGroup, 2);

13. WARNING: DiscouragedReference

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

Axis2RuntimePreferencePage.java :

142 : serviceDatabindingCombo = uiUtils.createCombo(dataBindComp, Axis2CoreUIMessages.LABEL_DATABINDING, null, null, SWT.READ_ONLY);

14. WARNING: DiscouragedReference

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

Axis2RuntimePreferencePage.java :

145 : generateServerSideInterfaceCheckBoxButton = uiUtils.createCheckbox(serviceCodegenGroup, Axis2CoreUIMessages.LABEL_GENERATE_SERVERSIDE_INTERFACE, null, null);

15. WARNING: DiscouragedReference

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

Axis2RuntimePreferencePage.java :

148 : generateAllCheckBoxButton = uiUtils.createCheckbox(serviceCodegenGroup, Axis2CoreUIMessages.LABEL_GENERATE_ALL, null,null);

16. WARNING: DiscouragedReference

Discouraged access: The method createHorizontalSeparator(Composite, int) from the type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

Axis2RuntimePreferencePage.java :

150 : uiUtils.createHorizontalSeparator(codegenGroup,2);

17. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

Axis2RuntimePreferencePage.java :

154 : Composite clientCodegenGroup = uiUtils.createComposite(codegenGroup, 1);

18. WARNING: DiscouragedReference

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

Axis2RuntimePreferencePage.java :

159 : Group clientModeRadioComp = uiUtils.createGroup(clientCodegenGroup, Axis2CoreUIMessages.LABEL_CLIENT_SIDE, null, null);

19. WARNING: DiscouragedReference

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

Axis2RuntimePreferencePage.java :

162 : syncAndAsyncRadioButton = uiUtils.createRadioButton(clientModeRadioComp, Axis2CoreUIMessages.LABEL_SYNC_AND_ASYNC, null, null);

20. WARNING: DiscouragedReference

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

Axis2RuntimePreferencePage.java :

163 : syncOnlyRadioButton = uiUtils.createRadioButton(clientModeRadioComp,Axis2CoreUIMessages.LABEL_SYNC, null, null);

21. WARNING: DiscouragedReference

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

Axis2RuntimePreferencePage.java :

164 : asyncOnlyRadioButton = uiUtils.createRadioButton(clientModeRadioComp, Axis2CoreUIMessages.LABEL_ASYNC, null, null);

22. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

Axis2RuntimePreferencePage.java :

166 : Composite dataBind = uiUtils.createComposite(clientCodegenGroup, 2);

23. WARNING: DiscouragedReference

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

Axis2RuntimePreferencePage.java :

167 : clientDatabindingCombo = uiUtils.createCombo(dataBind, Axis2CoreUIMessages.LABEL_DATABINDING, null, null, SWT.READ_ONLY);

24. WARNING: DiscouragedReference

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

Axis2RuntimePreferencePage.java :

170 : clientTestCaseCheckBoxButton = uiUtils.createCheckbox(clientCodegenGroup, Axis2CoreUIMessages.LABEL_GENERATE_TESTCASE_CAPTION, null, null);

25. WARNING: DiscouragedReference

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

Axis2RuntimePreferencePage.java :

173 : clientGenerateAllCheckBoxButton = uiUtils.createCheckbox(clientCodegenGroup, Axis2CoreUIMessages.LABEL_GENERATE_ALL, null, null);

26. WARNING: DiscouragedReference

Discouraged access: The method createHorizontalSeparator(Composite, int) from the type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

Axis2RuntimePreferencePage.java :

176 : uiUtils.createHorizontalSeparator(codegenGroup,2);

27. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

Axis2RuntimePreferencePage.java :

181 : Composite aarGroup = uiUtils.createComposite(codegenGroup,1);

28. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

Axis2RuntimePreferencePage.java :

187 : Composite aarExtGroup = uiUtils.createComposite(aarGroup,2);

29. WARNING: DiscouragedReference

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

Axis2RuntimePreferencePage.java :

190 : aarExtensionCombo = uiUtils.createCombo(aarExtGroup, Axis2CoreUIMessages.LABEL_AAR_EXTENTION, null, null, SWT.READ_ONLY );