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érôme Rocheteau (JIRA)" <ui...@incubator.apache.org> on 2010/02/16 10:14:28 UTC

[jira] Created: (UIMA-1739) Modification of FormPanel's getCaptionFromName method

Modification of FormPanel's  getCaptionFromName method
------------------------------------------------------

                 Key: UIMA-1739
                 URL: https://issues.apache.org/jira/browse/UIMA-1739
             Project: UIMA
          Issue Type: Improvement
          Components: Tools
    Affects Versions: 2.3C
            Reporter: Jérôme Rocheteau
            Priority: Trivial


I'll suggest to change the current if-then condition « if (c > 'A' && c < 'Z') » to that one « if (c >= 'A' && c <= 'Z') » found in org.apache.uima.tools.util.gui.FormPanel.getCaptionFromName(String name).

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


[jira] Closed: (UIMA-1739) Modification of FormPanel's getCaptionFromName method

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

Marshall Schor closed UIMA-1739.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.1
         Assignee: Marshall Schor

applied the patch

> Modification of FormPanel's  getCaptionFromName method
> ------------------------------------------------------
>
>                 Key: UIMA-1739
>                 URL: https://issues.apache.org/jira/browse/UIMA-1739
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Tools
>    Affects Versions: 2.3C
>            Reporter: Jérôme Rocheteau
>            Assignee: Marshall Schor
>            Priority: Trivial
>             Fix For: 2.3.1
>
>         Attachments: FormPanel Patch.txt
>
>
> I'll suggest to change the current if-then condition « if (c > 'A' && c < 'Z') » to that one « if (c >= 'A' && c <= 'Z') » found in org.apache.uima.tools.util.gui.FormPanel.getCaptionFromName(String name).

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


[jira] Updated: (UIMA-1739) Modification of FormPanel's getCaptionFromName method

Posted by "Jérôme Rocheteau (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jérôme Rocheteau updated UIMA-1739:
-----------------------------------

    Attachment: FormPanel Patch.txt

I provide this patch in order to do that.

> Modification of FormPanel's  getCaptionFromName method
> ------------------------------------------------------
>
>                 Key: UIMA-1739
>                 URL: https://issues.apache.org/jira/browse/UIMA-1739
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Tools
>    Affects Versions: 2.3C
>            Reporter: Jérôme Rocheteau
>            Priority: Trivial
>         Attachments: FormPanel Patch.txt
>
>
> I'll suggest to change the current if-then condition « if (c > 'A' && c < 'Z') » to that one « if (c >= 'A' && c <= 'Z') » found in org.apache.uima.tools.util.gui.FormPanel.getCaptionFromName(String name).

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


[jira] Updated: (UIMA-1739) Modification of FormPanel's getCaptionFromName method

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

Marshall Schor updated UIMA-1739:
---------------------------------

    Affects Version/s:     (was: 2.3C)
                       2.3

> Modification of FormPanel's  getCaptionFromName method
> ------------------------------------------------------
>
>                 Key: UIMA-1739
>                 URL: https://issues.apache.org/jira/browse/UIMA-1739
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Tools
>    Affects Versions: 2.3
>            Reporter: Jérôme Rocheteau
>            Assignee: Marshall Schor
>            Priority: Trivial
>             Fix For: 2.3.1
>
>         Attachments: FormPanel Patch.txt
>
>
> I'll suggest to change the current if-then condition « if (c > 'A' && c < 'Z') » to that one « if (c >= 'A' && c <= 'Z') » found in org.apache.uima.tools.util.gui.FormPanel.getCaptionFromName(String name).

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