-
Notifications
You must be signed in to change notification settings - Fork 20
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
Minor cleanups #50
Minor cleanups #50
Conversation
Also enable Jabel and generic injection
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.
- Please apply my suggestions and corrections to all files. There are too many similar code pieces and I don't want create a mess by marking every one of them.
- Be careful with changing access modifiers of class members: some of these can be used in other mods. Please test your version of the mod in full pack (on large base with lots of machines from Binnie) to ensure everything works properly.
src/main/java/binnie/genetics/machine/isolator/IsolatorComponentLogic.java
Outdated
Show resolved
Hide resolved
src/main/java/binnie/core/craftgui/minecraft/control/EnumHighlighting.java
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
49585a9
to
9ff3409
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
I think I got most of the comments - if I missed any, please re-request changes. I haven't scream tested this in the beta yet, will update once I do. Edit: scream test passed (nightly 667 boots fine with it), although I haven't found anyone using Binnie to test it yet |
This comment was marked as outdated.
This comment was marked as outdated.
My IDE was fighting with it
65e4149
to
9594c9a
Compare
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.
Good job!
P. S. Sorry for the quality of my code review.
Reminder to myself: don't review code after midnight.
Scattershot of cleanups over the codebase, almost none of them should cause changes in behavior. Exceptions:
IsolatorComponentLogic
a try-catch was removed