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

RSRP-47859: 'Change All' quick fix doesn't change all occurrences in switch statement

$
0
0
Reporter Dmitry Shaporenkov (dsha1253017721110) Dmitry Shaporenkov (dsha1253017721110)
Created Aug 23, 2007 7:06:27 PM
Updated Jul 6, 2011 6:41:15 PM
Priority Major
Type Bug
Fix versions Mirabile Futurum
State Open
Assignee Alexey Kuptsov (alexey.kuptsov)
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
// Try change all on 'aa' (unresolved) in the following code:

        switch ((aa.dd)1)
        {
          case (aa).bb:
            {
              
            }
            break;

            default:
            break;
        }


The second occurrence isn't changed.

Viewing all articles
Browse latest Browse all 106942

Trending Articles