Skip to content

Signature of method 'x.actionPerformed()' does not match signature of the base method in class 'AbstractAction' same with 'ComponentAdapter'  #3

@yogi1967

Description

@yogi1967

For some reason the stubs created by JythonHelper causes loads of this errors for me? If I zap the stubs, the error goes away.

from javax.swing import AbstractAction
class X(AbstractAction):
    def actionPerformed(self, event):
        pass

Screenshot 2021-07-30 at 07 40 11

same with java.awt.event.ComponentAdapter

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions