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

Stops generating code when @moxy header is malformed #33

Closed
mrpmorris opened this issue Sep 5, 2023 · 0 comments · Fixed by #34 or #35
Closed

Stops generating code when @moxy header is malformed #33

mrpmorris opened this issue Sep 5, 2023 · 0 comments · Fixed by #34 or #35

Comments

@mrpmorris
Copy link
Owner

Change the MixIn in the CountDown demo to have the following header

@moxy.
@attribute required int From
@moxy.

The generator now crashes because it sees [CountDown(3)] and tries to get the parameter name for the argument 3 and there isn't one, causing an IndexOutOfBoundsException.

@mrpmorris mrpmorris mentioned this issue Sep 5, 2023
mrpmorris added a commit that referenced this issue Sep 5, 2023
Stops generating code when Moxy header is malformed - Fixes #33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant