You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Brian Foster (JIRA)" <ji...@apache.org> on 2010/12/20 18:38:01 UTC

[jira] Created: (OODT-95) cas-catalog throws exceptions with blank messages

cas-catalog throws exceptions with blank messages
-------------------------------------------------

                 Key: OODT-95
                 URL: https://issues.apache.org/jira/browse/OODT-95
             Project: OODT
          Issue Type: Improvement
          Components: catalog
    Affects Versions: 0.1-incubating
         Environment: none
            Reporter: Brian Foster
            Assignee: Brian Foster
            Priority: Minor
             Fix For: 0.2



Lines like the following:
{noformat}
throw new CatalogException("", e);
{noformat}
will become:
{noformat}
throw new CatalogException(e.getMessage(), e);
{noformat}


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


[jira] Resolved: (OODT-95) cas-catalog throws exceptions with blank messages

Posted by "Brian Foster (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Foster resolved OODT-95.
------------------------------

    Resolution: Fixed


- fixed in r1051555

> cas-catalog throws exceptions with blank messages
> -------------------------------------------------
>
>                 Key: OODT-95
>                 URL: https://issues.apache.org/jira/browse/OODT-95
>             Project: OODT
>          Issue Type: Improvement
>          Components: catalog
>    Affects Versions: 0.1-incubating
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: OODT-95.2010-12-20.patch.txt
>
>
> Lines like the following:
> {noformat}
> throw new CatalogException("", e);
> {noformat}
> will become:
> {noformat}
> throw new CatalogException(e.getMessage(), e);
> {noformat}

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


[jira] Updated: (OODT-95) cas-catalog throws exceptions with blank messages

Posted by "Brian Foster (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Foster updated OODT-95:
-----------------------------

    Attachment: OODT-95.2010-12-20.patch.txt


- attached patch

> cas-catalog throws exceptions with blank messages
> -------------------------------------------------
>
>                 Key: OODT-95
>                 URL: https://issues.apache.org/jira/browse/OODT-95
>             Project: OODT
>          Issue Type: Improvement
>          Components: catalog
>    Affects Versions: 0.1-incubating
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: OODT-95.2010-12-20.patch.txt
>
>
> Lines like the following:
> {noformat}
> throw new CatalogException("", e);
> {noformat}
> will become:
> {noformat}
> throw new CatalogException(e.getMessage(), e);
> {noformat}

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