You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When create class that extends other one and implements some interfaces 'Add constructor' option does not actually add it. Nothing happens. When same for 'Add unimplemented methods' works as expected.
Steps to Reproduce:
Create simple Java project.
Create class to be extended (Animal) and two interfaces to be implemented (Moveable, Speakable)
Create class that extends the one from point 2 and implementing those two interfaces.
Open to edit the class created in point 3., it is underlined with red line.
Put cursor on the class name, yellow bulb icon shows in the next line.
Click on yellow bulb shown in point 5 and choose 'Add constructor' from the context menu.
Nothing happens, constructor is not added.
Additional Information
Operating System: Fedora Linux 41
Theia Version: 1.57.1 / 1.57.100
All src files in the attached archive.
Bug Description:
When create class that extends other one and implements some interfaces 'Add constructor' option does not actually add it. Nothing happens. When same for 'Add unimplemented methods' works as expected.
Steps to Reproduce:
Additional Information
All src files in the attached archive.
src.tar.gz
The text was updated successfully, but these errors were encountered: