Compiler Report

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

Number of source files: 8 Number of classfiles: 9

Problems: 291 (Errors: 0 Warnings: 291 )

Source File: org/eclipse/wst/xml/catalog/tests/internal/AbstractCatalogTest.java
1. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

25 : import org.eclipse.wst.common.uriresolver.internal.util.URIHelper;

2. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

26 : import org.eclipse.wst.xml.core.internal.XMLCorePlugin;

3. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

27 : import org.eclipse.wst.xml.core.internal.catalog.CatalogContributorRegistryReader;

4. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

28 : import org.eclipse.wst.xml.core.internal.catalog.CatalogSet;

5. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

29 : import org.eclipse.wst.xml.core.internal.catalog.provisional.ICatalog;

6. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

30 : import org.eclipse.wst.xml.core.internal.catalog.provisional.ICatalogEntry;

7. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

31 : import org.eclipse.wst.xml.core.internal.catalog.provisional.INextCatalog;

8. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

36 : private CatalogSet catalogSet = new CatalogSet();

9. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

36 : private CatalogSet catalogSet = new CatalogSet();

10. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

36 : private CatalogSet catalogSet = new CatalogSet();

11. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

38 : protected ICatalog systemCatalog;

12. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

40 : protected ICatalog userCatalog;

13. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

42 : protected ICatalog defaultCatalog;

14. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

51 : protected static List getCatalogEntries(ICatalog catalog, int entryType)

15. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

54 : ICatalogEntry[] entries = catalog.getCatalogEntries();

16. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

54 : ICatalogEntry[] entries = catalog.getCatalogEntries();

17. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

57 : ICatalogEntry entry = entries[i];

18. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

58 : if (entry.getEntryType() == entryType)

19. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

66 : protected ICatalog getCatalog(String id, String uriString) throws Exception

20. WARNING: DiscouragedReference

Discouraged access: The method lookupOrCreateCatalog(String, String) from the type CatalogSet is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractCatalogTest.java :

68 : return catalogSet.lookupOrCreateCatalog(id, uriString);

21. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

74 : defaultCatalog = XMLCorePlugin.getDefault().getDefaultXMLCatalog();

22. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

74 : defaultCatalog = XMLCorePlugin.getDefault().getDefaultXMLCatalog();

23. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

74 : defaultCatalog = XMLCorePlugin.getDefault().getDefaultXMLCatalog();

24. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

75 : INextCatalog[] nextCatalogs = defaultCatalog.getNextCatalogs();

25. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

75 : INextCatalog[] nextCatalogs = defaultCatalog.getNextCatalogs();

26. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

78 : INextCatalog catalog = nextCatalogs[i];

27. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

79 : ICatalog referencedCatalog = catalog.getReferencedCatalog();

28. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

79 : ICatalog referencedCatalog = catalog.getReferencedCatalog();

29. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

82 : if (XMLCorePlugin.SYSTEM_CATALOG_ID

30. WARNING: DiscouragedReference

Discouraged access: The field SYSTEM_CATALOG_ID from the type XMLCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractCatalogTest.java :

82 : if (XMLCorePlugin.SYSTEM_CATALOG_ID

31. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

83 : .equals(referencedCatalog.getId()))

32. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

86 : } else if (XMLCorePlugin.USER_CATALOG_ID

33. WARNING: DiscouragedReference

Discouraged access: The field USER_CATALOG_ID from the type XMLCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractCatalogTest.java :

86 : } else if (XMLCorePlugin.USER_CATALOG_ID

34. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

87 : .equals(referencedCatalog.getId()))

35. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

142 : return CatalogContributorRegistryReader.resolvePath(

36. WARNING: DiscouragedReference

Discouraged access: The method resolvePath(URL, String) from the type CatalogContributorRegistryReader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractCatalogTest.java :

142 : return CatalogContributorRegistryReader.resolvePath( CatalogContributorRegistryReader.getPlatformURL(pluginId), path);

37. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

143 : CatalogContributorRegistryReader.getPlatformURL(pluginId), path);

38. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

143 : CatalogContributorRegistryReader.getPlatformURL(pluginId), path);

39. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

152 : return URIHelper.ensureFileURIProtocolFormat(result);

40. WARNING: DiscouragedReference

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

AbstractCatalogTest.java :

152 : return URIHelper.ensureFileURIProtocolFormat(result);

Source File: org/eclipse/wst/xml/catalog/tests/internal/CatalogContributorRegistryReaderTest.java
1. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

16 : import org.eclipse.wst.xml.core.internal.XMLCorePlugin;

2. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

17 : import org.eclipse.wst.xml.core.internal.catalog.provisional.ICatalog;

3. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

18 : import org.eclipse.wst.xml.core.internal.catalog.provisional.ICatalogEntry;

4. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

19 : import org.eclipse.wst.xml.core.internal.catalog.provisional.INextCatalog;

5. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

43 : assertEquals(XMLCorePlugin.DEFAULT_CATALOG_ID, defaultCatalog.getId());

6. WARNING: DiscouragedReference

Discouraged access: The field DEFAULT_CATALOG_ID from the type XMLCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogContributorRegistryReaderTest.java :

43 : assertEquals(XMLCorePlugin.DEFAULT_CATALOG_ID, defaultCatalog.getId());

7. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

43 : assertEquals(XMLCorePlugin.DEFAULT_CATALOG_ID, defaultCatalog.getId());

8. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

44 : assertEquals(2, defaultCatalog.getNextCatalogs().length);

9. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

50 : List entries = CatalogTest.getCatalogEntries(systemCatalog, ICatalogEntry.ENTRY_TYPE_SYSTEM);

10. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_SYSTEM from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogContributorRegistryReaderTest.java :

50 : List entries = CatalogTest.getCatalogEntries(systemCatalog, ICatalogEntry.ENTRY_TYPE_SYSTEM);

11. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

53 : ICatalogEntry entry = (ICatalogEntry)entries.get(i);

12. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

53 : ICatalogEntry entry = (ICatalogEntry)entries.get(i);

13. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

54 : if("testSystemId".equals(entry.getId()))

14. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

57 : assertEquals(resolvedURI, entry.getURI());

15. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

58 : assertEquals("http://personal/personal.dtd", entry.getKey());

16. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

63 : entries = CatalogTest.getCatalogEntries(systemCatalog, ICatalogEntry.ENTRY_TYPE_PUBLIC);

17. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_PUBLIC from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogContributorRegistryReaderTest.java :

63 : entries = CatalogTest.getCatalogEntries(systemCatalog, ICatalogEntry.ENTRY_TYPE_PUBLIC);

18. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

66 : ICatalogEntry entry = (ICatalogEntry)entries.get(i);

19. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

66 : ICatalogEntry entry = (ICatalogEntry)entries.get(i);

20. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

67 : if("testPublicId1".equals(entry.getId()))

21. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

70 : assertEquals(resolvedURI, entry.getURI());

22. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

71 : assertEquals("InvoiceId_test", entry.getKey());

23. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

73 : assertEquals("http://org.eclipse.wst.xml.example/Invoice.dtd", entry.getAttributeValue("webURL"));

24. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

77 : else if("testMappingInfo".equals(entry.getId()))

25. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

80 : assertEquals(resolvedURI, entry.getURI());

26. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

81 : assertEquals("http://www.w3.org/2001/XMLSchema1", entry.getKey());

27. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

87 : entries = CatalogTest.getCatalogEntries(systemCatalog, ICatalogEntry.ENTRY_TYPE_URI);

28. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_URI from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogContributorRegistryReaderTest.java :

87 : entries = CatalogTest.getCatalogEntries(systemCatalog, ICatalogEntry.ENTRY_TYPE_URI);

29. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

90 : ICatalogEntry entry = (ICatalogEntry)entries.get(i);

30. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

90 : ICatalogEntry entry = (ICatalogEntry)entries.get(i);

31. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

91 : if("testURIId1".equals(entry.getId()))

32. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

94 : assertEquals(resolvedURI, entry.getURI());

33. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

95 : assertEquals("http://apache.org/xml/xcatalog/example", entry.getKey());

34. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

97 : else if("testURIId2".equals(entry.getId()))

35. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

100 : assertEquals(resolvedURI, entry.getURI());

36. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

101 : assertEquals("http://www.w3.org/2001/XMLSchema", entry.getKey());

37. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

103 : else if("testURIId3".equals(entry.getId()))

38. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

106 : assertEquals(resolvedURI, entry.getURI());

39. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

107 : assertEquals("http://oasis.names.tc.entity.xmlns.xml.catalog", entry.getKey());

40. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

112 : INextCatalog[] nextCatalogEntries = systemCatalog.getNextCatalogs();

41. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

112 : INextCatalog[] nextCatalogEntries = systemCatalog.getNextCatalogs();

42. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

115 : INextCatalog nextCatalogEntry = (INextCatalog) nextCatalogEntries[i];

43. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

115 : INextCatalog nextCatalogEntry = (INextCatalog) nextCatalogEntries[i];

44. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

116 : if("testNestedCatalog".equals(nextCatalogEntry.getId()))

45. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

119 : assertEquals(resolvedURI, nextCatalogEntry.getCatalogLocation());

46. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

120 : ICatalog nextCatalog = nextCatalogEntry.getReferencedCatalog();

47. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

120 : ICatalog nextCatalog = nextCatalogEntry.getReferencedCatalog();

48. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

122 : assertEquals(3, nextCatalog.getCatalogEntries().length);

49. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

125 : ICatalogEntry.ENTRY_TYPE_PUBLIC);

50. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_PUBLIC from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogContributorRegistryReaderTest.java :

125 : ICatalogEntry.ENTRY_TYPE_PUBLIC);

51. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

127 : ICatalogEntry entry = (ICatalogEntry) entries.get(0);

52. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

127 : ICatalogEntry entry = (ICatalogEntry) entries.get(0);

53. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

130 : assertEquals(getFileLocation("data/Invoice/Invoice.dtd"), entry.getURI());

54. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

131 : assertEquals("InvoiceId_test", entry.getKey());

55. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

134 : ICatalogEntry.ENTRY_TYPE_SYSTEM);

56. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_SYSTEM from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogContributorRegistryReaderTest.java :

134 : ICatalogEntry.ENTRY_TYPE_SYSTEM);

57. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

136 : entry = (ICatalogEntry) entries.get(0);

58. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

137 : assertEquals(getFileLocation("data/Invoice/Invoice.dtd"), entry.getURI());

59. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

138 : assertEquals("Invoice.dtd", entry.getKey());

60. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

141 : ICatalogEntry.ENTRY_TYPE_URI);

61. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_URI from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogContributorRegistryReaderTest.java :

141 : ICatalogEntry.ENTRY_TYPE_URI);

62. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

143 : entry = (ICatalogEntry) entries.get(0);

63. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

144 : assertEquals(getFileLocation("data/Invoice/Invoice.dtd"), entry.getURI());

64. WARNING: DiscouragedReference

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

CatalogContributorRegistryReaderTest.java :

145 : assertEquals("http://www.test.com/Invoice.dtd", entry.getKey());

Source File: org/eclipse/wst/xml/catalog/tests/internal/CatalogReaderTest.java
1. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

18 : import org.eclipse.wst.xml.core.internal.catalog.Catalog;

2. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

19 : import org.eclipse.wst.xml.core.internal.catalog.provisional.ICatalog;

3. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

20 : import org.eclipse.wst.xml.core.internal.catalog.provisional.ICatalogEntry;

4. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

21 : import org.eclipse.wst.xml.core.internal.catalog.provisional.INextCatalog;

5. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

50 : Catalog catalog = (Catalog)getCatalog("catalog1", base.toString());

6. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

50 : Catalog catalog = (Catalog)getCatalog("catalog1", base.toString());

7. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

56 : assertEquals(3, catalog.getCatalogEntries().length);

8. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

59 : List entries = CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_PUBLIC);

9. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_PUBLIC from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogReaderTest.java :

59 : List entries = CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_PUBLIC);

10. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

61 : ICatalogEntry entry = (ICatalogEntry)entries.get(0);

11. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

61 : ICatalogEntry entry = (ICatalogEntry)entries.get(0);

12. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

65 : assertEquals(getFileLocation("/data/Invoice/Invoice.dtd"), entry.getURI());

13. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

66 : assertEquals("InvoiceId_test", entry.getKey());

14. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

67 : assertEquals("http://webURL", entry.getAttributeValue("webURL"));

15. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

71 : entries = CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_SYSTEM);

16. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_SYSTEM from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogReaderTest.java :

71 : entries = CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_SYSTEM);

17. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

73 : entry = (ICatalogEntry)entries.get(0);

18. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

74 : assertEquals(getFileLocation("/data/Invoice/Invoice.dtd"), entry.getURI());

19. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

75 : assertEquals("Invoice.dtd", entry.getKey());

20. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

76 : assertEquals("yes", entry.getAttributeValue("chached"));

21. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

77 : assertEquals("value1", entry.getAttributeValue("property"));

22. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

81 : entries = CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_URI);

23. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_URI from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogReaderTest.java :

81 : entries = CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_URI);

24. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

83 : entry = (ICatalogEntry)entries.get(0);

25. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

84 : assertEquals(getFileLocation("/data/Invoice/Invoice.dtd"), entry.getURI());

26. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

85 : assertEquals("http://www.test.com/Invoice.dtd", entry.getKey());

27. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

86 : assertEquals("no", entry.getAttributeValue("chached"));

28. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

87 : assertEquals("value2", entry.getAttributeValue("property"));

29. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

90 : INextCatalog[] nextCatalogEntries = catalog.getNextCatalogs();

30. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

90 : INextCatalog[] nextCatalogEntries = catalog.getNextCatalogs();

31. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

93 : INextCatalog nextCatalogEntry = (INextCatalog)nextCatalogEntries[0];

32. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

93 : INextCatalog nextCatalogEntry = (INextCatalog)nextCatalogEntries[0];

33. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

99 : assertEquals("catalog2.xml", nextCatalogEntry.getCatalogLocation());

34. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

101 : ICatalog nextCatalog = nextCatalogEntry.getReferencedCatalog();

35. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

101 : ICatalog nextCatalog = nextCatalogEntry.getReferencedCatalog();

36. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

104 : assertEquals(4, nextCatalog.getCatalogEntries().length);

37. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

107 : entries = CatalogTest.getCatalogEntries(nextCatalog, ICatalogEntry.ENTRY_TYPE_PUBLIC);

38. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_PUBLIC from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogReaderTest.java :

107 : entries = CatalogTest.getCatalogEntries(nextCatalog, ICatalogEntry.ENTRY_TYPE_PUBLIC);

39. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

109 : entry = (ICatalogEntry)entries.get(0);

40. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

111 : assertEquals(getFileLocation("/data/PublicationCatalogue/Catalogue.xsd"), entry.getURI());

41. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

112 : assertEquals("http://www.eclipse.org/webtools/Catalogue_001", entry.getKey());

42. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

115 : entry = (ICatalogEntry)entries.get(1);

43. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

117 : assertEquals(getFileLocation("/data/PublicationCatalogue/Catalogue.xsd"), entry.getURI());

44. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

118 : assertEquals("http://www.eclipse.org/webtools/Catalogue_002", entry.getKey());

45. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

121 : entries = CatalogTest.getCatalogEntries(nextCatalog, ICatalogEntry.ENTRY_TYPE_SYSTEM);

46. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_SYSTEM from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogReaderTest.java :

121 : entries = CatalogTest.getCatalogEntries(nextCatalog, ICatalogEntry.ENTRY_TYPE_SYSTEM);

47. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

123 : entry = (ICatalogEntry)entries.get(0);

48. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

124 : assertEquals(getFileLocation("/data/PublicationCatalogue/Catalogue.xsd"), entry.getURI());

49. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

125 : assertEquals("Catalogue.xsd", entry.getKey());

50. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

127 : entries = CatalogTest.getCatalogEntries(nextCatalog, ICatalogEntry.ENTRY_TYPE_URI);

51. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_URI from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogReaderTest.java :

127 : entries = CatalogTest.getCatalogEntries(nextCatalog, ICatalogEntry.ENTRY_TYPE_URI);

52. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

129 : entry = (ICatalogEntry)entries.get(0);

53. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

130 : assertEquals("http://www.eclipse.org/webtools/Catalogue/Catalogue.xsd", entry.getURI());

54. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

131 : assertEquals("http://www.eclipse.org/webtools/Catalogue.xsd", entry.getKey());

55. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

147 : Catalog catalog = (Catalog)getCatalog("catalog11", base.toString());

56. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

147 : Catalog catalog = (Catalog)getCatalog("catalog11", base.toString());

57. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

153 : assertEquals(13, catalog.getCatalogElements().length);

58. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

156 : assertEquals(2, CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_PUBLIC).size());

59. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_PUBLIC from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogReaderTest.java :

156 : assertEquals(2, CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_PUBLIC).size());

60. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

159 : assertEquals(2, CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_SYSTEM).size());

61. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_SYSTEM from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogReaderTest.java :

159 : assertEquals(2, CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_SYSTEM).size());

62. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

162 : assertEquals(1, CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_URI).size());

63. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_URI from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogReaderTest.java :

162 : assertEquals(1, CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_URI).size());

64. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

165 : INextCatalog[] nextCatalogEntries = catalog.getNextCatalogs();

65. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

165 : INextCatalog[] nextCatalogEntries = catalog.getNextCatalogs();

66. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

168 : INextCatalog nextCatalogEntry = (INextCatalog)nextCatalogEntries[0];

67. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

168 : INextCatalog nextCatalogEntry = (INextCatalog)nextCatalogEntries[0];

68. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

171 : assertEquals("catalog.xml", nextCatalogEntry.getCatalogLocation());

69. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

182 : Catalog catalog = (Catalog)getCatalog("compatabilityCatalog", base.toString());

70. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

182 : Catalog catalog = (Catalog)getCatalog("compatabilityCatalog", base.toString());

71. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

185 : List entries = CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_PUBLIC);

72. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_PUBLIC from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogReaderTest.java :

185 : List entries = CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_PUBLIC);

73. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

187 : ICatalogEntry entry = (ICatalogEntry)entries.get(0);

74. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

187 : ICatalogEntry entry = (ICatalogEntry)entries.get(0);

75. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

188 : assertEquals("platform:/resource/XMLExamples/Invoice2/Invoice.dtd", entry.getURI());

76. WARNING: DiscouragedReference

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

CatalogReaderTest.java :

189 : assertEquals("InvoiceId", entry.getKey());

Source File: org/eclipse/wst/xml/catalog/tests/internal/CatalogResolverTest.java
1. WARNING: DiscouragedReference

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

CatalogResolverTest.java :

14 : import org.eclipse.wst.common.uriresolver.internal.util.URIHelper;

2. WARNING: DiscouragedReference

Discouraged access: The method resolvePublic(String, String) from the type ICatalog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogResolverTest.java :

37 : String resolvedActual = defaultCatalog.resolvePublic("InvoiceId_test", null);

3. WARNING: DiscouragedReference

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

CatalogResolverTest.java :

40 : resolvedActual = defaultCatalog.resolveSystem("http://personal/personal.dtd");

4. WARNING: DiscouragedReference

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

CatalogResolverTest.java :

43 : resolvedActual = defaultCatalog.resolveURI("http://apache.org/xml/xcatalog/example");

5. WARNING: DiscouragedReference

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

CatalogResolverTest.java :

46 : resolvedActual = defaultCatalog.resolveURI("http://www.w3.org/2001/XMLSchema");

6. WARNING: DiscouragedReference

Discouraged access: The method resolvePublic(String, String) from the type ICatalog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogResolverTest.java :

52 : resolvedActual = defaultCatalog.resolvePublic("InvoiceId_test", null);

7. WARNING: DiscouragedReference

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

CatalogResolverTest.java :

56 : resolvedActual = defaultCatalog.resolveSystem("Invoice.dtd");

8. WARNING: DiscouragedReference

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

CatalogResolverTest.java :

58 : assertEquals(URIHelper.ensureFileURIProtocolFormat(resolvedURI), resolvedActual);

9. WARNING: DiscouragedReference

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

CatalogResolverTest.java :

58 : assertEquals(URIHelper.ensureFileURIProtocolFormat(resolvedURI), resolvedActual);

10. WARNING: DiscouragedReference

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

CatalogResolverTest.java :

60 : resolvedActual = defaultCatalog.resolveURI("http://www.test.com/Invoice.dtd");

11. WARNING: DiscouragedReference

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

CatalogResolverTest.java :

62 : assertEquals(URIHelper.ensureFileURIProtocolFormat(resolvedURI), resolvedActual);

12. WARNING: DiscouragedReference

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

CatalogResolverTest.java :

62 : assertEquals(URIHelper.ensureFileURIProtocolFormat(resolvedURI), resolvedActual);

13. WARNING: DiscouragedReference

Discouraged access: The method resolvePublic(String, String) from the type ICatalog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogResolverTest.java :

66 : resolvedActual = defaultCatalog.resolvePublic("http://www.eclipse.org/webtools/Catalogue_001", null);

14. WARNING: DiscouragedReference

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

CatalogResolverTest.java :

68 : assertEquals(URIHelper.ensureFileURIProtocolFormat(resolvedURI), resolvedActual);

15. WARNING: DiscouragedReference

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

CatalogResolverTest.java :

68 : assertEquals(URIHelper.ensureFileURIProtocolFormat(resolvedURI), resolvedActual);

16. WARNING: DiscouragedReference

Discouraged access: The method resolvePublic(String, String) from the type ICatalog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogResolverTest.java :

70 : resolvedActual = defaultCatalog.resolvePublic("http://www.eclipse.org/webtools/Catalogue_002", null);

17. WARNING: DiscouragedReference

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

CatalogResolverTest.java :

72 : assertEquals(URIHelper.ensureFileURIProtocolFormat(resolvedURI), resolvedActual);

18. WARNING: DiscouragedReference

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

CatalogResolverTest.java :

72 : assertEquals(URIHelper.ensureFileURIProtocolFormat(resolvedURI), resolvedActual);

19. WARNING: DiscouragedReference

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

CatalogResolverTest.java :

74 : resolvedActual = defaultCatalog.resolveSystem("Catalogue.xsd");

20. WARNING: DiscouragedReference

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

CatalogResolverTest.java :

76 : assertEquals(URIHelper.ensureFileURIProtocolFormat(resolvedURI), resolvedActual);

21. WARNING: DiscouragedReference

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

CatalogResolverTest.java :

76 : assertEquals(URIHelper.ensureFileURIProtocolFormat(resolvedURI), resolvedActual);

Source File: org/eclipse/wst/xml/catalog/tests/internal/CatalogTest.java
1. WARNING: DiscouragedReference

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

CatalogTest.java :

16 : import org.eclipse.wst.xml.core.internal.XMLCorePlugin;

2. WARNING: DiscouragedReference

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

CatalogTest.java :

17 : import org.eclipse.wst.xml.core.internal.catalog.Catalog;

3. WARNING: DiscouragedReference

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

CatalogTest.java :

18 : import org.eclipse.wst.xml.core.internal.catalog.provisional.ICatalogEntry;

4. WARNING: DiscouragedReference

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

CatalogTest.java :

38 : Catalog workingUserCatalog = new Catalog(null, "working", null);

5. WARNING: DiscouragedReference

Discouraged access: The constructor Catalog(CatalogSet, String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogTest.java :

38 : Catalog workingUserCatalog = new Catalog(null, "working", null);

6. WARNING: DiscouragedReference

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

CatalogTest.java :

38 : Catalog workingUserCatalog = new Catalog(null, "working", null);

7. WARNING: DiscouragedReference

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

CatalogTest.java :

40 : workingUserCatalog.addEntriesFromCatalog(userCatalog);

8. WARNING: DiscouragedReference

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

CatalogTest.java :

42 : ICatalogEntry catalogEntry = (ICatalogEntry)userCatalog.createCatalogElement(ICatalogEntry.ENTRY_TYPE_PUBLIC);

9. WARNING: DiscouragedReference

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

CatalogTest.java :

42 : ICatalogEntry catalogEntry = (ICatalogEntry)userCatalog.createCatalogElement(ICatalogEntry.ENTRY_TYPE_PUBLIC);

10. WARNING: DiscouragedReference

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

CatalogTest.java :

42 : ICatalogEntry catalogEntry = (ICatalogEntry)userCatalog.createCatalogElement(ICatalogEntry.ENTRY_TYPE_PUBLIC);

11. WARNING: DiscouragedReference

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

CatalogTest.java :

42 : ICatalogEntry catalogEntry = (ICatalogEntry)userCatalog.createCatalogElement(ICatalogEntry.ENTRY_TYPE_PUBLIC);

12. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_PUBLIC from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogTest.java :

42 : ICatalogEntry catalogEntry = (ICatalogEntry)userCatalog.createCatalogElement(ICatalogEntry.ENTRY_TYPE_PUBLIC);

13. WARNING: DiscouragedReference

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

CatalogTest.java :

43 : catalogEntry.setKey("testKey");

14. WARNING: DiscouragedReference

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

CatalogTest.java :

44 : catalogEntry.setURI("http://testuri");

15. WARNING: DiscouragedReference

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

CatalogTest.java :

45 : workingUserCatalog.addCatalogElement(catalogEntry);

16. WARNING: DiscouragedReference

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

CatalogTest.java :

47 : userCatalog.addEntriesFromCatalog(workingUserCatalog);

17. WARNING: DiscouragedReference

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

CatalogTest.java :

48 : String userCatalogLocation = userCatalog.getLocation();

18. WARNING: DiscouragedReference

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

CatalogTest.java :

50 : userCatalog.save();

19. WARNING: DiscouragedReference

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

CatalogTest.java :

51 : userCatalog.clear();

20. WARNING: DiscouragedReference

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

CatalogTest.java :

53 : userCatalog = getCatalog(XMLCorePlugin.USER_CATALOG_ID, userCatalogLocation);

21. WARNING: DiscouragedReference

Discouraged access: The field USER_CATALOG_ID from the type XMLCorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogTest.java :

53 : userCatalog = getCatalog(XMLCorePlugin.USER_CATALOG_ID, userCatalogLocation);

22. WARNING: DiscouragedReference

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

CatalogTest.java :

55 : List entries = getCatalogEntries(userCatalog, ICatalogEntry.ENTRY_TYPE_PUBLIC);

23. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_PUBLIC from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogTest.java :

55 : List entries = getCatalogEntries(userCatalog, ICatalogEntry.ENTRY_TYPE_PUBLIC);

24. WARNING: DiscouragedReference

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

CatalogTest.java :

57 : ICatalogEntry entry = (ICatalogEntry)entries.get(0);

25. WARNING: DiscouragedReference

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

CatalogTest.java :

57 : ICatalogEntry entry = (ICatalogEntry)entries.get(0);

26. WARNING: DiscouragedReference

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

CatalogTest.java :

59 : assertEquals("http://testuri", entry.getURI());

27. WARNING: DiscouragedReference

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

CatalogTest.java :

60 : assertEquals("testKey", entry.getKey());

Source File: org/eclipse/wst/xml/catalog/tests/internal/CatalogWriterTest.java
1. WARNING: UnusedImport

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

CatalogWriterTest.java :

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

2. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

26 : import org.eclipse.wst.xml.core.internal.catalog.Catalog;

3. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

27 : import org.eclipse.wst.xml.core.internal.catalog.provisional.ICatalogEntry;

4. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

28 : import org.eclipse.wst.xml.core.internal.catalog.provisional.INextCatalog;

5. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

53 : Catalog testCatalog = (Catalog) getCatalog("catalog1", resolvedURL

6. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

53 : Catalog testCatalog = (Catalog) getCatalog("catalog1", resolvedURL

7. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

56 : testCatalog.setBase(resolvedURL.toString());

8. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

65 : testCatalog.setLocation(resultCatalogFile);

9. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

70 : testCatalog.save();

10. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

73 : Catalog catalog = (Catalog) getCatalog("catalog2", testCatalog.getLocation());

11. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

73 : Catalog catalog = (Catalog) getCatalog("catalog2", testCatalog.getLocation());

12. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

73 : Catalog catalog = (Catalog) getCatalog("catalog2", testCatalog.getLocation());

13. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

79 : assertEquals(3, catalog.getCatalogEntries().length);

14. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

83 : ICatalogEntry.ENTRY_TYPE_PUBLIC);

15. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_PUBLIC from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogWriterTest.java :

83 : ICatalogEntry.ENTRY_TYPE_PUBLIC);

16. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

85 : ICatalogEntry entry = (ICatalogEntry) entries.get(0);

17. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

85 : ICatalogEntry entry = (ICatalogEntry) entries.get(0);

18. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

87 : assertEquals(getFileLocation("data/Invoice/Invoice.dtd"), entry.getURI());

19. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

88 : assertEquals("InvoiceId_test", entry.getKey());

20. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

89 : assertEquals("http://webURL", entry.getAttributeValue("webURL"));

21. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

93 : ICatalogEntry.ENTRY_TYPE_SYSTEM);

22. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_SYSTEM from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogWriterTest.java :

93 : ICatalogEntry.ENTRY_TYPE_SYSTEM);

23. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

95 : entry = (ICatalogEntry) entries.get(0);

24. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

96 : assertEquals(getFileLocation("data/Invoice/Invoice.dtd"), entry.getURI());

25. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

97 : assertEquals("Invoice.dtd", entry.getKey());

26. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

98 : assertEquals("yes", entry.getAttributeValue("chached"));

27. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

99 : assertEquals("value1", entry.getAttributeValue("property"));

28. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

103 : ICatalogEntry.ENTRY_TYPE_URI);

29. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_URI from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogWriterTest.java :

103 : ICatalogEntry.ENTRY_TYPE_URI);

30. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

105 : entry = (ICatalogEntry) entries.get(0);

31. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

106 : assertEquals(getFileLocation("data/Invoice/Invoice.dtd"), entry.getURI());

32. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

107 : assertEquals("http://www.test.com/Invoice.dtd", entry.getKey());

33. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

108 : assertEquals("no", entry.getAttributeValue("chached"));

34. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

109 : assertEquals("value2", entry.getAttributeValue("property"));

35. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

112 : INextCatalog[] nextCatalogEntries = catalog.getNextCatalogs();

36. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

112 : INextCatalog[] nextCatalogEntries = catalog.getNextCatalogs();

37. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

115 : INextCatalog nextCatalogEntry = (INextCatalog) nextCatalogEntries[0];

38. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

115 : INextCatalog nextCatalogEntry = (INextCatalog) nextCatalogEntries[0];

39. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

118 : assertEquals("catalog2.xml", nextCatalogEntry.getCatalogLocation());

40. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

129 : Catalog testCatalog = (Catalog) getCatalog("deletemecatalog", resolvedURL

41. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

129 : Catalog testCatalog = (Catalog) getCatalog("deletemecatalog", resolvedURL

42. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

132 : testCatalog.setBase(resolvedURL.toString());

43. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

142 : testCatalog.setLocation(resultCatalogFile);

44. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

145 : testCatalog.save();

45. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

174 : Catalog catalog = (Catalog)getCatalog("catalog11", base.toString());

46. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

174 : Catalog catalog = (Catalog)getCatalog("catalog11", base.toString());

47. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

180 : assertEquals(13, catalog.getCatalogElements().length);

48. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

187 : catalog.setLocation(resultCatalogFile);

49. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

192 : catalog.save();

50. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

195 : catalog = (Catalog) getCatalog("catalog2", catalog.getLocation());

51. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

195 : catalog = (Catalog) getCatalog("catalog2", catalog.getLocation());

52. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

200 : assertEquals(13, catalog.getCatalogElements().length);

53. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

203 : assertEquals(2, CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_PUBLIC).size());

54. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_PUBLIC from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogWriterTest.java :

203 : assertEquals(2, CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_PUBLIC).size());

55. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

206 : assertEquals(2, CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_SYSTEM).size());

56. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_SYSTEM from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogWriterTest.java :

206 : assertEquals(2, CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_SYSTEM).size());

57. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

209 : assertEquals(1, CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_URI).size());

58. WARNING: DiscouragedReference

Discouraged access: The field ENTRY_TYPE_URI from the type ICatalogEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

CatalogWriterTest.java :

209 : assertEquals(1, CatalogTest.getCatalogEntries(catalog, ICatalogEntry.ENTRY_TYPE_URI).size());

59. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

212 : INextCatalog[] nextCatalogEntries = catalog.getNextCatalogs();

60. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

212 : INextCatalog[] nextCatalogEntries = catalog.getNextCatalogs();

61. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

215 : INextCatalog nextCatalogEntry = (INextCatalog)nextCatalogEntries[0];

62. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

215 : INextCatalog nextCatalogEntry = (INextCatalog)nextCatalogEntries[0];

63. WARNING: DiscouragedReference

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

CatalogWriterTest.java :

218 : assertEquals("catalog.xml", nextCatalogEntry.getCatalogLocation());