You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2013/01/04 19:34:12 UTC

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

Christopher Tubbs created ACCUMULO-934:
------------------------------------------

             Summary: 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


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