You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jörn Kottmann (JIRA)" <ui...@incubator.apache.org> on 2009/07/02 11:13:47 UTC

[jira] Created: (UIMA-1412) EntityProcessStatus implementations should implement toString to ease debuging

EntityProcessStatus implementations should implement toString to ease debuging
------------------------------------------------------------------------------

                 Key: UIMA-1412
                 URL: https://issues.apache.org/jira/browse/UIMA-1412
             Project: UIMA
          Issue Type: Improvement
          Components: Async Scaleout
    Affects Versions: 2.3AS
            Reporter: Jörn Kottmann
            Priority: Trivial


The eclipse debugger calls the toString method of an object to get a string representation which is displayed in the debugger. To ease debugging the EntityProcessStatus implemenations should reveal basic information about the object in an overwritten toString method.

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


[jira] Closed: (UIMA-1412) EntityProcessStatus implementations should implement toString to ease debuging

Posted by "Jerry Cwiklik (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik closed UIMA-1412.
-------------------------------

    Resolution: Fixed

Overriden UimaASProcessStatusImpl.toString() to show all variables and their values

> EntityProcessStatus implementations should implement toString to ease debuging
> ------------------------------------------------------------------------------
>
>                 Key: UIMA-1412
>                 URL: https://issues.apache.org/jira/browse/UIMA-1412
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Async Scaleout
>    Affects Versions: 2.3AS
>            Reporter: Jörn Kottmann
>            Priority: Trivial
>
> The eclipse debugger calls the toString method of an object to get a string representation which is displayed in the debugger. To ease debugging the EntityProcessStatus implemenations should reveal basic information about the object in an overwritten toString method.

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


[jira] Updated: (UIMA-1412) EntityProcessStatus implementations should implement toString to ease debuging

Posted by "Jerry Cwiklik (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik updated UIMA-1412:
--------------------------------

    Fix Version/s: 2.3AS

> EntityProcessStatus implementations should implement toString to ease debuging
> ------------------------------------------------------------------------------
>
>                 Key: UIMA-1412
>                 URL: https://issues.apache.org/jira/browse/UIMA-1412
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Async Scaleout
>    Affects Versions: 2.3AS
>            Reporter: Jörn Kottmann
>            Priority: Trivial
>             Fix For: 2.3AS
>
>
> The eclipse debugger calls the toString method of an object to get a string representation which is displayed in the debugger. To ease debugging the EntityProcessStatus implemenations should reveal basic information about the object in an overwritten toString method.

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