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 )
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;
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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 );