Reporter | Andrew Serebryansky (andrew.serebryansky) |
---|---|
Created | Dec 2, 2009 1:58:36 PM |
Updated | Apr 28, 2012 12:28:37 AM |
Priority | Major |
Type | Usability Problem |
Fix versions | 7.0 |
State | Open |
Assignee | Alexey Kuptsov (alexey.kuptsov) |
Subsystem | Code Analysis |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
Applying a quick-fix 'Remove redundant argument' in
results in
Would be great if it could also remove the String.Format call since it's not necessary anymore:
String.Format("[Request processing service]: Request should be moved", DateTime.Now);
results in
String.Format("[Request processing service]: Request should be moved");
Would be great if it could also remove the String.Format call since it's not necessary anymore:
"[Request processing service]: Request should be moved"