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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)

     [ 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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ 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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ 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.