Skip to Content
0
Apr 20, 2020 at 12:20 PM

Eclipse ADT quick fix redefines CONSTRUCTOR

408 Views

I've got a class that's in a subclass of a subclass. The constructor the upper most super class has no parameters, but can raise an exception.

In the implementation section of my class, I type.

METHOD constructor.
ENDMETHOD.

I then put the cursor on the word constructor, press ctrl-1, and choose create definition of constructor.

In the public section of the class I get:

METHODS constructor REDEFINITION.

Backend: 750/0013, Eclipse: Version: 2020-03 (4.15.0), ADT Core Development Tools 3.8.5

Can anyone replicate this? Paging: Armin Beil