-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Code cleanup #637
base: master
Are you sure you want to change the base?
Code cleanup #637
Conversation
…ate isn't needed in enums)
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.
Thanks for taking a look, most problems I have noticed so far are related to indentation.
Just as a word of warning, I am very hesitant to PRs that have these many minor changes in as in the past it has caused problems that took several months of bug reports to clean up where unintentionally behaviour has been changed. (Mainly because BetterTeams has no automated testing and with a diff this large, I can't reasonably manually test every change)
src/main/java/com/booksaw/betterTeams/commands/team/DisbandCommand.java
Outdated
Show resolved
Hide resolved
src/main/java/com/booksaw/betterTeams/commands/teama/TeleportTeama.java
Outdated
Show resolved
Hide resolved
src/main/java/com/booksaw/betterTeams/database/api/Database.java
Outdated
Show resolved
Hide resolved
src/main/java/com/booksaw/betterTeams/database/api/Database.java
Outdated
Show resolved
Hide resolved
src/main/java/com/booksaw/betterTeams/integrations/placeholder/TeamPlaceholderOptionsEnum.java
Outdated
Show resolved
Hide resolved
By the way, thanks for separating changes into different commits, it makes it a lot easier to review :) |
…ze-imports # Conflicts: # src/main/java/com/booksaw/betterTeams/team/storage/storageManager/SeparatedYamlStorageManager.java
Normally in this PR there are no real changes. Just cleanup of your excellent codebase based on IntelliJ's comments about it. |
…ze-imports # Conflicts: # src/main/java/com/booksaw/betterTeams/database/api/Database.java # src/main/java/com/booksaw/betterTeams/events/MCTeamManagement.java
…ize-imports # Conflicts: # pom.xml
… calls. + adding source encoding (on win I got a warning about resources being implicitly utf8, and that I should define it explicitly)
Hi @booksaw , any chance you got lately to continue your review of this PR? Thanks! |
Thanks a lot @booksaw for your fixes!
I added a (lot more) issues my IDE noticed. Each commit is 1 particular issue.
Mostly harmless.
Everything compiles fine 😀