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. |
[ 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. |
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. |
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. |
Free forum by Nabble | Edit this page |