You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2007/12/13 06:01:43 UTC

[jira] Updated: (JCR-1269) Stop using BaseException

     [ https://issues.apache.org/jira/browse/JCR-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-1269:
-------------------------------

    Attachment: BaseException.patch

Attached a patch that makes all exceptions that extend BaseException extend Exception instead. Since BaseException is nowhere caught and there is little in common with the descendant exceptions, there's no benefit in making them all extend BaseException.

> Stop using BaseException
> ------------------------
>
>                 Key: JCR-1269
>                 URL: https://issues.apache.org/jira/browse/JCR-1269
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core, jackrabbit-jcr2spi
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>            Priority: Minor
>         Attachments: BaseException.patch
>
>
> The o.a.j.BaseException class is deprecated (since JCR-1169) and not caught anywhere, so there's no need to keep using it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.