[
https://issues.apache.org/jira/browse/ACCUMULO-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Elser updated ACCUMULO-1006:
---------------------------------
Fix Version/s: (was: 1.7.0)
1.8.0
> Add test for VisibilityParseException
> -------------------------------------
>
> Key: ACCUMULO-1006
> URL: https://issues.apache.org/jira/browse/ACCUMULO-1006
> Project: Accumulo
> Issue Type: Improvement
> Components: tserver
> Affects Versions: 1.4.2, 1.5.0
> Reporter: Christopher Tubbs
> Priority: Minor
> Fix For: 1.8.0
>
>
> I'm not sure this exception can ever actually happen. I think
> ColumnVisibility throws BadArgumentException in all the cases where the
> VisibilityParseException would have been thrown. It's somewhat unfortunate
> that the BadArgumentException is the RuntimeException, and the checked
> exception can never happen.
> We need a test to see if we can make VisibilityParseException happen when
> BadArgumentException doesn't, and possibly do something about
> BadArgumentException, by either wrapping it with a checked exception, or
> something else to reflect the fact that it's more likely to happen than
> VisibilityParseException.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)