Compiler log for org.eclipse.pde.ua.core_1.0.100.v20100504 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 105

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 19)
import org.eclipse.pde.internal.core.XMLPrintHandler;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 20)
import org.eclipse.pde.internal.core.util.PDETextHelper;
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 141)
XMLPrintHandler.printHead(writer, ATTRIBUTE_VALUE_ENCODING);
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 141)
XMLPrintHandler.printHead(writer, ATTRIBUTE_VALUE_ENCODING);
Discouraged access: The method printHead(Writer, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 161)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_NAME,
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 161)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_NAME, PDETextHelper.translateWriteText(fFieldName.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method wrapAttribute(String, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 162)
PDETextHelper.translateWriteText(fFieldName.trim(),
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 162)
PDETextHelper.translateWriteText(fFieldName.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method translateWriteText(String, HashMap) from the type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 175)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCS.java
 (at line 175)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The field XML_INDENT from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDataObject.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDataObject.java
 (at line 18)
import org.eclipse.pde.internal.core.XMLPrintHandler;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDataObject.java
 (at line 19)
import org.eclipse.pde.internal.core.util.PDETextHelper;
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDataObject.java
 (at line 150)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDataObject.java
 (at line 150)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The field XML_INDENT from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDataObject.java
 (at line 157)
+ PDETextHelper.translateWriteText(fFieldContent.trim(),
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDataObject.java
 (at line 157)
+ PDETextHelper.translateWriteText(fFieldContent.trim(), DEFAULT_TAG_EXCEPTIONS, DEFAULT_SUBSTITUTE_CHARS)
Discouraged access: The method translateWriteText(String, HashSet, HashMap) from the type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDependency.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDependency.java
 (at line 18)
import org.eclipse.pde.internal.core.XMLPrintHandler;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDependency.java
 (at line 19)
import org.eclipse.pde.internal.core.util.PDETextHelper;
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDependency.java
 (at line 124)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_TASK,
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDependency.java
 (at line 124)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_TASK, PDETextHelper.translateWriteText(fFieldTask.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method wrapAttribute(String, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDependency.java
 (at line 125)
PDETextHelper.translateWriteText(fFieldTask.trim(),
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSDependency.java
 (at line 125)
PDETextHelper.translateWriteText(fFieldTask.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method translateWriteText(String, HashMap) from the type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 22)
import org.eclipse.pde.internal.core.AbstractModel;
Discouraged access: The type AbstractModel is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 23)
import org.eclipse.pde.internal.core.PDECore;
Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 24)
import org.eclipse.pde.internal.core.XMLDefaultHandler;
Discouraged access: The type XMLDefaultHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 31)
public class CompCSModel extends AbstractModel implements ICompCSModel {
Discouraged access: The type AbstractModel is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 111)
SAXParser parser = getSaxParser();
Discouraged access: The method getSaxParser() from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 112)
XMLDefaultHandler handler = new XMLDefaultHandler();
Discouraged access: The type XMLDefaultHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 112)
XMLDefaultHandler handler = new XMLDefaultHandler();
Discouraged access: The constructor XMLDefaultHandler() is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 112)
XMLDefaultHandler handler = new XMLDefaultHandler();
Discouraged access: The type XMLDefaultHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 114)
if (handler.isPrepared()) {
Discouraged access: The method isPrepared() from the type XMLDefaultHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 115)
processDocument(handler.getDocument());
Discouraged access: The method getDocument() from the type XMLDefaultHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 116)
setLoaded(true);
Discouraged access: The method setLoaded(boolean) from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 119)
setException(e);
Discouraged access: The method setException(Exception) from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 120)
PDECore.logException(e);
Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 120)
PDECore.logException(e);
Discouraged access: The method logException(Throwable) from the type PDECore is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSModel.java
 (at line 142)
fireModelChanged(new ModelChangedEvent(this, IModelChangedEvent.WORLD_CHANGED, new Object[] { fCompCS }, null));
Discouraged access: The method fireModelChanged(IModelChangedEvent) from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSObject.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSObject.java
 (at line 24)
import org.eclipse.pde.internal.core.XMLPrintHandler;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSObject.java
 (at line 178)
XMLPrintHandler.printBeginElement(writer, buffer.toString(),
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSObject.java
 (at line 178)
XMLPrintHandler.printBeginElement(writer, buffer.toString(), indent, false);
Discouraged access: The method printBeginElement(Writer, String, String, boolean) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSObject.java
 (at line 183)
XMLPrintHandler.printEndElement(writer, getElement(), indent);
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSObject.java
 (at line 183)
XMLPrintHandler.printEndElement(writer, getElement(), indent);
Discouraged access: The method printEndElement(Writer, String, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java
 (at line 18)
import org.eclipse.pde.internal.core.XMLPrintHandler;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java
 (at line 19)
import org.eclipse.pde.internal.core.util.PDETextHelper;
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java
 (at line 133)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_NAME,
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java
 (at line 133)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_NAME, fFieldName));
Discouraged access: The method wrapAttribute(String, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java
 (at line 140)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_VALUE,
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java
 (at line 140)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_VALUE, PDETextHelper.translateWriteText(fFieldValue.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method wrapAttribute(String, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java
 (at line 141)
PDETextHelper.translateWriteText(fFieldValue.trim(),
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSParam.java
 (at line 141)
PDETextHelper.translateWriteText(fFieldValue.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method translateWriteText(String, HashMap) from the type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTask.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTask.java
 (at line 21)
import org.eclipse.pde.internal.core.XMLPrintHandler;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTask.java
 (at line 169)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTask.java
 (at line 169)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The field XML_INDENT from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskGroup.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskGroup.java
 (at line 20)
import org.eclipse.pde.internal.core.XMLPrintHandler;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskGroup.java
 (at line 273)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskGroup.java
 (at line 273)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The field XML_INDENT from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 20)
import org.eclipse.pde.internal.core.XMLPrintHandler;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 21)
import org.eclipse.pde.internal.core.util.PDETextHelper;
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 338)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_ID,
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 338)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_ID, PDETextHelper.translateWriteText(fFieldId.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method wrapAttribute(String, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 339)
PDETextHelper.translateWriteText(fFieldId.trim(),
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 339)
PDETextHelper.translateWriteText(fFieldId.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method translateWriteText(String, HashMap) from the type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 346)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_KIND,
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 346)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_KIND, fFieldKind));
Discouraged access: The method wrapAttribute(String, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 353)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_NAME,
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 353)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_NAME, PDETextHelper.translateWriteText(fFieldName.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method wrapAttribute(String, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
11. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 354)
PDETextHelper.translateWriteText(fFieldName.trim(),
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
12. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 354)
PDETextHelper.translateWriteText(fFieldName.trim(), DEFAULT_SUBSTITUTE_CHARS)));
Discouraged access: The method translateWriteText(String, HashMap) from the type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
13. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 358)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_SKIP,
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
14. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 358)
buffer.append(XMLPrintHandler.wrapAttribute(ATTRIBUTE_SKIP, new Boolean(fFieldSkip).toString()));
Discouraged access: The method wrapAttribute(String, String) from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
15. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 397)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
16. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSTaskObject.java
 (at line 397)
String newIndent = indent + XMLPrintHandler.XML_INDENT;
Discouraged access: The field XML_INDENT from the type XMLPrintHandler is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 26)
import org.eclipse.pde.internal.core.IWorkspaceModel;
Discouraged access: The type IWorkspaceModel is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 27)
import org.eclipse.pde.internal.core.PDECore;
Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 30)
IWorkspaceModel {
Discouraged access: The type IWorkspaceModel is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 68)
PDECore.logException(e);
Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 68)
PDECore.logException(e);
Discouraged access: The method logException(Throwable) from the type PDECore is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 80)
setLoaded(true);
Discouraged access: The method setLoaded(boolean) from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
7. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 106)
if (isLoaded()) {
Discouraged access: The method isLoaded() from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
8. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 130)
super.fireModelChanged(event);
Discouraged access: The method fireModelChanged(IModelChangedEvent) from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
9. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 169)
return isInSync(path.toFile());
Discouraged access: The method isInSync(File) from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
10. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/comp/CompCSWorkspaceModel.java
 (at line 188)
setLoaded(true);
Discouraged access: The method setLoaded(boolean) from the type AbstractModel is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentFactory.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentFactory.java
 (at line 17)
import org.eclipse.pde.internal.core.text.plugin.DocumentGenericNode;
Discouraged access: The type DocumentGenericNode is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentFactory.java
 (at line 420)
return new DocumentGenericNode(ISimpleCSConstants.ELEMENT_BR) {
Discouraged access: The type DocumentGenericNode is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentTextNode.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentTextNode.java
 (at line 17)
import org.eclipse.pde.internal.core.util.PDETextHelper;
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentTextNode.java
 (at line 45)
return PDETextHelper.translateWriteText(content, TAG_EXCEPTIONS,
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSDocumentTextNode.java
 (at line 45)
return PDETextHelper.translateWriteText(content, TAG_EXCEPTIONS, SUBSTITUTE_CHARS);
Discouraged access: The method translateWriteText(String, HashSet, HashMap) from the type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSModel.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSModel.java
 (at line 17)
import org.eclipse.pde.internal.core.NLResourceHelper;
Discouraged access: The type NLResourceHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSModel.java
 (at line 66)
protected NLResourceHelper createNLResourceHelper() {
Discouraged access: The type NLResourceHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSObject.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSObject.java
 (at line 17)
import org.eclipse.pde.internal.core.plugin.IWritableDelimiter;
Discouraged access: The type IWritableDelimiter is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSObject.java
 (at line 20)
import org.eclipse.pde.internal.core.text.plugin.DocumentGenericNode;
Discouraged access: The type DocumentGenericNode is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSObject.java
 (at line 27)
ISimpleCSObject, IWritableDelimiter {
Discouraged access: The type IWritableDelimiter is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/SimpleCSObject.java
 (at line 46)
return getChildNodesList(DocumentGenericNode.class, false);
Discouraged access: The type DocumentGenericNode is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDescriptionTextNode.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDescriptionTextNode.java
 (at line 17)
import org.eclipse.pde.internal.core.util.PDETextHelper;
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDescriptionTextNode.java
 (at line 41)
return PDETextHelper.translateWriteText(content, TAG_EXCEPTIONS,
Discouraged access: The type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpDescriptionTextNode.java
 (at line 41)
return PDETextHelper.translateWriteText(content, TAG_EXCEPTIONS, SUBSTITUTE_CHARS);
Discouraged access: The method translateWriteText(String, HashSet, HashMap) from the type PDETextHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpModel.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpModel.java
 (at line 20)
import org.eclipse.pde.internal.core.NLResourceHelper;
Discouraged access: The type NLResourceHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/ctxhelp/text/CtxHelpModel.java
 (at line 64)
protected NLResourceHelper createNLResourceHelper() {
Discouraged access: The type NLResourceHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/toc/text/TocMarkerManager.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/toc/text/TocMarkerManager.java
 (at line 20)
import org.eclipse.pde.internal.core.PDECore;
Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/toc/text/TocMarkerManager.java
 (at line 40)
PDECore.log(e);
Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ua/core/toc/text/TocMarkerManager.java
 (at line 40)
PDECore.log(e);
Discouraged access: The method log(Throwable) from the type PDECore is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ua/core/toc/text/TocMarkerManager.java
 (at line 67)
PDECore.log(e);
Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ua/core/toc/text/TocMarkerManager.java
 (at line 67)
PDECore.log(e);
Discouraged access: The method log(Throwable) from the type PDECore is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot

/src/org/eclipse/pde/internal/ua/core/toc/text/TocModel.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ua/core/toc/text/TocModel.java
 (at line 21)
import org.eclipse.pde.internal.core.NLResourceHelper;
Discouraged access: The type NLResourceHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ua/core/toc/text/TocModel.java
 (at line 70)
protected NLResourceHelper createNLResourceHelper() {
Discouraged access: The type NLResourceHelper is not accessible due to restriction on classpath entry /builds/I201006080911/src/plugins/org.eclipse.pde.core/@dot