Priority
Show-stopper
Type
Bug 
State
Fixed 
Assignee
Andrey Simanovsky 
Subsystem
Refactoring 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
262
  • Submitted by   Valentin Kipiatkov
    3 years ago (29 Aug 2006 16:56)
  • Updated by Valentin Kipiatkov
    3 years ago (24 Oct 2006 18:12)
  • Jira: RSRP-28311
    (history, comments)

RSRP-28311

Wrong conflict is detected by pull members up

1
    abstract class Base
    {
        protected abstract void Foo();
    }
    
    class Derived : Base
    {
        protected override void Foo()
        {
            
        }
        
        public void Bar()
        {
            Foo();
        }
    }


Pull 'Bar' up. Wrong conflict about 'Foo' is shown.

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