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

Key: RSRP-43238
Type: Performance Problem Performance Problem
Status: Open Open
Priority: Blocker Blocker
Assignee: Alexander Zverev
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

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

Quick-fix 'Implement member' works toooo long

Created: 14 Jun 07 15:02   Updated: 17 Mar 08 13:15
Component/s: None
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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

Build: 455


 Description  « Hide
internal abstract class A<T>
{
    public abstract void Foo(T x);

    public abstract class B<S> : A<B<S>>
    {
        public abstract class C<U> : B<C<U>>
        {
            public abstract class D<Q> : C<D<Q>>
            {
                public class E<X> : D<E<X>> // here
                {
                }
            }
        }
    }
}

I cannot wait till the end
Notice, that VS completion after 'public override' works instantly.



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