Compiler Report

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

Number of source files: 24 Number of classfiles: 33

Problems: 94 (Errors: 0 Warnings: 94 )

Source File: org/eclipse/jst/validation/sample/PropertiesValidator.java
1. WARNING: DiscouragedReference

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

PropertiesValidator.java :

27 : import org.eclipse.wst.validation.internal.core.IFileDelta;

2. WARNING: DiscouragedReference

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

PropertiesValidator.java :

28 : import org.eclipse.wst.validation.internal.core.Message;

3. WARNING: DiscouragedReference

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

PropertiesValidator.java :

29 : import org.eclipse.wst.validation.internal.core.ValidationException;

4. WARNING: DiscouragedReference

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

PropertiesValidator.java :

52 : public void validate(IValidationContext helper, IReporter reporter) throws ValidationException {

5. WARNING: DiscouragedReference

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

PropertiesValidator.java :

53 : IFileDelta[] fileURIs = null;

6. WARNING: DiscouragedReference

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

PropertiesValidator.java :

55 : fileURIs = (IFileDelta[])helper.loadModel(PModelEnum.ALL_PROPERTIES_FILES);

7. WARNING: DeadCode

Dead code

PropertiesValidator.java :

57 : else { // Filter out the files that are in the "bin" directory. fileURIs = (IFileDelta[])helper.loadModel(PModelEnum.FILTER, new Object[]{helper.getURIs()}); }

8. WARNING: DiscouragedReference

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

PropertiesValidator.java :

59 : fileURIs = (IFileDelta[])helper.loadModel(PModelEnum.FILTER, new Object[]{helper.getURIs()});

9. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, 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.validation/@dot

PropertiesValidator.java :

80 : IMessage message = new Message(IValidationConstants.BUNDLENAME, IMessage.NORMAL_SEVERITY, IValidationConstants.ABCD0090, new String[]{uris[i]});

10. WARNING: DiscouragedReference

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

PropertiesValidator.java :

80 : IMessage message = new Message(IValidationConstants.BUNDLENAME, IMessage.NORMAL_SEVERITY, IValidationConstants.ABCD0090, new String[]{uris[i]});

Source File: org/eclipse/jst/validation/sample/ValidatorPropertyFile.java
1. WARNING: DiscouragedReference

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

ValidatorPropertyFile.java :

26 : import org.eclipse.wst.validation.internal.core.Message;

2. WARNING: DiscouragedReference

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

ValidatorPropertyFile.java :

69 : IMessage message = new Message();

3. WARNING: DiscouragedReference

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

ValidatorPropertyFile.java :

69 : IMessage message = new Message();

Source File: org/eclipse/jst/validation/sample/filesystemimpl/FilesystemPropertiesHelper.java
1. WARNING: DiscouragedReference

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

FilesystemPropertiesHelper.java :

35 : import org.eclipse.wst.validation.internal.core.FileDelta;

2. WARNING: DiscouragedReference

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

FilesystemPropertiesHelper.java :

36 : import org.eclipse.wst.validation.internal.core.IFileDelta;

3. WARNING: DiscouragedReference

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

FilesystemPropertiesHelper.java :

143 : IFileDelta[] result = new IFileDelta[tempSet.size()];

4. WARNING: DiscouragedReference

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

FilesystemPropertiesHelper.java :

143 : IFileDelta[] result = new IFileDelta[tempSet.size()];

5. WARNING: DiscouragedReference

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

FilesystemPropertiesHelper.java :

148 : result[count++] = new FileDelta(file.getAbsolutePath(), IFileDelta.CHANGED);

6. WARNING: DiscouragedReference

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

FilesystemPropertiesHelper.java :

148 : result[count++] = new FileDelta(file.getAbsolutePath(), IFileDelta.CHANGED);

7. WARNING: DiscouragedReference

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

FilesystemPropertiesHelper.java :

148 : result[count++] = new FileDelta(file.getAbsolutePath(), IFileDelta.CHANGED);

8. WARNING: DiscouragedReference

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

FilesystemPropertiesHelper.java :

148 : result[count++] = new FileDelta(file.getAbsolutePath(), IFileDelta.CHANGED);

Source File: org/eclipse/jst/validation/sample/workbenchimpl/PropertiesHelper.java
1. WARNING: DiscouragedReference

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

PropertiesHelper.java :

40 : import org.eclipse.wst.validation.internal.core.IFileDelta;

2. WARNING: DiscouragedReference

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

PropertiesHelper.java :

41 : import org.eclipse.wst.validation.internal.operations.WorkbenchContext;

3. WARNING: DiscouragedReference

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

PropertiesHelper.java :

42 : import org.eclipse.wst.validation.internal.operations.WorkbenchFileDelta;

4. WARNING: DiscouragedReference

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

PropertiesHelper.java :

48 : public class PropertiesHelper extends WorkbenchContext {

5. WARNING: DiscouragedReference

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

PropertiesHelper.java :

50 : super();

6. WARNING: DiscouragedReference

Discouraged access: The method registerModel(String, String, Class[]) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

PropertiesHelper.java :

52 : registerModel(PModelEnum.LINEINPUTREADER, "loadLineNumberReader", new Class[]{java.lang.String.class}); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The method registerModel(String, String, Class[]) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

PropertiesHelper.java :

53 : registerModel(PModelEnum.RELEASE_LINEINPUTREADER, "releaseLineNumberReader", new Class[]{java.io.LineNumberReader.class}); //$NON-NLS-1$

8. WARNING: DiscouragedReference

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

PropertiesHelper.java :

54 : registerModel(PModelEnum.ALL_PROPERTIES_FILES, "loadAllPropertiesFiles"); //$NON-NLS-1$

9. WARNING: DiscouragedReference

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

PropertiesHelper.java :

55 : registerModel(PModelEnum.MSGLOGGER, "getMsgLogger"); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The method registerModel(String, String, Class[]) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

PropertiesHelper.java :

56 : registerModel(PModelEnum.FILTER, "filter", new Class[]{IFileDelta[].class}); //$NON-NLS-1$

11. WARNING: DiscouragedReference

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

PropertiesHelper.java :

56 : registerModel(PModelEnum.FILTER, "filter", new Class[]{IFileDelta[].class}); //$NON-NLS-1$

12. WARNING: DiscouragedReference

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

PropertiesHelper.java :

84 : return super.getResource(object);

13. WARNING: DiscouragedReference

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

PropertiesHelper.java :

94 : public IFileDelta[] loadAllPropertiesFiles() {

14. WARNING: DiscouragedReference

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

PropertiesHelper.java :

95 : IProject project = getProject();

15. WARNING: DiscouragedReference

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

PropertiesHelper.java :

105 : WorkbenchFileDelta newFileDelta = new WorkbenchFileDelta(res.getFullPath().toString(), IFileDelta.CHANGED, res);

16. WARNING: DiscouragedReference

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

PropertiesHelper.java :

105 : WorkbenchFileDelta newFileDelta = new WorkbenchFileDelta(res.getFullPath().toString(), IFileDelta.CHANGED, res);

17. WARNING: DiscouragedReference

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

PropertiesHelper.java :

105 : WorkbenchFileDelta newFileDelta = new WorkbenchFileDelta(res.getFullPath().toString(), IFileDelta.CHANGED, res);

18. WARNING: DiscouragedReference

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

PropertiesHelper.java :

105 : WorkbenchFileDelta newFileDelta = new WorkbenchFileDelta(res.getFullPath().toString(), IFileDelta.CHANGED, res);

19. WARNING: DiscouragedReference

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

PropertiesHelper.java :

105 : WorkbenchFileDelta newFileDelta = new WorkbenchFileDelta(res.getFullPath().toString(), IFileDelta.CHANGED, res);

20. WARNING: DiscouragedReference

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

PropertiesHelper.java :

123 : IFileDelta[] result = new IFileDelta[files.size()];

21. WARNING: DiscouragedReference

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

PropertiesHelper.java :

123 : IFileDelta[] result = new IFileDelta[files.size()];

22. WARNING: DiscouragedReference

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

PropertiesHelper.java :

214 : public IFileDelta[] filter(IFileDelta[] changedFiles) {

23. WARNING: DiscouragedReference

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

PropertiesHelper.java :

214 : public IFileDelta[] filter(IFileDelta[] changedFiles) {

24. WARNING: DiscouragedReference

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

PropertiesHelper.java :

215 : IFileDelta[] temp = new IFileDelta[changedFiles.length];

25. WARNING: DiscouragedReference

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

PropertiesHelper.java :

215 : IFileDelta[] temp = new IFileDelta[changedFiles.length];

26. WARNING: DiscouragedReference

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

PropertiesHelper.java :

218 : IFileDelta fd = changedFiles[i];

27. WARNING: DiscouragedReference

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

PropertiesHelper.java :

219 : IResource resource = ((WorkbenchFileDelta)fd).getResource();

28. WARNING: DiscouragedReference

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

PropertiesHelper.java :

219 : IResource resource = ((WorkbenchFileDelta)fd).getResource();

29. WARNING: DiscouragedReference

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

PropertiesHelper.java :

229 : IFileDelta[] result = new IFileDelta[count];

30. WARNING: DiscouragedReference

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

PropertiesHelper.java :

229 : IFileDelta[] result = new IFileDelta[count];

Source File: org/eclipse/jst/validation/sample/workbenchimpl/PropertiesValidatorPlugin.java
1. WARNING: DiscouragedReference

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

PropertiesValidatorPlugin.java :

15 : import org.eclipse.wst.common.frameworks.internal.WTPPlugin;

2. WARNING: DiscouragedReference

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

PropertiesValidatorPlugin.java :

21 : public class PropertiesValidatorPlugin extends WTPPlugin {

3. WARNING: DiscouragedReference

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

PropertiesValidatorPlugin.java :

26 : super();

Source File: org/eclipse/jst/validation/sample/filesystem/FilesystemApplication.java
1. WARNING: DiscouragedReference

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

FilesystemApplication.java :

23 : import org.eclipse.wst.validation.internal.core.IFileDelta;

2. WARNING: DiscouragedReference

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

FilesystemApplication.java :

24 : import org.eclipse.wst.validation.internal.core.Message;

3. WARNING: DiscouragedReference

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

FilesystemApplication.java :

25 : import org.eclipse.wst.validation.internal.core.ValidationException;

4. WARNING: DiscouragedReference

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

FilesystemApplication.java :

26 : import org.eclipse.wst.validation.internal.core.ValidatorLauncher;

5. WARNING: DiscouragedReference

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

FilesystemApplication.java :

40 : IFileDelta[] files = FilesystemManager.getManager().getFileDeltas(argv);

6. WARNING: DiscouragedReference

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

FilesystemApplication.java :

55 : ValidatorLauncher.getLauncher().start(loader.getHelper(), loader.getValidator(), reporter);

7. WARNING: DiscouragedReference

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

FilesystemApplication.java :

55 : ValidatorLauncher.getLauncher().start(loader.getHelper(), loader.getValidator(), reporter);

8. WARNING: DiscouragedReference

Discouraged access: The method start(IValidationContext, IValidator, IReporter) from the type ValidatorLauncher is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot

FilesystemApplication.java :

55 : ValidatorLauncher.getLauncher().start(loader.getHelper(), loader.getValidator(), reporter);

9. WARNING: DiscouragedReference

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

FilesystemApplication.java :

60 : catch (ValidationException exc) {

10. WARNING: DiscouragedReference

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

FilesystemApplication.java :

61 : Message message = new Message("filesystem", IMessage.HIGH_SEVERITY, "VFFS0000", new String[]{loader.getValidator().getClass().getName()}); //$NON-NLS-1$ //$NON-NLS-2$

11. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, 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.validation/@dot

FilesystemApplication.java :

61 : Message message = new Message("filesystem", IMessage.HIGH_SEVERITY, "VFFS0000", new String[]{loader.getValidator().getClass().getName()}); //$NON-NLS-1$ //$NON-NLS-2$

12. WARNING: DiscouragedReference

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

FilesystemApplication.java :

61 : Message message = new Message("filesystem", IMessage.HIGH_SEVERITY, "VFFS0000", new String[]{loader.getValidator().getClass().getName()}); //$NON-NLS-1$ //$NON-NLS-2$

13. WARNING: DiscouragedReference

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

FilesystemApplication.java :

64 : if(exc.getAssociatedMessage() != null) {

14. WARNING: DiscouragedReference

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

FilesystemApplication.java :

65 : System.out.println(exc.getAssociatedMessage());

15. WARNING: DiscouragedReference

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

FilesystemApplication.java :

69 : if(exc.getAssociatedException() != null) {

16. WARNING: DiscouragedReference

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

FilesystemApplication.java :

70 : exc.getAssociatedException().printStackTrace();

17. WARNING: DiscouragedReference

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

FilesystemApplication.java :

75 : Message message = new Message("filesystem", IMessage.HIGH_SEVERITY, "VFFS0000", new String[]{loader.getValidator().getClass().getName()}); //$NON-NLS-1$ //$NON-NLS-2$

18. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, 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.validation/@dot

FilesystemApplication.java :

75 : Message message = new Message("filesystem", IMessage.HIGH_SEVERITY, "VFFS0000", new String[]{loader.getValidator().getClass().getName()}); //$NON-NLS-1$ //$NON-NLS-2$

19. WARNING: DiscouragedReference

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

FilesystemApplication.java :

75 : Message message = new Message("filesystem", IMessage.HIGH_SEVERITY, "VFFS0000", new String[]{loader.getValidator().getClass().getName()}); //$NON-NLS-1$ //$NON-NLS-2$

Source File: org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java
1. WARNING: DiscouragedReference

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

FilesystemManager.java :

27 : import org.eclipse.wst.validation.internal.core.FileDelta;

2. WARNING: DiscouragedReference

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

FilesystemManager.java :

28 : import org.eclipse.wst.validation.internal.core.IFileDelta;

3. WARNING: DiscouragedReference

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

FilesystemManager.java :

105 : public IFileDelta[] getFileDeltas(String[] fileNames) {

4. WARNING: DiscouragedReference

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

FilesystemManager.java :

110 : FileDelta[] files = new FileDelta[fileNames.length];

5. WARNING: DiscouragedReference

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

FilesystemManager.java :

110 : FileDelta[] files = new FileDelta[fileNames.length];

6. WARNING: DiscouragedReference

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

FilesystemManager.java :

112 : files[i] = new FileDelta(fileNames[i], IFileDelta.CHANGED);

7. WARNING: DiscouragedReference

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

FilesystemManager.java :

112 : files[i] = new FileDelta(fileNames[i], IFileDelta.CHANGED);

8. WARNING: DiscouragedReference

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

FilesystemManager.java :

112 : files[i] = new FileDelta(fileNames[i], IFileDelta.CHANGED);

9. WARNING: DiscouragedReference

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

FilesystemManager.java :

112 : files[i] = new FileDelta(fileNames[i], IFileDelta.CHANGED);

10. WARNING: DiscouragedReference

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

FilesystemManager.java :

122 : public FilesystemLoader[] getLoaders(IFileDelta[] deltas) {

11. WARNING: DiscouragedReference

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

FilesystemManager.java :

197 : public FilesystemLoader[] getLoadersFor(IFileDelta delta) {

12. WARNING: DiscouragedReference

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

FilesystemManager.java :

209 : if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {

13. WARNING: DiscouragedReference

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

FilesystemManager.java :

209 : if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {

14. WARNING: DiscouragedReference

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

FilesystemManager.java :

209 : if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {

15. WARNING: DiscouragedReference

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

FilesystemManager.java :

209 : if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {

16. WARNING: DiscouragedReference

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

FilesystemManager.java :

209 : if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {

17. WARNING: DiscouragedReference

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

FilesystemManager.java :

209 : if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {

18. WARNING: DiscouragedReference

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

FilesystemManager.java :

209 : if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {

19. WARNING: DiscouragedReference

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

FilesystemManager.java :

209 : if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {

20. WARNING: DiscouragedReference

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

FilesystemManager.java :

209 : if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {

21. WARNING: DiscouragedReference

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

FilesystemManager.java :

209 : if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {