You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "ransom.hezhiqiang (JIRA)" <ji...@apache.org> on 2012/06/07 09:28:23 UTC

[jira] [Created] (HIVE-3099) add findbugs in build.xml

ransom.hezhiqiang created HIVE-3099:
---------------------------------------

             Summary: add findbugs in build.xml
                 Key: HIVE-3099
                 URL: https://issues.apache.org/jira/browse/HIVE-3099
             Project: Hive
          Issue Type: Improvement
          Components: Build Infrastructure
            Reporter: ransom.hezhiqiang


see HIVE-1172 and HIVE-2169 
it was used default rules.
exclude filter file is in findbugs\findbugs-exclude.xml
the result of xml files to html file is not added because no style files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (HIVE-3099) add findbugs in build.xml

Posted by "ransom.hezhiqiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ransom.hezhiqiang reassigned HIVE-3099:
---------------------------------------

    Assignee: ransom.hezhiqiang
    
> add findbugs in build.xml
> -------------------------
>
>                 Key: HIVE-3099
>                 URL: https://issues.apache.org/jira/browse/HIVE-3099
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: ransom.hezhiqiang
>            Assignee: ransom.hezhiqiang
>         Attachments: HIVE-3099-1.patch
>
>
> see HIVE-1172 and HIVE-2169 
> it was used default rules.
> exclude filter file is in findbugs\findbugs-exclude.xml
> the result of xml files to html file is not added because no style files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3099) add findbugs in build.xml

Posted by "ransom.hezhiqiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290880#comment-13290880 ] 

ransom.hezhiqiang commented on HIVE-3099:
-----------------------------------------

build success in my environment.

ivy-init-settings:
     [echo] Project: hive

ivy-resolve-findbugs:
     [echo] Project: hive
[ivy:resolve] :: loading settings :: file = /opt/jenkins/jenkins_home/jobs/Hive-trunk-h1.0.0/workspace/ivy/ivysettings.xml

ivy-retrieve-findbugs:
     [echo] Project: hive
[ivy:retrieve] 	conflict on /opt/jenkins/jenkins_home/jobs/Hive-trunk-h1.0.0/workspace/build/ivy/lib/findbugs/xml-apis.jar in [findbugs]: 1.0.b2 won

check-for-findbugs:
     [echo] Project: hive

findbugs:
     [echo] Project: hive
    [mkdir] Created dir: /opt/jenkins/jenkins_home/jobs/Hive-trunk-h1.0.0/workspace/build/findbugs
 [findbugs] Executing findbugs from ant task
 [findbugs] Running FindBugs...
 [findbugs] Warnings generated: 578
 [findbugs] Missing classes: 1
 [findbugs] Calculating exit code...
 [findbugs] Setting 'missing class' flag (2)
 [findbugs] Setting 'bugs found' flag (1)
 [findbugs] Exit code set to: 3
 [findbugs] Java Result: 3
 [findbugs] Classes needed for analysis were missing
 [findbugs] Output saved to /opt/jenkins/jenkins_home/jobs/Hive-trunk-h1.0.0/workspace/build/findbugs/findbugs-report.xml

BUILD SUCCESSFUL
Total time: 2 minutes 13 seconds
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Parsing 1 files in /opt/jenkins/jenkins_home/jobs/Hive-trunk-h1.0.0/workspace
[CHECKSTYLE] Successfully parsed file /opt/jenkins/jenkins_home/jobs/Hive-trunk-h1.0.0/workspace/build/checkstyle/checkstyle-errors.xml of module  with 5490 warnings.
[CHECKSTYLE] Computing warning deltas based on reference build #19
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Parsing 1 files in /opt/jenkins/jenkins_home/jobs/Hive-trunk-h1.0.0/workspace
[FINDBUGS] Successfully parsed file /opt/jenkins/jenkins_home/jobs/Hive-trunk-h1.0.0/workspace/build/findbugs/findbugs-report.xml of module  with 578 warnings.
[ANALYSIS-COLLECTOR] Computing warning deltas based on reference build #19
Finished: SUCCESS

                
> add findbugs in build.xml
> -------------------------
>
>                 Key: HIVE-3099
>                 URL: https://issues.apache.org/jira/browse/HIVE-3099
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: ransom.hezhiqiang
>         Attachments: HIVE-3099-1.patch
>
>
> see HIVE-1172 and HIVE-2169 
> it was used default rules.
> exclude filter file is in findbugs\findbugs-exclude.xml
> the result of xml files to html file is not added because no style files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-3099) add findbugs in build.xml

Posted by "Edward Capriolo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward Capriolo updated HIVE-3099:
----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Nice work. This should be very helpful. 
                
> add findbugs in build.xml
> -------------------------
>
>                 Key: HIVE-3099
>                 URL: https://issues.apache.org/jira/browse/HIVE-3099
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>    Affects Versions: 0.9.0
>            Reporter: ransom.hezhiqiang
>            Assignee: ransom.hezhiqiang
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3099-1.patch
>
>
> see HIVE-1172 and HIVE-2169 
> it was used default rules.
> exclude filter file is in findbugs\findbugs-exclude.xml
> the result of xml files to html file is not added because no style files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-3099) add findbugs in build.xml

Posted by "ransom.hezhiqiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ransom.hezhiqiang updated HIVE-3099:
------------------------------------

    Attachment: HIVE-3099-1.patch

add findbugs paths.
please review it.
                
> add findbugs in build.xml
> -------------------------
>
>                 Key: HIVE-3099
>                 URL: https://issues.apache.org/jira/browse/HIVE-3099
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: ransom.hezhiqiang
>         Attachments: HIVE-3099-1.patch
>
>
> see HIVE-1172 and HIVE-2169 
> it was used default rules.
> exclude filter file is in findbugs\findbugs-exclude.xml
> the result of xml files to html file is not added because no style files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3099) add findbugs in build.xml

Posted by "ransom.hezhiqiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291783#comment-13291783 ] 

ransom.hezhiqiang commented on HIVE-3099:
-----------------------------------------

please review it . thanks.
                
> add findbugs in build.xml
> -------------------------
>
>                 Key: HIVE-3099
>                 URL: https://issues.apache.org/jira/browse/HIVE-3099
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: ransom.hezhiqiang
>            Assignee: ransom.hezhiqiang
>         Attachments: HIVE-3099-1.patch
>
>
> see HIVE-1172 and HIVE-2169 
> it was used default rules.
> exclude filter file is in findbugs\findbugs-exclude.xml
> the result of xml files to html file is not added because no style files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-3099) add findbugs in build.xml

Posted by "Edward Capriolo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward Capriolo updated HIVE-3099:
----------------------------------

    Affects Version/s: 0.9.0
        Fix Version/s: 0.10.0
    
> add findbugs in build.xml
> -------------------------
>
>                 Key: HIVE-3099
>                 URL: https://issues.apache.org/jira/browse/HIVE-3099
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>    Affects Versions: 0.9.0
>            Reporter: ransom.hezhiqiang
>            Assignee: ransom.hezhiqiang
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3099-1.patch
>
>
> see HIVE-1172 and HIVE-2169 
> it was used default rules.
> exclude filter file is in findbugs\findbugs-exclude.xml
> the result of xml files to html file is not added because no style files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3099) add findbugs in build.xml

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13292484#comment-13292484 ] 

Hudson commented on HIVE-3099:
------------------------------

Integrated in Hive-trunk-h0.21 #1477 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1477/])
    HIVE-3099. add findbugs in build.xml (Ransom Hezhiqiang via egc) (Revision 1348521)

     Result = FAILURE
ecapriolo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1348521
Files : 
* /hive/trunk/build.xml
* /hive/trunk/findbugs
* /hive/trunk/findbugs/findbugs-exclude.xml
* /hive/trunk/ivy.xml
* /hive/trunk/ivy/libraries.properties

                
> add findbugs in build.xml
> -------------------------
>
>                 Key: HIVE-3099
>                 URL: https://issues.apache.org/jira/browse/HIVE-3099
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>    Affects Versions: 0.9.0
>            Reporter: ransom.hezhiqiang
>            Assignee: ransom.hezhiqiang
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3099-1.patch
>
>
> see HIVE-1172 and HIVE-2169 
> it was used default rules.
> exclude filter file is in findbugs\findbugs-exclude.xml
> the result of xml files to html file is not added because no style files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3099) add findbugs in build.xml

Posted by "Edward Capriolo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13292455#comment-13292455 ] 

Edward Capriolo commented on HIVE-3099:
---------------------------------------

.Tested find bug generates output. +1 will commit.
                
> add findbugs in build.xml
> -------------------------
>
>                 Key: HIVE-3099
>                 URL: https://issues.apache.org/jira/browse/HIVE-3099
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>    Affects Versions: 0.9.0
>            Reporter: ransom.hezhiqiang
>            Assignee: ransom.hezhiqiang
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3099-1.patch
>
>
> see HIVE-1172 and HIVE-2169 
> it was used default rules.
> exclude filter file is in findbugs\findbugs-exclude.xml
> the result of xml files to html file is not added because no style files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-3099) add findbugs in build.xml

Posted by "ransom.hezhiqiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ransom.hezhiqiang updated HIVE-3099:
------------------------------------

    Status: Patch Available  (was: Open)
    
> add findbugs in build.xml
> -------------------------
>
>                 Key: HIVE-3099
>                 URL: https://issues.apache.org/jira/browse/HIVE-3099
>             Project: Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: ransom.hezhiqiang
>         Attachments: HIVE-3099-1.patch
>
>
> see HIVE-1172 and HIVE-2169 
> it was used default rules.
> exclude filter file is in findbugs\findbugs-exclude.xml
> the result of xml files to html file is not added because no style files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira