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

Key: RSRP-28311
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Andrey Simanovsky
Reporter: Valentin Kipiatkov
Votes: 1
Watchers: 1
Operations

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

Wrong conflict is detected by pull members up

Created: 29 Aug 06 16:56   Updated: 24 Oct 06 18:12
Component/s: Refactoring
Fix Version/s: 2.0.2
Security Level: Everybody (All jira users)

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

Fixed in build: 262


 Description  « Hide
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.



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