Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Alexander Zverev 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Build
445
Fixed in build
900
  • Submitted by   Vladimir Reshetnikov
    2 years ago (27 May 2007 16:41)
  • Updated by Vladimir Reshetnikov
    20 months ago (05 Jun 2008 22:11)
  • Jira: RSRP-41545
    (history, comments)

RSRP-41545

Do not suggest to split inside for

0
            for(int x = 1, y = 1;;)


ReSharper shows CA 'Split into seperate declarations. Result:

            for(int x = 1int y = 1;;)


Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments