-
Notifications
You must be signed in to change notification settings - Fork 173
Miscellaneous code cleanups #17
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
Conversation
If you want a Jira ticket for these changes let me know and I'll make one and rewrite the commits |
Please create some of them... |
As per the Java specification, x instanceof y will return false if x is null: https://docs.oracle.com/javase/specs/jls/se11/html/jls-15.html#jls-15.20.2
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.
Looks good.
+1
Please create a JIRA it will help keeping release notes tidy
OK, I made 4 tickets for the 4 classes of change & rewrote the commit messages. There are a bunch of DOS format files in the repo - any objection to a PR that converts them all to unix line ending and then leave git to do the right thing for all platforms? |
@eolivelli sorry for the nudge - how's this change looking? |
It looks great ! |
These were the result of running the IntelliJ linter and picking the juiciest looking changes.
Hopefully there's nothing too contentious here - see individual commits for details.
Addresses
MCOMPILER-382
MCOMPILER-383
MCOMPILER-384
MCOMPILER-385
I hereby declare this contribution to be licenced under the Apache License Version 2.0, January 2004