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