You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Adam Heath (JIRA)" <ji...@apache.org> on 2007/10/04 20:32:50 UTC

[jira] Created: (OFBIZ-1308) Classpath.toString() doesn't use its loop variable

Classpath.toString() doesn't use its loop variable
--------------------------------------------------

                 Key: OFBIZ-1308
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1308
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Adam Heath
            Priority: Trivial
             Fix For: SVN trunk
         Attachments: framework-start-Classpath-toString-loop-fix.patch

When toString() is called, the loop variable(i) is not used, and the first element is always appended to the string buffer.  Attached patch fixes it.

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


[jira] Updated: (OFBIZ-1308) Classpath.toString() doesn't use its loop variable

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

Adam Heath updated OFBIZ-1308:
------------------------------

    Assignee: Adam Heath

> Classpath.toString() doesn't use its loop variable
> --------------------------------------------------
>
>                 Key: OFBIZ-1308
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1308
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adam Heath
>            Assignee: Adam Heath
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: framework-start-Classpath-toString-loop-fix.patch
>
>
> When toString() is called, the loop variable(i) is not used, and the first element is always appended to the string buffer.  Attached patch fixes it.

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


[jira] Updated: (OFBIZ-1308) Classpath.toString() doesn't use its loop variable

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

Adam Heath updated OFBIZ-1308:
------------------------------

    Attachment: framework-start-Classpath-toString-loop-fix.patch

> Classpath.toString() doesn't use its loop variable
> --------------------------------------------------
>
>                 Key: OFBIZ-1308
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1308
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adam Heath
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: framework-start-Classpath-toString-loop-fix.patch
>
>
> When toString() is called, the loop variable(i) is not used, and the first element is always appended to the string buffer.  Attached patch fixes it.

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


[jira] Closed: (OFBIZ-1308) Classpath.toString() doesn't use its loop variable

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

Adam Heath closed OFBIZ-1308.
-----------------------------

    Resolution: Fixed

Fixed in revision 585523.

> Classpath.toString() doesn't use its loop variable
> --------------------------------------------------
>
>                 Key: OFBIZ-1308
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1308
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adam Heath
>            Assignee: Adam Heath
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: framework-start-Classpath-toString-loop-fix.patch
>
>
> When toString() is called, the loop variable(i) is not used, and the first element is always appended to the string buffer.  Attached patch fixes it.

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