History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-44587
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Valentin Kipiatkov
Reporter: Serge Baltic
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

SWA: Changes in Delegate Signature -> Event Subscriptions Not Checked

Created: 29 Jun 07 19:09   Updated: 24 Sep 07 20:39
Component/s: Code Analysis - Solution-wide
Fix Version/s: 3.1
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Fixed in build: 520


 Description  « Hide
File 1:
public delegate void CallBack(int a, int b);

File 2:

......{
            CalledBack += OnCalledBack;
        }

        private void OnCalledBack(int a, int b)
        {
            
        }

        public event CallBack CalledBack;

Go to file 1 and change it to be:

public delegate void CallBack(string s);

The error in file 2 is detected only when you open the file.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.