Posted 18 years ago by Jeff Hutt - Blade Games World
Avatar
Just came across a bug in autocomplete where it goes into an infinite loop.

I had accidentally created a class that inherited from itself...
using System;

class Motorbike : Motorbike
{
    override void Foo
}
As soon as you type an opening parenthesis after "Foo" it will hang.

Christian

Comments (1)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Thanks, this is now fixed for the next release. In the scenario where it loops like that, it will now quit and assume that the base Motorbike class is an Object instead.


Actipro Software Support

The latest build of this product (v24.1.0) was released 26 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.