You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/04/14 21:25:59 UTC

[jira] [Updated] (ACCUMULO-3729) Ensure deprecated annotation in code and javadoc

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

Josh Elser updated ACCUMULO-3729:
---------------------------------
    Description: 
We have some cases where a Deprecated annotation exists in the code, but not in Javadoc. We should be consistent and ensure that both exist, mostly so users can get a pointer to what they should use instead and for us to know when it was deprecated.

* RangeInputSplit.getInstance ( org.apache.accumulo.core.client.ClientConfiguration base )  :  org.apache.accumulo.core.client.Instance 

  was:We have some cases where a Deprecated annotation exists in the code, but not in Javadoc. We should be consistent and ensure that both exist, mostly so users can get a pointer to what they should use instead and for us to know when it was deprecated.


> Ensure deprecated annotation in code and javadoc
> ------------------------------------------------
>
>                 Key: ACCUMULO-3729
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3729
>             Project: Accumulo
>          Issue Type: Sub-task
>          Components: client
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Blocker
>             Fix For: 1.7.0
>
>
> We have some cases where a Deprecated annotation exists in the code, but not in Javadoc. We should be consistent and ensure that both exist, mostly so users can get a pointer to what they should use instead and for us to know when it was deprecated.
> * RangeInputSplit.getInstance ( org.apache.accumulo.core.client.ClientConfiguration base )  :  org.apache.accumulo.core.client.Instance 



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