<< Back to previous view

[QB-1603] svn repository checkout log format parameters passed as array causing additional placeholders to be empty
Created: 08/Apr/13  Updated: 11/Apr/13

Status: Resolved
Project: QuickBuild
Component/s: None
Affects Version/s: 4.0.88
Fix Version/s: 5.0.15, 5.0.16

Type: Bug Priority: Major
Reporter: AlSt Assigned To: Unassigned
Resolution: Fixed Votes: 0
Remaining Estimate: Unknown Time Spent: Unknown
Original Estimate: Unknown

File Attachments: PNG File svn-log-formatting.png    

 Description   
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)
Generated at Thu May 16 10:56:43 UTC 2024 using JIRA 189.