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/16 03:03:59 UTC

[jira] [Resolved] (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 resolved ACCUMULO-3729.
----------------------------------
    Resolution: Fixed

> 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
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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 
> * RangeInputSplit.setTable(String) : void
> * RangeInputSplit.getTable() : String



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