You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2015/05/06 19:32:00 UTC

[jira] [Created] (HADOOP-11931) test-patch javac warning check reporting total number of warnings instead of incremental

Sean Busbey created HADOOP-11931:
------------------------------------

             Summary: test-patch javac warning check reporting total number of warnings instead of incremental
                 Key: HADOOP-11931
                 URL: https://issues.apache.org/jira/browse/HADOOP-11931
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Sean Busbey


javac result should report incremental number of warnings.

{code}
============================================================================
============================================================================
               Determining number of patched javac warnings.
============================================================================
============================================================================


[Wed May  6 17:06:15 UTC 2015 DEBUG]: Start clock
/home/jenkins/tools/maven/latest/bin/mvn clean test -DskipTests -DhadoopPatchProcess -Pnative -Ptest-patch > /jenkins/workspace/PreCommit-NIFI-Build/patchprocess/patchJavacWarnings.txt 2>&1
There appear to be 25 javac compiler warnings before the patch and 26 javac compiler warnings after applying the patch.
[Wed May  6 17:11:39 UTC 2015 DEBUG]: Stop clock

Elapsed time:   5m 24s
{code}

followed later by:

{code}

|  -1  |              javac  |  5m 24s    | The applied patch generated 26 
|      |                     |            | additional warning messages.
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)