Priority
Major
Type
Bug 
State
Fixed 
Assignee
Valentin Kipiatkov 
Subsystem
Code Analysis - Solution-wide 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
520
  • Submitted by   Serge Baltic
    2 years ago (29 Jun 2007 19:09)
  • Updated by Serge Baltic
    2 years ago (24 Sep 2007 20:39)
  • Jira: RSRP-44587
    (history, comments)

RSRP-44587

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

0
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.

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