forked from lumien231/Custom-Main-Menu
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Cleanup build * applyDecompilerCleanupToMain * IJ cleanup: Redundant type cast * IJ cleanup: Unnecessary label on 'continue' statement * IJ cleanup: Condition is covered by further condition * IJ cleanup: Redundant 'String' operation * IJ cleanup: Redundant array creation * IJ cleanup: Unnecessary 'continue' statement * IJ cleanup: Magic constant * IJ cleanup: 'InputStream' and 'OutputStream' can be constructed using 'Files' methods * IJ cleanup: String concatenation '+' in loop * IJ cleanup: 'equals("")' can be replaced with 'isEmpty()' * IJ cleanup: Declaration can have 'final' modifier * IJ cleanup: Unused label * IJ cleanup: Redundant local variable * IJ cleanup: Standard 'Charset' object can be used * IJ cleanup: Unnecessary call to 'toString()' * IJ cleanup: Unnecessary modifier * IJ cleanup: Unnecessary semicolon * enableGenericInjection * IJ cleanup: Raw use of parameterized class * IJ cleanup: Identical 'catch' branches in 'try' statement * IJ cleanup: Explicit type can be replaced with '<>' * IJ cleanup: Simplifiable 'Map' operations * IJ cleanup: Redundant type cast * IJ cleanup: Too weak variable type leads to unnecessary cast * Convert manual array iteration to enhanced for loop * enableModernJavaSyntax * IJ cleanup: Pattern variable can be used * IJ cleanup: Redundant 'throws' clause * updateBuildScript
- Loading branch information
Showing
45 changed files
with
486 additions
and
591 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.