See 
<https://builds.apache.org/job/Struts-master-JDK8/148/display/redirect?page=changes>

Changes:

[lukaszlenart] WW-4951 Upgrades to the latest struts master to support 
SHA256/512

------------------------------------------
[...truncated 299.42 KB...]
[ERROR]     public static long parseLong(char[] b, int off, int len)
[ERROR]                        ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/Ascii.java>:228:
 warning: no @return
[ERROR]     public static long parseLong(char[] b, int off, int len)
[ERROR]                        ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/B2CConverter.java>:81:
 warning: no @param for lowerCaseEnc
[ERROR]     public static Charset getCharsetLower(String lowerCaseEnc)
[ERROR]                           ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/B2CConverter.java>:81:
 warning: no @return
[ERROR]     public static Charset getCharsetLower(String lowerCaseEnc)
[ERROR]                           ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/B2CConverter.java>:81:
 warning: no @throws for java.io.UnsupportedEncodingException
[ERROR]     public static Charset getCharsetLower(String lowerCaseEnc)
[ERROR]                           ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/B2CConverter.java>:144:
 warning: no @throws for java.io.IOException
[ERROR]     public void convert(ByteChunk bc, CharChunk cc, boolean endOfInput)
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:139:
 warning: no @return
[ERROR]     public ByteChunk getClone() {
[ERROR]                      ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:196:
 warning: no @param for optimizedWrite
[ERROR]     public void setOptimizedWrite(boolean optimizedWrite) {
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:214:
 warning: no @return
[ERROR]     public byte[] getBytes() {
[ERROR]                   ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:221:
 warning: no @return
[ERROR]     public byte[] getBuffer() {
[ERROR]                   ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:229:
 warning: no @return
[ERROR]     public int getStart() {
[ERROR]                ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:248:
 warning: no @return
[ERROR]     public int getLength() {
[ERROR]                ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:259:
 warning: no @param for limit
[ERROR]     public void setLimit(int limit) {
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:270:
 warning: no @param for in
[ERROR]     public void setByteInputChannel(ByteInputChannel in) {
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:279:
 warning: no @param for out
[ERROR]     public void setByteOutputChannel(ByteOutputChannel out) {
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:294:
 warning: no description for @param
[ERROR]      * @param c
[ERROR]        ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:295:
 warning: no description for @throws
[ERROR]      * @throws IOException
[ERROR]        ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:325:
 warning: no @param for src
[ERROR]     public void append( byte src[], int off, int len )
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:325:
 warning: no @param for off
[ERROR]     public void append( byte src[], int off, int len )
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:325:
 warning: no @param for len
[ERROR]     public void append( byte src[], int off, int len )
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:325:
 warning: no @throws for java.io.IOException
[ERROR]     public void append( byte src[], int off, int len )
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:407:
 warning: no @param for src
[ERROR]     public int substract(ByteChunk src)
[ERROR]                ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:407:
 warning: no @return
[ERROR]     public int substract(ByteChunk src)
[ERROR]                ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:407:
 warning: no @throws for java.io.IOException
[ERROR]     public int substract(ByteChunk src)
[ERROR]                ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:472:
 warning: no description for @throws
[ERROR]      * @throws IOException
[ERROR]        ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:490:
 warning: no @param for count
[ERROR]     public void makeSpace(int count) {
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:567:
 warning: no @return
[ERROR]     public int getInt()
[ERROR]                ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:678:
 warning: no @return
[ERROR]     public boolean startsWith(String s) {
[ERROR]                    ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:699:
 warning: no @param for b2
[ERROR]     public boolean startsWith(byte[] b2) {
[ERROR]                    ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:699:
 warning: no @return
[ERROR]     public boolean startsWith(byte[] b2) {
[ERROR]                    ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:722:
 warning: no @return
[ERROR]     public boolean startsWithIgnoreCase(String s, int pos) {
[ERROR]                    ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:771:
 warning: no @return
[ERROR]     public int hashIgnoreCase() {
[ERROR]                ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:801:
 error: self-closing element not allowed
[ERROR]      * <br/>
[ERROR]        ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:817:
 error: self-closing element not allowed
[ERROR]      * <br/>
[ERROR]        ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:83:
 warning: no @param for cbuf
[ERROR]         public int realReadBytes(byte cbuf[], int off, int len)
[ERROR]                    ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:83:
 warning: no @param for off
[ERROR]         public int realReadBytes(byte cbuf[], int off, int len)
[ERROR]                    ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:83:
 warning: no @param for len
[ERROR]         public int realReadBytes(byte cbuf[], int off, int len)
[ERROR]                    ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:83:
 warning: no @return
[ERROR]         public int realReadBytes(byte cbuf[], int off, int len)
[ERROR]                    ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:83:
 warning: no @throws for java.io.IOException
[ERROR]         public int realReadBytes(byte cbuf[], int off, int len)
[ERROR]                    ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:94:
 warning: no @param for cbuf
[ERROR]         public void realWriteBytes(byte cbuf[], int off, int len)
[ERROR]                     ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:94:
 warning: no @param for off
[ERROR]         public void realWriteBytes(byte cbuf[], int off, int len)
[ERROR]                     ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:94:
 warning: no @param for len
[ERROR]         public void realWriteBytes(byte cbuf[], int off, int len)
[ERROR]                     ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/ByteChunk.java>:94:
 warning: no @throws for java.io.IOException
[ERROR]         public void realWriteBytes(byte cbuf[], int off, int len)
[ERROR]                     ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:147:
 warning: no @param for limit
[ERROR]     public void setLimit(int limit) {
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:158:
 warning: no @param for in
[ERROR]     public void setCharInputChannel(CharInputChannel in) {
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:167:
 warning: no @param for out
[ERROR]     public void setCharOutputChannel(CharOutputChannel out) {
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:186:
 warning: no @return
[ERROR]     public int getStart() {
[ERROR]                ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:197:
 warning: no @param for off
[ERROR]     public void setOffset(int off) {
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:204:
 warning: no @return
[ERROR]     public int getLength() {
[ERROR]                ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:239:
 warning: no @param for src
[ERROR]     public void append( char src[], int off, int len )
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:239:
 warning: no @param for off
[ERROR]     public void append( char src[], int off, int len )
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:239:
 warning: no @param for len
[ERROR]     public void append( char src[], int off, int len )
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:239:
 warning: no @throws for java.io.IOException
[ERROR]     public void append( char src[], int off, int len )
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:309:
 warning: no @param for s
[ERROR]     public void append(String s) throws IOException {
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:309:
 warning: no @throws for java.io.IOException
[ERROR]     public void append(String s) throws IOException {
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:315:
 warning: no @param for s
[ERROR]     public void append(String s, int off, int len) throws IOException {
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:315:
 warning: no @param for off
[ERROR]     public void append(String s, int off, int len) throws IOException {
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:315:
 warning: no @param for len
[ERROR]     public void append(String s, int off, int len) throws IOException {
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:315:
 warning: no @throws for java.io.IOException
[ERROR]     public void append(String s, int off, int len) throws IOException {
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:402:
 warning: no @param for count
[ERROR]     public void makeSpace(int count)
[ERROR]                 ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:543:
 warning: no @return
[ERROR]     public boolean startsWith(String s) {
[ERROR]                    ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:562:
 warning: no @param for pos
[ERROR]     public boolean startsWithIgnoreCase(String s, int pos) {
[ERROR]                    ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:562:
 warning: no @return
[ERROR]     public boolean startsWithIgnoreCase(String s, int pos) {
[ERROR]                    ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:582:
 warning: no @return
[ERROR]     public boolean endsWith(String s) {
[ERROR]                    ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:629:
 warning: no @param for starting
[ERROR]     public int indexOf(char c, int starting) {
[ERROR]                ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:629:
 warning: no @return
[ERROR]     public int indexOf(char c, int starting) {
[ERROR]                ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:46:
 warning: no @param for cbuf
[ERROR]         public int realReadChars(char cbuf[], int off, int len)
[ERROR]                    ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:46:
 warning: no @param for off
[ERROR]         public int realReadChars(char cbuf[], int off, int len)
[ERROR]                    ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:46:
 warning: no @param for len
[ERROR]         public int realReadChars(char cbuf[], int off, int len)
[ERROR]                    ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:46:
 warning: no @return
[ERROR]         public int realReadChars(char cbuf[], int off, int len)
[ERROR]                    ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:46:
 warning: no @throws for java.io.IOException
[ERROR]         public int realReadChars(char cbuf[], int off, int len)
[ERROR]                    ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:57:
 warning: no @param for cbuf
[ERROR]         public void realWriteChars(char cbuf[], int off, int len)
[ERROR]                     ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:57:
 warning: no @param for off
[ERROR]         public void realWriteChars(char cbuf[], int off, int len)
[ERROR]                     ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:57:
 warning: no @param for len
[ERROR]         public void realWriteChars(char cbuf[], int off, int len)
[ERROR]                     ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/org/apache/struts2/util/tomcat/buf/CharChunk.java>:57:
 warning: no @throws for java.io.IOException
[ERROR]         public void realWriteChars(char cbuf[], int off, int len)
[ERROR]                     ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/TypeConversion.java>:189:
 error: unexpected content
[ERROR]      * @see {@link #converterClass()}
[ERROR]        ^
[ERROR] 
<https://builds.apache.org/job/Struts-master-JDK8/ws/core/src/main/java/com/opensymphony/xwork2/inject/Factory.java>:35:
 error: unknown tag: T
[ERROR]      * Returns a class of <T>
[ERROR]                           ^
[ERROR] 
[ERROR] Command line was: 
/usr/local/asfpackages/java/jdk1.8.0_172/jre/../bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in 
'<https://builds.apache.org/job/Struts-master-JDK8/ws/core/target/apidocs'> dir.
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :struts2-core
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to