You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Paul Smith (JIRA)" <ji...@apache.org> on 2010/03/23 01:59:27 UTC

[jira] Created: (HBASE-2364) Ignore Deprecations during build

Ignore Deprecations during build
--------------------------------

                 Key: HBASE-2364
                 URL: https://issues.apache.org/jira/browse/HBASE-2364
             Project: Hadoop HBase
          Issue Type: Improvement
    Affects Versions: 0.21.0
            Reporter: Paul Smith
            Priority: Trivial


I'd like to propose tweaking the Maven compiler plugin definition to ignore deprecations.  firstly, during a Maven build, the deprecation output is totally ignored by everyone I'm sure, and IDE's do a much better job of tracking these anyway, so the value to the output is just not there.

Secondly when one has this many deprecation warnings it's actually _hiding_ any compiler errors.  I was in a conversation with 'adragomir' on IRC last night (my time) and he was bitten by this, because the ERROR level stuff is done first, but quickly scrolls off the screen and becomes hidden.

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


[jira] Resolved: (HBASE-2364) Ignore Deprecations during build

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

stack resolved HBASE-2364.
--------------------------

       Resolution: Fixed
    Fix Version/s: 0.21.0
         Assignee: Paul Smith
     Hadoop Flags: [Reviewed]

Committed to TRUNK though I'm a little worried this one-line patch will destabilize the whole code base.  Thanks for the patch Paul.

> Ignore Deprecations during build
> --------------------------------
>
>                 Key: HBASE-2364
>                 URL: https://issues.apache.org/jira/browse/HBASE-2364
>             Project: Hadoop HBase
>          Issue Type: Improvement
>    Affects Versions: 0.21.0
>            Reporter: Paul Smith
>            Assignee: Paul Smith
>            Priority: Trivial
>             Fix For: 0.21.0
>
>         Attachments: HBASE-2364-nodeprecations.patch
>
>
> I'd like to propose tweaking the Maven compiler plugin definition to ignore deprecations.  firstly, during a Maven build, the deprecation output is totally ignored by everyone I'm sure, and IDE's do a much better job of tracking these anyway, so the value to the output is just not there.
> Secondly when one has this many deprecation warnings it's actually _hiding_ any compiler errors.  I was in a conversation with 'adragomir' on IRC last night (my time) and he was bitten by this, because the ERROR level stuff is done first, but quickly scrolls off the screen and becomes hidden.

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