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 "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2008/03/18 06:07:24 UTC

[jira] Created: (HADOOP-3037) Hudson needs to add src/test for checking javac warnings

Hudson needs to add src/test for checking javac warnings
--------------------------------------------------------

                 Key: HADOOP-3037
                 URL: https://issues.apache.org/jira/browse/HADOOP-3037
             Project: Hadoop Core
          Issue Type: Improvement
          Components: build
    Affects Versions: hudson
            Reporter: Amareshwari Sriramadasu
             Fix For: hudson


I think src/test is not added in javac warnings checker.  HADOOP-3031 looks at warnings introduced.
Hudson needs to add src/test for checking javac warnings

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


[jira] Commented: (HADOOP-3037) Hudson needs to add src/test for checking javac warnings

Posted by "Nigel Daley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594064#action_12594064 ] 

Nigel Daley commented on HADOOP-3037:
-------------------------------------

Hudson does check src/test (compile-core-test is run as part of the tar target).  However, Hudson counts the total number of javac warnings on trunk and the total number with the patch and only complains if the total number of javac warnings with the patch is higher than trunk.  This means that if some warnings are removed and some added, this mechanism won't detect the new warnings.


> Hudson needs to add src/test for checking javac warnings
> --------------------------------------------------------
>
>                 Key: HADOOP-3037
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3037
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: hudson
>            Reporter: Amareshwari Sriramadasu
>             Fix For: hudson
>
>
> I think src/test is not added in javac warnings checker.  HADOOP-3031 looks at warnings introduced.
> Hudson needs to add src/test for checking javac warnings

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