Compiler Report

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

Number of source files: 7 Number of classfiles: 8

Problems: 98 (Errors: 0 Warnings: 98 )

Source File: org/eclipse/wst/wsdl/ui/tests/internal/BaseTestCase.java
1. WARNING: DiscouragedReference

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

BaseTestCase.java :

19 : import org.eclipse.wst.wsdl.ui.internal.util.WSDLImportManager;

2. WARNING: DiscouragedReference

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

BaseTestCase.java :

30 : protected WSDLImportManager importManager = new WSDLImportManager();

3. WARNING: DiscouragedReference

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

BaseTestCase.java :

30 : protected WSDLImportManager importManager = new WSDLImportManager();

4. WARNING: DiscouragedReference

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

BaseTestCase.java :

30 : protected WSDLImportManager importManager = new WSDLImportManager();

Source File: org/eclipse/wst/wsdl/ui/tests/internal/BugFixesTest.java
1. WARNING: DiscouragedReference

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

BugFixesTest.java :

22 : import org.eclipse.wst.wsdl.ui.internal.util.XSDTypeSystemProvider;

2. WARNING: DiscouragedReference

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

BugFixesTest.java :

63 : XSDTypeSystemProvider provider = new XSDTypeSystemProvider();

3. WARNING: DiscouragedReference

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

BugFixesTest.java :

63 : XSDTypeSystemProvider provider = new XSDTypeSystemProvider();

4. WARNING: DiscouragedReference

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

BugFixesTest.java :

63 : XSDTypeSystemProvider provider = new XSDTypeSystemProvider();

5. WARNING: DiscouragedReference

Discouraged access: The method getBuiltInTypeNamesList(Definition) from the type XSDTypeSystemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

BugFixesTest.java :

64 : List types = provider.getBuiltInTypeNamesList(definition);

Source File: org/eclipse/wst/wsdl/ui/tests/internal/UnusedWSDLImportsTests.java
1. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

41 : importManager.performRemoval(definition);

2. WARNING: DiscouragedReference

Discouraged access: The method getWSDLUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

42 : List list = importManager.getWSDLUnusedImports();

3. WARNING: DiscouragedReference

Discouraged access: The method cleanup() from the type XSDDirectivesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsd.ui/@dot

UnusedWSDLImportsTests.java :

44 : importManager.cleanup();

4. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

50 : importManager.performRemoval(definition);

5. WARNING: DiscouragedReference

Discouraged access: The method getWSDLUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

51 : List list = importManager.getWSDLUnusedImports();

6. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

58 : importManager.performRemoval(definition);

7. WARNING: DiscouragedReference

Discouraged access: The method getWSDLUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

59 : List list = importManager.getWSDLUnusedImports();

8. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

66 : importManager.performRemoval(definition);

9. WARNING: DiscouragedReference

Discouraged access: The method getWSDLUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

67 : List list = importManager.getWSDLUnusedImports();

10. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

78 : importManager.performRemoval(definition);

11. WARNING: DiscouragedReference

Discouraged access: The method getWSDLUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

79 : List list = importManager.getWSDLUnusedImports();

12. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

85 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

13. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

94 : importManager.performRemoval(definition);

14. WARNING: DiscouragedReference

Discouraged access: The method getWSDLUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

95 : List list = importManager.getWSDLUnusedImports();

15. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

101 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

16. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

109 : importManager.performRemoval(definition);

17. WARNING: DiscouragedReference

Discouraged access: The method getWSDLUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

110 : List list = importManager.getWSDLUnusedImports();

18. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

116 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

19. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

124 : importManager.performRemoval(definition);

20. WARNING: DiscouragedReference

Discouraged access: The method getWSDLUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

125 : List list = importManager.getWSDLUnusedImports();

21. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

131 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

22. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

139 : importManager.performRemoval(definition);

23. WARNING: DiscouragedReference

Discouraged access: The method getWSDLUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

140 : List list = importManager.getWSDLUnusedImports();

24. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

146 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

25. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

153 : importManager.performRemoval(definition);

26. WARNING: DiscouragedReference

Discouraged access: The method getWSDLUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

154 : List list = importManager.getWSDLUnusedImports();

27. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

163 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

28. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

172 : importManager.performRemoval(definition);

29. WARNING: DiscouragedReference

Discouraged access: The method getWSDLUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

173 : List list = importManager.getWSDLUnusedImports();

30. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

188 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

31. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

199 : importManager.performRemoval(definition);

32. WARNING: DiscouragedReference

Discouraged access: The method getWSDLUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

200 : List list = importManager.getWSDLUnusedImports();

33. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

209 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

34. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

218 : importManager.performRemoval(definition);

35. WARNING: DiscouragedReference

Discouraged access: The method getWSDLUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

219 : List list = importManager.getWSDLUnusedImports();

36. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

228 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

37. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

237 : importManager.performRemoval(definition);

38. WARNING: DiscouragedReference

Discouraged access: The method getWSDLUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

238 : List list = importManager.getWSDLUnusedImports();

39. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

241 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

40. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

248 : importManager.performRemoval(definition);

41. WARNING: DiscouragedReference

Discouraged access: The method getWSDLUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

249 : List list = importManager.getWSDLUnusedImports();

42. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

UnusedWSDLImportsTests.java :

258 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

Source File: org/eclipse/wst/wsdl/ui/tests/internal/WSDLUnusedTests.java
1. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLUnusedTests.java :

36 : importManager.performRemoval(definition);

2. WARNING: DiscouragedReference

Discouraged access: The method getUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLUnusedTests.java :

37 : List list = importManager.getUnusedImports();

3. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLUnusedTests.java :

48 : importManager.performRemoval(definition);

4. WARNING: DiscouragedReference

Discouraged access: The method getUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLUnusedTests.java :

49 : List list = importManager.getUnusedImports();

5. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLUnusedTests.java :

60 : importManager.performRemoval(definition);

6. WARNING: DiscouragedReference

Discouraged access: The method getUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLUnusedTests.java :

61 : List list = importManager.getUnusedImports();

7. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLUnusedTests.java :

72 : importManager.performRemoval(definition);

8. WARNING: DiscouragedReference

Discouraged access: The method getUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLUnusedTests.java :

73 : List list = importManager.getUnusedImports();

9. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLUnusedTests.java :

94 : importManager.performRemoval(definition);

10. WARNING: DiscouragedReference

Discouraged access: The method getUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLUnusedTests.java :

95 : List list = importManager.getUnusedImports();

11. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLUnusedTests.java :

105 : importManager.performRemoval(definition);

12. WARNING: DiscouragedReference

Discouraged access: The method getUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLUnusedTests.java :

106 : List list = importManager.getUnusedImports();

13. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLUnusedTests.java :

118 : importManager.performRemoval(definition);

14. WARNING: DiscouragedReference

Discouraged access: The method getUnusedImports() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLUnusedTests.java :

119 : List list = importManager.getUnusedImports();

Source File: org/eclipse/wst/wsdl/ui/tests/internal/WSDLXMLNSCleanupTests.java
1. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

39 : importManager.performRemoval(definition);

2. WARNING: DiscouragedReference

Discouraged access: The method getSchemaToPrefixMap() from the type XSDDirectivesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsd.ui/@dot

WSDLXMLNSCleanupTests.java :

43 : Map map = (Map) importManager.getSchemaToPrefixMap();

3. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

63 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

4. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

72 : importManager.performRemoval(definition);

5. WARNING: DiscouragedReference

Discouraged access: The method getSchemaToPrefixMap() from the type XSDDirectivesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsd.ui/@dot

WSDLXMLNSCleanupTests.java :

76 : Map map = (Map) importManager.getSchemaToPrefixMap();

6. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

88 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

7. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

96 : importManager.performRemoval(definition);

8. WARNING: DiscouragedReference

Discouraged access: The method getSchemaToPrefixMap() from the type XSDDirectivesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsd.ui/@dot

WSDLXMLNSCleanupTests.java :

100 : Map map = (Map) importManager.getSchemaToPrefixMap();

9. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

112 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

10. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

121 : importManager.performRemoval(definition);

11. WARNING: DiscouragedReference

Discouraged access: The method getSchemaToPrefixMap() from the type XSDDirectivesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsd.ui/@dot

WSDLXMLNSCleanupTests.java :

125 : Map map = (Map) importManager.getSchemaToPrefixMap();

12. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

136 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

13. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

144 : importManager.performRemoval(definition);

14. WARNING: DiscouragedReference

Discouraged access: The method getSchemaToPrefixMap() from the type XSDDirectivesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsd.ui/@dot

WSDLXMLNSCleanupTests.java :

148 : Map map = (Map) importManager.getSchemaToPrefixMap();

15. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

160 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

16. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

170 : importManager.performRemoval(definition);

17. WARNING: DiscouragedReference

Discouraged access: The method getSchemaToPrefixMap() from the type XSDDirectivesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsd.ui/@dot

WSDLXMLNSCleanupTests.java :

174 : Map map = (Map) importManager.getSchemaToPrefixMap();

18. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

186 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

19. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

194 : importManager.performRemoval(definition);

20. WARNING: DiscouragedReference

Discouraged access: The method getSchemaToPrefixMap() from the type XSDDirectivesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsd.ui/@dot

WSDLXMLNSCleanupTests.java :

198 : Map map = (Map) importManager.getSchemaToPrefixMap();

21. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

237 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

22. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

244 : importManager.performRemoval(definition);

23. WARNING: DiscouragedReference

Discouraged access: The method getSchemaToPrefixMap() from the type XSDDirectivesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsd.ui/@dot

WSDLXMLNSCleanupTests.java :

248 : Map map = (Map) importManager.getSchemaToPrefixMap();

24. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

287 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

25. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

299 : importManager.performRemoval(definition);

26. WARNING: DiscouragedReference

Discouraged access: The method getSchemaToPrefixMap() from the type XSDDirectivesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsd.ui/@dot

WSDLXMLNSCleanupTests.java :

303 : Map map = (Map) importManager.getSchemaToPrefixMap();

27. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

319 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

28. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

327 : importManager.performRemoval(definition);

29. WARNING: DiscouragedReference

Discouraged access: The method getSchemaToPrefixMap() from the type XSDDirectivesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsd.ui/@dot

WSDLXMLNSCleanupTests.java :

331 : Map map = (Map) importManager.getSchemaToPrefixMap();

30. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

347 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();

31. WARNING: DiscouragedReference

Discouraged access: The method performRemoval(Definition) from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

355 : importManager.performRemoval(definition);

32. WARNING: DiscouragedReference

Discouraged access: The method getSchemaToPrefixMap() from the type XSDDirectivesManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsd.ui/@dot

WSDLXMLNSCleanupTests.java :

359 : Map map = (Map) importManager.getSchemaToPrefixMap();

33. WARNING: DiscouragedReference

Discouraged access: The method getUnusedWSDLPrefixes() from the type WSDLImportManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.wsdl.ui/@dot

WSDLXMLNSCleanupTests.java :

375 : Set unusedWSDLPrefixes = importManager.getUnusedWSDLPrefixes();