[ 
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

Reply via email to