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.