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 )
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;
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;
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;
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 {
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;
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);
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()}); }
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()});
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]});
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]});
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;
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();
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();
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;
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;
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()];
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()];
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);
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);
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);
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);
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;
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;
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;
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 {
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();
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$
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$
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$
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$
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$
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$
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);
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() {
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();
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);
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);
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);
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);
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);
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()];
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()];
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) {
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) {
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];
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];
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];
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();
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();
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];
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];
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;
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 {
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();
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;
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;
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;
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;
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);
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);
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);
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);
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) {
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$
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$
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$
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) {
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());
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) {
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();
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$
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$
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$
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;
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;
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) {
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];
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];
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);
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);
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);
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);
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) {
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) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {