Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot override java.lang.Object's methods #172

Open
echebbi opened this issue Jul 3, 2020 · 0 comments
Open

Cannot override java.lang.Object's methods #172

echebbi opened this issue Jul 3, 2020 · 0 comments
Labels

Comments

@echebbi
Copy link
Collaborator

echebbi commented Jul 3, 2020

Bug description

Methods from java.lang.Object cannot be overridden. Any attempt results in: Can't find matching EOperation in <class>

Expected behavior

Methods such as toString() can be overridden.

How to reproduce

Steps to reproduce the behavior:

  1. Import the helloworld example project
  2. In ALE, open the HelloWorld class and attempt to override the toString method

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant