History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-1603
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: AlSt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

svn repository checkout log format parameters passed as array causing additional placeholders to be empty

Created: 08/Apr/13 03:01 PM   Updated: 11/Apr/13 07:25 AM
Component/s: None
Affects Version/s: 4.0.88
Fix Version/s: 5.0.15, 5.0.16

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. svn-log-formatting.png
(5 kb)


 Description  « Hide
in com.pmease.quickbuild.plugin.scm.svn.SvnRepository.checkoutByRevision(SvnRevision):352
{code}
Context.getLogger().info("Checking out (url: {}, to: {}, revision: {})",
new String[]{getUrl(), destDir.getAbsolutePath(), revision.toString()});
{code}
The parameters are passed as an array and therefore are all in the first placeholder - the remaining placeholders stay empty!
(see attached image)

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.