Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0
Number of source files: 230 Number of classfiles: 436
Problems: 162 (Errors: 0 Warnings: 162 )
The import org.eclipse.wst.sse.ui.contentassist.ICompletionProposalComputer is never used
AbstractContentAssistProcessor.java :
42 : import org.eclipse.wst.sse.ui.contentassist.ICompletionProposalComputer;
The import org.eclipse.wst.sse.ui.contentassist.StructuredContentAssistProcessor is never used
AbstractContentAssistProcessor.java :
43 : import org.eclipse.wst.sse.ui.contentassist.StructuredContentAssistProcessor;
Dead code
AbstractContentAssistProcessor.java :
1835 : if (Debug.displayInfo || Debug.displayWarnings) { System.out.println("No definition found for " + rootName + " in " + docType.getPublicId() + "/" + docType.getSystemId()); //$NON-NLS-3$//$NON-NLS-2$//$NON-NLS-1$ }
Dead code
AbstractContentAssistProcessor.java :
1851 : if (Debug.displayInfo || Debug.displayWarnings) { System.out.println("No content model found."); //$NON-NLS-1$ }
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditEntityHelper.java :
20 : import org.eclipse.wst.common.uriresolver.internal.util.URIHelper;
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditEntityHelper.java :
64 : uri = URIHelper.getRelativeURI(file.getLocation(), resourceLocation);
Discouraged access: The method getRelativeURI(IPath, IPath) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditEntityHelper.java :
64 : uri = URIHelper.getRelativeURI(file.getLocation(), resourceLocation);
Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditNamespaceInfoDialog.java :
40 : import org.eclipse.wst.common.uriresolver.internal.provisional.URIResolver;
Discouraged access: The type URIResolverPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditNamespaceInfoDialog.java :
41 : import org.eclipse.wst.common.uriresolver.internal.provisional.URIResolverPlugin;
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditNamespaceInfoDialog.java :
42 : import org.eclipse.wst.common.uriresolver.internal.util.URIHelper;
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditNamespaceInfoDialog.java :
211 : uri = URIHelper.getRelativeURI(file.getLocation(), location);
Discouraged access: The method getRelativeURI(IPath, IPath) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditNamespaceInfoDialog.java :
211 : uri = URIHelper.getRelativeURI(file.getLocation(), location);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditNamespaceInfoDialog.java :
215 : uri = URIHelper.getRelativeURI(file.getLocation(), resourceLocation);
Discouraged access: The method getRelativeURI(IPath, IPath) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditNamespaceInfoDialog.java :
215 : uri = URIHelper.getRelativeURI(file.getLocation(), resourceLocation);
Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditNamespaceInfoDialog.java :
227 : URIResolver resolver = URIResolverPlugin.createResolver();
Discouraged access: The type URIResolverPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditNamespaceInfoDialog.java :
227 : URIResolver resolver = URIResolverPlugin.createResolver();
Discouraged access: The method createResolver() from the type URIResolverPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditNamespaceInfoDialog.java :
227 : URIResolver resolver = URIResolverPlugin.createResolver();
Discouraged access: The method resolve(String, String, String) from the type URIResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditNamespaceInfoDialog.java :
228 : grammarURI = resolver.resolve(null, id, id);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditNamespaceInfoDialog.java :
232 : CMDocument document = ContentModelManager.getInstance().createCMDocument(URIHelper.getURIForFilePath(grammarURI), "xsd"); //$NON-NLS-1$
Discouraged access: The method getURIForFilePath(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditNamespaceInfoDialog.java :
232 : CMDocument document = ContentModelManager.getInstance().createCMDocument(URIHelper.getURIForFilePath(grammarURI), "xsd"); //$NON-NLS-1$
Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NamespaceInfoErrorHelper.java :
19 : import org.eclipse.wst.common.uriresolver.internal.provisional.URIResolver;
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NamespaceInfoErrorHelper.java :
20 : import org.eclipse.wst.common.uriresolver.internal.util.URIHelper;
Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NamespaceInfoErrorHelper.java :
32 : public String computeErrorMessage(List namespaceInfoList, URIResolver idResolver) {
Discouraged access: The method resolve(String, String, String) from the type URIResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NamespaceInfoErrorHelper.java :
72 : String grammarURI = idResolver.resolve(null, nsInfo.locationHint, nsInfo.locationHint);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NamespaceInfoErrorHelper.java :
73 : if (!URIHelper.isReadableURI(grammarURI, false)) {
Discouraged access: The method isReadableURI(String, boolean) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NamespaceInfoErrorHelper.java :
73 : if (!URIHelper.isReadableURI(grammarURI, false)) {
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLCatalogTableViewer.java :
37 : import org.eclipse.wst.common.uriresolver.internal.util.URIHelper;
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLCatalogTableViewer.java :
96 : if (URIHelper.isReadableURI(uri, false)) {
Discouraged access: The method isReadableURI(String, boolean) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLCatalogTableViewer.java :
96 : if (URIHelper.isReadableURI(uri, false)) {
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLCatalogTableViewer.java :
116 : result = URIHelper.removePlatformResourceProtocol(result);
Discouraged access: The method removePlatformResourceProtocol(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLCatalogTableViewer.java :
116 : result = URIHelper.removePlatformResourceProtocol(result);
Discouraged access: The type URIResolverPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLHyperlinkDetector.java :
28 : import org.eclipse.wst.common.uriresolver.internal.provisional.URIResolverPlugin;
Discouraged access: The type URIResolverPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLHyperlinkDetector.java :
567 : return URIResolverPlugin.createResolver().resolve(baseLocation, publicId, systemId);
Discouraged access: The method createResolver() from the type URIResolverPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLHyperlinkDetector.java :
567 : return URIResolverPlugin.createResolver().resolve(baseLocation, publicId, systemId);
Discouraged access: The method resolve(String, String, String) from the type URIResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLHyperlinkDetector.java :
567 : return URIResolverPlugin.createResolver().resolve(baseLocation, publicId, systemId);
Discouraged access: The type URIResolverPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
CommonAddNamespacesControl.java :
35 : import org.eclipse.wst.common.uriresolver.internal.provisional.URIResolverPlugin;
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
CommonAddNamespacesControl.java :
36 : import org.eclipse.wst.common.uriresolver.internal.util.URIHelper;
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
CommonAddNamespacesControl.java :
139 : uri = URIHelper.getRelativeURI(file.getLocation(), location);
Discouraged access: The method getRelativeURI(IPath, IPath) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
CommonAddNamespacesControl.java :
139 : uri = URIHelper.getRelativeURI(file.getLocation(), location);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
CommonAddNamespacesControl.java :
143 : uri = URIHelper.getRelativeURI(file.getLocation(), resourceLocation);
Discouraged access: The method getRelativeURI(IPath, IPath) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
CommonAddNamespacesControl.java :
143 : uri = URIHelper.getRelativeURI(file.getLocation(), resourceLocation);
Discouraged access: The type URIResolverPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
CommonAddNamespacesControl.java :
156 : URIResolverPlugin.createResolver();
Discouraged access: The method createResolver() from the type URIResolverPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
CommonAddNamespacesControl.java :
156 : URIResolverPlugin.createResolver();
Dead code
XMLPropertySource.java :
229 : if (hideOnFilter && fSetExpertFilter) { descriptor.setFilterFlags(new String[]{IPropertySheetEntry.FILTER_ID_EXPERT}); }
Dead code
XMLPropertySource.java :
249 : if ((attrDecl.getUsage() != CMAttributeDeclaration.REQUIRED) && fSetExpertFilter) { descriptor.setFilterFlags(new String[]{IPropertySheetEntry.FILTER_ID_EXPERT}); }
Dead code
XMLPropertySource.java :
416 : if ((attrDecl.getUsage() != CMAttributeDeclaration.REQUIRED) && fSetExpertFilter) { descriptor.setFilterFlags(new String[]{IPropertySheetEntry.FILTER_ID_EXPERT}); }
Discouraged access: The type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.validation/@dot
MarkupValidator.java :
53 : import org.eclipse.wst.validation.internal.operations.IWorkbenchContext;
Discouraged access: The type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.validation/@dot
MarkupValidator.java :
967 : if (helper instanceof IWorkbenchContext) {
Discouraged access: The method getProject() from the type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.validation/@dot
MarkupValidator.java :
968 : IProject project = ((IWorkbenchContext) helper).getProject();
Discouraged access: The type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.validation/@dot
MarkupValidator.java :
968 : IProject project = ((IWorkbenchContext) helper).getProject();
Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLGenerator.java :
33 : import org.eclipse.wst.common.uriresolver.internal.provisional.URIResolver;
Discouraged access: The type URIResolverPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLGenerator.java :
34 : import org.eclipse.wst.common.uriresolver.internal.provisional.URIResolverPlugin;
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLGenerator.java :
35 : import org.eclipse.wst.common.uriresolver.internal.util.URIHelper;
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLGenerator.java :
85 : if (URIHelper.isReadableURI(uri, true)) {
Discouraged access: The method isReadableURI(String, boolean) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLGenerator.java :
85 : if (URIHelper.isReadableURI(uri, true)) {
Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLGenerator.java :
377 : protected URIResolver idResolver;
Discouraged access: The type URIResolverPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLGenerator.java :
383 : idResolver = URIResolverPlugin.createResolver();
Discouraged access: The method createResolver() from the type URIResolverPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLGenerator.java :
383 : idResolver = URIResolverPlugin.createResolver();
Discouraged access: The method resolve(String, String, String) from the type URIResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLGenerator.java :
398 : grammarURI = idResolver.resolve(resourceLocation, locationHint, locationHint);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
62 : import org.eclipse.wst.common.uriresolver.internal.util.URIHelper;
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
121 : generator.setGrammarURI(URIHelper.getPlatformURI(file));
Discouraged access: The method getPlatformURI(IResource) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
121 : generator.setGrammarURI(URIHelper.getPlatformURI(file));
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
131 : CMDocument cmDocument = NewXMLGenerator.createCMDocument(URIHelper.getPlatformURI(file), errorInfo);
Discouraged access: The method getPlatformURI(IResource) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
131 : CMDocument cmDocument = NewXMLGenerator.createCMDocument(URIHelper.getPlatformURI(file), errorInfo);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
154 : newFilePage.defaultName = (grammarURI != null) ? URIHelper.removeFileExtension(URIHelper.getLastSegment(grammarURI)) : "NewFile"; //$NON-NLS-1$
Discouraged access: The method removeFileExtension(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
154 : newFilePage.defaultName = (grammarURI != null) ? URIHelper.removeFileExtension(URIHelper.getLastSegment(grammarURI)) : "NewFile"; //$NON-NLS-1$
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
154 : newFilePage.defaultName = (grammarURI != null) ? URIHelper.removeFileExtension(URIHelper.getLastSegment(grammarURI)) : "NewFile"; //$NON-NLS-1$
Discouraged access: The method getLastSegment(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
154 : newFilePage.defaultName = (grammarURI != null) ? URIHelper.removeFileExtension(URIHelper.getLastSegment(grammarURI)) : "NewFile"; //$NON-NLS-1$
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
378 : return URIHelper.getRelativeURI(generator.getGrammarURI(), relativePath);
Discouraged access: The method getRelativeURI(String, String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
378 : return URIHelper.getRelativeURI(generator.getGrammarURI(), relativePath);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
436 : uri = URIHelper.getPlatformURI(file);
Discouraged access: The method getPlatformURI(IResource) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
436 : uri = URIHelper.getPlatformURI(file);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
458 : if (!URIHelper.isReadableURI(uri, false)) {
Discouraged access: The method isReadableURI(String, boolean) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
458 : if (!URIHelper.isReadableURI(uri, false)) {
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
867 : String resolvedPath = URIHelper.normalize(resourceURI, null, null);
Discouraged access: The method normalize(String, String, String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
867 : String resolvedPath = URIHelper.normalize(resourceURI, null, null);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
868 : resolvedPath = URIHelper.removeProtocol(resolvedPath);
Discouraged access: The method removeProtocol(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
868 : resolvedPath = URIHelper.removeProtocol(resolvedPath);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
940 : theSystemId = generator.getGrammarURI().startsWith("http:") ? generator.getGrammarURI() : URIHelper.getLastSegment(generator.getGrammarURI()); //$NON-NLS-1$
Discouraged access: The method getLastSegment(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
NewXMLWizard.java :
940 : theSystemId = generator.getGrammarURI().startsWith("http:") ? generator.getGrammarURI() : URIHelper.getLastSegment(generator.getGrammarURI()); //$NON-NLS-1$
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLSchemaValidationChecker.java :
14 : import org.eclipse.wst.common.uriresolver.internal.util.URIHelper;
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLSchemaValidationChecker.java :
37 : URIHelper.getURIForFilePath(xsdFileName);
Discouraged access: The method getURIForFilePath(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLSchemaValidationChecker.java :
37 : URIHelper.getURIForFilePath(xsdFileName);
Discouraged access: The type URI is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
48 : import org.eclipse.wst.common.uriresolver.internal.URI;
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
49 : import org.eclipse.wst.common.uriresolver.internal.util.URIHelper;
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
110 : if (!URIHelper.hasProtocol(uri)) {
Discouraged access: The method hasProtocol(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
110 : if (!URIHelper.hasProtocol(uri)) {
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
111 : URIHelper.isAbsolute(uri);
Discouraged access: The method isAbsolute(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
111 : URIHelper.isAbsolute(uri);
Discouraged access: The method isAbsolute(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
112 : uri = (URIHelper.isAbsolute(uri)) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
112 : uri = (URIHelper.isAbsolute(uri)) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
112 : uri = (URIHelper.isAbsolute(uri)) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The method prependFileProtocol(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
112 : uri = (URIHelper.isAbsolute(uri)) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
112 : uri = (URIHelper.isAbsolute(uri)) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The method prependPlatformResourceProtocol(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
112 : uri = (URIHelper.isAbsolute(uri)) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
115 : if ((errorMessage == null) && !URIHelper.isReadableURI(uri, false)) {
Discouraged access: The method isReadableURI(String, boolean) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
115 : if ((errorMessage == null) && !URIHelper.isReadableURI(uri, false)) {
Discouraged access: The type URI is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
128 : URI uri = URI.createURI(keyField.getText());
Discouraged access: The type URI is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
128 : URI uri = URI.createURI(keyField.getText());
Discouraged access: The method createURI(String) from the type URI is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
128 : URI uri = URI.createURI(keyField.getText());
Discouraged access: The method scheme() from the type URI is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
129 : if (uri.scheme() == null) {
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
154 : if (uri.endsWith("xsd") && !URIHelper.hasProtocol(uri)) { //$NON-NLS-1$
Discouraged access: The method hasProtocol(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
154 : if (uri.endsWith("xsd") && !URIHelper.hasProtocol(uri)) { //$NON-NLS-1$
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
155 : uri = URIHelper.isAbsolute(uri) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The method isAbsolute(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
155 : uri = URIHelper.isAbsolute(uri) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
155 : uri = URIHelper.isAbsolute(uri) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The method prependFileProtocol(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
155 : uri = URIHelper.isAbsolute(uri) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
155 : uri = URIHelper.isAbsolute(uri) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The method prependPlatformResourceProtocol(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
155 : uri = URIHelper.isAbsolute(uri) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
537 : if (!URIHelper.hasProtocol(uri)) {
Discouraged access: The method hasProtocol(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
537 : if (!URIHelper.hasProtocol(uri)) {
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
538 : URIHelper.isAbsolute(uri);
Discouraged access: The method isAbsolute(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
538 : URIHelper.isAbsolute(uri);
Discouraged access: The method isAbsolute(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
539 : uri = (URIHelper.isAbsolute(uri)) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
539 : uri = (URIHelper.isAbsolute(uri)) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
539 : uri = (URIHelper.isAbsolute(uri)) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The method prependFileProtocol(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
539 : uri = (URIHelper.isAbsolute(uri)) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
539 : uri = (URIHelper.isAbsolute(uri)) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The method prependPlatformResourceProtocol(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
539 : uri = (URIHelper.isAbsolute(uri)) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
542 : if ((errorMessage == null) && !URIHelper.isReadableURI(uri, false)) {
Discouraged access: The method isReadableURI(String, boolean) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
542 : if ((errorMessage == null) && !URIHelper.isReadableURI(uri, false)) {
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
567 : if (uri.endsWith("xsd") && !URIHelper.hasProtocol(uri)) { //$NON-NLS-1$
Discouraged access: The method hasProtocol(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
567 : if (uri.endsWith("xsd") && !URIHelper.hasProtocol(uri)) { //$NON-NLS-1$
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
568 : uri = URIHelper.isAbsolute(uri) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The method isAbsolute(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
568 : uri = URIHelper.isAbsolute(uri) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
568 : uri = URIHelper.isAbsolute(uri) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The method prependFileProtocol(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
568 : uri = URIHelper.isAbsolute(uri) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
568 : uri = URIHelper.isAbsolute(uri) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The method prependPlatformResourceProtocol(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
568 : uri = URIHelper.isAbsolute(uri) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
919 : if (!URIHelper.hasProtocol(uri)) {
Discouraged access: The method hasProtocol(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
919 : if (!URIHelper.hasProtocol(uri)) {
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
920 : uri = URIHelper.isAbsolute(uri) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The method isAbsolute(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
920 : uri = URIHelper.isAbsolute(uri) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
920 : uri = URIHelper.isAbsolute(uri) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The method prependFileProtocol(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
920 : uri = URIHelper.isAbsolute(uri) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
920 : uri = URIHelper.isAbsolute(uri) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The method prependPlatformResourceProtocol(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
920 : uri = URIHelper.isAbsolute(uri) ? URIHelper.prependFileProtocol(uri) : URIHelper.prependPlatformResourceProtocol(uri);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
923 : if ((errorMessage == null) && !URIHelper.isReadableURI(uri, false)) {
Discouraged access: The method isReadableURI(String, boolean) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
EditCatalogEntryDialog.java :
923 : if ((errorMessage == null) && !URIHelper.isReadableURI(uri, false)) {
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
URIUtils.java :
13 : import org.eclipse.wst.common.uriresolver.internal.util.URIHelper;
Discouraged access: The type URI is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
URIUtils.java :
29 : location = org.eclipse.wst.common.uriresolver.internal.URI.createURI(uri).toFileString();
Discouraged access: The method createURI(String) from the type URI is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
URIUtils.java :
29 : location = org.eclipse.wst.common.uriresolver.internal.URI.createURI(uri).toFileString();
Discouraged access: The method toFileString() from the type URI is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
URIUtils.java :
29 : location = org.eclipse.wst.common.uriresolver.internal.URI.createURI(uri).toFileString();
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
URIUtils.java :
43 : if (!URIHelper.hasProtocol(location)) {
Discouraged access: The method hasProtocol(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
URIUtils.java :
43 : if (!URIHelper.hasProtocol(location)) {
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
URIUtils.java :
44 : uri = URIHelper.isAbsolute(location)? org.eclipse.wst.common.uriresolver.internal.URI.createFileURI(location).toString()
Discouraged access: The method isAbsolute(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
URIUtils.java :
44 : uri = URIHelper.isAbsolute(location)? org.eclipse.wst.common.uriresolver.internal.URI.createFileURI(location).toString()
Discouraged access: The type URI is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
URIUtils.java :
44 : uri = URIHelper.isAbsolute(location)? org.eclipse.wst.common.uriresolver.internal.URI.createFileURI(location).toString()
Discouraged access: The method createFileURI(String) from the type URI is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
URIUtils.java :
44 : uri = URIHelper.isAbsolute(location)? org.eclipse.wst.common.uriresolver.internal.URI.createFileURI(location).toString()
Discouraged access: The method toString() from the type URI is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
URIUtils.java :
44 : uri = URIHelper.isAbsolute(location)? org.eclipse.wst.common.uriresolver.internal.URI.createFileURI(location).toString()
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
URIUtils.java :
45 : : URIHelper.prependPlatformResourceProtocol(location);
Discouraged access: The method prependPlatformResourceProtocol(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
URIUtils.java :
45 : : URIHelper.prependPlatformResourceProtocol(location);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
URIUtils.java :
48 : uri = URIHelper.ensureFileURIProtocolFormat(uri);
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.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
URIUtils.java :
48 : uri = URIHelper.ensureFileURIProtocolFormat(uri);
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLCatalogEntryDetailsView.java :
22 : import org.eclipse.wst.common.uriresolver.internal.util.URIHelper;
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLCatalogEntryDetailsView.java :
62 : String jarFile = URIUtils.convertURIToLocation(URIHelper.ensureURIProtocolFormat(value.substring("jar:".length(), value.indexOf('!')))); //$NON-NLS-1$
Discouraged access: The method ensureURIProtocolFormat(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLCatalogEntryDetailsView.java :
62 : String jarFile = URIUtils.convertURIToLocation(URIHelper.ensureURIProtocolFormat(value.substring("jar:".length(), value.indexOf('!')))); //$NON-NLS-1$
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLCatalogEntryDetailsView.java :
63 : String internalFile = URIUtils.convertURIToLocation(URIHelper.ensureURIProtocolFormat("file://" + value.substring(value.indexOf('!') + 1))); //$NON-NLS-1$
Discouraged access: The method ensureURIProtocolFormat(String) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLCatalogEntryDetailsView.java :
63 : String internalFile = URIUtils.convertURIToLocation(URIHelper.ensureURIProtocolFormat("file://" + value.substring(value.indexOf('!') + 1))); //$NON-NLS-1$
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLCatalogTreeViewer.java :
34 : import org.eclipse.wst.common.uriresolver.internal.util.URIHelper;
Discouraged access: The type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLCatalogTreeViewer.java :
165 : if (URIHelper.isReadableURI(uri, false)) {
Discouraged access: The method isReadableURI(String, boolean) from the type URIHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.1-M/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot
XMLCatalogTreeViewer.java :
165 : if (URIHelper.isReadableURI(uri, false)) {