-
Notifications
You must be signed in to change notification settings - Fork 81
fix #791 #881
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
fix #791 #881
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this doesn't seem to change the package / package(xyz) behavior referenced in #880, but only disables this check inside aggregates. (which seems wrong)
Also this is missing a unittest to check the code from the referenced issue.
|
different issue, this PR is for an issue I opened in 2020 |
|
ah sorry, missed that. This is still missing a test for the code from that issue though. |
|
just added tests, not sure if github notifies for that so commenting this just in case |
|
|
||
| abstract int method(); // [warn]: 'abstract' attribute is redundant in interface declarations | ||
| } | ||
| }c, sac); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you also test static methods? (as mentioned in #791)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
No description provided.