Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-292814: Non-existing argument in format string

$
0
0
Reporter Arnaud Dovi (adovi) Arnaud Dovi (adovi)
Created Apr 4, 2012 9:09:55 PM
Updated Apr 4, 2012 9:16:02 PM
Priority Normal
Type Unspecified
Fix versions No Fix versions
State Submitted
Assignee Evgeny Pasynkov (pasynkov)
Subsystem Code Cleanup
Affected versions 7.0, 7.0 Preview
Fixed in build No Fixed in build
ReSharper 7.0.9 suggests a second argument for this simple String.Format

String.Format("Se connecter à : {0}", str)

It does not shows a warning if writing

String.Format("Se connecter à : {0}", str, "")

But that's prgramatically wrong

Seen since 7.0.7 if I remember

It affects all String.Format and I notice globally ReSharper reports a high amount of false positives warnings or errors in VB.NET codes.

Viewing all articles
Browse latest Browse all 106942

Trending Articles