You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2013/01/09 20:26:13 UTC

[jira] [Commented] (ACCUMULO-934) Address missing cases in switch statements in AgeOffStore

    [ https://issues.apache.org/jira/browse/ACCUMULO-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13548864#comment-13548864 ] 

Hudson commented on ACCUMULO-934:
---------------------------------

Integrated in Accumulo-Trunk #620 (See [https://builds.apache.org/job/Accumulo-Trunk/620/])
    ACCUMULO-934 Add default case to switch statements in AgeOffStore, added javadoc comment for UNKNOWN fate state (Revision 1431013)

     Result = SUCCESS
ctubbsii : 
Files : 
* /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/mock/MockTableOperations.java
* /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/AgeOffStore.java
* /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/TStore.java

                
> Address missing cases in switch statements in AgeOffStore
> ---------------------------------------------------------
>
>                 Key: ACCUMULO-934
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-934
>             Project: Accumulo
>          Issue Type: Sub-task
>            Reporter: Christopher Tubbs
>            Assignee: Keith Turner
>             Fix For: 1.5.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Some switch statements in AgeOffStore do not fully enumerate the possible states for entries in fate. It is not clear if these states are not possible to occur at that point in the code (in which case, they should be handled with an IllegalStateException), or if they are cases that do not require action (in which case, they need to be handled with a default handler that simply breaks out of the switch statement).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira