You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2009/07/01 20:19:47 UTC

[jira] Updated: (HADOOP-6124) patchJavacWarnings and trunkJavacWarnings are not consistent.

     [ https://issues.apache.org/jira/browse/HADOOP-6124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-6124:
-------------------------------------------

    Attachment: c6124_20090701.patch

> ...  HDFS and MapReduce seem not having this problem.
I was wrong.  HDFS and MapReduce also have this problem.

The project is not cleaned when patchJavacWarnings.txt is generated.  Some java source files may be already compiled and they will not be compiled again.  As a result, the warnings inside those files won't be reported.  Note that there is a clean when trunkJavacWarnings.txt is generated.

c6124_20090701.patch: add clean before tar

> patchJavacWarnings and trunkJavacWarnings are not consistent.
> -------------------------------------------------------------
>
>                 Key: HADOOP-6124
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6124
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>         Attachments: c6124_20090701.patch
>
>
> The values of patchJavacWarnings and trunkJavacWarnings are not consistent when running test-patch.sh with an empty patch over Common.  HDFS and MapReduce seem not having this problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.