Project
ReSharper
Priority
Normal
Type
Bug
Fix versions
4.5.1
State
Fixed
Assignee
Alexander Zverev
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
5.0.1612.107  
  • Created by   Olga Lobacheva
    2 years ago (09 Apr 2009 18:28)
  • Updated by   Olga Lobacheva
    2 years ago (10 Apr 2009 18:41)
  • Jira: RSRP-102907
    (history, comments)
 
RSRP-102907 Bulb isn't there
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
The problem is from:

http://www.jetbrains.net/devnet/thread/280988?tstart=0

There is suggestion HERE and if I press alt-enter there are available quick fix and context actions. But there is no Bulb here.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ResharperTest
{
  public class Class1
  {
    private int TestMethod()
    {
      int i = 0;


      int canBeMoved;  //*HERE*


      if (i >= 0)
      {
        canBeMoved = 5;

        i = i + canBeMoved;
      }


      return i;
    }
  }
}


Issue was closed
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments