See <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/changes>
Changes:
[qiwang] Bug 320709 - PHPDoc tooltips are not sized according to their
contents.
This is an issue of calculating the width when the '\t' is the starting
character of line. Work around it by adding one " " inside the PHPDoc html
string.
------------------------------------------
[...truncated 10960 lines...]
[javac] Discouraged access: The method getExistingModelForRead(IFile) from
the type IModelManager is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1813. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 93)
[javac] model = StructuredModelManager.getModelManager()
[javac]
.createUnManagedStructuredModelFor(file);
[javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method
createUnManagedStructuredModelFor(IFile) from the type IModelManager is not
accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1814. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 100)
[javac] IStructuredDocumentRegion[] sdRegions = model
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type IStructuredDocumentRegion is not
accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1815. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 100)
[javac] IStructuredDocumentRegion[] sdRegions = model
[javac]
.getStructuredDocument().getStructuredDocumentRegions();
[javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getStructuredDocument() from the
type IStructuredModel is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1816. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 100)
[javac] IStructuredDocumentRegion[] sdRegions = model
[javac]
.getStructuredDocument().getStructuredDocumentRegions();
[javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getStructuredDocumentRegions() from
the type IStructuredDocument is not accessible due to restriction on classpath
entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1817. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 102)
[javac] for (IStructuredDocumentRegion structuredDocumentRegion :
sdRegions) {
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type IStructuredDocumentRegion is not
accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1818. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 104)
[javac] IStructuredDocument document = structuredDocumentRegion
[javac] ^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type IStructuredDocument is not accessible
due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1819. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 104)
[javac] IStructuredDocument document = structuredDocumentRegion
[javac] .getParentDocument();
[javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getParentDocument() from the type
IStructuredDocumentRegion is not accessible due to restriction on classpath
entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1820. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 107)
[javac] ITextRegionList textRegions = structuredDocumentRegion
[javac] ^^^^^^^^^^^^^^^
[javac] Discouraged access: The type ITextRegionList is not accessible due
to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1821. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 107)
[javac] ITextRegionList textRegions = structuredDocumentRegion
[javac] .getRegions();
[javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getRegions() from the type
ITextRegionCollection is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1822. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 109)
[javac] for (int i = 0; i < textRegions.size(); i++) {
[javac] ^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method size() from the type ITextRegionList
is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1823. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 110)
[javac] ITextRegion textRegion = textRegions.get(i);
[javac] ^^^^^^^^^^^
[javac] Discouraged access: The type ITextRegion is not accessible due to
restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1824. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 110)
[javac] ITextRegion textRegion = textRegions.get(i);
[javac] ^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method get(int) from the type
ITextRegionList is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1825. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 111)
[javac] int regionStart = structuredDocumentRegion
[javac]
.getStartOffset(textRegion);
[javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getStartOffset(ITextRegion) from the
type ITextRegionCollection is not accessible due to restriction on classpath
entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1826. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 115)
[javac] if (textRegion instanceof ContextRegionContainer) {
[javac] ^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type ContextRegionContainer is not
accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.xml.core_1.1.500.v201004290328.jar>
[javac] ----------
[javac] 1827. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 117)
[javac] regionStart += textRegion.getStart();
[javac] ^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getStart() from the type ITextRegion
is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1828. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 125)
[javac] ITextRegion[] phpTokens = scriptRegion
[javac] ^^^^^^^^^^^^^
[javac] Discouraged access: The type ITextRegion is not accessible due to
restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1829. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 126)
[javac] .getPhpTokens(0, textRegion.getLength());
[javac] ^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getLength() from the type
ITextRegion is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1830. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 128)
[javac] ITextRegion phpToken = phpTokens[j];
[javac] ^^^^^^^^^^^
[javac] Discouraged access: The type ITextRegion is not accessible due to
restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1831. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 129)
[javac] if (PHPRegionTypes.PHPDOC_TODO.equals(phpToken
[javac]
.getType())) {
[javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getType() from the type ITextRegion
is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1832. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 134)
[javac] + phpToken.getStart();
[javac] ^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getStart() from the type ITextRegion
is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1833. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 135)
[javac] int length = phpToken.getLength();
[javac] ^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getLength() from the type
ITextRegion is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1834. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 138)
[javac] phpToken.getLength());
[javac] ^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getLength() from the type
ITextRegion is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1835. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 144)
[javac] ITextRegion phpNextToken = phpTokens[j + 1];
[javac] ^^^^^^^^^^^
[javac] Discouraged access: The type ITextRegion is not accessible due to
restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1836. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 146)
[javac] + phpNextToken.getLength();
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getLength() from the type
ITextRegion is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1837. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 169)
[javac] model.releaseFromRead();
[javac] ^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method releaseFromRead() from the type
IStructuredModel is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1838. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 223)
[javac] TaskTag taskTag = taskTags[i];
[javac] ^^^^^^^
[javac] Discouraged access: The type TaskTag is not accessible due to
restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1839. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 224)
[javac] if (taskTag.getTag().toLowerCase().equals(taskTagLowerCase)) {
[javac] ^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getTag() from the type TaskTag is
not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1840. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 225)
[javac] return taskTag.getPriority();
[javac] ^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getPriority() from the type TaskTag
is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1841. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 229)
[javac] return TaskTag.PRIORITY_NORMAL;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type TaskTag is not accessible due to
restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1842. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 229)
[javac] return TaskTag.PRIORITY_NORMAL;
[javac] ^^^^^^^^^^^^^^^
[javac] Discouraged access: The field PRIORITY_NORMAL from the type TaskTag
is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1843. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 243)
[javac] private void reportTask(IStructuredDocument document, IFile
file,
[javac] ^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type IStructuredDocument is not accessible
due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1844. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 246)
[javac] int lineNumber = document.getLineOfOffset(offset);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getLineOfOffset(int) from the type
IStructuredDocument is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1845. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 292)
[javac] private String getTaskStr(IStructuredDocument document, int
lineNumber,
[javac] ^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type IStructuredDocument is not accessible
due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1846. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 320)
[javac] private ITextRegion extractPhpScriptRegion(ITextRegion
textRegion) {
[javac] ^^^^^^^^^^^
[javac] Discouraged access: The type ITextRegion is not accessible due to
restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1847. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 320)
[javac] private ITextRegion extractPhpScriptRegion(ITextRegion
textRegion) {
[javac] ^^^^^^^^^^^
[javac] Discouraged access: The type ITextRegion is not accessible due to
restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1848. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 321)
[javac] ContextRegionContainer container = (ContextRegionContainer)
textRegion;
[javac] ^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type ContextRegionContainer is not
accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.xml.core_1.1.500.v201004290328.jar>
[javac] ----------
[javac] 1849. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 321)
[javac] ContextRegionContainer container = (ContextRegionContainer)
textRegion;
[javac] ^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type ContextRegionContainer is not
accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.xml.core_1.1.500.v201004290328.jar>
[javac] ----------
[javac] 1850. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 322)
[javac] ITextRegionList containerRegions = container.getRegions();
[javac] ^^^^^^^^^^^^^^^
[javac] Discouraged access: The type ITextRegionList is not accessible due
to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1851. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 322)
[javac] ITextRegionList containerRegions = container.getRegions();
[javac] ^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getRegions() from the type
ContextRegionContainer is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.xml.core_1.1.500.v201004290328.jar>
[javac] ----------
[javac] 1852. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 323)
[javac] for (int z = 0; z < containerRegions.size(); z++) {
[javac] ^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method size() from the type ITextRegionList
is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1853. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 324)
[javac] ITextRegion containerTextRegion = containerRegions.get(z);
[javac] ^^^^^^^^^^^
[javac] Discouraged access: The type ITextRegion is not accessible due to
restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1854. WARNING in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java>
(at line 324)
[javac] ITextRegion containerTextRegion = containerRegions.get(z);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method get(int) from the type
ITextRegionList is not accessible due to restriction on classpath entry
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.wst.sse.core_1.1.500.v201004262353.jar>
[javac] ----------
[javac] 1854 problems (11 errors, 1843 warnings)
[javac] Compilation failed. Compiler errors are available in
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/@dot.log>
BUILD FAILED
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/buildAll.xml>:378:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/buildAll.xml>:419:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml>:833:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml>:1242:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/build.xml>:199:
The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:36:
The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:105:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/builder/all/customTargets.xml>:12:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/builder/all/allElements.xml>:29:
The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:114:
The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:124:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/compile.org.eclipse.php.all.xml>:9:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/build.xml>:181:
The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/386/artifact/build/N201008052113/eclipse/plugins/org.eclipse.php.core/build.xml>:142:
Compile failed; see the compiler error output for details.
Total time: 5 minutes 0 seconds
[start] [21:18:48] start.sh finished.
++ rm -f
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/.cvspass>
+++ date '+%Y/%m/%d %H:%M'
++ echo '[2010/08/05 21:18] Hudson job build #386 (2010-08-05_21-12-22) done.'
[2010/08/05 21:18] Hudson job build #386 (2010-08-05_21-12-22) done.
Terminating xvnc.
Archiving artifacts
Recording test results
No test report files were found. Configuration error?
_______________________________________________
pdt-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/pdt-dev
