Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 142 Number of classfiles: 147

Problems: 1218 (Errors: 0 Warnings: 1218 )

Source File: org/eclipse/jst/ws/internal/consumption/codegen/RelVisitor.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RelVisitor.java :

17 : import org.eclipse.wst.ws.internal.datamodel.BasicElement;

2. WARNING: DiscouragedReference

Discouraged access: The type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RelVisitor.java :

18 : import org.eclipse.wst.ws.internal.datamodel.Rel;

3. WARNING: DiscouragedReference

Discouraged access: The type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RelVisitor.java :

73 : Rel rel = ((BasicElement)sourceElement).getRel(frelName);

4. WARNING: DiscouragedReference

Discouraged access: The method getRel(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RelVisitor.java :

73 : Rel rel = ((BasicElement)sourceElement).getRel(frelName);

5. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RelVisitor.java :

73 : Rel rel = ((BasicElement)sourceElement).getRel(frelName);

6. WARNING: DiscouragedReference

Discouraged access: The method getNumberOfTargetElements() from the type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RelVisitor.java :

75 : fTotalElements = rel.getNumberOfTargetElements();

7. WARNING: DiscouragedReference

Discouraged access: The method getTargetElements() from the type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RelVisitor.java :

78 : Enumeration e = rel.getTargetElements();

8. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RelVisitor.java :

80 : BasicElement targetElement = (BasicElement)e.nextElement();

9. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RelVisitor.java :

80 : BasicElement targetElement = (BasicElement)e.nextElement();

Source File: org/eclipse/jst/ws/internal/consumption/codegen/javamofvisitoractions/JavaMofAttributeVisitorAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofAttributeVisitorAction.java :

25 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofAttributeVisitorAction.java :

29 : import org.eclipse.wst.ws.internal.datamodel.Element;

3. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofAttributeVisitorAction.java :

44 : public JavaMofAttributeVisitorAction(Element parentElement, String project, IEnvironment env)

4. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofAttributeVisitorAction.java :

61 : status = StatusUtils.warningStatus( ConsumptionMessages.MSG_WARN_JTS_UNSUPPORTED_TYPE + ((JavaHelpers)pd.getPropertyType()).getJavaName() );

5. WARNING: DiscouragedReference

Discouraged access: The method warningStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofAttributeVisitorAction.java :

61 : status = StatusUtils.warningStatus( ConsumptionMessages.MSG_WARN_JTS_UNSUPPORTED_TYPE + ((JavaHelpers)pd.getPropertyType()).getJavaName() );

6. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofAttributeVisitorAction.java :

94 : status = StatusUtils.warningStatus( ConsumptionMessages.MSG_WARN_JTS_UNSUPPORTED_INDEXED_PROPERTIES + getMethod.getName() );

7. WARNING: DiscouragedReference

Discouraged access: The method warningStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofAttributeVisitorAction.java :

94 : status = StatusUtils.warningStatus( ConsumptionMessages.MSG_WARN_JTS_UNSUPPORTED_INDEXED_PROPERTIES + getMethod.getName() );

8. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofAttributeVisitorAction.java :

117 : status = StatusUtils.warningStatus( ConsumptionMessages.MSG_ERROR_JTS_JSP_GEN, e);

9. WARNING: DiscouragedReference

Discouraged access: The method warningStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofAttributeVisitorAction.java :

117 : status = StatusUtils.warningStatus( ConsumptionMessages.MSG_ERROR_JTS_JSP_GEN, e);

10. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofAttributeVisitorAction.java :

121 : status = StatusUtils.errorStatus(ConsumptionMessages.MSG_ERROR_JTS_JSP_GEN);

11. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofAttributeVisitorAction.java :

121 : status = StatusUtils.errorStatus(ConsumptionMessages.MSG_ERROR_JTS_JSP_GEN);

Source File: org/eclipse/jst/ws/internal/consumption/codegen/javamofvisitoractions/JavaMofBeanVisitorAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type NullStatusMonitor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

JavaMofBeanVisitorAction.java :

26 : import org.eclipse.jst.ws.internal.command.NullStatusMonitor;

2. WARNING: DiscouragedReference

Discouraged access: The type StatusMonitor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

JavaMofBeanVisitorAction.java :

27 : import org.eclipse.jst.ws.internal.command.StatusMonitor;

3. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofBeanVisitorAction.java :

36 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

4. WARNING: DiscouragedReference

Discouraged access: The type BooleanSelection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofBeanVisitorAction.java :

37 : import org.eclipse.wst.command.internal.env.core.selection.BooleanSelection;

5. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofBeanVisitorAction.java :

40 : import org.eclipse.wst.ws.internal.datamodel.Element;

6. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofBeanVisitorAction.java :

41 : import org.eclipse.wst.ws.internal.datamodel.Model;

7. WARNING: DiscouragedReference

Discouraged access: The type StatusMonitor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

JavaMofBeanVisitorAction.java :

63 : protected StatusMonitor monitor_;

8. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofBeanVisitorAction.java :

68 : protected Model fModel;

9. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofBeanVisitorAction.java :

74 : protected Element fParentElement;

10. WARNING: DiscouragedReference

Discouraged access: The type BooleanSelection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofBeanVisitorAction.java :

81 : private BooleanSelection[] fMethodsSelected;

11. WARNING: DiscouragedReference

Discouraged access: The type BooleanSelection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofBeanVisitorAction.java :

89 : public JavaMofBeanVisitorAction(String clientProject,BooleanSelection[] methods, IEnvironment env)

12. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofBeanVisitorAction.java :

103 : public JavaMofBeanVisitorAction(Model model, String clientProject, IEnvironment env)

13. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofBeanVisitorAction.java :

115 : public JavaMofBeanVisitorAction(Element parentElement, String clientProject, IEnvironment env )

14. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofBeanVisitorAction.java :

139 : fModel = beanElement.getModel();

15. WARNING: DiscouragedReference

Discouraged access: The method getRootElement() from the type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofBeanVisitorAction.java :

144 : if (!(beanElement == fModel.getRootElement())){

16. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofBeanVisitorAction.java :

149 : status = StatusUtils.warningStatus( ConsumptionMessages.MSG_ERROR_JTS_CYCLIC_BEAN );

17. WARNING: DiscouragedReference

Discouraged access: The method warningStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofBeanVisitorAction.java :

149 : status = StatusUtils.warningStatus( ConsumptionMessages.MSG_ERROR_JTS_CYCLIC_BEAN );

18. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofBeanVisitorAction.java :

178 : return StatusUtils.errorStatus(ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

19. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofBeanVisitorAction.java :

178 : return StatusUtils.errorStatus(ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

20. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofBeanVisitorAction.java :

204 : return StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

21. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofBeanVisitorAction.java :

204 : return StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

22. WARNING: DiscouragedReference

Discouraged access: The method getRootElement() from the type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofBeanVisitorAction.java :

214 : if (beanElement == fModel.getRootElement()){

23. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofBeanVisitorAction.java :

239 : return StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

24. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofBeanVisitorAction.java :

239 : return StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

25. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofBeanVisitorAction.java :

251 : status = StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_JTS_NO_PROXY_METHODS_PROCESSED );

26. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofBeanVisitorAction.java :

251 : status = StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_JTS_NO_PROXY_METHODS_PROCESSED );

27. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofBeanVisitorAction.java :

259 : status = StatusUtils.warningStatus( ConsumptionMessages.MSG_WARN_JTS_PROXY_METHODS_OMITTED );

28. WARNING: DiscouragedReference

Discouraged access: The method warningStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofBeanVisitorAction.java :

259 : status = StatusUtils.warningStatus( ConsumptionMessages.MSG_WARN_JTS_PROXY_METHODS_OMITTED );

29. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofBeanVisitorAction.java :

278 : public Model getModel()

30. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofBeanVisitorAction.java :

293 : status = StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_JTS_PROXY_HAS_NO_METHODS );

31. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofBeanVisitorAction.java :

293 : status = StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_JTS_PROXY_HAS_NO_METHODS );

32. WARNING: DiscouragedReference

Discouraged access: The type StatusMonitor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

JavaMofBeanVisitorAction.java :

315 : public void setStatusMonitor ( StatusMonitor monitor )

33. WARNING: DiscouragedReference

Discouraged access: The type StatusMonitor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

JavaMofBeanVisitorAction.java :

323 : public StatusMonitor getStatusMonitor ()

34. WARNING: DiscouragedReference

Discouraged access: The constructor NullStatusMonitor() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

JavaMofBeanVisitorAction.java :

327 : monitor_ = new NullStatusMonitor();

35. WARNING: DiscouragedReference

Discouraged access: The type NullStatusMonitor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

JavaMofBeanVisitorAction.java :

327 : monitor_ = new NullStatusMonitor();

36. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofBeanVisitorAction.java :

419 : public void setParentElement(Element element)

Source File: org/eclipse/jst/ws/internal/consumption/codegen/javamofvisitoractions/JavaMofFieldVisitorAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofFieldVisitorAction.java :

23 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofFieldVisitorAction.java :

27 : import org.eclipse.wst.ws.internal.datamodel.Element;

3. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofFieldVisitorAction.java :

42 : public JavaMofFieldVisitorAction(Element parentElement, String project, IEnvironment env)

4. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofFieldVisitorAction.java :

57 : status = StatusUtils.warningStatus( ConsumptionMessages.MSG_WARN_JTS_UNSUPPORTED_TYPE + ((JavaHelpers)field.getJavaClass()).getJavaName() );

5. WARNING: DiscouragedReference

Discouraged access: The method warningStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofFieldVisitorAction.java :

57 : status = StatusUtils.warningStatus( ConsumptionMessages.MSG_WARN_JTS_UNSUPPORTED_TYPE + ((JavaHelpers)field.getJavaClass()).getJavaName() );

6. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofFieldVisitorAction.java :

85 : status = StatusUtils.warningStatus( ConsumptionMessages.MSG_ERROR_JTS_JSP_GEN, e);

7. WARNING: DiscouragedReference

Discouraged access: The method warningStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofFieldVisitorAction.java :

85 : status = StatusUtils.warningStatus( ConsumptionMessages.MSG_ERROR_JTS_JSP_GEN, e);

8. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofFieldVisitorAction.java :

91 : status = StatusUtils.errorStatus(ConsumptionMessages.MSG_ERROR_JTS_JSP_GEN, e1 );

9. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofFieldVisitorAction.java :

91 : status = StatusUtils.errorStatus(ConsumptionMessages.MSG_ERROR_JTS_JSP_GEN, e1 );

Source File: org/eclipse/jst/ws/internal/consumption/codegen/javamofvisitoractions/JavaMofMethodVisitorAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofMethodVisitorAction.java :

28 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofMethodVisitorAction.java :

30 : import org.eclipse.wst.ws.internal.datamodel.Element;

3. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofMethodVisitorAction.java :

58 : public JavaMofMethodVisitorAction(Element parentElement,String project, IEnvironment env)

4. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofMethodVisitorAction.java :

80 : status = StatusUtils.warningStatus(ConsumptionMessages.MSG_WARN_JTS_UNSUPPORTED_PARAMETERS_ARRAYS + fUnsupportedParameterName );

5. WARNING: DiscouragedReference

Discouraged access: The method warningStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofMethodVisitorAction.java :

80 : status = StatusUtils.warningStatus(ConsumptionMessages.MSG_WARN_JTS_UNSUPPORTED_PARAMETERS_ARRAYS + fUnsupportedParameterName );

6. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofMethodVisitorAction.java :

87 : status = StatusUtils.warningStatus( ConsumptionMessages.MSG_WARN_JTS_UNSUPPORTED_PARAMETERS_INPUTS + fUnsupportedParameterName );

7. WARNING: DiscouragedReference

Discouraged access: The method warningStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofMethodVisitorAction.java :

87 : status = StatusUtils.warningStatus( ConsumptionMessages.MSG_WARN_JTS_UNSUPPORTED_PARAMETERS_INPUTS + fUnsupportedParameterName );

Source File: org/eclipse/jst/ws/internal/consumption/codegen/javamofvisitoractions/JavaMofParameterVisitorAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofParameterVisitorAction.java :

20 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofParameterVisitorAction.java :

23 : import org.eclipse.wst.ws.internal.datamodel.Element;

3. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofParameterVisitorAction.java :

40 : public JavaMofParameterVisitorAction(Element parentElement,String project, IEnvironment env)

4. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofParameterVisitorAction.java :

73 : return StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

5. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofParameterVisitorAction.java :

73 : return StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

Source File: org/eclipse/jst/ws/internal/consumption/codegen/javamofvisitoractions/JavaMofTypeVisitorAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofTypeVisitorAction.java :

32 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofTypeVisitorAction.java :

35 : import org.eclipse.wst.ws.internal.datamodel.Element;

3. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofTypeVisitorAction.java :

52 : public JavaMofTypeVisitorAction(Element parentElement,String project, IEnvironment env)

4. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofTypeVisitorAction.java :

85 : status = StatusUtils.warningStatus( ConsumptionMessages.MSG_WARN_JTS_UNSUPPORTED_TYPE + ((JavaHelpers)typeNavigator).getJavaName() );

5. WARNING: DiscouragedReference

Discouraged access: The method warningStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofTypeVisitorAction.java :

85 : status = StatusUtils.warningStatus( ConsumptionMessages.MSG_WARN_JTS_UNSUPPORTED_TYPE + ((JavaHelpers)typeNavigator).getJavaName() );

6. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofTypeVisitorAction.java :

100 : Element element = BeanModelElementsFactory.getBeanModelElement(typeNavigator,fParentElement);

7. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofTypeVisitorAction.java :

101 : element.setPropertyAsObject(TypeElement.NON_INSTANTIABLE, Boolean.TRUE);

8. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofTypeVisitorAction.java :

102 : status = StatusUtils.warningStatus(

9. WARNING: DiscouragedReference

Discouraged access: The method warningStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofTypeVisitorAction.java :

102 : status = StatusUtils.warningStatus( ConsumptionMessages.bind(ConsumptionMessages.MSG_WARN_JTS_NON_INSTANTIABLE_TYPE, element.getName()));

10. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMofTypeVisitorAction.java :

103 : ConsumptionMessages.bind(ConsumptionMessages.MSG_WARN_JTS_NON_INSTANTIABLE_TYPE, element.getName()));

11. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofTypeVisitorAction.java :

126 : return StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

12. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofTypeVisitorAction.java :

126 : return StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

Source File: org/eclipse/jst/ws/internal/consumption/codegen/javamofvisitors/JavaMofMethodVisitor.java
1. WARNING: DiscouragedReference

Discouraged access: The type BooleanSelection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofMethodVisitor.java :

24 : import org.eclipse.wst.command.internal.env.core.selection.BooleanSelection;

2. WARNING: DiscouragedReference

Discouraged access: The type BooleanSelection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofMethodVisitor.java :

37 : private BooleanSelection[] fMethodsSelected;

3. WARNING: DiscouragedReference

Discouraged access: The method getValue() from the type BooleanSelection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofMethodVisitor.java :

64 : if ( fMethodsSelected[i].getValue().equals(method.getMethodElementSignature()))

4. WARNING: DiscouragedReference

Discouraged access: The method isSelected() from the type BooleanSelection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofMethodVisitor.java :

65 : methodSelected = (boolean) fMethodsSelected[i].isSelected();

5. WARNING: DiscouragedReference

Discouraged access: The type BooleanSelection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofMethodVisitor.java :

84 : public void setMethodSelection(BooleanSelection[] methodSelected)

Source File: org/eclipse/jst/ws/internal/consumption/codegen/javamofvisitors/JavaMofParameterVisitor.java
1. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofParameterVisitor.java :

24 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofParameterVisitor.java :

71 : return StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

3. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofParameterVisitor.java :

71 : return StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

4. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofParameterVisitor.java :

95 : return StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

5. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofParameterVisitor.java :

95 : return StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

Source File: org/eclipse/jst/ws/internal/consumption/command/common/AddModuleToServerCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

AddModuleToServerCommand.java :

29 : import org.eclipse.jst.ws.internal.common.J2EEUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type ServerUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

AddModuleToServerCommand.java :

30 : import org.eclipse.jst.ws.internal.common.ServerUtils;

3. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AddModuleToServerCommand.java :

33 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

4. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AddModuleToServerCommand.java :

63 : status = StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_INSTANCE_NOT_FOUND );

5. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AddModuleToServerCommand.java :

63 : status = StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_INSTANCE_NOT_FOUND );

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

AddModuleToServerCommand.java :

74 : if (!J2EEUtils.isJavaComponent(iproject))

7. WARNING: DiscouragedReference

Discouraged access: The method isJavaComponent(IProject) from the type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

AddModuleToServerCommand.java :

74 : if (!J2EEUtils.isJavaComponent(iproject))

8. WARNING: DiscouragedReference

Discouraged access: The type ServerUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

AddModuleToServerCommand.java :

77 : IModule imodule = ServerUtils.getModule(iproject, module);

9. WARNING: DiscouragedReference

Discouraged access: The method getModule(IProject, String) from the type ServerUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

AddModuleToServerCommand.java :

77 : IModule imodule = ServerUtils.getModule(iproject, module);

10. WARNING: DiscouragedReference

Discouraged access: The type ServerUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

AddModuleToServerCommand.java :

84 : imodule = ServerUtils.getModule(iproject);

11. WARNING: DiscouragedReference

Discouraged access: The method getModule(IProject) from the type ServerUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

AddModuleToServerCommand.java :

84 : imodule = ServerUtils.getModule(iproject);

12. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AddModuleToServerCommand.java :

87 : status = StatusUtils.errorStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_ADD_MODULE, new String[]{module}) );

13. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AddModuleToServerCommand.java :

87 : status = StatusUtils.errorStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_ADD_MODULE, new String[]{module}) );

14. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AddModuleToServerCommand.java :

104 : status = StatusUtils.errorStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_ADD_MODULE, new String[]{module}), e);

15. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AddModuleToServerCommand.java :

104 : status = StatusUtils.errorStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_ADD_MODULE, new String[]{module}), e);

16. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AddModuleToServerCommand.java :

117 : status = StatusUtils.errorStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_ADD_MODULE, new String[] { module }), ce);

17. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AddModuleToServerCommand.java :

117 : status = StatusUtils.errorStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_ADD_MODULE, new String[] { module }), ce);

Source File: org/eclipse/jst/ws/internal/consumption/command/common/AssociateModuleWithEARCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

AssociateModuleWithEARCommand.java :

20 : import org.eclipse.jst.ws.internal.common.J2EEUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AssociateModuleWithEARCommand.java :

23 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

AssociateModuleWithEARCommand.java :

55 : if (!J2EEUtils.isComponentAssociated(earProject, moduleProject))

4. WARNING: DiscouragedReference

Discouraged access: The method isComponentAssociated(IProject, IProject) from the type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

AssociateModuleWithEARCommand.java :

55 : if (!J2EEUtils.isComponentAssociated(earProject, moduleProject))

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

AssociateModuleWithEARCommand.java :

56 : J2EEUtils.associateComponentToEAR(moduleProject, earProject);

6. WARNING: DiscouragedReference

Discouraged access: The method associateComponentToEAR(IProject, IProject) from the type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

AssociateModuleWithEARCommand.java :

56 : J2EEUtils.associateComponentToEAR(moduleProject, earProject);

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

AssociateModuleWithEARCommand.java :

60 : if (!J2EEUtils.isComponentAssociated(earProject, moduleProject)){

8. WARNING: DiscouragedReference

Discouraged access: The method isComponentAssociated(IProject, IProject) from the type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

AssociateModuleWithEARCommand.java :

60 : if (!J2EEUtils.isComponentAssociated(earProject, moduleProject)){

9. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AssociateModuleWithEARCommand.java :

61 : status = StatusUtils.errorStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_UNABLE_TO_ASSOCIATE, new String[]{module_, ear_}) );

10. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AssociateModuleWithEARCommand.java :

61 : status = StatusUtils.errorStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_UNABLE_TO_ASSOCIATE, new String[]{module_, ear_}) );

Source File: org/eclipse/jst/ws/internal/consumption/command/common/BuildBeanCommand.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.NullProgressMonitor is never used

BuildBeanCommand.java :

22 : import org.eclipse.core.runtime.NullProgressMonitor;

2. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

BuildBeanCommand.java :

24 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

3. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

BuildBeanCommand.java :

50 : return StatusUtils.errorStatus(e);

4. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

BuildBeanCommand.java :

50 : return StatusUtils.errorStatus(e);

Source File: org/eclipse/jst/ws/internal/consumption/command/common/CheckProjectOKCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CheckProjectOKCommand.java :

20 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CheckProjectOKCommand.java :

62 : return StatusUtils.errorStatus( errorMessage );

3. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CheckProjectOKCommand.java :

62 : return StatusUtils.errorStatus( errorMessage );

Source File: org/eclipse/jst/ws/internal/consumption/command/common/ComputeEndpointCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type ExtensibilityElementTransformerRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ComputeEndpointCommand.java :

31 : import org.eclipse.wst.ws.internal.monitor.ExtensibilityElementTransformerRegistry;

2. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

ComputeEndpointCommand.java :

32 : import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;

3. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

ComputeEndpointCommand.java :

36 : private WebServicesParser webServicesParser;

4. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

ComputeEndpointCommand.java :

62 : public void setWebServicesParser(WebServicesParser webServicesParser)

5. WARNING: DiscouragedReference

Discouraged access: The method getWSDLDefinition(String) from the type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

ComputeEndpointCommand.java :

78 : Definition def = webServicesParser.getWSDLDefinition(wsdlURI);

6. WARNING: DiscouragedReference

Discouraged access: The type ExtensibilityElementTransformerRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ComputeEndpointCommand.java :

94 : location = ExtensibilityElementTransformerRegistry.INSTANCE.transform(ext);

7. WARNING: DiscouragedReference

Discouraged access: The method transform(ExtensibilityElement) from the type ExtensibilityElementTransformerRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ComputeEndpointCommand.java :

94 : location = ExtensibilityElementTransformerRegistry.INSTANCE.transform(ext);

8. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type ExtensibilityElementTransformerRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ComputeEndpointCommand.java :

94 : location = ExtensibilityElementTransformerRegistry.INSTANCE.transform(ext);

Source File: org/eclipse/jst/ws/internal/consumption/command/common/CopyWSDLCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

CopyWSDLCommand.java :

48 : import org.eclipse.jst.ws.internal.common.ResourceUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyWSDLCommand.java :

51 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

3. WARNING: DiscouragedReference

Discouraged access: The type NetUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

CopyWSDLCommand.java :

55 : import org.eclipse.wst.ws.internal.parser.discovery.NetUtils;

4. WARNING: DiscouragedReference

Discouraged access: The type WWWAuthenticationException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

CopyWSDLCommand.java :

56 : import org.eclipse.wst.ws.internal.parser.wsil.WWWAuthenticationException;

5. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

CopyWSDLCommand.java :

57 : import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;

6. WARNING: DiscouragedReference

Discouraged access: The type XSDSchemaExtensibilityElementImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

CopyWSDLCommand.java :

58 : import org.eclipse.wst.wsdl.internal.impl.XSDSchemaExtensibilityElementImpl;

7. WARNING: DiscouragedReference

Discouraged access: The type WSDLFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

CopyWSDLCommand.java :

59 : import org.eclipse.wst.wsdl.internal.impl.wsdl4j.WSDLFactoryImpl;

8. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

CopyWSDLCommand.java :

69 : private WebServicesParser webServicesParser;

9. WARNING: DiscouragedReference

Discouraged access: The type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

CopyWSDLCommand.java :

87 : ResourceUtils.getWorkspace().run(copyWSDLRunnable, null);

10. WARNING: DiscouragedReference

Discouraged access: The method getWorkspace() from the type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

CopyWSDLCommand.java :

87 : ResourceUtils.getWorkspace().run(copyWSDLRunnable, null);

11. WARNING: DiscouragedReference

Discouraged access: The method getWSDLDefinition(String) from the type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

CopyWSDLCommand.java :

109 : def = webServicesParser.getWSDLDefinition(wsdlURI);

12. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyWSDLCommand.java :

113 : throw new CoreException(StatusUtils.errorStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_COPY_WSDL, new String[]{wsdlURI, destinationURI}), e));

13. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyWSDLCommand.java :

113 : throw new CoreException(StatusUtils.errorStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_COPY_WSDL, new String[]{wsdlURI, destinationURI}), e));

14. WARNING: DiscouragedReference

Discouraged access: The type WWWAuthenticationException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

CopyWSDLCommand.java :

117 : private void copyWSDL(IEnvironment env, String uri, String destURI, String destLocalname) throws WSDLException, IOException, WWWAuthenticationException, TransformerException, TransformerConfigurationException, URIException

15. WARNING: DiscouragedReference

Discouraged access: The method getWSDLDefinitionVerbose(String) from the type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

CopyWSDLCommand.java :

122 : definition = webServicesParser.getWSDLDefinitionVerbose(uri);

16. WARNING: DiscouragedReference

Discouraged access: The type WWWAuthenticationException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

CopyWSDLCommand.java :

129 : private void copyWSDL(IEnvironment env, String uri, String destURI, String destLocalname, Definition definition) throws WSDLException, IOException, WWWAuthenticationException, TransformerException, TransformerConfigurationException, URIException

17. WARNING: DiscouragedReference

Discouraged access: The constructor WSDLFactoryImpl() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

CopyWSDLCommand.java :

143 : WSDLFactory wsdlFactory = new WSDLFactoryImpl();

18. WARNING: DiscouragedReference

Discouraged access: The type WSDLFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

CopyWSDLCommand.java :

143 : WSDLFactory wsdlFactory = new WSDLFactoryImpl();

19. WARNING: DiscouragedReference

Discouraged access: The type XSDSchemaExtensibilityElementImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

CopyWSDLCommand.java :

190 : else if (extElement instanceof XSDSchemaExtensibilityElementImpl)

20. WARNING: DiscouragedReference

Discouraged access: The type XSDSchemaExtensibilityElementImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

CopyWSDLCommand.java :

192 : XSDSchemaExtensibilityElementImpl schemaElement = (XSDSchemaExtensibilityElementImpl)extElement;

21. WARNING: DiscouragedReference

Discouraged access: The type XSDSchemaExtensibilityElementImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

CopyWSDLCommand.java :

192 : XSDSchemaExtensibilityElementImpl schemaElement = (XSDSchemaExtensibilityElementImpl)extElement;

22. WARNING: DiscouragedReference

Discouraged access: The method getElement() from the type XSDSchemaExtensibilityElementImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

CopyWSDLCommand.java :

196 : xsdSchema = XSDSchemaImpl.createSchema(schemaElement.getElement());

23. WARNING: DiscouragedReference

Discouraged access: The type NetUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

CopyWSDLCommand.java :

261 : InputStream is = NetUtils.getURLInputStream(uri);

24. WARNING: DiscouragedReference

Discouraged access: The method getURLInputStream(String) from the type NetUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

CopyWSDLCommand.java :

261 : InputStream is = NetUtils.getURLInputStream(uri);

25. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

CopyWSDLCommand.java :

348 : public void setWebServicesParser(WebServicesParser webServicesParser)

Source File: org/eclipse/jst/ws/internal/consumption/command/common/CopyWSDLTreeCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

CopyWSDLTreeCommand.java :

25 : import org.eclipse.jst.ws.internal.common.ResourceUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

CopyWSDLTreeCommand.java :

28 : import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;

3. WARNING: DiscouragedReference

Discouraged access: The type WSDLCopier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CopyWSDLTreeCommand.java :

29 : import org.eclipse.wst.ws.internal.util.WSDLCopier;

4. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

CopyWSDLTreeCommand.java :

37 : private WebServicesParser webServicesParser;

5. WARNING: DiscouragedReference

Discouraged access: The type WSDLCopier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CopyWSDLTreeCommand.java :

51 : WSDLCopier copier = new WSDLCopier(webServicesParser);

6. WARNING: DiscouragedReference

Discouraged access: The constructor WSDLCopier(WebServicesParser) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CopyWSDLTreeCommand.java :

51 : WSDLCopier copier = new WSDLCopier(webServicesParser);

7. WARNING: DiscouragedReference

Discouraged access: The type WSDLCopier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CopyWSDLTreeCommand.java :

51 : WSDLCopier copier = new WSDLCopier(webServicesParser);

8. WARNING: DiscouragedReference

Discouraged access: The method setSourceURI(String, Definition) from the type WSDLCopier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CopyWSDLTreeCommand.java :

52 : copier.setSourceURI(wsdlURI, def);

9. WARNING: DiscouragedReference

Discouraged access: The method setTargetFolderURI(String) from the type WSDLCopier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CopyWSDLTreeCommand.java :

53 : copier.setTargetFolderURI(getBaseURI(destinationURI));

10. WARNING: DiscouragedReference

Discouraged access: The method setTargetFilename(String) from the type WSDLCopier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CopyWSDLTreeCommand.java :

54 : copier.setTargetFilename(getLocalname(destinationURI));

11. WARNING: DiscouragedReference

Discouraged access: The type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

CopyWSDLTreeCommand.java :

56 : ResourceUtils.getWorkspace().run(copier, monitor);

12. WARNING: DiscouragedReference

Discouraged access: The method getWorkspace() from the type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

CopyWSDLTreeCommand.java :

56 : ResourceUtils.getWorkspace().run(copier, monitor);

13. WARNING: DiscouragedReference

Discouraged access: The method getRelativePath() from the type WSDLCopier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CopyWSDLTreeCommand.java :

58 : wsdlRelPath = copier.getRelativePath().toString();

14. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

CopyWSDLTreeCommand.java :

97 : public void setWebServicesParser(WebServicesParser webServicesParser)

Source File: org/eclipse/jst/ws/internal/consumption/command/common/CreateFacetedProjectCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

CreateFacetedProjectCommand.java :

40 : import org.eclipse.jst.ws.internal.common.J2EEUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type ServerUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

CreateFacetedProjectCommand.java :

41 : import org.eclipse.jst.ws.internal.common.ServerUtils;

3. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateFacetedProjectCommand.java :

48 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

4. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateFacetedProjectCommand.java :

49 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

5. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateFacetedProjectCommand.java :

191 : return StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }));

6. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateFacetedProjectCommand.java :

191 : return StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }));

7. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateFacetedProjectCommand.java :

202 : return StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] {projectName}));

8. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateFacetedProjectCommand.java :

202 : return StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] {projectName}));

9. WARNING: DiscouragedReference

Discouraged access: The type ServerUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

CreateFacetedProjectCommand.java :

290 : IRuntime serverRuntime = ServerUtils.getNonStubRuntime(serverFactoryId);

10. WARNING: DiscouragedReference

Discouraged access: The method getNonStubRuntime(String) from the type ServerUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

CreateFacetedProjectCommand.java :

290 : IRuntime serverRuntime = ServerUtils.getNonStubRuntime(serverFactoryId);

11. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateFacetedProjectCommand.java :

345 : IModuleConstants.JST_WEB_MODULE,

12. WARNING: DiscouragedReference

Discouraged access: The field JST_WEB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateFacetedProjectCommand.java :

345 : IModuleConstants.JST_WEB_MODULE,

13. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

CreateFacetedProjectCommand.java :

346 : J2EEUtils.getWebJ2EEVersionFromEARJ2EEVersion(ProjectUtilities.getProject(earProjectName))) };

14. WARNING: DiscouragedReference

Discouraged access: The method getWebJ2EEVersionFromEARJ2EEVersion(IProject) from the type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

CreateFacetedProjectCommand.java :

346 : J2EEUtils.getWebJ2EEVersionFromEARJ2EEVersion(ProjectUtilities.getProject(earProjectName))) };

15. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateFacetedProjectCommand.java :

351 : IModuleConstants.JST_APPCLIENT_MODULE,

16. WARNING: DiscouragedReference

Discouraged access: The field JST_APPCLIENT_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateFacetedProjectCommand.java :

351 : IModuleConstants.JST_APPCLIENT_MODULE,

17. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

CreateFacetedProjectCommand.java :

352 : J2EEUtils.getAppClientJ2EEVersionFromEARJ2EEVersion(ProjectUtilities.getProject(earProjectName))) };

18. WARNING: DiscouragedReference

Discouraged access: The method getAppClientJ2EEVersionFromEARJ2EEVersion(IProject) from the type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

CreateFacetedProjectCommand.java :

352 : J2EEUtils.getAppClientJ2EEVersionFromEARJ2EEVersion(ProjectUtilities.getProject(earProjectName))) };

19. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateFacetedProjectCommand.java :

357 : IModuleConstants.JST_EJB_MODULE,

20. WARNING: DiscouragedReference

Discouraged access: The field JST_EJB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateFacetedProjectCommand.java :

357 : IModuleConstants.JST_EJB_MODULE,

21. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

CreateFacetedProjectCommand.java :

358 : J2EEUtils.getEJBJ2EEVersionFromEARJ2EEVersion(ProjectUtilities.getProject(earProjectName))) };

22. WARNING: DiscouragedReference

Discouraged access: The method getEJBJ2EEVersionFromEARJ2EEVersion(IProject) from the type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

CreateFacetedProjectCommand.java :

358 : J2EEUtils.getEJBJ2EEVersionFromEARJ2EEVersion(ProjectUtilities.getProject(earProjectName))) };

23. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateFacetedProjectCommand.java :

370 : if (combinationContainsFacet(combination, IModuleConstants.JST_WEB_MODULE))

24. WARNING: DiscouragedReference

Discouraged access: The field JST_WEB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateFacetedProjectCommand.java :

370 : if (combinationContainsFacet(combination, IModuleConstants.JST_WEB_MODULE))

25. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateFacetedProjectCommand.java :

374 : else if (combinationContainsFacet(combination, IModuleConstants.JST_EJB_MODULE))

26. WARNING: DiscouragedReference

Discouraged access: The field JST_EJB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateFacetedProjectCommand.java :

374 : else if (combinationContainsFacet(combination, IModuleConstants.JST_EJB_MODULE))

27. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateFacetedProjectCommand.java :

378 : else if (combinationContainsFacet(combination, IModuleConstants.JST_APPCLIENT_MODULE))

28. WARNING: DiscouragedReference

Discouraged access: The field JST_APPCLIENT_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateFacetedProjectCommand.java :

378 : else if (combinationContainsFacet(combination, IModuleConstants.JST_APPCLIENT_MODULE))

Source File: org/eclipse/jst/ws/internal/consumption/command/common/CreateJavaProjectCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateJavaProjectCommand.java :

29 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateJavaProjectCommand.java :

70 : IStatus status = StatusUtils.errorStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_CANNOT_CREATE_JAVA_PROJECT, new String[] {projectName_}), ce);

3. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateJavaProjectCommand.java :

70 : IStatus status = StatusUtils.errorStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_CANNOT_CREATE_JAVA_PROJECT, new String[] {projectName_}), ce);

Source File: org/eclipse/jst/ws/internal/consumption/command/common/CreateMonitorCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type TypeRuntimeServer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

CreateMonitorCommand.java :

19 : import org.eclipse.jst.ws.internal.data.TypeRuntimeServer;

2. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateMonitorCommand.java :

21 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

3. WARNING: DiscouragedReference

Discouraged access: The type IMonitoredServerPort is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

CreateMonitorCommand.java :

27 : import org.eclipse.wst.server.core.internal.IMonitoredServerPort;

4. WARNING: DiscouragedReference

Discouraged access: The type IServerMonitorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

CreateMonitorCommand.java :

28 : import org.eclipse.wst.server.core.internal.IServerMonitorManager;

5. WARNING: DiscouragedReference

Discouraged access: The type ServerMonitorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

CreateMonitorCommand.java :

29 : import org.eclipse.wst.server.core.internal.ServerMonitorManager;

6. WARNING: DiscouragedReference

Discouraged access: The type IServerMonitorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

CreateMonitorCommand.java :

66 : IServerMonitorManager serverMonitorManager = ServerMonitorManager.getInstance();

7. WARNING: DiscouragedReference

Discouraged access: The type ServerMonitorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

CreateMonitorCommand.java :

66 : IServerMonitorManager serverMonitorManager = ServerMonitorManager.getInstance();

8. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ServerMonitorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

CreateMonitorCommand.java :

66 : IServerMonitorManager serverMonitorManager = ServerMonitorManager.getInstance();

9. WARNING: DiscouragedReference

Discouraged access: The type IMonitoredServerPort is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

CreateMonitorCommand.java :

67 : IMonitoredServerPort[] monitoredPorts = serverMonitorManager.getMonitoredPorts(server);

10. WARNING: DiscouragedReference

Discouraged access: The method getMonitoredPorts(IServer) from the type IServerMonitorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

CreateMonitorCommand.java :

67 : IMonitoredServerPort[] monitoredPorts = serverMonitorManager.getMonitoredPorts(server);

11. WARNING: DiscouragedReference

Discouraged access: The type IMonitoredServerPort is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

CreateMonitorCommand.java :

69 : IMonitoredServerPort imsPort = monitoredPorts[it2];

12. WARNING: DiscouragedReference

Discouraged access: The method getServerPort() from the type IMonitoredServerPort is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

CreateMonitorCommand.java :

70 : if (port.getPort() == imsPort.getServerPort().getPort() && hasContentWebServices(imsPort)) // port

13. WARNING: DiscouragedReference

Discouraged access: The method isStarted() from the type IMonitoredServerPort is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

CreateMonitorCommand.java :

75 : if (!imsPort.isStarted()) {

14. WARNING: DiscouragedReference

Discouraged access: The method startMonitor(IMonitoredServerPort) from the type IServerMonitorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

CreateMonitorCommand.java :

77 : serverMonitorManager.startMonitor(imsPort);

15. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateMonitorCommand.java :

80 : IStatus error = StatusUtils.errorStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_UNABLE_TO_START_MONITOR,

16. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateMonitorCommand.java :

80 : IStatus error = StatusUtils.errorStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_UNABLE_TO_START_MONITOR, new Object[] { String.valueOf(port.getPort()), server.getName()}), ce);

17. WARNING: DiscouragedReference

Discouraged access: The method getMonitorPort() from the type IMonitoredServerPort is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

CreateMonitorCommand.java :

86 : monitoredPort = new Integer(imsPort.getMonitorPort());

18. WARNING: DiscouragedReference

Discouraged access: The type IMonitoredServerPort is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

CreateMonitorCommand.java :

91 : IMonitoredServerPort imsPort = serverMonitorManager.createMonitor(server, port, -1, new String[] { WEB_SERVICES});

19. WARNING: DiscouragedReference

Discouraged access: The method createMonitor(IServer, ServerPort, int, String[]) from the type IServerMonitorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

CreateMonitorCommand.java :

91 : IMonitoredServerPort imsPort = serverMonitorManager.createMonitor(server, port, -1, new String[] { WEB_SERVICES});

20. WARNING: DiscouragedReference

Discouraged access: The method startMonitor(IMonitoredServerPort) from the type IServerMonitorManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

CreateMonitorCommand.java :

92 : serverMonitorManager.startMonitor(imsPort);

21. WARNING: DiscouragedReference

Discouraged access: The method getMonitorPort() from the type IMonitoredServerPort is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

CreateMonitorCommand.java :

93 : monitoredPort = new Integer(imsPort.getMonitorPort());

22. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateMonitorCommand.java :

97 : IStatus error = StatusUtils.errorStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_UNABLE_TO_START_MONITOR, new Object[] {

23. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateMonitorCommand.java :

97 : IStatus error = StatusUtils.errorStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_UNABLE_TO_START_MONITOR, new Object[] { String.valueOf(port.getPort()), server.getName()}), ce);

24. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateMonitorCommand.java :

105 : IStatus info = StatusUtils.infoStatus( NLS.bind(ConsumptionMessages.MSG_INFO_MONITORING_NOT_SUPPORTED,

25. WARNING: DiscouragedReference

Discouraged access: The method infoStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateMonitorCommand.java :

105 : IStatus info = StatusUtils.infoStatus( NLS.bind(ConsumptionMessages.MSG_INFO_MONITORING_NOT_SUPPORTED, new Object[] { server.getName()}) );

26. WARNING: DiscouragedReference

Discouraged access: The type IMonitoredServerPort is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

CreateMonitorCommand.java :

115 : private boolean hasContentWebServices(IMonitoredServerPort imsPort) {

27. WARNING: DiscouragedReference

Discouraged access: The method getContentTypes() from the type IMonitoredServerPort is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.server.core/@dot

CreateMonitorCommand.java :

116 : String[] contents = imsPort.getContentTypes();

28. WARNING: DiscouragedReference

Discouraged access: The type TypeRuntimeServer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

CreateMonitorCommand.java :

122 : public void setServiceTypeRuntimeServer(TypeRuntimeServer typeRuntimeServer) {

29. WARNING: DiscouragedReference

Discouraged access: The method getServerInstanceId() from the type TypeRuntimeServer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

CreateMonitorCommand.java :

123 : this.serviceServerInstanceId = typeRuntimeServer.getServerInstanceId();

Source File: org/eclipse/jst/ws/internal/consumption/command/common/CreateServerCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateServerCommand.java :

25 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateServerCommand.java :

56 : status = StatusUtils.errorStatus(ConsumptionMessages.MSG_ERROR_CREATE_SERVER );

3. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateServerCommand.java :

56 : status = StatusUtils.errorStatus(ConsumptionMessages.MSG_ERROR_CREATE_SERVER );

4. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateServerCommand.java :

88 : status = StatusUtils.errorStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_STUB_ONLY,new String[]{serverFactoryId}) );

5. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateServerCommand.java :

88 : status = StatusUtils.errorStatus( NLS.bind(ConsumptionMessages.MSG_ERROR_STUB_ONLY,new String[]{serverFactoryId}) );

6. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateServerCommand.java :

112 : status = StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_CREATE_SERVER, ce);

7. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateServerCommand.java :

112 : status = StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_CREATE_SERVER, ce);

8. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateServerCommand.java :

120 : status = StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_CREATE_SERVER );

9. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CreateServerCommand.java :

120 : status = StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_CREATE_SERVER );

Source File: org/eclipse/jst/ws/internal/consumption/command/common/DisableBuildCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

DisableBuildCommand.java :

20 : import org.eclipse.wst.command.internal.env.core.common.ProgressUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

DisableBuildCommand.java :

22 : import org.eclipse.wst.ws.internal.datamodel.Model;

3. WARNING: DiscouragedReference

Discouraged access: The type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

DisableBuildCommand.java :

44 : ProgressUtils.report( monitor, ConsumptionMessages.TASK_DESC_WEBSERVICE_DISABLE_BUILD);

4. WARNING: DiscouragedReference

Discouraged access: The method report(IProgressMonitor, String) from the type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

DisableBuildCommand.java :

44 : ProgressUtils.report( monitor, ConsumptionMessages.TASK_DESC_WEBSERVICE_DISABLE_BUILD);

5. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

DisableBuildCommand.java :

57 : public void setModel(Model model) {

Source File: org/eclipse/jst/ws/internal/consumption/command/common/DisableValidationCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

DisableValidationCommand.java :

21 : import org.eclipse.wst.command.internal.env.core.common.ProgressUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

DisableValidationCommand.java :

44 : ProgressUtils.report(monitor, ConsumptionMessages.TASK_DESC_WEBSERVICE_DISABLE_VALIDATION);

3. WARNING: DiscouragedReference

Discouraged access: The method report(IProgressMonitor, String) from the type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

DisableValidationCommand.java :

44 : ProgressUtils.report(monitor, ConsumptionMessages.TASK_DESC_WEBSERVICE_DISABLE_VALIDATION);

Source File: org/eclipse/jst/ws/internal/consumption/command/common/JavaMofReflectionCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

JavaMofReflectionCommand.java :

26 : import org.eclipse.jst.ws.internal.common.ResourceUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofReflectionCommand.java :

28 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

3. WARNING: DiscouragedReference

Discouraged access: The type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

JavaMofReflectionCommand.java :

90 : IProject clientIProject = (IProject)ResourceUtils.findResource(clientProject);

4. WARNING: DiscouragedReference

Discouraged access: The method findResource(String) from the type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

JavaMofReflectionCommand.java :

90 : IProject clientIProject = (IProject)ResourceUtils.findResource(clientProject);

5. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofReflectionCommand.java :

93 : return StatusUtils.warningStatus( ConsumptionMessages.MSG_WARN_UNABLE_TO_FIND_PROXY );

6. WARNING: DiscouragedReference

Discouraged access: The method warningStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMofReflectionCommand.java :

93 : return StatusUtils.warningStatus( ConsumptionMessages.MSG_WARN_UNABLE_TO_FIND_PROXY );

Source File: org/eclipse/jst/ws/internal/consumption/command/common/ManageServerStartUpCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ManageServerStartUpCommand.java :

20 : import org.eclipse.wst.command.internal.env.core.common.ProgressUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ManageServerStartUpCommand.java :

55 : ProgressUtils.report(monitor, ConsumptionMessages.PROGRESS_INFO_START_WEB_PROJECT);

3. WARNING: DiscouragedReference

Discouraged access: The method report(IProgressMonitor, String) from the type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ManageServerStartUpCommand.java :

55 : ProgressUtils.report(monitor, ConsumptionMessages.PROGRESS_INFO_START_WEB_PROJECT);

Source File: org/eclipse/jst/ws/internal/consumption/command/common/RestoreBuildStateCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

RestoreBuildStateCommand.java :

21 : import org.eclipse.wst.command.internal.env.core.common.ProgressUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

RestoreBuildStateCommand.java :

42 : ProgressUtils.report( monitor, ConsumptionMessages.TASK_DESC_WEBSERVICE_RESTORE_BUILD);

3. WARNING: DiscouragedReference

Discouraged access: The method report(IProgressMonitor, String) from the type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

RestoreBuildStateCommand.java :

42 : ProgressUtils.report( monitor, ConsumptionMessages.TASK_DESC_WEBSERVICE_RESTORE_BUILD);

Source File: org/eclipse/jst/ws/internal/consumption/command/common/RestoreValidationStateCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

RestoreValidationStateCommand.java :

21 : import org.eclipse.wst.command.internal.env.core.common.ProgressUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

RestoreValidationStateCommand.java :

44 : ProgressUtils.report( monitor, ConsumptionMessages.TASK_DESC_WEBSERVICE_RESTORE_VALIDATION);

3. WARNING: DiscouragedReference

Discouraged access: The method report(IProgressMonitor, String) from the type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

RestoreValidationStateCommand.java :

44 : ProgressUtils.report( monitor, ConsumptionMessages.TASK_DESC_WEBSERVICE_RESTORE_VALIDATION);

Source File: org/eclipse/jst/ws/internal/consumption/command/common/StartProjectCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type ServerUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

StartProjectCommand.java :

20 : import org.eclipse.jst.ws.internal.common.ServerUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

StartProjectCommand.java :

23 : import org.eclipse.wst.command.internal.env.core.common.ProgressUtils;

3. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

StartProjectCommand.java :

24 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

4. WARNING: DiscouragedReference

Discouraged access: The type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

StartProjectCommand.java :

65 : ProgressUtils.report( monitor, ConsumptionMessages.PROGRESS_INFO_START_WEB_PROJECT);

5. WARNING: DiscouragedReference

Discouraged access: The method report(IProgressMonitor, String) from the type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

StartProjectCommand.java :

65 : ProgressUtils.report( monitor, ConsumptionMessages.PROGRESS_INFO_START_WEB_PROJECT);

6. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

StartProjectCommand.java :

76 : status = StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_PROJECT_NOT_FOUND );

7. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

StartProjectCommand.java :

76 : status = StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_PROJECT_NOT_FOUND );

8. WARNING: DiscouragedReference

Discouraged access: The type ServerUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

StartProjectCommand.java :

80 : IServer instance = ServerUtils.getServerForModule(ServerUtils.getModule(project), serverTypeID, server, true, monitor );

9. WARNING: DiscouragedReference

Discouraged access: The method getServerForModule(IModule, String, IServer, boolean, IProgressMonitor) from the type ServerUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

StartProjectCommand.java :

80 : IServer instance = ServerUtils.getServerForModule(ServerUtils.getModule(project), serverTypeID, server, true, monitor );

10. WARNING: DiscouragedReference

Discouraged access: The type ServerUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

StartProjectCommand.java :

80 : IServer instance = ServerUtils.getServerForModule(ServerUtils.getModule(project), serverTypeID, server, true, monitor );

11. WARNING: DiscouragedReference

Discouraged access: The method getModule(IProject) from the type ServerUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

StartProjectCommand.java :

80 : IServer instance = ServerUtils.getServerForModule(ServerUtils.getModule(project), serverTypeID, server, true, monitor );

12. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

StartProjectCommand.java :

83 : status = StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_INSTANCE_NOT_FOUND );

13. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

StartProjectCommand.java :

83 : status = StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_INSTANCE_NOT_FOUND );

14. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

StartProjectCommand.java :

105 : status = StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SERVER, e);

15. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

StartProjectCommand.java :

105 : status = StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SERVER, e);

Source File: org/eclipse/jst/ws/internal/consumption/common/FacetUtils.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FacetUtils.java :

45 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type EjbFacetInstallDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

FacetUtils.java :

46 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.EjbFacetInstallDataModelProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type IEjbFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

FacetUtils.java :

47 : import org.eclipse.jst.j2ee.internal.ejb.project.operations.IEjbFacetInstallDataModelProperties;

4. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FacetUtils.java :

48 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FacetUtils.java :

49 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

6. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

FacetUtils.java :

57 : import org.eclipse.jst.ws.internal.common.J2EEUtils;

7. WARNING: DiscouragedReference

Discouraged access: The type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

FacetUtils.java :

58 : import org.eclipse.jst.ws.internal.common.ResourceUtils;

8. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

63 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

9. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FacetUtils.java :

64 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;

10. WARNING: DiscouragedReference

Discouraged access: The type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

FacetUtils.java :

122 : if (ResourceUtils.isJavaProject(projects[i]))

11. WARNING: DiscouragedReference

Discouraged access: The method isJavaProject(IProject) from the type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

FacetUtils.java :

122 : if (ResourceUtils.isJavaProject(projects[i]))

12. WARNING: DiscouragedReference

Discouraged access: The type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

FacetUtils.java :

164 : if (ResourceUtils.isJavaProject(project))

13. WARNING: DiscouragedReference

Discouraged access: The method isJavaProject(IProject) from the type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

FacetUtils.java :

164 : if (ResourceUtils.isJavaProject(project))

14. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FacetUtils.java :

459 : if (facetId.equals(IModuleConstants.JST_WEB_MODULE)) {

15. WARNING: DiscouragedReference

Discouraged access: The field JST_WEB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FacetUtils.java :

459 : if (facetId.equals(IModuleConstants.JST_WEB_MODULE)) {

16. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FacetUtils.java :

462 : } else if (facetId.equals(IModuleConstants.JST_EJB_MODULE)) {

17. WARNING: DiscouragedReference

Discouraged access: The field JST_EJB_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FacetUtils.java :

462 : } else if (facetId.equals(IModuleConstants.JST_EJB_MODULE)) {

18. WARNING: DiscouragedReference

Discouraged access: The constructor EjbFacetInstallDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

FacetUtils.java :

463 : dm = DataModelFactory.createDataModel(new EjbFacetInstallDataModelProvider());

19. WARNING: DiscouragedReference

Discouraged access: The type EjbFacetInstallDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

FacetUtils.java :

463 : dm = DataModelFactory.createDataModel(new EjbFacetInstallDataModelProvider());

20. WARNING: DiscouragedReference

Discouraged access: The type IEjbFacetInstallDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ejb/@dot

FacetUtils.java :

464 : dm.setBooleanProperty(IEjbFacetInstallDataModelProperties.ADD_TO_EAR, false);

21. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FacetUtils.java :

465 : } else if (facetId.equals(IModuleConstants.JST_APPCLIENT_MODULE)) {

22. WARNING: DiscouragedReference

Discouraged access: The field JST_APPCLIENT_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FacetUtils.java :

465 : } else if (facetId.equals(IModuleConstants.JST_APPCLIENT_MODULE)) {

23. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FacetUtils.java :

468 : } else if (facetId.equals(IModuleConstants.JST_UTILITY_MODULE)) {

24. WARNING: DiscouragedReference

Discouraged access: The field JST_UTILITY_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FacetUtils.java :

468 : } else if (facetId.equals(IModuleConstants.JST_UTILITY_MODULE)) {

25. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

744 : status = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_DOES_NOT_EXIST, new String[] { project.getName()}));

26. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

744 : status = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_DOES_NOT_EXIST, new String[] { project.getName()}));

27. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

748 : status = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_IS_NOT_OPEN, new String[] { project.getName()}));

28. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

748 : status = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_IS_NOT_OPEN, new String[] { project.getName()}));

29. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

FacetUtils.java :

821 : if (!J2EEUtils.isEJBComponent(project.getProject())) return;

30. WARNING: DiscouragedReference

Discouraged access: The method isEJBComponent(IProject) from the type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

FacetUtils.java :

821 : if (!J2EEUtils.isEJBComponent(project.getProject())) return;

31. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

874 : status = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_ADDING_FACETS_TO_PROJECT, new String[] { projectName, facetList}), t);

32. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

874 : status = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_ADDING_FACETS_TO_PROJECT, new String[] { projectName, facetList}), t);

33. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

906 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }));

34. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

906 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }));

35. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

910 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }), e);

36. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

910 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }), e);

37. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

929 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }));

38. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

929 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }));

39. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

933 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }), e);

40. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

933 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }), e);

41. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

938 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }), ite);

42. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

938 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }), ite);

43. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

941 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }), ie);

44. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

941 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_PROJECT_CREATION, new String[] { projectName }), ie);

45. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

1024 : status = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_FIXED_FACETS, new String[] { projectName, facetList}), t);

46. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

1024 : status = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_FIXED_FACETS, new String[] { projectName, facetList}), t);

47. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

1055 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_SETTING_RUNTIME, new String[] { fProject.getProject().getName(), fRuntime.getName() }), e);

48. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

1055 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_SETTING_RUNTIME, new String[] { fProject.getProject().getName(), fRuntime.getName() }), e);

49. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

1068 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_SETTING_RUNTIME, new String[] { fProject.getProject().getName(), fRuntime.getName() }), ite);

50. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

1068 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_SETTING_RUNTIME, new String[] { fProject.getProject().getName(), fRuntime.getName() }), ite);

51. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

1071 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_SETTING_RUNTIME, new String[] { fProject.getProject().getName(), fRuntime.getName() }), ie);

52. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

1071 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_SETTING_RUNTIME, new String[] { fProject.getProject().getName(), fRuntime.getName() }), ie);

53. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

1081 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_SETTING_RUNTIME, new String[] { fProject.getProject().getName(), fRuntime.getName() }), e);

54. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

FacetUtils.java :

1081 : status[0] = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_SETTING_RUNTIME, new String[] { fProject.getProject().getName(), fRuntime.getName() }), e);

55. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FacetUtils.java :

1143 : IProjectFacet javaFacet = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_JAVA);

56. WARNING: DiscouragedReference

Discouraged access: The field JST_JAVA from the type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FacetUtils.java :

1143 : IProjectFacet javaFacet = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_JAVA);

57. WARNING: DiscouragedReference

Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FacetUtils.java :

1167 : IProjectFacet utilityFacet = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_UTILITY_MODULE);

58. WARNING: DiscouragedReference

Discouraged access: The field JST_UTILITY_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FacetUtils.java :

1167 : IProjectFacet utilityFacet = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_UTILITY_MODULE);

59. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

FacetUtils.java :

1414 : if (J2EEUtils.isJavaComponent(project))

60. WARNING: DiscouragedReference

Discouraged access: The method isJavaComponent(IProject) from the type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

FacetUtils.java :

1414 : if (J2EEUtils.isJavaComponent(project))

61. WARNING: DiscouragedReference

Discouraged access: The type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

FacetUtils.java :

1434 : if (ResourceUtils.isJavaProject(project))

62. WARNING: DiscouragedReference

Discouraged access: The method isJavaProject(IProject) from the type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

FacetUtils.java :

1434 : if (ResourceUtils.isJavaProject(project))

63. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FacetUtils.java :

1480 : version = J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID(

64. WARNING: DiscouragedReference

Discouraged access: The method convertWebVersionStringToJ2EEVersionID(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FacetUtils.java :

1480 : version = J2EEVersionUtil.convertWebVersionStringToJ2EEVersionID( J2EEProjectUtilities.getJ2EEProjectVersion(project));

65. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FacetUtils.java :

1481 : J2EEProjectUtilities.getJ2EEProjectVersion(project));

66. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEProjectVersion(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FacetUtils.java :

1481 : J2EEProjectUtilities.getJ2EEProjectVersion(project));

67. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FacetUtils.java :

1485 : version = J2EEVersionUtil.convertEJBVersionStringToJ2EEVersionID(

68. WARNING: DiscouragedReference

Discouraged access: The method convertEJBVersionStringToJ2EEVersionID(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FacetUtils.java :

1485 : version = J2EEVersionUtil.convertEJBVersionStringToJ2EEVersionID( J2EEProjectUtilities.getJ2EEProjectVersion(project));

69. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FacetUtils.java :

1486 : J2EEProjectUtilities.getJ2EEProjectVersion(project));

70. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEProjectVersion(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FacetUtils.java :

1486 : J2EEProjectUtilities.getJ2EEProjectVersion(project));

71. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FacetUtils.java :

1490 : version = J2EEVersionUtil.convertAppClientVersionStringToJ2EEVersionID(

72. WARNING: DiscouragedReference

Discouraged access: The method convertAppClientVersionStringToJ2EEVersionID(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FacetUtils.java :

1490 : version = J2EEVersionUtil.convertAppClientVersionStringToJ2EEVersionID( J2EEProjectUtilities.getJ2EEProjectVersion(project));

73. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FacetUtils.java :

1491 : J2EEProjectUtilities.getJ2EEProjectVersion(project));

74. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEProjectVersion(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FacetUtils.java :

1491 : J2EEProjectUtilities.getJ2EEProjectVersion(project));

75. WARNING: DiscouragedReference

Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FacetUtils.java :

1497 : IProjectFacet projectFacet = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_EAR_MODULE);

76. WARNING: DiscouragedReference

Discouraged access: The field JST_EAR_MODULE from the type IModuleConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

FacetUtils.java :

1497 : IProjectFacet projectFacet = ProjectFacetsManager.getProjectFacet(IJ2EEModuleConstants.JST_EAR_MODULE);

77. WARNING: DiscouragedReference

Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FacetUtils.java :

1498 : IProjectFacetVersion projectFacetVersion = projectFacet.getVersion(J2EEVersionUtil.convertVersionIntToString(version));

78. WARNING: DiscouragedReference

Discouraged access: The method convertVersionIntToString(int) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

FacetUtils.java :

1498 : IProjectFacetVersion projectFacetVersion = projectFacet.getVersion(J2EEVersionUtil.convertVersionIntToString(version));

Source File: org/eclipse/jst/ws/internal/consumption/common/FolderResourceFilter.java
1. WARNING: DiscouragedReference

Discouraged access: The type AnyFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

FolderResourceFilter.java :

17 : import org.eclipse.jst.ws.internal.common.AnyFilter;

2. WARNING: DiscouragedReference

Discouraged access: The type AnyFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

FolderResourceFilter.java :

32 : public class FolderResourceFilter extends AnyFilter

Source File: org/eclipse/jst/ws/internal/consumption/common/JavaMerger.java
1. WARNING: DiscouragedReference

Discouraged access: The type FileResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

JavaMerger.java :

39 : import org.eclipse.wst.command.internal.env.common.FileResourceUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMerger.java :

40 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

3. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMerger.java :

41 : import org.eclipse.wst.command.internal.env.core.context.ResourceContext;

4. WARNING: DiscouragedReference

Discouraged access: The type TransientResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMerger.java :

42 : import org.eclipse.wst.command.internal.env.core.context.TransientResourceContext;

5. WARNING: DiscouragedReference

Discouraged access: The type WSPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMerger.java :

44 : import org.eclipse.wst.ws.internal.plugin.WSPlugin;

6. WARNING: DiscouragedReference

Discouraged access: The type PersistentMergeContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMerger.java :

45 : import org.eclipse.wst.ws.internal.preferences.PersistentMergeContext;

7. WARNING: DiscouragedReference

Discouraged access: The type IMerger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMerger.java :

46 : import org.eclipse.wst.ws.internal.wsrt.IMerger;

8. WARNING: DiscouragedReference

Discouraged access: The type Merger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMerger.java :

47 : import org.eclipse.wst.ws.internal.wsrt.Merger;

9. WARNING: DiscouragedReference

Discouraged access: The type Merger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMerger.java :

54 : public class JavaMerger extends Merger implements IMerger {

10. WARNING: DiscouragedReference

Discouraged access: The type IMerger is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMerger.java :

54 : public class JavaMerger extends Merger implements IMerger {

11. WARNING: DiscouragedReference

Discouraged access: The type PersistentMergeContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMerger.java :

79 : PersistentMergeContext mergeContext = WSPlugin.getInstance().getMergeContext();

12. WARNING: DiscouragedReference

Discouraged access: The type WSPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMerger.java :

79 : PersistentMergeContext mergeContext = WSPlugin.getInstance().getMergeContext();

13. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WSPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMerger.java :

79 : PersistentMergeContext mergeContext = WSPlugin.getInstance().getMergeContext();

14. WARNING: DiscouragedReference

Discouraged access: The method getMergeContext() from the type WSPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMerger.java :

79 : PersistentMergeContext mergeContext = WSPlugin.getInstance().getMergeContext();

15. WARNING: DiscouragedReference

Discouraged access: The method isSkeletonMergeEnabled() from the type PersistentMergeContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMerger.java :

80 : if (mergeContext.isSkeletonMergeEnabled()) {

16. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMerger.java :

103 : loadStatus = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_FILE_MERGE_LOAD, file), e);

17. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMerger.java :

103 : loadStatus = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_FILE_MERGE_LOAD, file), e);

18. WARNING: DiscouragedReference

Discouraged access: The type PersistentMergeContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMerger.java :

155 : PersistentMergeContext mergeContext = WSPlugin.getInstance().getMergeContext();

19. WARNING: DiscouragedReference

Discouraged access: The type WSPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMerger.java :

155 : PersistentMergeContext mergeContext = WSPlugin.getInstance().getMergeContext();

20. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WSPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMerger.java :

155 : PersistentMergeContext mergeContext = WSPlugin.getInstance().getMergeContext();

21. WARNING: DiscouragedReference

Discouraged access: The method getMergeContext() from the type WSPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMerger.java :

155 : PersistentMergeContext mergeContext = WSPlugin.getInstance().getMergeContext();

22. WARNING: DiscouragedReference

Discouraged access: The method isSkeletonMergeEnabled() from the type PersistentMergeContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaMerger.java :

156 : if (mergeContext.isSkeletonMergeEnabled()) {

23. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMerger.java :

157 : ResourceContext resourceContext = new TransientResourceContext();

24. WARNING: DiscouragedReference

Discouraged access: The constructor TransientResourceContext() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMerger.java :

157 : ResourceContext resourceContext = new TransientResourceContext();

25. WARNING: DiscouragedReference

Discouraged access: The type TransientResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMerger.java :

157 : ResourceContext resourceContext = new TransientResourceContext();

26. WARNING: DiscouragedReference

Discouraged access: The method setCheckoutFilesEnabled(boolean) from the type ResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMerger.java :

158 : resourceContext.setCheckoutFilesEnabled(true);

27. WARNING: DiscouragedReference

Discouraged access: The method setCreateFoldersEnabled(boolean) from the type ResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMerger.java :

159 : resourceContext.setCreateFoldersEnabled(true);

28. WARNING: DiscouragedReference

Discouraged access: The method setOverwriteFilesEnabled(boolean) from the type ResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMerger.java :

160 : resourceContext.setOverwriteFilesEnabled(true);

29. WARNING: DiscouragedReference

Discouraged access: The type FileResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

JavaMerger.java :

186 : FileResourceUtils.createFileAtLocation(resourceContext, targetPath.makeAbsolute(), inStream,

30. WARNING: DiscouragedReference

Discouraged access: The method createFileAtLocation(ResourceContext, IPath, InputStream, IProgressMonitor, IStatusHandler) from the type FileResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

JavaMerger.java :

186 : FileResourceUtils.createFileAtLocation(resourceContext, targetPath.makeAbsolute(), inStream, monitor, statusHandler);

31. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMerger.java :

191 : status = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_FILE_MERGE, file), e);

32. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaMerger.java :

191 : status = StatusUtils.errorStatus(NLS.bind(ConsumptionMessages.MSG_ERROR_FILE_MERGE, file), e);

Source File: org/eclipse/jst/ws/internal/consumption/common/JavaResourceFilter.java
1. WARNING: DiscouragedReference

Discouraged access: The type AnyFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

JavaResourceFilter.java :

17 : import org.eclipse.jst.ws.internal.common.AnyFilter;

2. WARNING: DiscouragedReference

Discouraged access: The type AnyFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

JavaResourceFilter.java :

32 : public class JavaResourceFilter extends AnyFilter

Source File: org/eclipse/jst/ws/internal/consumption/common/MappingUtils.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MappingUtils.java :

16 : import org.eclipse.jst.ws.internal.common.J2EEUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MappingUtils.java :

44 : IPath webModuleServerRoot = J2EEUtils.getWebContentPath(project);

3. WARNING: DiscouragedReference

Discouraged access: The method getWebContentPath(IProject) from the type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MappingUtils.java :

44 : IPath webModuleServerRoot = J2EEUtils.getWebContentPath(project);

Source File: org/eclipse/jst/ws/internal/consumption/common/PropertiesResourceFilter.java
1. WARNING: DiscouragedReference

Discouraged access: The type AnyFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PropertiesResourceFilter.java :

17 : import org.eclipse.jst.ws.internal.common.AnyFilter;

2. WARNING: DiscouragedReference

Discouraged access: The type AnyFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PropertiesResourceFilter.java :

32 : public class PropertiesResourceFilter extends AnyFilter

Source File: org/eclipse/jst/ws/internal/consumption/common/WSDLParserFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParserExt is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

WSDLParserFactory.java :

14 : import org.eclipse.wst.ws.internal.parser.discovery.WebServicesParserExt;

2. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

WSDLParserFactory.java :

15 : import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;

3. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParserExt is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

WSDLParserFactory.java :

29 : private static WebServicesParserExt parser_;

4. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

WSDLParserFactory.java :

35 : public static WebServicesParser getWSDLParser()

5. WARNING: DiscouragedReference

Discouraged access: The constructor WebServicesParserExt() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

WSDLParserFactory.java :

39 : parser_ = new WebServicesParserExt();

6. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParserExt is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

WSDLParserFactory.java :

39 : parser_ = new WebServicesParserExt();

Source File: org/eclipse/jst/ws/internal/consumption/common/WSDLResourceFilter.java
1. WARNING: DiscouragedReference

Discouraged access: The type AnyFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

WSDLResourceFilter.java :

17 : import org.eclipse.jst.ws.internal.common.AnyFilter;

2. WARNING: DiscouragedReference

Discouraged access: The type AnyFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

WSDLResourceFilter.java :

32 : public class WSDLResourceFilter extends AnyFilter

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/beanmodel/ArrayElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ArrayElement.java :

14 : import org.eclipse.wst.ws.internal.datamodel.BasicModel;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ArrayElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.Model;

3. WARNING: DiscouragedReference

Discouraged access: The constructor BasicModel(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ArrayElement.java :

35 : this(name,new BasicModel("Project"),true);

4. WARNING: DiscouragedReference

Discouraged access: The type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ArrayElement.java :

35 : this(name,new BasicModel("Project"),true);

5. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ArrayElement.java :

42 : public ArrayElement (String name, Model model,boolean isRoot)

6. WARNING: DiscouragedReference

Discouraged access: The method setRootElement(Element) from the type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ArrayElement.java :

45 : if(isRoot) model.setRootElement(this);

7. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ArrayElement.java :

93 : return ARRAY_NAME + getName();

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/beanmodel/ArrayType.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ArrayType.java :

17 : import org.eclipse.jst.ws.internal.common.StringUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ArrayType.java :

56 : String nonBean = Generator.DOUBLE_TAB + "String temp"+ getUniqueName() + " = null;" + StringUtils.NEWLINE

3. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ArrayType.java :

56 : String nonBean = Generator.DOUBLE_TAB + "String temp"+ getUniqueName() + " = null;" + StringUtils.NEWLINE

4. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ArrayType.java :

57 : + Generator.DOUBLE_TAB + "if(" + name + " != null){" + StringUtils.NEWLINE

5. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ArrayType.java :

57 : + Generator.DOUBLE_TAB + "if(" + name + " != null){" + StringUtils.NEWLINE

6. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ArrayType.java :

58 : + Generator.DOUBLE_TAB + "java.util.List list" + getUniqueName() + "= java.util.Arrays.asList(" + name + ");" +StringUtils.NEWLINE

7. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ArrayType.java :

58 : + Generator.DOUBLE_TAB + "java.util.List list" + getUniqueName() + "= java.util.Arrays.asList(" + name + ");" +StringUtils.NEWLINE

8. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ArrayType.java :

59 : + Generator.DOUBLE_TAB + "temp"+ getUniqueName() +" = list" + getUniqueName() + ".toString();" + StringUtils.NEWLINE

9. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ArrayType.java :

59 : + Generator.DOUBLE_TAB + "temp"+ getUniqueName() +" = list" + getUniqueName() + ".toString();" + StringUtils.NEWLINE

10. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ArrayType.java :

60 : + Generator.DOUBLE_TAB + "}" + StringUtils.NEWLINE

11. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ArrayType.java :

60 : + Generator.DOUBLE_TAB + "}" + StringUtils.NEWLINE

12. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ArrayType.java :

61 : + Generator.DOUBLE_TAB + "%>" + StringUtils.NEWLINE

13. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ArrayType.java :

61 : + Generator.DOUBLE_TAB + "%>" + StringUtils.NEWLINE

14. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ArrayType.java :

62 : + Generator.DOUBLE_TAB + "<%=temp"+ getUniqueName() +"%>" + StringUtils.NEWLINE

15. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ArrayType.java :

62 : + Generator.DOUBLE_TAB + "<%=temp"+ getUniqueName() +"%>" + StringUtils.NEWLINE

16. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ArrayType.java :

63 : + Generator.DOUBLE_TAB + "<%"+ StringUtils.NEWLINE;

17. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ArrayType.java :

63 : + Generator.DOUBLE_TAB + "<%"+ StringUtils.NEWLINE;

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/beanmodel/AttributeElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AttributeElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.BasicElement;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AttributeElement.java :

22 : public class AttributeElement extends BasicElement implements AttributeElementType

3. WARNING: DiscouragedReference

Discouraged access: The constructor BasicElement(String, Element, String, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AttributeElement.java :

42 : super(name,beanElement,REL_OWNING_BEAN,BeanElement.REL_ATTRIBUTES);

4. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AttributeElement.java :

81 : Enumeration e = getElements(REL_OWNING_BEAN);

5. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AttributeElement.java :

91 : Enumeration e = getElements(REL_TYPE);

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/beanmodel/BeanElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanElement.java :

18 : import org.eclipse.wst.ws.internal.datamodel.BasicModel;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanElement.java :

19 : import org.eclipse.wst.ws.internal.datamodel.Model;

3. WARNING: DiscouragedReference

Discouraged access: The constructor BasicModel(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanElement.java :

45 : this(name,new BasicModel("Project"),true);

4. WARNING: DiscouragedReference

Discouraged access: The type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanElement.java :

45 : this(name,new BasicModel("Project"),true);

5. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanElement.java :

52 : public BeanElement (String name, Model model,boolean isRoot)

6. WARNING: DiscouragedReference

Discouraged access: The method setRootElement(Element) from the type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanElement.java :

55 : if(isRoot) model.setRootElement(this);

7. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanElement.java :

109 : return getElements(REL_METHODS);

8. WARNING: DiscouragedReference

Discouraged access: The method getNumberOfElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanElement.java :

118 : return getNumberOfElements(REL_METHODS);

9. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanElement.java :

123 : if(isStateLess()) return STATELESS_BEAN + getName();

10. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanElement.java :

124 : return getName();

11. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanElement.java :

139 : Enumeration ea = getElements(TypeElement.REL_ATTRIBUTES);

12. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanElement.java :

140 : Enumeration ef = getElements(TypeElement.REL_FIELDS);

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/beanmodel/BeanModelElementsFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanModelElementsFactory.java :

20 : import org.eclipse.wst.ws.internal.datamodel.Element;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanModelElementsFactory.java :

21 : import org.eclipse.wst.ws.internal.datamodel.Model;

3. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanModelElementsFactory.java :

37 : public static Element getBeanModelElement(Object object)

4. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanModelElementsFactory.java :

42 : public static Element getBeanModelElement(Object object,Element parentElement)

5. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanModelElementsFactory.java :

42 : public static Element getBeanModelElement(Object object,Element parentElement)

6. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanModelElementsFactory.java :

51 : public static Element getBeanModelElement(Object object,Element parentElement, Model model)

7. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanModelElementsFactory.java :

51 : public static Element getBeanModelElement(Object object,Element parentElement, Model model)

8. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanModelElementsFactory.java :

51 : public static Element getBeanModelElement(Object object,Element parentElement, Model model)

9. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BeanModelElementsFactory.java :

53 : Element returnElement = null;

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/beanmodel/DateType.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

17 : import org.eclipse.jst.ws.internal.common.StringUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

52 : + name + "\" SIZE=20></TD>" + StringUtils.NEWLINE

3. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

52 : + name + "\" SIZE=20></TD>" + StringUtils.NEWLINE

4. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

53 : + "<%" + StringUtils.NEWLINE

5. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

53 : + "<%" + StringUtils.NEWLINE

6. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

54 : + "java.text.DateFormat dateFormat" + getUniqueName()+ " = java.text.DateFormat.getDateInstance();" + StringUtils.NEWLINE

7. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

54 : + "java.text.DateFormat dateFormat" + getUniqueName()+ " = java.text.DateFormat.getDateInstance();" + StringUtils.NEWLINE

8. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

55 : + "java.util.GregorianCalendar gcExamp" + getUniqueName()+ " = new java.util.GregorianCalendar();" + StringUtils.NEWLINE

9. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

55 : + "java.util.GregorianCalendar gcExamp" + getUniqueName()+ " = new java.util.GregorianCalendar();" + StringUtils.NEWLINE

10. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

56 : + "java.util.Date date" + getUniqueName()+ " = gcExamp" + getUniqueName()+ ".getTime();" + StringUtils.NEWLINE

11. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

56 : + "java.util.Date date" + getUniqueName()+ " = gcExamp" + getUniqueName()+ ".getTime();" + StringUtils.NEWLINE

12. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

57 : + "String tempResult" + getUniqueName()+ " = dateFormat" + getUniqueName()+ ".format(date" + getUniqueName()+ ");" + StringUtils.NEWLINE

13. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

57 : + "String tempResult" + getUniqueName()+ " = dateFormat" + getUniqueName()+ ".format(date" + getUniqueName()+ ");" + StringUtils.NEWLINE

14. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

58 : + "%>" + StringUtils.NEWLINE

15. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

58 : + "%>" + StringUtils.NEWLINE

16. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

59 : + "<TD ALIGN=\"left\">" + StringUtils.NEWLINE

17. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

59 : + "<TD ALIGN=\"left\">" + StringUtils.NEWLINE

18. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

60 : + "</TR>" + StringUtils.NEWLINE

19. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

60 : + "</TR>" + StringUtils.NEWLINE

20. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

61 : + "<TR>" + StringUtils.NEWLINE

21. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

61 : + "<TR>" + StringUtils.NEWLINE

22. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

62 : + "<TD> </TD>" + StringUtils.NEWLINE

23. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

62 : + "<TD> </TD>" + StringUtils.NEWLINE

24. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

63 : + "<TD ALIGN=\"left\"> eg. <%= tempResult" + getUniqueName()+ " %> </TD>" + StringUtils.NEWLINE

25. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

63 : + "<TD ALIGN=\"left\"> eg. <%= tempResult" + getUniqueName()+ " %> </TD>" + StringUtils.NEWLINE

26. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

64 : + "</TR>" + StringUtils.NEWLINE;

27. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

64 : + "</TR>" + StringUtils.NEWLINE;

28. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

80 : + StringUtils.NEWLINE + Generator.DOUBLE_TAB + nodeName + "= dateFormat" + getUniqueName()+ ".parse(" + attributeName + ");"

29. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

80 : + StringUtils.NEWLINE + Generator.DOUBLE_TAB + nodeName + "= dateFormat" + getUniqueName()+ ".parse(" + attributeName + ");"

30. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

81 : + "" + StringUtils.NEWLINE;

31. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

81 : + "" + StringUtils.NEWLINE;

32. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

105 : String conversion = Generator.DOUBLE_TAB + "java.text.DateFormat dateFormat" + getUniqueName()+ " = java.text.DateFormat.getDateInstance();" + StringUtils.NEWLINE

33. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

105 : String conversion = Generator.DOUBLE_TAB + "java.text.DateFormat dateFormat" + getUniqueName()+ " = java.text.DateFormat.getDateInstance();" + StringUtils.NEWLINE

34. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

106 : + Generator.DOUBLE_TAB + "String tempResult" + getUniqueName()+ " = org.eclipse.jst.ws.util.JspUtils.markup(dateFormat" + getUniqueName()+ ".format(" + name +"));" + StringUtils.NEWLINE

35. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

106 : + Generator.DOUBLE_TAB + "String tempResult" + getUniqueName()+ " = org.eclipse.jst.ws.util.JspUtils.markup(dateFormat" + getUniqueName()+ ".format(" + name +"));" + StringUtils.NEWLINE

36. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

107 : + Generator.DOUBLE_TAB + "%>" + StringUtils.NEWLINE

37. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

107 : + Generator.DOUBLE_TAB + "%>" + StringUtils.NEWLINE

38. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

108 : + Generator.DOUBLE_TAB + "<%= tempResult" + getUniqueName()+ " %>" + StringUtils.NEWLINE

39. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

108 : + Generator.DOUBLE_TAB + "<%= tempResult" + getUniqueName()+ " %>" + StringUtils.NEWLINE

40. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

109 : + Generator.DOUBLE_TAB + "<%" + StringUtils.NEWLINE;

41. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DateType.java :

109 : + Generator.DOUBLE_TAB + "<%" + StringUtils.NEWLINE;

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/beanmodel/DomElementType.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DomElementType.java :

14 : import org.eclipse.jst.ws.internal.common.StringUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DomElementType.java :

51 : + name + "\"></TEXTAREA></TD>" + StringUtils.NEWLINE

3. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DomElementType.java :

51 : + name + "\"></TEXTAREA></TD>" + StringUtils.NEWLINE

4. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DomElementType.java :

52 : + "</TR>" + StringUtils.NEWLINE;

5. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DomElementType.java :

52 : + "</TR>" + StringUtils.NEWLINE;

6. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DomElementType.java :

67 : + name +"\");" + StringUtils.NEWLINE;

7. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DomElementType.java :

67 : + name +"\");" + StringUtils.NEWLINE;

8. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DomElementType.java :

83 : + StringUtils.NEWLINE;

9. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DomElementType.java :

83 : + StringUtils.NEWLINE;

10. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DomElementType.java :

95 : String typeToString = Generator.DOUBLE_TAB + "String tempResult" + getUniqueName()+ " = org.eclipse.jst.ws.util.DomElementHelper.domWriter(" + name + ", new java.lang.StringBuffer()" + ");" + StringUtils.NEWLINE

11. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DomElementType.java :

95 : String typeToString = Generator.DOUBLE_TAB + "String tempResult" + getUniqueName()+ " = org.eclipse.jst.ws.util.DomElementHelper.domWriter(" + name + ", new java.lang.StringBuffer()" + ");" + StringUtils.NEWLINE

12. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DomElementType.java :

96 : + Generator.DOUBLE_TAB + "%>" + StringUtils.NEWLINE

13. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DomElementType.java :

96 : + Generator.DOUBLE_TAB + "%>" + StringUtils.NEWLINE

14. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DomElementType.java :

97 : + Generator.DOUBLE_TAB + "<%= tempResult" + getUniqueName()+ " %>" + StringUtils.NEWLINE

15. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DomElementType.java :

97 : + Generator.DOUBLE_TAB + "<%= tempResult" + getUniqueName()+ " %>" + StringUtils.NEWLINE

16. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DomElementType.java :

98 : + Generator.DOUBLE_TAB + "<%" + StringUtils.NEWLINE;

17. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

DomElementType.java :

98 : + Generator.DOUBLE_TAB + "<%" + StringUtils.NEWLINE;

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/beanmodel/FieldElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FieldElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.BasicElement;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FieldElement.java :

22 : public class FieldElement extends BasicElement implements AttributeElementType

3. WARNING: DiscouragedReference

Discouraged access: The constructor BasicElement(String, Element, String, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FieldElement.java :

42 : super(name,beanElement,REL_OWNING_BEAN,BeanElement.REL_FIELDS);

4. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FieldElement.java :

78 : Enumeration e = getElements(REL_OWNING_BEAN);

5. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FieldElement.java :

88 : Enumeration e = getElements(REL_TYPE);

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/beanmodel/GregorianCalendarType.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

17 : import org.eclipse.jst.ws.internal.common.StringUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

51 : + name + "\" SIZE=20></TD>" + StringUtils.NEWLINE

3. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

51 : + name + "\" SIZE=20></TD>" + StringUtils.NEWLINE

4. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

52 : + "<%" + StringUtils.NEWLINE

5. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

52 : + "<%" + StringUtils.NEWLINE

6. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

53 : + "java.text.DateFormat dateFormat" + getUniqueName()+ " = java.text.DateFormat.getDateInstance();" + StringUtils.NEWLINE

7. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

53 : + "java.text.DateFormat dateFormat" + getUniqueName()+ " = java.text.DateFormat.getDateInstance();" + StringUtils.NEWLINE

8. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

54 : + "java.util.GregorianCalendar gcExamp" + getUniqueName()+ " = new java.util.GregorianCalendar();" + StringUtils.NEWLINE

9. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

54 : + "java.util.GregorianCalendar gcExamp" + getUniqueName()+ " = new java.util.GregorianCalendar();" + StringUtils.NEWLINE

10. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

55 : + "java.util.Date date" + getUniqueName()+ " = gcExamp" + getUniqueName()+ ".getTime();" + StringUtils.NEWLINE

11. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

55 : + "java.util.Date date" + getUniqueName()+ " = gcExamp" + getUniqueName()+ ".getTime();" + StringUtils.NEWLINE

12. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

56 : + "String tempResult" + getUniqueName()+ " = dateFormat" + getUniqueName()+ ".format(date" + getUniqueName()+ ");" + StringUtils.NEWLINE

13. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

56 : + "String tempResult" + getUniqueName()+ " = dateFormat" + getUniqueName()+ ".format(date" + getUniqueName()+ ");" + StringUtils.NEWLINE

14. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

57 : + "%>" + StringUtils.NEWLINE

15. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

57 : + "%>" + StringUtils.NEWLINE

16. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

60 : + "<TD ALIGN=\"left\">" + StringUtils.NEWLINE

17. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

60 : + "<TD ALIGN=\"left\">" + StringUtils.NEWLINE

18. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

61 : + "</TR>" + StringUtils.NEWLINE

19. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

61 : + "</TR>" + StringUtils.NEWLINE

20. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

62 : + "<TR>" + StringUtils.NEWLINE

21. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

62 : + "<TR>" + StringUtils.NEWLINE

22. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

63 : + "<TD> </TD>" + StringUtils.NEWLINE

23. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

63 : + "<TD> </TD>" + StringUtils.NEWLINE

24. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

64 : + "<TD ALIGN=\"left\"> eg. <%= tempResult" + getUniqueName()+ " %> </TD>" + StringUtils.NEWLINE

25. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

64 : + "<TD ALIGN=\"left\"> eg. <%= tempResult" + getUniqueName()+ " %> </TD>" + StringUtils.NEWLINE

26. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

65 : + "</TR>" + StringUtils.NEWLINE;

27. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

65 : + "</TR>" + StringUtils.NEWLINE;

28. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

81 : + StringUtils.NEWLINE + Generator.DOUBLE_TAB + "java.util.Date dateTemp" + getUniqueName()+ " = dateFormat" + getUniqueName()+ ".parse(" + attributeName + ");"

29. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

81 : + StringUtils.NEWLINE + Generator.DOUBLE_TAB + "java.util.Date dateTemp" + getUniqueName()+ " = dateFormat" + getUniqueName()+ ".parse(" + attributeName + ");"

30. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

82 : + StringUtils.NEWLINE + Generator.DOUBLE_TAB + Generator.SPACE + nodeName + " = " + "new java.util.GregorianCalendar();"

31. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

82 : + StringUtils.NEWLINE + Generator.DOUBLE_TAB + Generator.SPACE + nodeName + " = " + "new java.util.GregorianCalendar();"

32. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

83 : + StringUtils.NEWLINE + Generator.DOUBLE_TAB + nodeName + ".setTime(dateTemp" + getUniqueName()+ ");"

33. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

83 : + StringUtils.NEWLINE + Generator.DOUBLE_TAB + nodeName + ".setTime(dateTemp" + getUniqueName()+ ");"

34. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

84 : + "" + StringUtils.NEWLINE;

35. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

84 : + "" + StringUtils.NEWLINE;

36. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

106 : String conversion = Generator.DOUBLE_TAB + "java.text.DateFormat dateFormat" + getUniqueName()+ " = java.text.DateFormat.getDateInstance();" + StringUtils.NEWLINE

37. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

106 : String conversion = Generator.DOUBLE_TAB + "java.text.DateFormat dateFormat" + getUniqueName()+ " = java.text.DateFormat.getDateInstance();" + StringUtils.NEWLINE

38. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

107 : + Generator.DOUBLE_TAB + "java.util.Date date" + getUniqueName()+ " = " + name + ".getTime();" + StringUtils.NEWLINE

39. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

107 : + Generator.DOUBLE_TAB + "java.util.Date date" + getUniqueName()+ " = " + name + ".getTime();" + StringUtils.NEWLINE

40. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

108 : + Generator.DOUBLE_TAB + "String tempResult" + getUniqueName()+ " = org.eclipse.jst.ws.util.JspUtils.markup(dateFormat" + getUniqueName()+ ".format(date" + getUniqueName() + "));" + StringUtils.NEWLINE

41. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

108 : + Generator.DOUBLE_TAB + "String tempResult" + getUniqueName()+ " = org.eclipse.jst.ws.util.JspUtils.markup(dateFormat" + getUniqueName()+ ".format(date" + getUniqueName() + "));" + StringUtils.NEWLINE

42. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

109 : + Generator.DOUBLE_TAB + "%>" + StringUtils.NEWLINE

43. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

109 : + Generator.DOUBLE_TAB + "%>" + StringUtils.NEWLINE

44. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

110 : + Generator.DOUBLE_TAB + "<%= tempResult" + getUniqueName()+ " %>" + StringUtils.NEWLINE

45. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

110 : + Generator.DOUBLE_TAB + "<%= tempResult" + getUniqueName()+ " %>" + StringUtils.NEWLINE

46. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

111 : + Generator.DOUBLE_TAB + "<%" + StringUtils.NEWLINE;

47. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

GregorianCalendarType.java :

111 : + Generator.DOUBLE_TAB + "<%" + StringUtils.NEWLINE;

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/beanmodel/MethodElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MethodElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.BasicElement;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MethodElement.java :

22 : public class MethodElement extends BasicElement

3. WARNING: DiscouragedReference

Discouraged access: The constructor BasicElement(String, Element, String, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MethodElement.java :

44 : super(name,beanElement,REL_BEAN,BeanElement.REL_METHODS);

4. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MethodElement.java :

88 : Enumeration e = getElements(REL_BEAN);

5. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MethodElement.java :

98 : return getElements(REL_RETURN_PARAMETERS);

6. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MethodElement.java :

117 : return getElements(REL_PARAMETERS);

7. WARNING: DiscouragedReference

Discouraged access: The method getNumberOfElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MethodElement.java :

126 : return getNumberOfElements(REL_PARAMETERS);

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/beanmodel/ParameterElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ParameterElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.BasicElement;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ParameterElement.java :

22 : public class ParameterElement extends BasicElement

3. WARNING: DiscouragedReference

Discouraged access: The constructor BasicElement(String, Element, String, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ParameterElement.java :

54 : super(name,methodElement,outRel,inRel);

4. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ParameterElement.java :

63 : Enumeration e = getElements(REL_METHOD);

5. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ParameterElement.java :

73 : Enumeration e = getElements(REL_TYPE);

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/beanmodel/PrimitiveArrayType.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveArrayType.java :

14 : import org.eclipse.jst.ws.internal.common.StringUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveArrayType.java :

50 : + ".length;i" + getUniqueName() + "++){" + StringUtils.NEWLINE

3. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveArrayType.java :

50 : + ".length;i" + getUniqueName() + "++){" + StringUtils.NEWLINE

4. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveArrayType.java :

52 : + "] + \",\";" + StringUtils.NEWLINE

5. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveArrayType.java :

52 : + "] + \",\";" + StringUtils.NEWLINE

6. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveArrayType.java :

53 : + Generator.DOUBLE_TAB + "}" + StringUtils.NEWLINE

7. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveArrayType.java :

53 : + Generator.DOUBLE_TAB + "}" + StringUtils.NEWLINE

8. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveArrayType.java :

55 : + StringUtils.NEWLINE

9. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveArrayType.java :

55 : + StringUtils.NEWLINE

10. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveArrayType.java :

57 : + StringUtils.NEWLINE

11. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveArrayType.java :

57 : + StringUtils.NEWLINE

12. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveArrayType.java :

58 : + Generator.DOUBLE_TAB + "%>" + StringUtils.NEWLINE

13. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveArrayType.java :

58 : + Generator.DOUBLE_TAB + "%>" + StringUtils.NEWLINE

14. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveArrayType.java :

59 : + Generator.DOUBLE_TAB + "<%=temp"+ getUniqueName() +"%>" + StringUtils.NEWLINE

15. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveArrayType.java :

59 : + Generator.DOUBLE_TAB + "<%=temp"+ getUniqueName() +"%>" + StringUtils.NEWLINE

16. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveArrayType.java :

60 : + Generator.DOUBLE_TAB + "<%"+ StringUtils.NEWLINE;

17. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveArrayType.java :

60 : + Generator.DOUBLE_TAB + "<%"+ StringUtils.NEWLINE;

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/beanmodel/PrimitiveType.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveType.java :

17 : import org.eclipse.jst.ws.internal.common.StringUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveType.java :

50 : + "" + StringUtils.NEWLINE;

3. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

PrimitiveType.java :

50 : + "" + StringUtils.NEWLINE;

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/beanmodel/RecognizedReturnType.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

RecognizedReturnType.java :

14 : import org.eclipse.jst.ws.internal.common.StringUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

RecognizedReturnType.java :

79 : String nonBean = Generator.DOUBLE_TAB + "if(" + name + "!= null){" + StringUtils.NEWLINE

3. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

RecognizedReturnType.java :

79 : String nonBean = Generator.DOUBLE_TAB + "if(" + name + "!= null){" + StringUtils.NEWLINE

4. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

RecognizedReturnType.java :

80 : + Generator.DOUBLE_TAB + "String temp" + getUniqueName()+" = " + name + ".toString();" + StringUtils.NEWLINE

5. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

RecognizedReturnType.java :

80 : + Generator.DOUBLE_TAB + "String temp" + getUniqueName()+" = " + name + ".toString();" + StringUtils.NEWLINE

6. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

RecognizedReturnType.java :

81 : + Generator.DOUBLE_TAB + "%>" + StringUtils.NEWLINE

7. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

RecognizedReturnType.java :

81 : + Generator.DOUBLE_TAB + "%>" + StringUtils.NEWLINE

8. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

RecognizedReturnType.java :

82 : + Generator.DOUBLE_TAB + "<%=temp" + getUniqueName() +"%>" + StringUtils.NEWLINE

9. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

RecognizedReturnType.java :

82 : + Generator.DOUBLE_TAB + "<%=temp" + getUniqueName() +"%>" + StringUtils.NEWLINE

10. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

RecognizedReturnType.java :

83 : + Generator.DOUBLE_TAB + "<%" + StringUtils.NEWLINE

11. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

RecognizedReturnType.java :

83 : + Generator.DOUBLE_TAB + "<%" + StringUtils.NEWLINE

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/beanmodel/SOAPElementType.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SOAPElementType.java :

14 : import org.eclipse.jst.ws.internal.common.StringUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SOAPElementType.java :

51 : + name + "\"></TEXTAREA></TD>" + StringUtils.NEWLINE

3. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SOAPElementType.java :

51 : + name + "\"></TEXTAREA></TD>" + StringUtils.NEWLINE

4. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SOAPElementType.java :

52 : + "</TR>" + StringUtils.NEWLINE;

5. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SOAPElementType.java :

52 : + "</TR>" + StringUtils.NEWLINE;

6. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SOAPElementType.java :

67 : + name +"\");" + StringUtils.NEWLINE;

7. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SOAPElementType.java :

67 : + name +"\");" + StringUtils.NEWLINE;

8. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SOAPElementType.java :

83 : + StringUtils.NEWLINE;

9. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SOAPElementType.java :

83 : + StringUtils.NEWLINE;

10. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SOAPElementType.java :

95 : String typeToString = Generator.DOUBLE_TAB + "String tempResult" + getUniqueName()+ " = org.eclipse.jst.ws.util.SoapElementHelper.soapElementWriter(" + name + ", new java.lang.StringBuffer()" + ");" + StringUtils.NEWLINE

11. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SOAPElementType.java :

95 : String typeToString = Generator.DOUBLE_TAB + "String tempResult" + getUniqueName()+ " = org.eclipse.jst.ws.util.SoapElementHelper.soapElementWriter(" + name + ", new java.lang.StringBuffer()" + ");" + StringUtils.NEWLINE

12. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SOAPElementType.java :

96 : + Generator.DOUBLE_TAB + "%>" + StringUtils.NEWLINE

13. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SOAPElementType.java :

96 : + Generator.DOUBLE_TAB + "%>" + StringUtils.NEWLINE

14. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SOAPElementType.java :

97 : + Generator.DOUBLE_TAB + "<%= tempResult" + getUniqueName()+ " %>" + StringUtils.NEWLINE

15. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SOAPElementType.java :

97 : + Generator.DOUBLE_TAB + "<%= tempResult" + getUniqueName()+ " %>" + StringUtils.NEWLINE

16. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SOAPElementType.java :

98 : + Generator.DOUBLE_TAB + "<%" + StringUtils.NEWLINE;

17. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SOAPElementType.java :

98 : + Generator.DOUBLE_TAB + "<%" + StringUtils.NEWLINE;

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/beanmodel/SimpleType.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SimpleType.java :

17 : import org.eclipse.jst.ws.internal.common.StringUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SimpleType.java :

53 : + name + "\" SIZE=20></TD>" + StringUtils.NEWLINE

3. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SimpleType.java :

53 : + name + "\" SIZE=20></TD>" + StringUtils.NEWLINE

4. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SimpleType.java :

54 : + "</TR>" + StringUtils.NEWLINE;

5. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SimpleType.java :

54 : + "</TR>" + StringUtils.NEWLINE;

6. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SimpleType.java :

69 : + name +"\");" + StringUtils.NEWLINE;

7. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SimpleType.java :

69 : + name +"\");" + StringUtils.NEWLINE;

8. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SimpleType.java :

87 : + "" + StringUtils.NEWLINE;

9. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SimpleType.java :

87 : + "" + StringUtils.NEWLINE;

10. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SimpleType.java :

107 : String conversion = Generator.DOUBLE_TAB + "String tempResult" + getUniqueName()+ " = org.eclipse.jst.ws.util.JspUtils.markup(" + TypeToString(name) + ");" + StringUtils.NEWLINE

11. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SimpleType.java :

107 : String conversion = Generator.DOUBLE_TAB + "String tempResult" + getUniqueName()+ " = org.eclipse.jst.ws.util.JspUtils.markup(" + TypeToString(name) + ");" + StringUtils.NEWLINE

12. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SimpleType.java :

108 : + Generator.DOUBLE_TAB + "%>" + StringUtils.NEWLINE

13. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SimpleType.java :

108 : + Generator.DOUBLE_TAB + "%>" + StringUtils.NEWLINE

14. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SimpleType.java :

109 : + Generator.DOUBLE_TAB + "<%= tempResult" + getUniqueName()+ " %>" + StringUtils.NEWLINE

15. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SimpleType.java :

109 : + Generator.DOUBLE_TAB + "<%= tempResult" + getUniqueName()+ " %>" + StringUtils.NEWLINE

16. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SimpleType.java :

110 : + Generator.DOUBLE_TAB + "<%" + StringUtils.NEWLINE;

17. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

SimpleType.java :

110 : + Generator.DOUBLE_TAB + "<%" + StringUtils.NEWLINE;

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/beanmodel/TypeElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TypeElement.java :

18 : import org.eclipse.wst.ws.internal.datamodel.BasicElement;

2. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TypeElement.java :

19 : import org.eclipse.wst.ws.internal.datamodel.Element;

3. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TypeElement.java :

20 : import org.eclipse.wst.ws.internal.datamodel.Model;

4. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TypeElement.java :

25 : public abstract class TypeElement extends BasicElement

5. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TypeElement.java :

47 : protected TypeElement ( String name, Model model, int type )

6. WARNING: DiscouragedReference

Discouraged access: The constructor BasicElement(String, Model) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TypeElement.java :

49 : super(name,model);

7. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TypeElement.java :

55 : protected TypeElement ( String name, Element element, String outboundRelName, String inboundRelName, int type )

8. WARNING: DiscouragedReference

Discouraged access: The constructor BasicElement(String, Element, String, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TypeElement.java :

57 : super(name,element,outboundRelName,inboundRelName);

9. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TypeElement.java :

97 : return getName();

10. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TypeElement.java :

175 : public BasicElement getOwningElement ()

11. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TypeElement.java :

178 : Enumeration e = getElements(REL_OWNER);

12. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TypeElement.java :

179 : return e.hasMoreElements() ? (BasicElement)e.nextElement() : null;

13. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TypeElement.java :

182 : Enumeration e = getElements(REL_OWNER);

14. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TypeElement.java :

183 : return e.hasMoreElements() ? (BasicElement)e.nextElement() : null;

15. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TypeElement.java :

186 : Enumeration e = getElements(REL_OWNER);

16. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TypeElement.java :

187 : return e.hasMoreElements() ? (BasicElement)e.nextElement() : null;

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/wsdlmodel/BindingElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BindingElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.BasicElement;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BindingElement.java :

18 : public class BindingElement extends BasicElement

3. WARNING: DiscouragedReference

Discouraged access: The constructor BasicElement(String, Element, String, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BindingElement.java :

31 : super(name,portElement,REL_PORT,PortElement.REL_BINDING);

4. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BindingElement.java :

36 : return getElements(REL_PORT);

5. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BindingElement.java :

41 : return getElements(REL_PORT_TYPE);

6. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BindingElement.java :

46 : return getElements(REL_OPERATIONS);

7. WARNING: DiscouragedReference

Discouraged access: The method getNumberOfElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BindingElement.java :

51 : return getNumberOfElements(REL_OPERATIONS);

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/wsdlmodel/DefinitionElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

DefinitionElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.BasicElement;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

DefinitionElement.java :

18 : public class DefinitionElement extends BasicElement

3. WARNING: DiscouragedReference

Discouraged access: The constructor BasicElement(String, Element, String, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

DefinitionElement.java :

30 : super(name,wsdlElement,REL_WSDL,WSDLElement.REL_DEFINITIONS);

4. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

DefinitionElement.java :

35 : return getElements(REL_WSDL);

5. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

DefinitionElement.java :

40 : return getElements(REL_SERVICES);

6. WARNING: DiscouragedReference

Discouraged access: The method getNumberOfElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

DefinitionElement.java :

45 : return getNumberOfElements(REL_SERVICES);

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/wsdlmodel/MessageElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MessageElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.BasicElement;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MessageElement.java :

18 : public class MessageElement extends BasicElement

3. WARNING: DiscouragedReference

Discouraged access: The constructor BasicElement(String, Element, String, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MessageElement.java :

30 : super(name,operationElement,REL_OPERATION,OperationElement.REL_MESSAGES);

4. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MessageElement.java :

35 : return getElements(REL_OPERATION);

5. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MessageElement.java :

40 : return getElements(REL_PARTS);

6. WARNING: DiscouragedReference

Discouraged access: The method getNumberOfElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MessageElement.java :

45 : return getNumberOfElements(REL_PARTS);

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/wsdlmodel/OperationElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

OperationElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.BasicElement;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

OperationElement.java :

18 : public class OperationElement extends BasicElement

3. WARNING: DiscouragedReference

Discouraged access: The constructor BasicElement(String, Element, String, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

OperationElement.java :

30 : super(name,bindingElement,REL_BINDING,BindingElement.REL_OPERATIONS);

4. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

OperationElement.java :

35 : return getElements(REL_BINDING);

5. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

OperationElement.java :

40 : return getElements(REL_MESSAGES);

6. WARNING: DiscouragedReference

Discouraged access: The method getNumberOfElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

OperationElement.java :

45 : return getNumberOfElements(REL_MESSAGES);

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/wsdlmodel/PartElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PartElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.BasicElement;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PartElement.java :

18 : public class PartElement extends BasicElement

3. WARNING: DiscouragedReference

Discouraged access: The constructor BasicElement(String, Element, String, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PartElement.java :

29 : super(name,messageElement,REL_MESSAGE,MessageElement.REL_PARTS);

4. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PartElement.java :

34 : return getElements(REL_MESSAGE);

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/wsdlmodel/PortElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PortElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.BasicElement;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PortElement.java :

18 : public class PortElement extends BasicElement

3. WARNING: DiscouragedReference

Discouraged access: The constructor BasicElement(String, Element, String, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PortElement.java :

30 : super(name,serviceElement,REL_SERVICE,ServiceElement.REL_PORTS);

4. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PortElement.java :

35 : return getElements(REL_SERVICE);

5. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PortElement.java :

40 : return getElements(REL_BINDING);

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/wsdlmodel/PortTypeElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PortTypeElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.BasicElement;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PortTypeElement.java :

18 : public class PortTypeElement extends BasicElement

3. WARNING: DiscouragedReference

Discouraged access: The constructor BasicElement(String, Element, String, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PortTypeElement.java :

29 : super(name,bindingElement,REL_BINDING,BindingElement.REL_PORT_TYPE);

4. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PortTypeElement.java :

34 : return getElements(REL_BINDING);

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/wsdlmodel/ServiceElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ServiceElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.BasicElement;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ServiceElement.java :

18 : public class ServiceElement extends BasicElement

3. WARNING: DiscouragedReference

Discouraged access: The constructor BasicElement(String, Element, String, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ServiceElement.java :

30 : super(name,definitionElement,REL_DEFINITION,DefinitionElement.REL_SERVICES);

4. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ServiceElement.java :

35 : return getElements(REL_DEFINITION);

5. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ServiceElement.java :

40 : return getElements(REL_PORTS);

6. WARNING: DiscouragedReference

Discouraged access: The method getNumberOfElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ServiceElement.java :

45 : return getNumberOfElements(REL_PORTS);

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/wsdlmodel/StubbedWSDLModel.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

StubbedWSDLModel.java :

14 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

StubbedWSDLModel.java :

23 : protected Model fModel;

3. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

StubbedWSDLModel.java :

27 : fModel = wsdlElement.getModel();

4. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

StubbedWSDLModel.java :

30 : public Model getWSDLModel()

5. WARNING: DiscouragedReference

Discouraged access: The method getRootElement() from the type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

StubbedWSDLModel.java :

37 : DefinitionElement def1 = new DefinitionElement((WSDLElement)fModel.getRootElement(),"StockQuote");

6. WARNING: DiscouragedReference

Discouraged access: The method getRootElement() from the type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

StubbedWSDLModel.java :

57 : DefinitionElement def2 = new DefinitionElement((WSDLElement)fModel.getRootElement(),"TempConversion");

Source File: org/eclipse/jst/ws/internal/consumption/datamodel/wsdlmodel/WSDLElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.BasicElement;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

16 : import org.eclipse.wst.ws.internal.datamodel.BasicModel;

3. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

17 : import org.eclipse.wst.ws.internal.datamodel.Model;

4. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

20 : public class WSDLElement extends BasicElement

5. WARNING: DiscouragedReference

Discouraged access: The constructor BasicModel(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

34 : this(name,new BasicModel("WSDLModel"));

6. WARNING: DiscouragedReference

Discouraged access: The type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

34 : this(name,new BasicModel("WSDLModel"));

7. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

37 : public WSDLElement (String name, Model model)

8. WARNING: DiscouragedReference

Discouraged access: The constructor BasicElement(String, Model) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

39 : super(name,model);

9. WARNING: DiscouragedReference

Discouraged access: The method setRootElement(Element) from the type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

40 : model.setRootElement(this);

10. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

45 : return getElements(REL_DEFINITIONS);

11. WARNING: DiscouragedReference

Discouraged access: The method getNumberOfElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

50 : return getNumberOfElements(REL_DEFINITIONS);

Source File: org/eclipse/jst/ws/internal/consumption/fragments/ClientPreAssemblyFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type SequenceFragment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ClientPreAssemblyFragment.java :

13 : import org.eclipse.wst.command.internal.env.core.fragment.SequenceFragment;

2. WARNING: DiscouragedReference

Discouraged access: The type SequenceFragment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ClientPreAssemblyFragment.java :

15 : public class ClientPreAssemblyFragment extends SequenceFragment

Source File: org/eclipse/jst/ws/internal/consumption/fragments/ClientPreDeployFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type SequenceFragment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ClientPreDeployFragment.java :

13 : import org.eclipse.wst.command.internal.env.core.fragment.SequenceFragment;

2. WARNING: DiscouragedReference

Discouraged access: The type SequenceFragment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ClientPreDeployFragment.java :

15 : public class ClientPreDeployFragment extends SequenceFragment

Source File: org/eclipse/jst/ws/internal/consumption/fragments/ClientPreDevelopFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type SequenceFragment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ClientPreDevelopFragment.java :

13 : import org.eclipse.wst.command.internal.env.core.fragment.SequenceFragment;

2. WARNING: DiscouragedReference

Discouraged access: The type SequenceFragment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ClientPreDevelopFragment.java :

15 : public class ClientPreDevelopFragment extends SequenceFragment

Source File: org/eclipse/jst/ws/internal/consumption/fragments/ClientPreInstallFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type SequenceFragment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ClientPreInstallFragment.java :

13 : import org.eclipse.wst.command.internal.env.core.fragment.SequenceFragment;

2. WARNING: DiscouragedReference

Discouraged access: The type SequenceFragment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ClientPreInstallFragment.java :

15 : public class ClientPreInstallFragment extends SequenceFragment

Source File: org/eclipse/jst/ws/internal/consumption/fragments/ServicePreAssemblyFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type SequenceFragment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ServicePreAssemblyFragment.java :

13 : import org.eclipse.wst.command.internal.env.core.fragment.SequenceFragment;

2. WARNING: DiscouragedReference

Discouraged access: The type SequenceFragment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ServicePreAssemblyFragment.java :

15 : public class ServicePreAssemblyFragment extends SequenceFragment

Source File: org/eclipse/jst/ws/internal/consumption/fragments/ServicePreDeployFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type SequenceFragment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ServicePreDeployFragment.java :

13 : import org.eclipse.wst.command.internal.env.core.fragment.SequenceFragment;

2. WARNING: DiscouragedReference

Discouraged access: The type SequenceFragment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ServicePreDeployFragment.java :

15 : public class ServicePreDeployFragment extends SequenceFragment

Source File: org/eclipse/jst/ws/internal/consumption/fragments/ServicePreDevelopFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type SequenceFragment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ServicePreDevelopFragment.java :

13 : import org.eclipse.wst.command.internal.env.core.fragment.SequenceFragment;

2. WARNING: DiscouragedReference

Discouraged access: The type SequenceFragment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ServicePreDevelopFragment.java :

15 : public class ServicePreDevelopFragment extends SequenceFragment

Source File: org/eclipse/jst/ws/internal/consumption/fragments/ServicePreInstallFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type SequenceFragment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ServicePreInstallFragment.java :

13 : import org.eclipse.wst.command.internal.env.core.fragment.SequenceFragment;

2. WARNING: DiscouragedReference

Discouraged access: The type SequenceFragment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ServicePreInstallFragment.java :

15 : public class ServicePreInstallFragment extends SequenceFragment

Source File: org/eclipse/jst/ws/internal/consumption/sampleapp/codegen/InputFileAttributeGenerator.java
1. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileAttributeGenerator.java :

64 : if(attributeElementType.getTypeElement().isBean() && !TypeFactory.recognizedBean(attributeElementType.getTypeElement().getName())

2. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileAttributeGenerator.java :

67 : addParentGetter(attributeElementType.getGetterMethod(),attributeElementType.getTypeElement().getName());

Source File: org/eclipse/jst/ws/internal/consumption/sampleapp/codegen/InputFileGenerator.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

17 : import org.eclipse.jst.ws.internal.common.StringUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileGenerator.java :

20 : import org.eclipse.wst.ws.internal.datamodel.Element;

3. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileGenerator.java :

72 : Element beanElement = (Element)object;

4. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileGenerator.java :

72 : Element beanElement = (Element)object;

5. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

73 : fbuffer.append("<%@page contentType=\"text/html;charset=UTF-8\"%>" + StringUtils.NEWLINE);

6. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

73 : fbuffer.append("<%@page contentType=\"text/html;charset=UTF-8\"%>" + StringUtils.NEWLINE);

7. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

74 : fbuffer.append("<HTML>" + StringUtils.NEWLINE);

8. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

74 : fbuffer.append("<HTML>" + StringUtils.NEWLINE);

9. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

75 : fbuffer.append("<HEAD>" + StringUtils.NEWLINE);

10. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

75 : fbuffer.append("<HEAD>" + StringUtils.NEWLINE);

11. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

76 : fbuffer.append("<TITLE>Inputs</TITLE>" + StringUtils.NEWLINE);

12. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

76 : fbuffer.append("<TITLE>Inputs</TITLE>" + StringUtils.NEWLINE);

13. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

77 : fbuffer.append("</HEAD>" + StringUtils.NEWLINE);

14. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

77 : fbuffer.append("</HEAD>" + StringUtils.NEWLINE);

15. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

78 : fbuffer.append("<BODY>" + StringUtils.NEWLINE);

16. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

78 : fbuffer.append("<BODY>" + StringUtils.NEWLINE);

17. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

79 : fbuffer.append("<H1>Inputs</H1>" + StringUtils.NEWLINE + "" + StringUtils.NEWLINE);

18. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

79 : fbuffer.append("<H1>Inputs</H1>" + StringUtils.NEWLINE + "" + StringUtils.NEWLINE);

19. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

79 : fbuffer.append("<H1>Inputs</H1>" + StringUtils.NEWLINE + "" + StringUtils.NEWLINE);

20. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

79 : fbuffer.append("<H1>Inputs</H1>" + StringUtils.NEWLINE + "" + StringUtils.NEWLINE);

21. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

80 : fbuffer.append("<%" + StringUtils.NEWLINE + "String method = request.getParameter(\"method\");" + StringUtils.NEWLINE);

22. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

80 : fbuffer.append("<%" + StringUtils.NEWLINE + "String method = request.getParameter(\"method\");" + StringUtils.NEWLINE);

23. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

80 : fbuffer.append("<%" + StringUtils.NEWLINE + "String method = request.getParameter(\"method\");" + StringUtils.NEWLINE);

24. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

80 : fbuffer.append("<%" + StringUtils.NEWLINE + "String method = request.getParameter(\"method\");" + StringUtils.NEWLINE);

25. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

81 : fbuffer.append("int methodID = 0;" + StringUtils.NEWLINE);

26. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

81 : fbuffer.append("int methodID = 0;" + StringUtils.NEWLINE);

27. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

82 : fbuffer.append("if (method == null) methodID = -1;" + StringUtils.NEWLINE + "" + StringUtils.NEWLINE);

28. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

82 : fbuffer.append("if (method == null) methodID = -1;" + StringUtils.NEWLINE + "" + StringUtils.NEWLINE);

29. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

82 : fbuffer.append("if (method == null) methodID = -1;" + StringUtils.NEWLINE + "" + StringUtils.NEWLINE);

30. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

82 : fbuffer.append("if (method == null) methodID = -1;" + StringUtils.NEWLINE + "" + StringUtils.NEWLINE);

31. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

83 : fbuffer.append("boolean valid = true;" + StringUtils.NEWLINE + StringUtils.NEWLINE);

32. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

83 : fbuffer.append("boolean valid = true;" + StringUtils.NEWLINE + StringUtils.NEWLINE);

33. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

83 : fbuffer.append("boolean valid = true;" + StringUtils.NEWLINE + StringUtils.NEWLINE);

34. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

83 : fbuffer.append("boolean valid = true;" + StringUtils.NEWLINE + StringUtils.NEWLINE);

35. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

85 : fbuffer.append("if(methodID != -1) methodID = Integer.parseInt(method);" + StringUtils.NEWLINE);

36. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

85 : fbuffer.append("if(methodID != -1) methodID = Integer.parseInt(method);" + StringUtils.NEWLINE);

37. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

86 : fbuffer.append("switch (methodID){ " + StringUtils.NEWLINE);

38. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

86 : fbuffer.append("switch (methodID){ " + StringUtils.NEWLINE);

39. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

94 : fbuffer.append("case 1111111111:" + StringUtils.NEWLINE);

40. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

94 : fbuffer.append("case 1111111111:" + StringUtils.NEWLINE);

41. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

95 : fbuffer.append("valid = false;" + StringUtils.NEWLINE);

42. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

95 : fbuffer.append("valid = false;" + StringUtils.NEWLINE);

43. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

96 : fbuffer.append("%>" + StringUtils.NEWLINE);

44. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

96 : fbuffer.append("%>" + StringUtils.NEWLINE);

45. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

97 : fbuffer.append("<FORM METHOD=\"POST\" ACTION=\"" + fResultName + "\" TARGET=\"result\">" + StringUtils.NEWLINE);

46. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

97 : fbuffer.append("<FORM METHOD=\"POST\" ACTION=\"" + fResultName + "\" TARGET=\"result\">" + StringUtils.NEWLINE);

47. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

98 : fbuffer.append("<INPUT TYPE=\"HIDDEN\" NAME=\"method\" VALUE=\"<%=method%>\">" + StringUtils.NEWLINE);

48. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

98 : fbuffer.append("<INPUT TYPE=\"HIDDEN\" NAME=\"method\" VALUE=\"<%=method%>\">" + StringUtils.NEWLINE);

49. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

99 : fbuffer.append("<TABLE>" + StringUtils.NEWLINE);

50. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

99 : fbuffer.append("<TABLE>" + StringUtils.NEWLINE);

51. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

100 : fbuffer.append("<TR>" + StringUtils.NEWLINE);

52. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

100 : fbuffer.append("<TR>" + StringUtils.NEWLINE);

53. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

101 : fbuffer.append("<TD COLSPAN=\"1\" ALIGN=\"LEFT\">URLString:</TD>" + StringUtils.NEWLINE);

54. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

101 : fbuffer.append("<TD COLSPAN=\"1\" ALIGN=\"LEFT\">URLString:</TD>" + StringUtils.NEWLINE);

55. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

102 : fbuffer.append("<TD ALIGN=\"left\"><INPUT TYPE=\"TEXT\" NAME=\"url1111111111\" SIZE=20></TD>" + StringUtils.NEWLINE);

56. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

102 : fbuffer.append("<TD ALIGN=\"left\"><INPUT TYPE=\"TEXT\" NAME=\"url1111111111\" SIZE=20></TD>" + StringUtils.NEWLINE);

57. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

103 : fbuffer.append("</TR>" + StringUtils.NEWLINE);

58. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

103 : fbuffer.append("</TR>" + StringUtils.NEWLINE);

59. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

104 : fbuffer.append("</TABLE>" + StringUtils.NEWLINE);

60. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

104 : fbuffer.append("</TABLE>" + StringUtils.NEWLINE);

61. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

105 : fbuffer.append("<BR>" + StringUtils.NEWLINE);

62. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

105 : fbuffer.append("<BR>" + StringUtils.NEWLINE);

63. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

106 : fbuffer.append("<INPUT TYPE=\"SUBMIT\" VALUE=\"Invoke\">" + StringUtils.NEWLINE);

64. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

106 : fbuffer.append("<INPUT TYPE=\"SUBMIT\" VALUE=\"Invoke\">" + StringUtils.NEWLINE);

65. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

107 : fbuffer.append("<INPUT TYPE=\"RESET\" VALUE=\"Clear\">" + StringUtils.NEWLINE);

66. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

107 : fbuffer.append("<INPUT TYPE=\"RESET\" VALUE=\"Clear\">" + StringUtils.NEWLINE);

67. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

108 : fbuffer.append("</FORM>" + StringUtils.NEWLINE);

68. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

108 : fbuffer.append("</FORM>" + StringUtils.NEWLINE);

69. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

109 : fbuffer.append("<%" + StringUtils.NEWLINE);

70. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

109 : fbuffer.append("<%" + StringUtils.NEWLINE);

71. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

110 : fbuffer.append("break;" + StringUtils.NEWLINE);

72. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

110 : fbuffer.append("break;" + StringUtils.NEWLINE);

73. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

111 : fbuffer.append("case 1111111112:" + StringUtils.NEWLINE);

74. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

111 : fbuffer.append("case 1111111112:" + StringUtils.NEWLINE);

75. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

112 : fbuffer.append("valid = false;" + StringUtils.NEWLINE);

76. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

112 : fbuffer.append("valid = false;" + StringUtils.NEWLINE);

77. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

113 : fbuffer.append("%>" + StringUtils.NEWLINE);

78. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

113 : fbuffer.append("%>" + StringUtils.NEWLINE);

79. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

114 : fbuffer.append("<FORM METHOD=\"POST\" ACTION=\"" + fResultName + "\" TARGET=\"result\">" + StringUtils.NEWLINE);

80. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

114 : fbuffer.append("<FORM METHOD=\"POST\" ACTION=\"" + fResultName + "\" TARGET=\"result\">" + StringUtils.NEWLINE);

81. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

115 : fbuffer.append("<INPUT TYPE=\"HIDDEN\" NAME=\"method\" VALUE=\"<%=method%>\">" + StringUtils.NEWLINE);

82. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

115 : fbuffer.append("<INPUT TYPE=\"HIDDEN\" NAME=\"method\" VALUE=\"<%=method%>\">" + StringUtils.NEWLINE);

83. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

116 : fbuffer.append("<BR>" + StringUtils.NEWLINE);

84. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

116 : fbuffer.append("<BR>" + StringUtils.NEWLINE);

85. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

117 : fbuffer.append("<INPUT TYPE=\"SUBMIT\" VALUE=\"Invoke\">" + StringUtils.NEWLINE);

86. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

117 : fbuffer.append("<INPUT TYPE=\"SUBMIT\" VALUE=\"Invoke\">" + StringUtils.NEWLINE);

87. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

118 : fbuffer.append("<INPUT TYPE=\"RESET\" VALUE=\"Clear\">" + StringUtils.NEWLINE);

88. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

118 : fbuffer.append("<INPUT TYPE=\"RESET\" VALUE=\"Clear\">" + StringUtils.NEWLINE);

89. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

119 : fbuffer.append("</FORM>" + StringUtils.NEWLINE);

90. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

119 : fbuffer.append("</FORM>" + StringUtils.NEWLINE);

91. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

120 : fbuffer.append("<%" + StringUtils.NEWLINE);

92. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

120 : fbuffer.append("<%" + StringUtils.NEWLINE);

93. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

121 : fbuffer.append("break;" + StringUtils.NEWLINE);

94. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

121 : fbuffer.append("break;" + StringUtils.NEWLINE);

95. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

125 : fbuffer.append("}" + StringUtils.NEWLINE);

96. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

125 : fbuffer.append("}" + StringUtils.NEWLINE);

97. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

126 : fbuffer.append("if (valid) {" + StringUtils.NEWLINE);

98. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

126 : fbuffer.append("if (valid) {" + StringUtils.NEWLINE);

99. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

127 : fbuffer.append("%>" + StringUtils.NEWLINE + "Select a method to test." + StringUtils.NEWLINE);

100. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileGenerator.java :

127 : fbuffer.append("%>" + StringUtils.NEWLINE + "Select a method to test." + StringUtils.NEWLINE);

Source File: org/eclipse/jst/ws/internal/consumption/sampleapp/codegen/InputFileHelp1Generator.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

17 : import org.eclipse.jst.ws.internal.common.StringUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileHelp1Generator.java :

20 : import org.eclipse.wst.ws.internal.datamodel.Element;

3. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileHelp1Generator.java :

64 : Element methodElement = (Element)object;

4. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileHelp1Generator.java :

64 : Element methodElement = (Element)object;

5. WARNING: DiscouragedReference

Discouraged access: The method getNumberID() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileHelp1Generator.java :

69 : fbuffer.append("case " + method.getNumberID()+ ":" + StringUtils.NEWLINE);

6. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

69 : fbuffer.append("case " + method.getNumberID()+ ":" + StringUtils.NEWLINE);

7. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

69 : fbuffer.append("case " + method.getNumberID()+ ":" + StringUtils.NEWLINE);

8. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

70 : fbuffer.append("valid = false;" + StringUtils.NEWLINE);

9. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

70 : fbuffer.append("valid = false;" + StringUtils.NEWLINE);

10. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

71 : fbuffer.append("%>" + StringUtils.NEWLINE);

11. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

71 : fbuffer.append("%>" + StringUtils.NEWLINE);

12. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

72 : fbuffer.append("<FORM METHOD=\"POST\" ACTION=\"" + fResultName + "\" TARGET=\"result\">" + StringUtils.NEWLINE);

13. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

72 : fbuffer.append("<FORM METHOD=\"POST\" ACTION=\"" + fResultName + "\" TARGET=\"result\">" + StringUtils.NEWLINE);

14. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

73 : fbuffer.append("<INPUT TYPE=\"HIDDEN\" NAME=\"method\" VALUE=\"<%=method%>\">" + StringUtils.NEWLINE);

15. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

73 : fbuffer.append("<INPUT TYPE=\"HIDDEN\" NAME=\"method\" VALUE=\"<%=method%>\">" + StringUtils.NEWLINE);

16. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

80 : fbuffer.append("<BR>" + StringUtils.NEWLINE);

17. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

80 : fbuffer.append("<BR>" + StringUtils.NEWLINE);

18. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

81 : fbuffer.append("<INPUT TYPE=\"SUBMIT\" VALUE=\"Invoke\">" + StringUtils.NEWLINE);

19. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

81 : fbuffer.append("<INPUT TYPE=\"SUBMIT\" VALUE=\"Invoke\">" + StringUtils.NEWLINE);

20. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

82 : fbuffer.append("<INPUT TYPE=\"RESET\" VALUE=\"Clear\">" + StringUtils.NEWLINE);

21. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

82 : fbuffer.append("<INPUT TYPE=\"RESET\" VALUE=\"Clear\">" + StringUtils.NEWLINE);

22. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

83 : fbuffer.append("</FORM>" + StringUtils.NEWLINE);

23. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

83 : fbuffer.append("</FORM>" + StringUtils.NEWLINE);

24. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

84 : fbuffer.append("<%" + StringUtils.NEWLINE);

25. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

84 : fbuffer.append("<%" + StringUtils.NEWLINE);

26. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

85 : fbuffer.append("break;" + StringUtils.NEWLINE);

27. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp1Generator.java :

85 : fbuffer.append("break;" + StringUtils.NEWLINE);

Source File: org/eclipse/jst/ws/internal/consumption/sampleapp/codegen/InputFileHelp2Generator.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp2Generator.java :

15 : import org.eclipse.jst.ws.internal.common.StringUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileHelp2Generator.java :

17 : import org.eclipse.wst.ws.internal.datamodel.Element;

3. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileHelp2Generator.java :

73 : Element parameterElement = (Element)object;

4. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileHelp2Generator.java :

73 : Element parameterElement = (Element)object;

5. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp2Generator.java :

76 : fbuffer.append("<TABLE>" + StringUtils.NEWLINE);

6. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp2Generator.java :

76 : fbuffer.append("<TABLE>" + StringUtils.NEWLINE);

7. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp2Generator.java :

85 : fbuffer.append("</TABLE>" + StringUtils.NEWLINE);

8. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileHelp2Generator.java :

85 : fbuffer.append("</TABLE>" + StringUtils.NEWLINE);

Source File: org/eclipse/jst/ws/internal/consumption/sampleapp/codegen/InputFileTypeGenerator.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

20 : import org.eclipse.jst.ws.internal.common.StringUtils;

2. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsObject(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileTypeGenerator.java :

166 : if (Boolean.TRUE.equals(element.getPropertyAsObject(TypeElement.NON_INSTANTIABLE)))

3. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

204 : fbuffer.append("<TR>" + StringUtils.NEWLINE);

4. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

204 : fbuffer.append("<TR>" + StringUtils.NEWLINE);

5. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

206 : fbuffer.append("<TD WIDTH=\"5%\"></TD>" + StringUtils.NEWLINE);

6. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

206 : fbuffer.append("<TD WIDTH=\"5%\"></TD>" + StringUtils.NEWLINE);

7. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileTypeGenerator.java :

208 : fbuffer.append("<TD COLSPAN=\"" + fColspan + "\" ALIGN=\"LEFT\">" + element.getOwningElement().getName() + ":</TD>" + StringUtils.NEWLINE);

8. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

208 : fbuffer.append("<TD COLSPAN=\"" + fColspan + "\" ALIGN=\"LEFT\">" + element.getOwningElement().getName() + ":</TD>" + StringUtils.NEWLINE);

9. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

208 : fbuffer.append("<TD COLSPAN=\"" + fColspan + "\" ALIGN=\"LEFT\">" + element.getOwningElement().getName() + ":</TD>" + StringUtils.NEWLINE);

10. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileTypeGenerator.java :

210 : if(fIsSimple || TypeFactory.recognizedBean(element.getName())

11. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileTypeGenerator.java :

215 : DataType dataType = TypeFactory.createType(element.getName(),element.getOwningElement().getMUID());

12. WARNING: DiscouragedReference

Discouraged access: The method getMUID() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileTypeGenerator.java :

215 : DataType dataType = TypeFactory.createType(element.getName(),element.getOwningElement().getMUID());

13. WARNING: DiscouragedReference

Discouraged access: The method getMUID() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileTypeGenerator.java :

216 : fbuffer.append(dataType.inputForm(element.getOwningElement().getMUID()));

14. WARNING: DiscouragedReference

Discouraged access: The method getMUID() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileTypeGenerator.java :

221 : DataType dataType = TypeFactory.createType(element.getTypeName(),element.getOwningElement().getMUID());

15. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

223 : fbuffer.append("<TD>" + StringUtils.NEWLINE);

16. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

223 : fbuffer.append("<TD>" + StringUtils.NEWLINE);

17. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

224 : fbuffer.append("<%" + StringUtils.NEWLINE);

18. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

224 : fbuffer.append("<%" + StringUtils.NEWLINE);

19. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

225 : fbuffer.append("if(" + getInstanceName() + " != null){" + StringUtils.NEWLINE);

20. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

225 : fbuffer.append("if(" + getInstanceName() + " != null){" + StringUtils.NEWLINE);

21. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

232 : fbuffer.append(returnParentGetterType(i) + " " + newTmpString + "=" + prevString + "." + returnParentGetter(i) + ";" + StringUtils.NEWLINE);

22. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

232 : fbuffer.append(returnParentGetterType(i) + " " + newTmpString + "=" + prevString + "." + returnParentGetter(i) + ";" + StringUtils.NEWLINE);

23. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

234 : fbuffer.append("if(" + newTmpString + " != null){" + StringUtils.NEWLINE);

24. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

234 : fbuffer.append("if(" + newTmpString + " != null){" + StringUtils.NEWLINE);

25. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InputFileTypeGenerator.java :

237 : fbuffer.append(element.getName() + " " + uniqueName + " = " + afterString + "." + ((AttributeElementType)element.getOwningElement()).getGetterMethod()+ ";" + StringUtils.NEWLINE);

26. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

237 : fbuffer.append(element.getName() + " " + uniqueName + " = " + afterString + "." + ((AttributeElementType)element.getOwningElement()).getGetterMethod()+ ";" + StringUtils.NEWLINE);

27. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

237 : fbuffer.append(element.getName() + " " + uniqueName + " = " + afterString + "." + ((AttributeElementType)element.getOwningElement()).getGetterMethod()+ ";" + StringUtils.NEWLINE);

28. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

242 : fbuffer.append("}%>" + StringUtils.NEWLINE);

29. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

242 : fbuffer.append("}%>" + StringUtils.NEWLINE);

30. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

243 : fbuffer.append("</TD>" + StringUtils.NEWLINE);

31. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

243 : fbuffer.append("</TD>" + StringUtils.NEWLINE);

32. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

247 : fbuffer.append("<TD>" + StringUtils.NEWLINE);

33. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

247 : fbuffer.append("<TD>" + StringUtils.NEWLINE);

34. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

248 : fbuffer.append("<%" + StringUtils.NEWLINE);

35. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

248 : fbuffer.append("<%" + StringUtils.NEWLINE);

36. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

249 : fbuffer.append("if(" + getInstanceName() + " != null){" + StringUtils.NEWLINE);

37. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

249 : fbuffer.append("if(" + getInstanceName() + " != null){" + StringUtils.NEWLINE);

38. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

256 : fbuffer.append(returnParentGetterType(i) + " " + newTmpString + "=" + prevString + "." + returnParentGetter(i) + ";" + StringUtils.NEWLINE);

39. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

256 : fbuffer.append(returnParentGetterType(i) + " " + newTmpString + "=" + prevString + "." + returnParentGetter(i) + ";" + StringUtils.NEWLINE);

40. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

258 : fbuffer.append("if(" + newTmpString + " != null){" + StringUtils.NEWLINE);

41. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

258 : fbuffer.append("if(" + newTmpString + " != null){" + StringUtils.NEWLINE);

42. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

261 : fbuffer.append("%>" + StringUtils.NEWLINE);

43. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

261 : fbuffer.append("%>" + StringUtils.NEWLINE);

44. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

263 : fbuffer.append(afterString + "." + ((AttributeElementType)element.getOwningElement()).getGetterMethod()+ StringUtils.NEWLINE);

45. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

263 : fbuffer.append(afterString + "." + ((AttributeElementType)element.getOwningElement()).getGetterMethod()+ StringUtils.NEWLINE);

46. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

269 : fbuffer.append("}%>" + StringUtils.NEWLINE);

47. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

269 : fbuffer.append("}%>" + StringUtils.NEWLINE);

48. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

270 : fbuffer.append("</TD>" + StringUtils.NEWLINE);

49. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

InputFileTypeGenerator.java :

270 : fbuffer.append("</TD>" + StringUtils.NEWLINE);

Source File: org/eclipse/jst/ws/internal/consumption/sampleapp/codegen/LevelsDeepVisitorAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

LevelsDeepVisitorAction.java :

24 : import org.eclipse.wst.ws.internal.datamodel.Element;

2. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

LevelsDeepVisitorAction.java :

94 : Element element = (Element)object;

3. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

LevelsDeepVisitorAction.java :

94 : Element element = (Element)object;

4. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

LevelsDeepVisitorAction.java :

103 : else if (element instanceof BeanElement && !(TypeFactory.recognizedBean(element.getName()))){

Source File: org/eclipse/jst/ws/internal/consumption/sampleapp/codegen/MethodFileGenerator.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileGenerator.java :

15 : import org.eclipse.jst.ws.internal.common.StringUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MethodFileGenerator.java :

18 : import org.eclipse.wst.ws.internal.datamodel.Element;

3. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MethodFileGenerator.java :

66 : Element beanElement = (Element)object;

4. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MethodFileGenerator.java :

66 : Element beanElement = (Element)object;

5. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileGenerator.java :

68 : fbuffer.append("<HTML>" + StringUtils.NEWLINE + "<HEAD>" + StringUtils.NEWLINE + "<TITLE>Methods</TITLE>" + StringUtils.NEWLINE + "</HEAD>" + StringUtils.NEWLINE + "<BODY>" + StringUtils.NEWLINE + "<H1>Methods</H1>" + StringUtils.NEWLINE + "<UL>" + StringUtils.NEWLINE);

6. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileGenerator.java :

68 : fbuffer.append("<HTML>" + StringUtils.NEWLINE + "<HEAD>" + StringUtils.NEWLINE + "<TITLE>Methods</TITLE>" + StringUtils.NEWLINE + "</HEAD>" + StringUtils.NEWLINE + "<BODY>" + StringUtils.NEWLINE + "<H1>Methods</H1>" + StringUtils.NEWLINE + "<UL>" + StringUtils.NEWLINE);

7. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileGenerator.java :

68 : fbuffer.append("<HTML>" + StringUtils.NEWLINE + "<HEAD>" + StringUtils.NEWLINE + "<TITLE>Methods</TITLE>" + StringUtils.NEWLINE + "</HEAD>" + StringUtils.NEWLINE + "<BODY>" + StringUtils.NEWLINE + "<H1>Methods</H1>" + StringUtils.NEWLINE + "<UL>" + StringUtils.NEWLINE);

8. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileGenerator.java :

68 : fbuffer.append("<HTML>" + StringUtils.NEWLINE + "<HEAD>" + StringUtils.NEWLINE + "<TITLE>Methods</TITLE>" + StringUtils.NEWLINE + "</HEAD>" + StringUtils.NEWLINE + "<BODY>" + StringUtils.NEWLINE + "<H1>Methods</H1>" + StringUtils.NEWLINE + "<UL>" + StringUtils.NEWLINE);

9. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileGenerator.java :

68 : fbuffer.append("<HTML>" + StringUtils.NEWLINE + "<HEAD>" + StringUtils.NEWLINE + "<TITLE>Methods</TITLE>" + StringUtils.NEWLINE + "</HEAD>" + StringUtils.NEWLINE + "<BODY>" + StringUtils.NEWLINE + "<H1>Methods</H1>" + StringUtils.NEWLINE + "<UL>" + StringUtils.NEWLINE);

10. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileGenerator.java :

68 : fbuffer.append("<HTML>" + StringUtils.NEWLINE + "<HEAD>" + StringUtils.NEWLINE + "<TITLE>Methods</TITLE>" + StringUtils.NEWLINE + "</HEAD>" + StringUtils.NEWLINE + "<BODY>" + StringUtils.NEWLINE + "<H1>Methods</H1>" + StringUtils.NEWLINE + "<UL>" + StringUtils.NEWLINE);

11. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileGenerator.java :

68 : fbuffer.append("<HTML>" + StringUtils.NEWLINE + "<HEAD>" + StringUtils.NEWLINE + "<TITLE>Methods</TITLE>" + StringUtils.NEWLINE + "</HEAD>" + StringUtils.NEWLINE + "<BODY>" + StringUtils.NEWLINE + "<H1>Methods</H1>" + StringUtils.NEWLINE + "<UL>" + StringUtils.NEWLINE);

12. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileGenerator.java :

68 : fbuffer.append("<HTML>" + StringUtils.NEWLINE + "<HEAD>" + StringUtils.NEWLINE + "<TITLE>Methods</TITLE>" + StringUtils.NEWLINE + "</HEAD>" + StringUtils.NEWLINE + "<BODY>" + StringUtils.NEWLINE + "<H1>Methods</H1>" + StringUtils.NEWLINE + "<UL>" + StringUtils.NEWLINE);

13. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileGenerator.java :

68 : fbuffer.append("<HTML>" + StringUtils.NEWLINE + "<HEAD>" + StringUtils.NEWLINE + "<TITLE>Methods</TITLE>" + StringUtils.NEWLINE + "</HEAD>" + StringUtils.NEWLINE + "<BODY>" + StringUtils.NEWLINE + "<H1>Methods</H1>" + StringUtils.NEWLINE + "<UL>" + StringUtils.NEWLINE);

14. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileGenerator.java :

68 : fbuffer.append("<HTML>" + StringUtils.NEWLINE + "<HEAD>" + StringUtils.NEWLINE + "<TITLE>Methods</TITLE>" + StringUtils.NEWLINE + "</HEAD>" + StringUtils.NEWLINE + "<BODY>" + StringUtils.NEWLINE + "<H1>Methods</H1>" + StringUtils.NEWLINE + "<UL>" + StringUtils.NEWLINE);

15. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileGenerator.java :

68 : fbuffer.append("<HTML>" + StringUtils.NEWLINE + "<HEAD>" + StringUtils.NEWLINE + "<TITLE>Methods</TITLE>" + StringUtils.NEWLINE + "</HEAD>" + StringUtils.NEWLINE + "<BODY>" + StringUtils.NEWLINE + "<H1>Methods</H1>" + StringUtils.NEWLINE + "<UL>" + StringUtils.NEWLINE);

16. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileGenerator.java :

68 : fbuffer.append("<HTML>" + StringUtils.NEWLINE + "<HEAD>" + StringUtils.NEWLINE + "<TITLE>Methods</TITLE>" + StringUtils.NEWLINE + "</HEAD>" + StringUtils.NEWLINE + "<BODY>" + StringUtils.NEWLINE + "<H1>Methods</H1>" + StringUtils.NEWLINE + "<UL>" + StringUtils.NEWLINE);

17. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileGenerator.java :

68 : fbuffer.append("<HTML>" + StringUtils.NEWLINE + "<HEAD>" + StringUtils.NEWLINE + "<TITLE>Methods</TITLE>" + StringUtils.NEWLINE + "</HEAD>" + StringUtils.NEWLINE + "<BODY>" + StringUtils.NEWLINE + "<H1>Methods</H1>" + StringUtils.NEWLINE + "<UL>" + StringUtils.NEWLINE);

18. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileGenerator.java :

68 : fbuffer.append("<HTML>" + StringUtils.NEWLINE + "<HEAD>" + StringUtils.NEWLINE + "<TITLE>Methods</TITLE>" + StringUtils.NEWLINE + "</HEAD>" + StringUtils.NEWLINE + "<BODY>" + StringUtils.NEWLINE + "<H1>Methods</H1>" + StringUtils.NEWLINE + "<UL>" + StringUtils.NEWLINE);

19. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileGenerator.java :

73 : fbuffer.append("</UL>" + StringUtils.NEWLINE + "</BODY>" + StringUtils.NEWLINE + "</HTML>");

20. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileGenerator.java :

73 : fbuffer.append("</UL>" + StringUtils.NEWLINE + "</BODY>" + StringUtils.NEWLINE + "</HTML>");

21. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileGenerator.java :

73 : fbuffer.append("</UL>" + StringUtils.NEWLINE + "</BODY>" + StringUtils.NEWLINE + "</HTML>");

22. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileGenerator.java :

73 : fbuffer.append("</UL>" + StringUtils.NEWLINE + "</BODY>" + StringUtils.NEWLINE + "</HTML>");

Source File: org/eclipse/jst/ws/internal/consumption/sampleapp/codegen/MethodFileHelpGenerator.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileHelpGenerator.java :

16 : import org.eclipse.jst.ws.internal.common.StringUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MethodFileHelpGenerator.java :

18 : import org.eclipse.wst.ws.internal.datamodel.Element;

3. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MethodFileHelpGenerator.java :

44 : Element methodElement = (Element)object;

4. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MethodFileHelpGenerator.java :

44 : Element methodElement = (Element)object;

5. WARNING: DiscouragedReference

Discouraged access: The method getNumberID() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

MethodFileHelpGenerator.java :

48 : fbuffer.append("<LI><A HREF=\"" + fInputName + "?method=" + method.getNumberID());

6. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileHelpGenerator.java :

50 : fbuffer.append("</A></LI>" + StringUtils.NEWLINE);

7. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

MethodFileHelpGenerator.java :

50 : fbuffer.append("</A></LI>" + StringUtils.NEWLINE);

Source File: org/eclipse/jst/ws/internal/consumption/sampleapp/codegen/ResultFileAttributeGenerator.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileAttributeGenerator.java :

24 : import org.eclipse.wst.ws.internal.datamodel.BasicElement;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileAttributeGenerator.java :

65 : BasicElement element = (BasicElement)object;

3. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileAttributeGenerator.java :

65 : BasicElement element = (BasicElement)object;

4. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileAttributeGenerator.java :

66 : if(attributeElementType.getTypeElement().isSimple() || TypeFactory.recognizedBean(attributeElementType.getTypeElement().getName())){

5. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileAttributeGenerator.java :

71 : DataType dataType = TypeFactory.createType(attributeElementType.getTypeElement().getName(),element.getMUID());

6. WARNING: DiscouragedReference

Discouraged access: The method getMUID() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileAttributeGenerator.java :

71 : DataType dataType = TypeFactory.createType(attributeElementType.getTypeElement().getName(),element.getMUID());

7. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileAttributeGenerator.java :

72 : setTypeOwnerId(idName(element.getName()));

8. WARNING: DiscouragedReference

Discouraged access: The method getMUID() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileAttributeGenerator.java :

73 : fbuffer.append(dataType.getRequestCode(element.getMUID(),getTypeOwnerId()));

Source File: org/eclipse/jst/ws/internal/consumption/sampleapp/codegen/ResultFileGenerator.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

18 : import org.eclipse.jst.ws.internal.common.StringUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileGenerator.java :

22 : import org.eclipse.wst.ws.internal.datamodel.Element;

3. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileGenerator.java :

56 : Element beanElement = (Element)object;

4. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileGenerator.java :

56 : Element beanElement = (Element)object;

5. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

58 : fbuffer.append("<%@page contentType=\"text/html;charset=UTF-8\"%>"+ StringUtils.NEWLINE);

6. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

58 : fbuffer.append("<%@page contentType=\"text/html;charset=UTF-8\"%>"+ StringUtils.NEWLINE);

7. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

59 : fbuffer.append("<% request.setCharacterEncoding(\"UTF-8\"); %>"+ StringUtils.NEWLINE);

8. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

59 : fbuffer.append("<% request.setCharacterEncoding(\"UTF-8\"); %>"+ StringUtils.NEWLINE);

9. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

60 : fbuffer.append("<HTML>" + StringUtils.NEWLINE);

10. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

60 : fbuffer.append("<HTML>" + StringUtils.NEWLINE);

11. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

61 : fbuffer.append("<HEAD>" + StringUtils.NEWLINE);

12. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

61 : fbuffer.append("<HEAD>" + StringUtils.NEWLINE);

13. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

62 : fbuffer.append("<TITLE>Result</TITLE>" + StringUtils.NEWLINE);

14. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

62 : fbuffer.append("<TITLE>Result</TITLE>" + StringUtils.NEWLINE);

15. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

63 : fbuffer.append("</HEAD>" + StringUtils.NEWLINE);

16. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

63 : fbuffer.append("</HEAD>" + StringUtils.NEWLINE);

17. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

64 : fbuffer.append("<BODY>" + StringUtils.NEWLINE);

18. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

64 : fbuffer.append("<BODY>" + StringUtils.NEWLINE);

19. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

65 : fbuffer.append("<H1>Result</H1>" + StringUtils.NEWLINE + StringUtils.NEWLINE);

20. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

65 : fbuffer.append("<H1>Result</H1>" + StringUtils.NEWLINE + StringUtils.NEWLINE);

21. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

65 : fbuffer.append("<H1>Result</H1>" + StringUtils.NEWLINE + StringUtils.NEWLINE);

22. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

65 : fbuffer.append("<H1>Result</H1>" + StringUtils.NEWLINE + StringUtils.NEWLINE);

23. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileGenerator.java :

68 : fbuffer.append(bean.getName() + "\" />" + StringUtils.NEWLINE);

24. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

68 : fbuffer.append(bean.getName() + "\" />" + StringUtils.NEWLINE);

25. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

68 : fbuffer.append(bean.getName() + "\" />" + StringUtils.NEWLINE);

26. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

72 : fbuffer.append(StringUtils.NEWLINE);

27. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

72 : fbuffer.append(StringUtils.NEWLINE);

28. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

74 : fbuffer.append(StringUtils.NEWLINE);

29. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

74 : fbuffer.append(StringUtils.NEWLINE);

30. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

90 : fbuffer.append(StringUtils.NEWLINE);

31. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

90 : fbuffer.append(StringUtils.NEWLINE);

32. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

92 : fbuffer.append(StringUtils.NEWLINE);

33. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

92 : fbuffer.append(StringUtils.NEWLINE);

34. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

94 : fbuffer.append(StringUtils.NEWLINE);

35. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

94 : fbuffer.append(StringUtils.NEWLINE);

36. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

97 : fbuffer.append("<%" + StringUtils.NEWLINE);

37. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

97 : fbuffer.append("<%" + StringUtils.NEWLINE);

38. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

98 : fbuffer.append("String method = request.getParameter(\"method\");" + StringUtils.NEWLINE);

39. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

98 : fbuffer.append("String method = request.getParameter(\"method\");" + StringUtils.NEWLINE);

40. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

99 : fbuffer.append("int methodID = 0;" + StringUtils.NEWLINE);

41. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

99 : fbuffer.append("int methodID = 0;" + StringUtils.NEWLINE);

42. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

100 : fbuffer.append("if (method == null) methodID = -1;" + StringUtils.NEWLINE + "" + StringUtils.NEWLINE);

43. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

100 : fbuffer.append("if (method == null) methodID = -1;" + StringUtils.NEWLINE + "" + StringUtils.NEWLINE);

44. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

100 : fbuffer.append("if (method == null) methodID = -1;" + StringUtils.NEWLINE + "" + StringUtils.NEWLINE);

45. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

100 : fbuffer.append("if (method == null) methodID = -1;" + StringUtils.NEWLINE + "" + StringUtils.NEWLINE);

46. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

101 : fbuffer.append("if(methodID != -1) methodID = Integer.parseInt(method);" + StringUtils.NEWLINE);

47. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

101 : fbuffer.append("if(methodID != -1) methodID = Integer.parseInt(method);" + StringUtils.NEWLINE);

48. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

102 : fbuffer.append("boolean gotMethod = false;" + StringUtils.NEWLINE + StringUtils.NEWLINE);

49. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

102 : fbuffer.append("boolean gotMethod = false;" + StringUtils.NEWLINE + StringUtils.NEWLINE);

50. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

102 : fbuffer.append("boolean gotMethod = false;" + StringUtils.NEWLINE + StringUtils.NEWLINE);

51. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

102 : fbuffer.append("boolean gotMethod = false;" + StringUtils.NEWLINE + StringUtils.NEWLINE);

52. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

104 : fbuffer.append("try {" + StringUtils.NEWLINE);

53. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

104 : fbuffer.append("try {" + StringUtils.NEWLINE);

54. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

105 : fbuffer.append("switch (methodID){ " + StringUtils.NEWLINE);

55. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

105 : fbuffer.append("switch (methodID){ " + StringUtils.NEWLINE);

56. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

117 : fbuffer.append("}" + StringUtils.NEWLINE);

57. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

117 : fbuffer.append("}" + StringUtils.NEWLINE);

58. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

118 : fbuffer.append("} catch (Exception e) { " + StringUtils.NEWLINE);

59. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

118 : fbuffer.append("} catch (Exception e) { " + StringUtils.NEWLINE);

60. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

119 : fbuffer.append("%>" + StringUtils.NEWLINE);

61. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

119 : fbuffer.append("%>" + StringUtils.NEWLINE);

62. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

120 : fbuffer.append("exception: <%= e %>" + StringUtils.NEWLINE);

63. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

120 : fbuffer.append("exception: <%= e %>" + StringUtils.NEWLINE);

64. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

121 : fbuffer.append("<%" + StringUtils.NEWLINE);

65. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

121 : fbuffer.append("<%" + StringUtils.NEWLINE);

66. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

122 : fbuffer.append("return;" + StringUtils.NEWLINE);

67. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

122 : fbuffer.append("return;" + StringUtils.NEWLINE);

68. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

123 : fbuffer.append("}" + StringUtils.NEWLINE);

69. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

123 : fbuffer.append("}" + StringUtils.NEWLINE);

70. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

124 : fbuffer.append("if(!gotMethod){" + StringUtils.NEWLINE);

71. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

124 : fbuffer.append("if(!gotMethod){" + StringUtils.NEWLINE);

72. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

125 : fbuffer.append("%>" + StringUtils.NEWLINE);

73. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

125 : fbuffer.append("%>" + StringUtils.NEWLINE);

74. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

126 : fbuffer.append("result: N/A" + StringUtils.NEWLINE);

75. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

126 : fbuffer.append("result: N/A" + StringUtils.NEWLINE);

76. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

127 : fbuffer.append("<%" + StringUtils.NEWLINE);

77. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

127 : fbuffer.append("<%" + StringUtils.NEWLINE);

78. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

128 : fbuffer.append("}" + StringUtils.NEWLINE);

79. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

128 : fbuffer.append("}" + StringUtils.NEWLINE);

80. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

129 : fbuffer.append("%>" + StringUtils.NEWLINE);

81. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

129 : fbuffer.append("%>" + StringUtils.NEWLINE);

82. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

130 : fbuffer.append("</BODY>" + StringUtils.NEWLINE);

83. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileGenerator.java :

130 : fbuffer.append("</BODY>" + StringUtils.NEWLINE);

Source File: org/eclipse/jst/ws/internal/consumption/sampleapp/codegen/ResultFileHelp1Generator.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

17 : import org.eclipse.jst.ws.internal.common.StringUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp1Generator.java :

24 : import org.eclipse.wst.ws.internal.datamodel.Element;

3. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp1Generator.java :

57 : Element methodElement = (Element)object;

4. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp1Generator.java :

57 : Element methodElement = (Element)object;

5. WARNING: DiscouragedReference

Discouraged access: The method getNumberID() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp1Generator.java :

63 : fbuffer.append("case " + method.getNumberID()+ ":" + StringUtils.NEWLINE);

6. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

63 : fbuffer.append("case " + method.getNumberID()+ ":" + StringUtils.NEWLINE);

7. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

63 : fbuffer.append("case " + method.getNumberID()+ ":" + StringUtils.NEWLINE);

8. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

66 : fbuffer.append("break;" + StringUtils.NEWLINE);

9. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

66 : fbuffer.append("break;" + StringUtils.NEWLINE);

10. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp1Generator.java :

74 : public void visitHelper (Element methodElement)

11. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

77 : fbuffer.append(Generator.DOUBLE_TAB + "gotMethod = true;" + StringUtils.NEWLINE);

12. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

77 : fbuffer.append(Generator.DOUBLE_TAB + "gotMethod = true;" + StringUtils.NEWLINE);

13. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp1Generator.java :

94 : if (method.getReturnParameterElement().getTypeElement().getName().equals("void"))

14. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp1Generator.java :

98 : fbuffer.append(Generator.DOUBLE_TAB + method.getReturnParameterElement().getTypeElement().getName() + Generator.SPACE + method.getMUID() + MTEMP + Generator.SPACE);

15. WARNING: DiscouragedReference

Discouraged access: The method getMUID() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp1Generator.java :

98 : fbuffer.append(Generator.DOUBLE_TAB + method.getReturnParameterElement().getTypeElement().getName() + Generator.SPACE + method.getMUID() + MTEMP + Generator.SPACE);

16. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

108 : fbuffer.append(");" + StringUtils.NEWLINE);

17. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

108 : fbuffer.append(");" + StringUtils.NEWLINE);

18. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp1Generator.java :

109 : if (!method.getReturnParameterElement().getTypeElement().getName().equals("void") && !method.getReturnParameterElement().getTypeElement().isPrimitive()){

19. WARNING: DiscouragedReference

Discouraged access: The method getMUID() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp1Generator.java :

111 : fbuffer.append("if(" + method.getMUID() + "mtemp == null){" + StringUtils.NEWLINE);

20. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

111 : fbuffer.append("if(" + method.getMUID() + "mtemp == null){" + StringUtils.NEWLINE);

21. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

111 : fbuffer.append("if(" + method.getMUID() + "mtemp == null){" + StringUtils.NEWLINE);

22. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

112 : fbuffer.append("%>" + StringUtils.NEWLINE);

23. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

112 : fbuffer.append("%>" + StringUtils.NEWLINE);

24. WARNING: DiscouragedReference

Discouraged access: The method getMUID() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp1Generator.java :

113 : fbuffer.append("<%=" + method.getMUID() + "mtemp %>" + StringUtils.NEWLINE);

25. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

113 : fbuffer.append("<%=" + method.getMUID() + "mtemp %>" + StringUtils.NEWLINE);

26. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

113 : fbuffer.append("<%=" + method.getMUID() + "mtemp %>" + StringUtils.NEWLINE);

27. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

114 : fbuffer.append("<%" + StringUtils.NEWLINE);

28. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

114 : fbuffer.append("<%" + StringUtils.NEWLINE);

29. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

115 : fbuffer.append("}else{" + StringUtils.NEWLINE);

30. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

115 : fbuffer.append("}else{" + StringUtils.NEWLINE);

31. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp1Generator.java :

121 : if (!method.getReturnParameterElement().getTypeElement().getName().equals("void")){

32. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp1Generator.java :

123 : || TypeFactory.recognizedBean(method.getReturnParameterElement().getTypeElement().getName())

33. WARNING: DiscouragedReference

Discouraged access: The method getMUID() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp1Generator.java :

126 : DataType dataType = TypeFactory.createType(method.getReturnParameterElement().getTypeElement().getTypeName(),method.getReturnParameterElement().getMUID());

34. WARNING: DiscouragedReference

Discouraged access: The method getMUID() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp1Generator.java :

127 : fbuffer.append(dataType.TypeConversion(method.getMUID() + MTEMP));

35. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

130 : fbuffer.append("%>" + StringUtils.NEWLINE);

36. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

130 : fbuffer.append("%>" + StringUtils.NEWLINE);

37. WARNING: DiscouragedReference

Discouraged access: The method getMUID() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp1Generator.java :

132 : inputFileHelp2Generator.setInstanceName(method.getMUID() + MTEMP);

38. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

137 : fbuffer.append("<%" + StringUtils.NEWLINE);

39. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

137 : fbuffer.append("<%" + StringUtils.NEWLINE);

40. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp1Generator.java :

142 : if (!method.getReturnParameterElement().getTypeElement().getName().equals("void") && !method.getReturnParameterElement().getTypeElement().isPrimitive()) fbuffer.append("}" + StringUtils.NEWLINE);

41. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

142 : if (!method.getReturnParameterElement().getTypeElement().getName().equals("void") && !method.getReturnParameterElement().getTypeElement().isPrimitive()) fbuffer.append("}" + StringUtils.NEWLINE);

42. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileHelp1Generator.java :

142 : if (!method.getReturnParameterElement().getTypeElement().getName().equals("void") && !method.getReturnParameterElement().getTypeElement().isPrimitive()) fbuffer.append("}" + StringUtils.NEWLINE);

Source File: org/eclipse/jst/ws/internal/consumption/sampleapp/codegen/ResultFileHelp2Generator.java
1. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp2Generator.java :

55 : if(parameterElement.getTypeElement().isSimple() || TypeFactory.recognizedBean(parameterElement.getTypeElement().getName())){

2. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp2Generator.java :

60 : DataType dataType = TypeFactory.createType(parameterElement.getTypeElement().getName(),parameterElement.getMUID());

3. WARNING: DiscouragedReference

Discouraged access: The method getMUID() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp2Generator.java :

60 : DataType dataType = TypeFactory.createType(parameterElement.getTypeElement().getName(),parameterElement.getMUID());

4. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp2Generator.java :

61 : setTypeOwnerId(idName(parameterElement.getName()));

5. WARNING: DiscouragedReference

Discouraged access: The method getMUID() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileHelp2Generator.java :

62 : fbuffer.append(dataType.getRequestCode(parameterElement.getMUID(),getTypeOwnerId()));

Source File: org/eclipse/jst/ws/internal/consumption/sampleapp/codegen/ResultFileTypeGenerator.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileTypeGenerator.java :

21 : import org.eclipse.jst.ws.internal.common.StringUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileTypeGenerator.java :

28 : import org.eclipse.wst.ws.internal.datamodel.Element;

3. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileTypeGenerator.java :

58 : Element typeElement = (Element)object;

4. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileTypeGenerator.java :

58 : Element typeElement = (Element)object;

5. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileTypeGenerator.java :

61 : if(type.isSimple() || TypeFactory.recognizedBean(type.getName())){

6. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileTypeGenerator.java :

63 : DataType dataType = TypeFactory.createType(type.getName(),type.getOwningElement().getMUID());

7. WARNING: DiscouragedReference

Discouraged access: The method getMUID() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileTypeGenerator.java :

63 : DataType dataType = TypeFactory.createType(type.getName(),type.getOwningElement().getMUID());

8. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileTypeGenerator.java :

68 : fbuffer.append(Generator.DOUBLE_TAB + Generator.TAB + type.getName() + " " + nodeName + " = null;" + StringUtils.NEWLINE);

9. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileTypeGenerator.java :

68 : fbuffer.append(Generator.DOUBLE_TAB + Generator.TAB + type.getName() + " " + nodeName + " = null;" + StringUtils.NEWLINE);

10. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileTypeGenerator.java :

68 : fbuffer.append(Generator.DOUBLE_TAB + Generator.TAB + type.getName() + " " + nodeName + " = null;" + StringUtils.NEWLINE);

11. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileTypeGenerator.java :

69 : fbuffer.append(Generator.DOUBLE_TAB + "if(!" + getTypeOwnerId() + ".equals(\"\")){" + StringUtils.NEWLINE);

12. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileTypeGenerator.java :

69 : fbuffer.append(Generator.DOUBLE_TAB + "if(!" + getTypeOwnerId() + ".equals(\"\")){" + StringUtils.NEWLINE);

13. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileTypeGenerator.java :

71 : fbuffer.append(Generator.DOUBLE_TAB + "}" + StringUtils.NEWLINE);

14. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileTypeGenerator.java :

71 : fbuffer.append(Generator.DOUBLE_TAB + "}" + StringUtils.NEWLINE);

15. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileTypeGenerator.java :

74 : fbuffer.append(dataType.stringConversion(type.getName(),nodeName,getTypeOwnerId()));

16. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileTypeGenerator.java :

81 : String typeName = typeElement.getName();

17. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsObject(String) from the type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ResultFileTypeGenerator.java :

84 : if (!Boolean.TRUE.equals(typeElement.getPropertyAsObject(TypeElement.NON_INSTANTIABLE))) {

18. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileTypeGenerator.java :

101 : fbuffer.append(Generator.DOUBLE_TAB + "%>" + StringUtils.NEWLINE);

19. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileTypeGenerator.java :

101 : fbuffer.append(Generator.DOUBLE_TAB + "%>" + StringUtils.NEWLINE);

20. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileTypeGenerator.java :

102 : fbuffer.append(Generator.DOUBLE_TAB + "<jsp:useBean id=\"" + fTypeIdName + "\" scope=\"session\" class=\"" + typeName + "\" />" + StringUtils.NEWLINE);

21. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileTypeGenerator.java :

102 : fbuffer.append(Generator.DOUBLE_TAB + "<jsp:useBean id=\"" + fTypeIdName + "\" scope=\"session\" class=\"" + typeName + "\" />" + StringUtils.NEWLINE);

22. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileTypeGenerator.java :

103 : fbuffer.append(Generator.DOUBLE_TAB + "<%" + StringUtils.NEWLINE);

23. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileTypeGenerator.java :

103 : fbuffer.append(Generator.DOUBLE_TAB + "<%" + StringUtils.NEWLINE);

24. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileTypeGenerator.java :

107 : fbuffer.append(Generator.DOUBLE_TAB + fTypeIdName + "." + e.nextElement() + StringUtils.NEWLINE);

25. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileTypeGenerator.java :

107 : fbuffer.append(Generator.DOUBLE_TAB + fTypeIdName + "." + e.nextElement() + StringUtils.NEWLINE);

26. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileTypeGenerator.java :

112 : fbuffer.append(Generator.DOUBLE_TAB + fTypeIdName + "." + e2.nextElement() + StringUtils.NEWLINE);

27. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileTypeGenerator.java :

112 : fbuffer.append(Generator.DOUBLE_TAB + fTypeIdName + "." + e2.nextElement() + StringUtils.NEWLINE);

28. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileTypeGenerator.java :

116 : fbuffer.append(Generator.DOUBLE_TAB + typeName + " " + fTypeIdName + " = null;"+ StringUtils.NEWLINE);

29. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

ResultFileTypeGenerator.java :

116 : fbuffer.append(Generator.DOUBLE_TAB + typeName + " " + fTypeIdName + " = null;"+ StringUtils.NEWLINE);

Source File: org/eclipse/jst/ws/internal/consumption/sampleapp/codegen/TestClientFileGenerator.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

16 : import org.eclipse.jst.ws.internal.common.StringUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

57 : fbuffer.append("<HTML>" + StringUtils.NEWLINE);

3. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

57 : fbuffer.append("<HTML>" + StringUtils.NEWLINE);

4. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

58 : fbuffer.append("<HEAD>" + StringUtils.NEWLINE);

5. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

58 : fbuffer.append("<HEAD>" + StringUtils.NEWLINE);

6. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

59 : fbuffer.append("<TITLE>Web Services Test Client</TITLE>" + StringUtils.NEWLINE);

7. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

59 : fbuffer.append("<TITLE>Web Services Test Client</TITLE>" + StringUtils.NEWLINE);

8. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

60 : fbuffer.append("</HEAD>" + StringUtils.NEWLINE + "");

9. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

60 : fbuffer.append("</HEAD>" + StringUtils.NEWLINE + "");

10. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

61 : fbuffer.append("<FRAMESET COLS=\"220,*\">" + StringUtils.NEWLINE);

11. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

61 : fbuffer.append("<FRAMESET COLS=\"220,*\">" + StringUtils.NEWLINE);

12. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

62 : fbuffer.append("<FRAME SRC=\""+ fMethodName + "\" NAME=\"methods\" MARGINWIDTH=\"1\" MARGINHEIGHT=\"1\" SCROLLING=\"yes\" FRAMEBORDER=\"1\">" + StringUtils.NEWLINE);

13. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

62 : fbuffer.append("<FRAME SRC=\""+ fMethodName + "\" NAME=\"methods\" MARGINWIDTH=\"1\" MARGINHEIGHT=\"1\" SCROLLING=\"yes\" FRAMEBORDER=\"1\">" + StringUtils.NEWLINE);

14. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

63 : fbuffer.append("<FRAMESET ROWS=\"80%,20%\">" + StringUtils.NEWLINE);

15. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

63 : fbuffer.append("<FRAMESET ROWS=\"80%,20%\">" + StringUtils.NEWLINE);

16. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

64 : fbuffer.append("<FRAME SRC=\""+ fInputName + "\" NAME=\"inputs\" MARGINWIDTH=\"1\" MARGINHEIGHT=\"1\" SCROLLING=\"yes\" FRAMEBORDER=\"1\">" + StringUtils.NEWLINE);

17. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

64 : fbuffer.append("<FRAME SRC=\""+ fInputName + "\" NAME=\"inputs\" MARGINWIDTH=\"1\" MARGINHEIGHT=\"1\" SCROLLING=\"yes\" FRAMEBORDER=\"1\">" + StringUtils.NEWLINE);

18. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

65 : fbuffer.append("<%").append(StringUtils.NEWLINE);

19. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

65 : fbuffer.append("<%").append(StringUtils.NEWLINE);

20. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

66 : fbuffer.append("StringBuffer resultJSP = new StringBuffer(\"").append(fResultName).append("\");").append(StringUtils.NEWLINE);

21. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

66 : fbuffer.append("StringBuffer resultJSP = new StringBuffer(\"").append(fResultName).append("\");").append(StringUtils.NEWLINE);

22. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

67 : fbuffer.append("resultJSP.append(\"?\");").append(StringUtils.NEWLINE);

23. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

67 : fbuffer.append("resultJSP.append(\"?\");").append(StringUtils.NEWLINE);

24. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

69 : fbuffer.append("while (resultEnum.hasMoreElements()) {").append(StringUtils.NEWLINE);

25. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

69 : fbuffer.append("while (resultEnum.hasMoreElements()) {").append(StringUtils.NEWLINE);

26. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

70 : fbuffer.append("Object resultObj = resultEnum.nextElement();").append(StringUtils.NEWLINE);

27. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

70 : fbuffer.append("Object resultObj = resultEnum.nextElement();").append(StringUtils.NEWLINE);

28. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

71 : fbuffer.append("resultJSP.append(resultObj.toString()).append(\"=\").append(request.getParameter(resultObj.toString())).append(\"&\");").append(StringUtils.NEWLINE);

29. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

71 : fbuffer.append("resultJSP.append(resultObj.toString()).append(\"=\").append(request.getParameter(resultObj.toString())).append(\"&\");").append(StringUtils.NEWLINE);

30. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

72 : fbuffer.append("}").append(StringUtils.NEWLINE);

31. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

72 : fbuffer.append("}").append(StringUtils.NEWLINE);

32. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

73 : fbuffer.append("%>").append(StringUtils.NEWLINE);

33. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

73 : fbuffer.append("%>").append(StringUtils.NEWLINE);

34. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

74 : fbuffer.append("<FRAME SRC=\"<%=resultJSP.toString()%>\" NAME=\"result\" MARGINWIDTH=\"1\" MARGINHEIGHT=\"1\" SCROLLING=\"yes\" FRAMEBORDER=\"1\">" + StringUtils.NEWLINE);

35. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

74 : fbuffer.append("<FRAME SRC=\"<%=resultJSP.toString()%>\" NAME=\"result\" MARGINWIDTH=\"1\" MARGINHEIGHT=\"1\" SCROLLING=\"yes\" FRAMEBORDER=\"1\">" + StringUtils.NEWLINE);

36. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

75 : fbuffer.append("</FRAMESET>" + StringUtils.NEWLINE);

37. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

75 : fbuffer.append("</FRAMESET>" + StringUtils.NEWLINE);

38. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

78 : fbuffer.append("<NOFRAMES>" + StringUtils.NEWLINE);

39. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

78 : fbuffer.append("<NOFRAMES>" + StringUtils.NEWLINE);

40. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

79 : fbuffer.append("<BODY>" + StringUtils.NEWLINE);

41. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

79 : fbuffer.append("<BODY>" + StringUtils.NEWLINE);

42. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

80 : fbuffer.append("The Web Services Test Client requires a browser that supports frames." + StringUtils.NEWLINE);

43. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

80 : fbuffer.append("The Web Services Test Client requires a browser that supports frames." + StringUtils.NEWLINE);

44. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

81 : fbuffer.append("</BODY>" + StringUtils.NEWLINE);

45. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

81 : fbuffer.append("</BODY>" + StringUtils.NEWLINE);

46. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

82 : fbuffer.append("</NOFRAMES>" + StringUtils.NEWLINE);

47. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

82 : fbuffer.append("</NOFRAMES>" + StringUtils.NEWLINE);

48. WARNING: DiscouragedReference

Discouraged access: The type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

83 : fbuffer.append("</FRAMESET>" + StringUtils.NEWLINE);

49. WARNING: DiscouragedReference

Discouraged access: The field NEWLINE from the type StringUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws_1.0.308.v200905191111.jar

TestClientFileGenerator.java :

83 : fbuffer.append("</FRAMESET>" + StringUtils.NEWLINE);

Source File: org/eclipse/jst/ws/internal/consumption/sampleapp/command/GeneratePageCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type FileResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

GeneratePageCommand.java :

23 : import org.eclipse.wst.command.internal.env.common.FileResourceUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

GeneratePageCommand.java :

24 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

3. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

GeneratePageCommand.java :

25 : import org.eclipse.wst.command.internal.env.core.context.ResourceContext;

4. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

GeneratePageCommand.java :

28 : import org.eclipse.wst.ws.internal.datamodel.Element;

5. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

GeneratePageCommand.java :

29 : import org.eclipse.wst.ws.internal.datamodel.Model;

6. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

GeneratePageCommand.java :

40 : private Model model_;

7. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

GeneratePageCommand.java :

43 : private ResourceContext resourceContext_;

8. WARNING: DiscouragedReference

Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

GeneratePageCommand.java :

60 : public GeneratePageCommand(ResourceContext context, Model model, Generator generator, IFile file)

9. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

GeneratePageCommand.java :

60 : public GeneratePageCommand(ResourceContext context, Model model, Generator generator, IFile file)

10. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

GeneratePageCommand.java :

68 : public Model getJavaDataModel()

11. WARNING: DiscouragedReference

Discouraged access: The method getRootElement() from the type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

GeneratePageCommand.java :

82 : fGenerator.visit(model_.getRootElement());

12. WARNING: DiscouragedReference

Discouraged access: The type FileResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

GeneratePageCommand.java :

85 : OutputStream fileResource = FileResourceUtils.newFileOutputStream(resourceContext_, fIFile.getFullPath(), monitor, env.getStatusHandler());

13. WARNING: DiscouragedReference

Discouraged access: The method newFileOutputStream(ResourceContext, IPath, IProgressMonitor, IStatusHandler) from the type FileResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

GeneratePageCommand.java :

85 : OutputStream fileResource = FileResourceUtils.newFileOutputStream(resourceContext_, fIFile.getFullPath(), monitor, env.getStatusHandler());

14. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

GeneratePageCommand.java :

94 : status = StatusUtils.errorStatus( ioexc );

15. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

GeneratePageCommand.java :

94 : status = StatusUtils.errorStatus( ioexc );

16. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

GeneratePageCommand.java :

99 : public void setRootElement(Element rootElement)

Source File: org/eclipse/jst/ws/internal/consumption/sampleapp/command/JavaToModelCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaToModelCommand.java :

24 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type BooleanSelection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaToModelCommand.java :

25 : import org.eclipse.wst.command.internal.env.core.selection.BooleanSelection;

3. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaToModelCommand.java :

29 : import org.eclipse.wst.ws.internal.datamodel.Element;

4. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaToModelCommand.java :

30 : import org.eclipse.wst.ws.internal.datamodel.Model;

5. WARNING: DiscouragedReference

Discouraged access: The type BooleanSelection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaToModelCommand.java :

58 : private BooleanSelection[] methods;

6. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaToModelCommand.java :

61 : private Model model;

7. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaToModelCommand.java :

62 : private Element parentElement;

8. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaToModelCommand.java :

86 : public Model getJavaDataModel()

9. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaToModelCommand.java :

125 : return StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

10. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaToModelCommand.java :

125 : return StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

11. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaToModelCommand.java :

149 : return StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

12. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaToModelCommand.java :

149 : return StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

13. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaToModelCommand.java :

172 : return StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

14. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaToModelCommand.java :

172 : return StatusUtils.errorStatus( ConsumptionMessages.MSG_ERROR_SAMPLE_CREATION_CANCELED );

15. WARNING: DiscouragedReference

Discouraged access: The type BooleanSelection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

JavaToModelCommand.java :

206 : public void setMethods(BooleanSelection[] methods)

16. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

JavaToModelCommand.java :

216 : public void setParentElement(Element parentElement)

Source File: org/eclipse/jst/ws/internal/consumption/wsfinder/LiveWSDLFilter.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParserExt is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

LiveWSDLFilter.java :

26 : import org.eclipse.wst.ws.internal.parser.discovery.WebServicesParserExt;

2. WARNING: DiscouragedReference

Discouraged access: The type WWWAuthenticationException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

LiveWSDLFilter.java :

27 : import org.eclipse.wst.ws.internal.parser.wsil.WWWAuthenticationException;

3. WARNING: DiscouragedReference

Discouraged access: The type WWWAuthenticationException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

LiveWSDLFilter.java :

73 : private boolean validateWSDL() throws WSDLException, MalformedURLException, IOException, WWWAuthenticationException

4. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParserExt is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

LiveWSDLFilter.java :

75 : WebServicesParserExt parser = new WebServicesParserExt();

5. WARNING: DiscouragedReference

Discouraged access: The constructor WebServicesParserExt() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

LiveWSDLFilter.java :

75 : WebServicesParserExt parser = new WebServicesParserExt();

6. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParserExt is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

LiveWSDLFilter.java :

75 : WebServicesParserExt parser = new WebServicesParserExt();

7. WARNING: DiscouragedReference

Discouraged access: The method getWSDLDefinitionVerbose(String) from the type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

LiveWSDLFilter.java :

76 : Definition definition = parser.getWSDLDefinitionVerbose(wsdlURL_);