[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[pdt-dev] Build failed in Hudson: cbi-pdt-3.0-juno #77
|
See <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/changes>
Changes:
[zzhongwei] 380113: Shift-Tab does not work if the line start with spaces
https://bugs.eclipse.org/bugs/show_bug.cgi?id=380113
[zzhongwei] *** empty log message ***
------------------------------------------
[...truncated 13064 lines...]
[javac] Discouraged access: The method createUnManagedStructuredModelFor(IFile) from the type IModelManager is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2107. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 103)
[javac] IStructuredDocumentRegion[] sdRegions = model
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2108. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 103)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2109. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 103)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2110. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 105)
[javac] for (IStructuredDocumentRegion structuredDocumentRegion : sdRegions) {
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2111. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 107)
[javac] IStructuredDocument document = structuredDocumentRegion
[javac] ^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2112. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 107)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2113. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 110)
[javac] ITextRegionList textRegions = structuredDocumentRegion
[javac] ^^^^^^^^^^^^^^^
[javac] Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2114. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 110)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2115. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 112)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2116. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 113)
[javac] ITextRegion textRegion = textRegions.get(i);
[javac] ^^^^^^^^^^^
[javac] Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2117. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 113)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2118. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 114)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2119. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 118)
[javac] if (textRegion instanceof ContextRegionContainer) {
[javac] ^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type ContextRegionContainer is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.xml.core_1.1.600.v201104251227.jar>
[javac] ----------
[javac] 2120. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 120)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2121. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 128)
[javac] ITextRegion[] phpTokens = scriptRegion
[javac] ^^^^^^^^^^^^^
[javac] Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2122. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 129)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2123. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 131)
[javac] ITextRegion phpToken = phpTokens[j];
[javac] ^^^^^^^^^^^
[javac] Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2124. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 132)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2125. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 137)
[javac] + phpToken.getStart();
[javac] ^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getStart() from the type ITextRegion is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2126. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 138)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2127. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 141)
[javac] phpToken.getLength());
[javac] ^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2128. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 148)
[javac] ITextRegion phpNextToken = phpTokens[k];
[javac] ^^^^^^^^^^^
[javac] Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2129. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 150)
[javac] .equals(phpNextToken
[javac] .getType())) {
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2130. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 155)
[javac] + phpNextToken.getLength();
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2131. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 179)
[javac] model.releaseFromRead();
[javac] ^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2132. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 233)
[javac] TaskTag taskTag = taskTags[i];
[javac] ^^^^^^^
[javac] Discouraged access: The type TaskTag is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2133. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 234)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2134. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 235)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2135. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 239)
[javac] return TaskTag.PRIORITY_NORMAL;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type TaskTag is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2136. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 239)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2137. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 253)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2138. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 256)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2139. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 302)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2140. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 330)
[javac] private ITextRegion extractPhpScriptRegion(ITextRegion textRegion) {
[javac] ^^^^^^^^^^^
[javac] Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2141. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 330)
[javac] private ITextRegion extractPhpScriptRegion(ITextRegion textRegion) {
[javac] ^^^^^^^^^^^
[javac] Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2142. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 331)
[javac] ContextRegionContainer container = (ContextRegionContainer) textRegion;
[javac] ^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type ContextRegionContainer is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.xml.core_1.1.600.v201104251227.jar>
[javac] ----------
[javac] 2143. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 331)
[javac] ContextRegionContainer container = (ContextRegionContainer) textRegion;
[javac] ^^^^^^^^^^^^^^^^^^^^^^
[javac] Discouraged access: The type ContextRegionContainer is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.xml.core_1.1.600.v201104251227.jar>
[javac] ----------
[javac] 2144. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 332)
[javac] ITextRegionList containerRegions = container.getRegions();
[javac] ^^^^^^^^^^^^^^^
[javac] Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2145. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 332)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.xml.core_1.1.600.v201104251227.jar>
[javac] ----------
[javac] 2146. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 333)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2147. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 334)
[javac] ITextRegion containerTextRegion = containerRegions.get(z);
[javac] ^^^^^^^^^^^
[javac] Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2148. WARNING in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/src/org/eclipse/php/internal/core/validation/PHPTodoTaskValidator.java> (at line 334)
[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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.wst.sse.core_1.1.600.v201105162116.jar>
[javac] ----------
[javac] 2148 problems (4 errors, 2144 warnings)
[javac] Compilation failed. Compiler errors are available in <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/@dot.log>
BUILD FAILED
<https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/ws/build/org.eclipse.dash.common.releng/buildAll.xml>:378: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/ws/build/org.eclipse.dash.common.releng/buildAll.xml>:419: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/ws/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml>:833: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/ws/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml>:1242: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/ws/build/org.eclipse.dash.common.releng/builder/all/customTargets.xml>:12: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/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://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/compile.org.eclipse.php.all.xml>:11: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/build.xml>:181: The following error occurred while executing this line:
<https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/77/artifact/build/N201205220919/eclipse/plugins/org.eclipse.php.core/build.xml>:142: Compile failed; see the compiler error output for details.
Total time: 4 minutes 54 seconds
[start] [09:24:43] start.sh finished.
++ rm -f <https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-juno/ws/build/.cvspass>
+++ date '+%Y/%m/%d %H:%M'
++ echo '[2012/05/22 09:24] Hudson job build #77 (2012-05-22_09-18-50) done.'
[2012/05/22 09:24] Hudson job build #77 (2012-05-22_09-18-50) done.
Terminating xvnc.
Recording test results
No test report files were found. Configuration error?
Archiving artifacts