Compiler Report

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

Number of source files: 16 Number of classfiles: 34

Problems: 163 (Errors: 0 Warnings: 163 )

Source File: org/eclipse/wst/wsi/ui/internal/WSIMessageValidator.java
1. 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

WSIMessageValidator.java :

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

2. WARNING: DiscouragedReference

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

WSIMessageValidator.java :

20 : import org.eclipse.wst.xml.core.internal.validation.core.Helper;

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

WSIMessageValidator.java :

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

4. WARNING: DiscouragedReference

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

WSIMessageValidator.java :

58 : Helper hel = (Helper)helper;

5. WARNING: DiscouragedReference

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

WSIMessageValidator.java :

58 : Helper hel = (Helper)helper;

6. WARNING: DiscouragedReference

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

WSIMessageValidator.java :

59 : String[] uris = hel.getURIs();

7. WARNING: DiscouragedReference

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

WSIMessageValidator.java :

61 : IFile file = hel.getFile(uris[i]);

Source File: org/eclipse/wst/wsi/ui/internal/actions/ValidateAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage 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

ValidateAction.java :

32 : import org.eclipse.wst.validation.internal.operations.LocalizedMessage;

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchReporter 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

ValidateAction.java :

33 : import org.eclipse.wst.validation.internal.operations.WorkbenchReporter;

3. WARNING: DiscouragedReference

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

ValidateAction.java :

38 : import org.eclipse.wst.xml.core.internal.validation.core.ValidationMessage;

4. WARNING: DiscouragedReference

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

ValidateAction.java :

39 : import org.eclipse.wst.xml.core.internal.validation.core.logging.ILogger;

5. WARNING: DiscouragedReference

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

ValidateAction.java :

40 : import org.eclipse.wst.xml.core.internal.validation.core.logging.LoggerFactory;

6. WARNING: DiscouragedReference

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

ValidateAction.java :

41 : import org.eclipse.wst.xml.ui.internal.Logger;

7. WARNING: DiscouragedReference

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

ValidateAction.java :

42 : import org.eclipse.wst.xml.ui.internal.validation.XMLValidationUIMessages;

8. WARNING: DiscouragedReference

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

ValidateAction.java :

98 : protected void addInfoToMessage (ValidationMessage v, IMessage m)

9. WARNING: DiscouragedReference

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

ValidateAction.java :

110 : public void createMarkers(IFile iFile, ValidationMessage[] valmessages)

10. WARNING: DiscouragedReference

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

ValidateAction.java :

119 : ValidationMessage validationMessage = valmessages[i];

11. WARNING: DiscouragedReference

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

ValidateAction.java :

120 : String uri = validationMessage.getUri();

12. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage 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

ValidateAction.java :

122 : LocalizedMessage message;

13. WARNING: DiscouragedReference

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

ValidateAction.java :

123 : if (validationMessage.getSeverity() == ValidationMessage.SEV_LOW)

14. WARNING: DiscouragedReference

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

ValidateAction.java :

123 : if (validationMessage.getSeverity() == ValidationMessage.SEV_LOW)

15. WARNING: DiscouragedReference

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

ValidateAction.java :

123 : if (validationMessage.getSeverity() == ValidationMessage.SEV_LOW)

16. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String, 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

ValidateAction.java :

125 : message = new LocalizedMessage(getValidationFrameworkSeverity(IMarker.SEVERITY_WARNING), validationMessage .getMessage(), iFile);

17. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage 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

ValidateAction.java :

125 : message = new LocalizedMessage(getValidationFrameworkSeverity(IMarker.SEVERITY_WARNING), validationMessage

18. WARNING: DiscouragedReference

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

ValidateAction.java :

125 : message = new LocalizedMessage(getValidationFrameworkSeverity(IMarker.SEVERITY_WARNING), validationMessage .getMessage(), iFile);

19. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String, 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

ValidateAction.java :

130 : message = new LocalizedMessage(getValidationFrameworkSeverity(IMarker.SEVERITY_ERROR), validationMessage.getMessage(), iFile);

20. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage 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

ValidateAction.java :

130 : message = new LocalizedMessage(getValidationFrameworkSeverity(IMarker.SEVERITY_ERROR), validationMessage.getMessage(), iFile);

21. WARNING: DiscouragedReference

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

ValidateAction.java :

130 : message = new LocalizedMessage(getValidationFrameworkSeverity(IMarker.SEVERITY_ERROR), validationMessage.getMessage(), iFile);

22. WARNING: DiscouragedReference

Discouraged access: The method setLineNo(int) from 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

ValidateAction.java :

133 : message.setLineNo(validationMessage.getLineNumber());

23. WARNING: DiscouragedReference

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

ValidateAction.java :

133 : message.setLineNo(validationMessage.getLineNumber());

24. WARNING: DiscouragedReference

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

ValidateAction.java :

136 : List nestederrors = validationMessage.getNestedMessages();

25. WARNING: DiscouragedReference

Discouraged access: The method setGroupName(String) from 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

ValidateAction.java :

139 : message.setGroupName(REFERENCED_FILE_ERROR_OPEN + uri + REFERENCED_FILE_ERROR_CLOSE);

26. WARNING: DiscouragedReference

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

ValidateAction.java :

206 : ILogger logger = LoggerFactory.getLoggerInstance();

27. WARNING: DiscouragedReference

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

ValidateAction.java :

206 : ILogger logger = LoggerFactory.getLoggerInstance();

28. WARNING: DiscouragedReference

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

ValidateAction.java :

206 : ILogger logger = LoggerFactory.getLoggerInstance();

29. WARNING: DiscouragedReference

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

ValidateAction.java :

207 : logger.logError("", e); //$NON-NLS-1$

30. WARNING: DiscouragedReference

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

ValidateAction.java :

252 : String message = XMLValidationUIMessages._UI_SAVE_DIRTY_FILE_MESSAGE;

31. WARNING: DiscouragedReference

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

ValidateAction.java :

252 : String message = XMLValidationUIMessages._UI_SAVE_DIRTY_FILE_MESSAGE;

32. WARNING: DiscouragedReference

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

ValidateAction.java :

253 : String title = XMLValidationUIMessages._UI_SAVE_DIRTY_FILE_TITLE;

33. WARNING: DiscouragedReference

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

ValidateAction.java :

253 : String title = XMLValidationUIMessages._UI_SAVE_DIRTY_FILE_TITLE;

34. WARNING: DiscouragedReference

Discouraged access: The constructor WorkbenchReporter(IProject, IProgressMonitor) 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

ValidateAction.java :

311 : reporter = new WorkbenchReporter(file.getProject(), new NullProgressMonitor());

35. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchReporter 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

ValidateAction.java :

311 : reporter = new WorkbenchReporter(file.getProject(), new NullProgressMonitor());

36. WARNING: DiscouragedReference

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

ValidateAction.java :

390 : Logger.logException(e);

37. WARNING: DiscouragedReference

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

ValidateAction.java :

390 : Logger.logException(e);

Source File: org/eclipse/wst/wsi/ui/internal/actions/WSIValidateAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type IMessageAccess 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

WSIValidateAction.java :

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

2. WARNING: DiscouragedReference

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

WSIValidateAction.java :

28 : import org.eclipse.wst.wsi.internal.analyzer.MessageAnalyzer;

3. WARNING: DiscouragedReference

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

WSIValidateAction.java :

29 : import org.eclipse.wst.wsi.internal.analyzer.WSIAnalyzerException;

4. WARNING: DiscouragedReference

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

WSIValidateAction.java :

30 : import org.eclipse.wst.wsi.internal.core.WSIConstants;

5. WARNING: DiscouragedReference

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

WSIValidateAction.java :

31 : import org.eclipse.wst.wsi.internal.report.AssertionError;

6. WARNING: DiscouragedReference

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

WSIValidateAction.java :

33 : import org.eclipse.wst.xml.core.internal.validation.core.ValidationMessage;

7. WARNING: DiscouragedReference

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

WSIValidateAction.java :

82 : if ((!wsdlfile.startsWith(WSIConstants.FILE_PREFIX)) &&

8. WARNING: DiscouragedReference

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

WSIValidateAction.java :

82 : if ((!wsdlfile.startsWith(WSIConstants.FILE_PREFIX)) &&

9. WARNING: DiscouragedReference

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

WSIValidateAction.java :

83 : (!wsdlfile.startsWith(WSIConstants.HTTP_PREFIX)))

10. WARNING: DiscouragedReference

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

WSIValidateAction.java :

83 : (!wsdlfile.startsWith(WSIConstants.HTTP_PREFIX)))

11. WARNING: DiscouragedReference

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

WSIValidateAction.java :

85 : wsdlfile = WSIConstants.FILE_PROTOCOL + wsdlfile;

12. WARNING: DiscouragedReference

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

WSIValidateAction.java :

85 : wsdlfile = WSIConstants.FILE_PROTOCOL + wsdlfile;

13. WARNING: DiscouragedReference

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

WSIValidateAction.java :

100 : final MessageAnalyzer messageanalyzer;

14. WARNING: DiscouragedReference

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

WSIValidateAction.java :

104 : messageanalyzer = new MessageAnalyzer(WSIConstants.FILE_PROTOCOL + file1.getLocation().toString(), wsdlfile, elementname, namespace, parentname, type);

15. WARNING: DiscouragedReference

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

WSIValidateAction.java :

104 : messageanalyzer = new MessageAnalyzer(WSIConstants.FILE_PROTOCOL + file1.getLocation().toString(), wsdlfile, elementname, namespace, parentname, type);

16. WARNING: DiscouragedReference

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

WSIValidateAction.java :

104 : messageanalyzer = new MessageAnalyzer(WSIConstants.FILE_PROTOCOL + file1.getLocation().toString(), wsdlfile, elementname, namespace, parentname, type);

17. WARNING: DiscouragedReference

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

WSIValidateAction.java :

104 : messageanalyzer = new MessageAnalyzer(WSIConstants.FILE_PROTOCOL + file1.getLocation().toString(), wsdlfile, elementname, namespace, parentname, type);

18. WARNING: DiscouragedReference

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

WSIValidateAction.java :

108 : messageanalyzer = new MessageAnalyzer(WSIConstants.FILE_PROTOCOL + file1.getLocation().toString());

19. WARNING: DiscouragedReference

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

WSIValidateAction.java :

108 : messageanalyzer = new MessageAnalyzer(WSIConstants.FILE_PROTOCOL + file1.getLocation().toString());

20. WARNING: DiscouragedReference

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

WSIValidateAction.java :

108 : messageanalyzer = new MessageAnalyzer(WSIConstants.FILE_PROTOCOL + file1.getLocation().toString());

21. WARNING: DiscouragedReference

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

WSIValidateAction.java :

108 : messageanalyzer = new MessageAnalyzer(WSIConstants.FILE_PROTOCOL + file1.getLocation().toString());

22. WARNING: DiscouragedReference

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

WSIValidateAction.java :

118 : messageanalyzer.validateConformance();

23. WARNING: DiscouragedReference

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

WSIValidateAction.java :

120 : catch (WSIAnalyzerException ae)

24. WARNING: DiscouragedReference

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

WSIValidateAction.java :

123 : if (ae.getTargetException() instanceof SAXParseException)

25. WARNING: DiscouragedReference

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

WSIValidateAction.java :

125 : createMarkers(file1, new ValidationMessage[]{createValidationMessageForException((SAXParseException)ae.getTargetException(), ValidationMessage.SEV_NORMAL)});

26. WARNING: DiscouragedReference

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

WSIValidateAction.java :

125 : createMarkers(file1, new ValidationMessage[]{createValidationMessageForException((SAXParseException)ae.getTargetException(), ValidationMessage.SEV_NORMAL)});

27. WARNING: DiscouragedReference

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

WSIValidateAction.java :

125 : createMarkers(file1, new ValidationMessage[]{createValidationMessageForException((SAXParseException)ae.getTargetException(), ValidationMessage.SEV_NORMAL)});

28. WARNING: DiscouragedReference

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

WSIValidateAction.java :

125 : createMarkers(file1, new ValidationMessage[]{createValidationMessageForException((SAXParseException)ae.getTargetException(), ValidationMessage.SEV_NORMAL)});

29. WARNING: DiscouragedReference

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

WSIValidateAction.java :

129 : createMarkers(file1, new ValidationMessage[]{createValidationMessageForException(ae, ValidationMessage.SEV_NORMAL)});

30. WARNING: DiscouragedReference

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

WSIValidateAction.java :

129 : createMarkers(file1, new ValidationMessage[]{createValidationMessageForException(ae, ValidationMessage.SEV_NORMAL)});

31. WARNING: DiscouragedReference

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

WSIValidateAction.java :

129 : createMarkers(file1, new ValidationMessage[]{createValidationMessageForException(ae, ValidationMessage.SEV_NORMAL)});

32. WARNING: DiscouragedReference

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

WSIValidateAction.java :

136 : createMarkers(file1, convertValidationMessages(messageanalyzer.getAssertionWarnings(), ValidationMessage.SEV_LOW));

33. WARNING: DiscouragedReference

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

WSIValidateAction.java :

136 : createMarkers(file1, convertValidationMessages(messageanalyzer.getAssertionWarnings(), ValidationMessage.SEV_LOW));

34. WARNING: DiscouragedReference

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

WSIValidateAction.java :

136 : createMarkers(file1, convertValidationMessages(messageanalyzer.getAssertionWarnings(), ValidationMessage.SEV_LOW));

35. WARNING: DiscouragedReference

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

WSIValidateAction.java :

137 : createMarkers(file1, convertValidationMessages(messageanalyzer.getAssertionErrors(), ValidationMessage.SEV_NORMAL));

36. WARNING: DiscouragedReference

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

WSIValidateAction.java :

137 : createMarkers(file1, convertValidationMessages(messageanalyzer.getAssertionErrors(), ValidationMessage.SEV_NORMAL));

37. WARNING: DiscouragedReference

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

WSIValidateAction.java :

137 : createMarkers(file1, convertValidationMessages(messageanalyzer.getAssertionErrors(), ValidationMessage.SEV_NORMAL));

38. WARNING: DiscouragedReference

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

WSIValidateAction.java :

138 : file.setSessionProperty(ValidationMessage.ERROR_MESSAGE_MAP_QUALIFIED_NAME, getOrCreateReporter().getMessages());

39. WARNING: DiscouragedReference

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

WSIValidateAction.java :

138 : file.setSessionProperty(ValidationMessage.ERROR_MESSAGE_MAP_QUALIFIED_NAME, getOrCreateReporter().getMessages());

40. WARNING: DiscouragedReference

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

WSIValidateAction.java :

154 : else if (messageanalyzer.getAssertionErrors().size() != 0)

41. WARNING: DiscouragedReference

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

WSIValidateAction.java :

160 : else if (messageanalyzer.getAssertionWarnings().size() != 0)

42. WARNING: DiscouragedReference

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

WSIValidateAction.java :

184 : protected ValidationMessage createValidationMessageForException(SAXParseException error, int severity)

43. WARNING: DiscouragedReference

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

WSIValidateAction.java :

191 : ValidationMessage validationMessage = new ValidationMessage(error.getMessage(), error.getLineNumber(), error.getColumnNumber(), uri);

44. WARNING: DiscouragedReference

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

WSIValidateAction.java :

191 : ValidationMessage validationMessage = new ValidationMessage(error.getMessage(), error.getLineNumber(), error.getColumnNumber(), uri);

45. WARNING: DiscouragedReference

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

WSIValidateAction.java :

191 : ValidationMessage validationMessage = new ValidationMessage(error.getMessage(), error.getLineNumber(), error.getColumnNumber(), uri);

46. WARNING: DiscouragedReference

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

WSIValidateAction.java :

192 : validationMessage.setSeverity(severity);

47. WARNING: DiscouragedReference

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

WSIValidateAction.java :

204 : protected ValidationMessage createValidationMessageForException(WSIAnalyzerException error, int severity)

48. WARNING: DiscouragedReference

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

WSIValidateAction.java :

204 : protected ValidationMessage createValidationMessageForException(WSIAnalyzerException error, int severity)

49. WARNING: DiscouragedReference

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

WSIValidateAction.java :

206 : ValidationMessage validationMessage = new ValidationMessage(error.getMessage(), 0, 0);

50. WARNING: DiscouragedReference

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

WSIValidateAction.java :

206 : ValidationMessage validationMessage = new ValidationMessage(error.getMessage(), 0, 0);

51. WARNING: DiscouragedReference

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

WSIValidateAction.java :

206 : ValidationMessage validationMessage = new ValidationMessage(error.getMessage(), 0, 0);

52. WARNING: DiscouragedReference

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

WSIValidateAction.java :

206 : ValidationMessage validationMessage = new ValidationMessage(error.getMessage(), 0, 0);

53. WARNING: DiscouragedReference

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

WSIValidateAction.java :

207 : validationMessage.setSeverity(severity);

54. WARNING: DiscouragedReference

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

WSIValidateAction.java :

211 : public ValidationMessage[] convertValidationMessages(List list, int marker)

55. WARNING: DiscouragedReference

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

WSIValidateAction.java :

216 : ValidationMessage[] messages = new ValidationMessage[size];

56. WARNING: DiscouragedReference

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

WSIValidateAction.java :

216 : ValidationMessage[] messages = new ValidationMessage[size];

57. WARNING: DiscouragedReference

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

WSIValidateAction.java :

220 : AssertionError assertionError = (AssertionError) list.get(i);

58. WARNING: DiscouragedReference

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

WSIValidateAction.java :

220 : AssertionError assertionError = (AssertionError) list.get(i);

59. WARNING: DiscouragedReference

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

WSIValidateAction.java :

222 : int n = assertionError.getLine();

60. WARNING: DiscouragedReference

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

WSIValidateAction.java :

223 : int c = assertionError.getColumn();

61. WARNING: DiscouragedReference

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

WSIValidateAction.java :

224 : String m = WSIConstants.WSI_PREFIX + "(" + assertionError.getAssertionID()+ ") " + assertionError.getErrorMessage();

62. WARNING: DiscouragedReference

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

WSIValidateAction.java :

224 : String m = WSIConstants.WSI_PREFIX + "(" + assertionError.getAssertionID()+ ") " + assertionError.getErrorMessage();

63. WARNING: DiscouragedReference

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

WSIValidateAction.java :

224 : String m = WSIConstants.WSI_PREFIX + "(" + assertionError.getAssertionID()+ ") " + assertionError.getErrorMessage();

64. WARNING: DiscouragedReference

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

WSIValidateAction.java :

224 : String m = WSIConstants.WSI_PREFIX + "(" + assertionError.getAssertionID()+ ") " + assertionError.getErrorMessage();

65. WARNING: DiscouragedReference

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

WSIValidateAction.java :

226 : ValidationMessage message = new ValidationMessage(m,n, c);

66. WARNING: DiscouragedReference

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

WSIValidateAction.java :

226 : ValidationMessage message = new ValidationMessage(m,n, c);

67. WARNING: DiscouragedReference

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

WSIValidateAction.java :

226 : ValidationMessage message = new ValidationMessage(m,n, c);

68. WARNING: DiscouragedReference

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

WSIValidateAction.java :

227 : message.setSeverity(marker);

69. WARNING: DiscouragedReference

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

WSIValidateAction.java :

232 : return new ValidationMessage[0];

70. WARNING: DiscouragedReference

Discouraged access: The type IMessageAccess 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

WSIValidateAction.java :

254 : public IMessageAccess getMessageAccess() {

Source File: org/eclipse/wst/wsi/ui/internal/actions/actionDelegates/RequestHandlerImpl.java
1. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

5 : import org.eclipse.wst.internet.monitor.core.internal.provisional.Request;

2. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

6 : import org.eclipse.wst.wsi.internal.core.log.RequestHandler;

3. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

16 : public class RequestHandlerImpl implements RequestHandler

4. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

67 : RequestHandlerImpl(Request request)

5. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

71 : this.requestHeader = request.getRequest(Request.TRANSPORT);

6. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

71 : this.requestHeader = request.getRequest(Request.TRANSPORT);

7. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

71 : this.requestHeader = request.getRequest(Request.TRANSPORT);

8. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

72 : this.requestContent = request.getRequest(Request.CONTENT);

9. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

72 : this.requestContent = request.getRequest(Request.CONTENT);

10. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

72 : this.requestContent = request.getRequest(Request.CONTENT);

11. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

73 : this.responseHeader = request.getResponse(Request.TRANSPORT);

12. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

73 : this.responseHeader = request.getResponse(Request.TRANSPORT);

13. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

73 : this.responseHeader = request.getResponse(Request.TRANSPORT);

14. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

74 : this.responseContent = request.getResponse(Request.CONTENT);

15. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

74 : this.responseContent = request.getResponse(Request.CONTENT);

16. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

74 : this.responseContent = request.getResponse(Request.CONTENT);

17. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

75 : this.date = request.getDate();

18. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

76 : this.localPort = request.getLocalPort();

19. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

77 : this.remotePort = request.getRemotePort();

20. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

78 : this.remoteHost = request.getRemoteHost();

21. WARNING: DiscouragedReference

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

RequestHandlerImpl.java :

79 : this.responseTime = request.getResponseTime();

Source File: org/eclipse/wst/wsi/ui/internal/actions/actionDelegates/ValidateWSIProfileActionDelegate.java
1. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

27 : import org.eclipse.wst.internet.monitor.core.internal.provisional.Request;

2. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

28 : import org.eclipse.wst.internet.monitor.ui.internal.provisional.MonitorUICore;

3. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

29 : import org.eclipse.wst.wsi.internal.core.log.LogBuilder;

4. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

30 : import org.eclipse.wst.wsi.internal.core.log.RequestHandler;

5. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

40 : import org.eclipse.wst.wsi.internal.core.log.Log;

6. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

74 : Request[] requestResponses;

7. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

129 : requestResponses = MonitorUICore.getRequests();

8. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

129 : requestResponses = MonitorUICore.getRequests();

9. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

138 : Request reqresp = requestResponses[i];

10. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

139 : String remotehost = reqresp.getRemoteHost();

11. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

140 : int remoteport = reqresp.getRemotePort();

12. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

141 : String remotelabel = reqresp.getName();

13. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

161 : LogBuilder builder = new LogBuilder(file);

14. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

161 : LogBuilder builder = new LogBuilder(file);

15. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

161 : LogBuilder builder = new LogBuilder(file);

16. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

162 : Log log = builder.buildLog(getRequestHandlers(requestResponses));

17. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

162 : Log log = builder.buildLog(getRequestHandlers(requestResponses));

18. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

164 : builder.writeLog(log);

19. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

197 : private List getRequestHandlers(Request[] requestResponses)

20. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

203 : Request request = requestResponses[i];

21. WARNING: DiscouragedReference

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

ValidateWSIProfileActionDelegate.java :

204 : RequestHandler handler = new RequestHandlerImpl(request);

Source File: org/eclipse/wst/wsi/ui/internal/wizards/ValidationWizardWSDLPage.java
1. WARNING: DiscouragedReference

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

ValidationWizardWSDLPage.java :

17 : import org.eclipse.wst.common.ui.internal.dialogs.SelectSingleFileDialog;

2. WARNING: DiscouragedReference

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

ValidationWizardWSDLPage.java :

294 : SelectSingleFileDialog dialog = new SelectSingleFileDialog(getShell(), selection, false);

3. WARNING: DiscouragedReference

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

ValidationWizardWSDLPage.java :

294 : SelectSingleFileDialog dialog = new SelectSingleFileDialog(getShell(), selection, false);

4. WARNING: DiscouragedReference

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

ValidationWizardWSDLPage.java :

294 : SelectSingleFileDialog dialog = new SelectSingleFileDialog(getShell(), selection, false);

5. WARNING: DiscouragedReference

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

ValidationWizardWSDLPage.java :

295 : dialog.addFilterExtensions(new String[] { ".wsdl" });

6. WARNING: DiscouragedReference

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

ValidationWizardWSDLPage.java :

296 : dialog.create();

7. WARNING: DiscouragedReference

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

ValidationWizardWSDLPage.java :

306 : IFile currentIFile = dialog.getFile();