Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0

Number of source files: 466 Number of classfiles: 656

Problems: 63 (Errors: 0 Warnings: 63 )

Source File: org/eclipse/wst/xsd/ui/internal/refactor/actions/MakeAnonymousTypeGlobalAction.java
1. WARNING: UnusedImport

The import org.eclipse.wst.xsd.ui.internal.refactor.handlers.MakeAnonymousTypeGobalHandler is never used

MakeAnonymousTypeGlobalAction.java :

20 : import org.eclipse.wst.xsd.ui.internal.refactor.handlers.MakeAnonymousTypeGobalHandler;

Source File: org/eclipse/wst/xsd/ui/internal/refactor/actions/MakeLocalElementGlobalAction.java
1. WARNING: UnusedImport

The import org.eclipse.wst.xsd.ui.internal.refactor.handlers.MakeLocalElementGlobalHandler is never used

MakeLocalElementGlobalAction.java :

17 : import org.eclipse.wst.xsd.ui.internal.refactor.handlers.MakeLocalElementGlobalHandler;

Source File: org/eclipse/wst/xsd/ui/internal/refactor/actions/RenameComponentAction.java
1. WARNING: UnusedImport

The import org.eclipse.wst.xsd.ui.internal.refactor.handlers.RenameHandler is never used

RenameComponentAction.java :

26 : import org.eclipse.wst.xsd.ui.internal.refactor.handlers.RenameHandler;

Source File: org/eclipse/wst/xsd/ui/internal/adt/design/directedit/ADTComboBoxCellEditor.java
1. WARNING: OverridingNonVisibleMethod

The method ADTComboBoxCellEditor.applyEditorValueAndDeactivate() does not override the inherited method from ComboBoxCellEditor since it is private to a different package

ADTComboBoxCellEditor.java :

236 : void applyEditorValueAndDeactivate()

Source File: org/eclipse/wst/xsd/ui/internal/adt/design/directedit/LabelEditManager.java
1. WARNING: NullLocalVariableReference

Null pointer access: The variable label can only be null at this location

LabelEditManager.java :

89 : scaledFont = label.getParent().getFont();

Source File: org/eclipse/wst/xsd/ui/internal/adt/editor/ADTExternalResourceVariant.java
1. WARNING: DiscouragedReference

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

ADTExternalResourceVariant.java :

33 : import org.eclipse.wst.common.uriresolver.internal.provisional.URIResolverPlugin;

2. WARNING: DiscouragedReference

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

ADTExternalResourceVariant.java :

82 : String physicalUrlString = URIResolverPlugin.createResolver().resolvePhysicalLocation(null, null, urlString);

3. WARNING: DiscouragedReference

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

ADTExternalResourceVariant.java :

82 : String physicalUrlString = URIResolverPlugin.createResolver().resolvePhysicalLocation(null, null, urlString);

4. WARNING: DiscouragedReference

Discouraged access: The method resolvePhysicalLocation(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

ADTExternalResourceVariant.java :

82 : String physicalUrlString = URIResolverPlugin.createResolver().resolvePhysicalLocation(null, null, urlString);

Source File: org/eclipse/wst/xsd/ui/internal/adt/editor/ADTReadOnlyFileEditorInput.java
1. WARNING: DiscouragedReference

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

ADTReadOnlyFileEditorInput.java :

19 : import org.eclipse.wst.common.uriresolver.internal.URI;

2. WARNING: DiscouragedReference

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

ADTReadOnlyFileEditorInput.java :

85 : URI uri = URI.createURI(urlString);

3. WARNING: DiscouragedReference

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

ADTReadOnlyFileEditorInput.java :

85 : URI uri = URI.createURI(urlString);

4. WARNING: DiscouragedReference

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

ADTReadOnlyFileEditorInput.java :

85 : URI uri = URI.createURI(urlString);

5. WARNING: DiscouragedReference

Discouraged access: The method lastSegment() 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

ADTReadOnlyFileEditorInput.java :

86 : return uri.lastSegment();

Source File: org/eclipse/wst/xsd/ui/internal/design/editparts/TopLevelComponentEditPart.java
1. WARNING: DiscouragedReference

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

TopLevelComponentEditPart.java :

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

2. WARNING: DiscouragedReference

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

TopLevelComponentEditPart.java :

340 : schemaLocation = URIHelper.removePlatformResourceProtocol(dir.getResolvedSchema().getSchemaLocation());

3. WARNING: DiscouragedReference

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

TopLevelComponentEditPart.java :

340 : schemaLocation = URIHelper.removePlatformResourceProtocol(dir.getResolvedSchema().getSchemaLocation());

Source File: org/eclipse/wst/xsd/ui/internal/design/editpolicies/TopLevelNameDirectEditManager.java
1. WARNING: NullLocalVariableReference

Null pointer access: The variable label can only be null at this location

TopLevelNameDirectEditManager.java :

125 : scaledFont = label.getParent().getFont();

Source File: org/eclipse/wst/xsd/ui/internal/editor/XSDHyperlink.java
1. WARNING: DiscouragedReference

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

XSDHyperlink.java :

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

2. WARNING: DiscouragedReference

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

XSDHyperlink.java :

84 : if (URIHelper.isPlatformResourceProtocol(schemaLocation))

3. WARNING: DiscouragedReference

Discouraged access: The method isPlatformResourceProtocol(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

XSDHyperlink.java :

84 : if (URIHelper.isPlatformResourceProtocol(schemaLocation))

4. WARNING: DiscouragedReference

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

XSDHyperlink.java :

86 : IPath schemaPath = new Path(URIHelper.removePlatformResourceProtocol(schemaLocation));

5. WARNING: DiscouragedReference

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

XSDHyperlink.java :

86 : IPath schemaPath = new Path(URIHelper.removePlatformResourceProtocol(schemaLocation));

Source File: org/eclipse/wst/xsd/ui/internal/preferences/XSDPreferencePage.java
1. WARNING: DeadCode

Dead code

XSDPreferencePage.java :

261 : { setErrorMessage(Messages._ERROR_LABEL_INVALID_PREFIX); setValid(false); return false; }

Source File: org/eclipse/wst/xsd/ui/internal/util/XSDSchemaLocationResolverImpl.java
1. WARNING: DiscouragedReference

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

XSDSchemaLocationResolverImpl.java :

14 : import org.eclipse.wst.common.uriresolver.internal.provisional.URIResolverPlugin;

2. WARNING: DiscouragedReference

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

XSDSchemaLocationResolverImpl.java :

24 : String result = URIResolverPlugin.createResolver().resolve(baseLocation, namespaceURI, schemaLocationURI);

3. WARNING: DiscouragedReference

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

XSDSchemaLocationResolverImpl.java :

24 : String result = URIResolverPlugin.createResolver().resolve(baseLocation, namespaceURI, schemaLocationURI);

4. WARNING: DiscouragedReference

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

XSDSchemaLocationResolverImpl.java :

24 : String result = URIResolverPlugin.createResolver().resolve(baseLocation, namespaceURI, schemaLocationURI);

Source File: org/eclipse/wst/xsd/ui/internal/utils/OpenOnSelectionHelper.java
1. WARNING: DiscouragedReference

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

OpenOnSelectionHelper.java :

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

2. WARNING: DiscouragedReference

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

OpenOnSelectionHelper.java :

127 : String schemaLocation = URIHelper.removePlatformResourceProtocol(component.getSchema().getSchemaLocation());

3. WARNING: DiscouragedReference

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

OpenOnSelectionHelper.java :

127 : String schemaLocation = URIHelper.removePlatformResourceProtocol(component.getSchema().getSchemaLocation());

Source File: org/eclipse/wst/xsd/ui/internal/common/actions/OpenInNewEditor.java
1. WARNING: DiscouragedReference

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

OpenInNewEditor.java :

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

2. WARNING: DiscouragedReference

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

OpenInNewEditor.java :

111 : schemaLocation = URIHelper.removePlatformResourceProtocol(dir.getResolvedSchema().getSchemaLocation());

3. WARNING: DiscouragedReference

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

OpenInNewEditor.java :

111 : schemaLocation = URIHelper.removePlatformResourceProtocol(dir.getResolvedSchema().getSchemaLocation());

4. WARNING: DiscouragedReference

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

OpenInNewEditor.java :

121 : schemaLocation = URIHelper.removePlatformResourceProtocol(fComponent.getSchema().getSchemaLocation());

5. WARNING: DiscouragedReference

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

OpenInNewEditor.java :

121 : schemaLocation = URIHelper.removePlatformResourceProtocol(fComponent.getSchema().getSchemaLocation());

6. WARNING: DiscouragedReference

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

OpenInNewEditor.java :

212 : String schemaLocation = URIHelper.removePlatformResourceProtocol(resource);

7. WARNING: DiscouragedReference

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

OpenInNewEditor.java :

212 : String schemaLocation = URIHelper.removePlatformResourceProtocol(resource);

8. WARNING: DiscouragedReference

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

OpenInNewEditor.java :

233 : String workspaceFileLocation = URIHelper.removePlatformResourceProtocol(schemaLocation);

9. WARNING: DiscouragedReference

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

OpenInNewEditor.java :

233 : String workspaceFileLocation = URIHelper.removePlatformResourceProtocol(schemaLocation);

10. WARNING: DiscouragedReference

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

OpenInNewEditor.java :

292 : fileLocation = "/" + URIHelper.removePlatformResourceProtocol(schemaLocation);

11. WARNING: DiscouragedReference

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

OpenInNewEditor.java :

292 : fileLocation = "/" + URIHelper.removePlatformResourceProtocol(schemaLocation);

12. WARNING: DiscouragedReference

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

OpenInNewEditor.java :

296 : fileLocation = URIHelper.removeProtocol(schemaLocation);

13. WARNING: DiscouragedReference

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

OpenInNewEditor.java :

296 : fileLocation = URIHelper.removeProtocol(schemaLocation);

14. WARNING: DiscouragedReference

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

OpenInNewEditor.java :

449 : schemaPath = new Path(URIHelper.removeProtocol(schemaLocation));

15. WARNING: DiscouragedReference

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

OpenInNewEditor.java :

449 : schemaPath = new Path(URIHelper.removeProtocol(schemaLocation));

Source File: org/eclipse/wst/xsd/ui/internal/common/properties/sections/CommonDirectivesSection.java
1. WARNING: DiscouragedReference

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

CommonDirectivesSection.java :

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

2. WARNING: DiscouragedReference

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

CommonDirectivesSection.java :

70 : String xsdFile = URIHelper.getRelativeURI(newURI.toString(), currentIFile.getFullPath().toString());

3. WARNING: DiscouragedReference

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

CommonDirectivesSection.java :

70 : String xsdFile = URIHelper.getRelativeURI(newURI.toString(), currentIFile.getFullPath().toString());

4. WARNING: DiscouragedReference

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

CommonDirectivesSection.java :

71 : final String normalizedXSDFile = URIHelper.normalize(xsdFile, currentIFile.getLocation().toString(), ""); //$NON-NLS-1$

5. WARNING: DiscouragedReference

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

CommonDirectivesSection.java :

71 : final String normalizedXSDFile = URIHelper.normalize(xsdFile, currentIFile.getLocation().toString(), ""); //$NON-NLS-1$

6. WARNING: DiscouragedReference

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

CommonDirectivesSection.java :

72 : final String normalizedURI = URI.encodeFragment(URIHelper.addImpliedFileProtocol(normalizedXSDFile), true).toString();

7. WARNING: DiscouragedReference

Discouraged access: The method addImpliedFileProtocol(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

CommonDirectivesSection.java :

72 : final String normalizedURI = URI.encodeFragment(URIHelper.addImpliedFileProtocol(normalizedXSDFile), true).toString();

Source File: org/eclipse/wst/xsd/ui/internal/common/properties/sections/appinfo/ExtensionsSchemasRegistry.java
1. WARNING: DiscouragedReference

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

ExtensionsSchemasRegistry.java :

22 : import org.eclipse.wst.common.uriresolver.internal.provisional.URIResolver;

2. WARNING: DiscouragedReference

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

ExtensionsSchemasRegistry.java :

23 : import org.eclipse.wst.common.uriresolver.internal.provisional.URIResolverPlugin;

3. WARNING: DiscouragedReference

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

ExtensionsSchemasRegistry.java :

325 : URIResolver resolver = URIResolverPlugin.createResolver();

4. WARNING: DiscouragedReference

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

ExtensionsSchemasRegistry.java :

325 : URIResolver resolver = URIResolverPlugin.createResolver();

5. WARNING: DiscouragedReference

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

ExtensionsSchemasRegistry.java :

325 : URIResolver resolver = URIResolverPlugin.createResolver();

6. WARNING: DiscouragedReference

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

ExtensionsSchemasRegistry.java :

326 : String result = resolver.resolve("", namespaceURI, "");

7. WARNING: DiscouragedReference

Discouraged access: The method resolvePhysicalLocation(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

ExtensionsSchemasRegistry.java :

327 : return resolver.resolvePhysicalLocation("", namespaceURI, result);

Source File: org/eclipse/wst/xsd/ui/internal/common/util/XSDDirectivesSchemaLocationUpdater.java
1. WARNING: DiscouragedReference

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

XSDDirectivesSchemaLocationUpdater.java :

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

2. WARNING: DiscouragedReference

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

XSDDirectivesSchemaLocationUpdater.java :

78 : schemaFileString = URIHelper.getRelativeURI(selectedIFile.getLocation(), currentIFile.getLocation());

3. WARNING: DiscouragedReference

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

XSDDirectivesSchemaLocationUpdater.java :

78 : schemaFileString = URIHelper.getRelativeURI(selectedIFile.getLocation(), currentIFile.getLocation());