‎2020 Apr 20 1:20 PM
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.2
‎2020 Apr 28 12:22 PM
And correct would be
METHODS constructor.as constructors cannot be redefined , right?
It looks like this has already been fixed in higher releases. I will double check with a colleague an tell you the fix release.
Regards,
Michael
‎2020 Apr 21 7:09 AM
I can confirm this behavior having exactly the same configuration.
‎2020 Apr 23 9:31 AM
I have no expertise regarding quick assists and I cannot help here, but the relevant colleagues are aware of this thread.
‎2020 Apr 28 12:22 PM
And correct would be
METHODS constructor.as constructors cannot be redefined , right?
It looks like this has already been fixed in higher releases. I will double check with a colleague an tell you the fix release.
Regards,
Michael
‎2020 May 01 7:26 PM
I guess this part of the backend then? Will a note for lower releases be issued? Although it really is very minor!