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 )
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;
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;
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;
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;
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;
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;
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;
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();
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();
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();
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;
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;
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;
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)
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();
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();
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];
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)
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
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);
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();
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();
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();
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();
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();
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];
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();
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();
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
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
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()))
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
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
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()))
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(
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);
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);
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);
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);
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);
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;
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;
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;
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;
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());
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());
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());
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);
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);
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);
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);
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);
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()))
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());
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());
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);
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);
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);
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);
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()))
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());
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());
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"));
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()))
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());
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());
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);
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);
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);
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);
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()))
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());
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());
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()))
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());
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());
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()))
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());
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());
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();
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();
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];
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];
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()))
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());
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();
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();
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);
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);
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);
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);
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);
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());
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());
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);
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);
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);
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());
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());
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);
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);
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);
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());
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());
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;
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;
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;
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;
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());
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());
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);
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);
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);
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);
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);
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());
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());
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"));
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);
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);
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);
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());
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());
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"));
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"));
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);
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);
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);
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());
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());
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"));
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"));
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();
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();
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];
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];
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());
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();
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();
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);
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);
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);
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);
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());
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());
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);
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());
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());
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);
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);
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);
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());
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());
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);
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);
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);
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());
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());
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());
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());
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);
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());
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());
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());
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());
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());
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());
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();
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();
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];
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];
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());
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());
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());
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);
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);
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);
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);
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());
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());
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;
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);
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");
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");
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");
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);
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");
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);
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);
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");
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);
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);
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);
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);
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);
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);
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);
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);
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");
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);
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);
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;
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;
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;
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);
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);
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);
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);
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);
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);
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);
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);
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);
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");
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");
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);
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);
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();
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();
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();
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);
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);
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);
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);
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);
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);
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());
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());
The import org.eclipse.core.runtime.NullProgressMonitor is never used
CatalogWriterTest.java :
24 : import org.eclipse.core.runtime.NullProgressMonitor;
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;
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;
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;
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
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
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());
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);
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();
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());
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());
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());
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);
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);
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);
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);
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);
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());
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());
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"));
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);
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);
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);
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());
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());
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"));
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"));
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);
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);
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);
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());
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());
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"));
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"));
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();
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();
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];
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];
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());
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
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
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());
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);
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();
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());
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());
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);
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);
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();
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());
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());
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);
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());
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());
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());
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());
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());
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());
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();
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();
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];
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];
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());