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

help function does not handle Java objects well #1

Open
WindfallLabs opened this issue Jan 18, 2024 · 1 comment
Open

help function does not handle Java objects well #1

WindfallLabs opened this issue Jan 18, 2024 · 1 comment

Comments

@WindfallLabs
Copy link
Collaborator

EMSE errors are raised when help() is called on a number of Java objects, such as help(java.util.ArrayList)

@WindfallLabs
Copy link
Collaborator Author

WindfallLabs commented Jan 24, 2024

Here's a practical example:

var addr = aa.address.getAddressByCapId(capId).getOutput();  // AddressModel[]
help(addr);  // Raises NullPointerException

help() should handle Java Arrays similarly to JavaScript Arrays.

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

No branches or pull requests

1 participant