CC-Tweaked/src/main/java/dan200/computercraft/shared/command/framework
SquidDev 173ea72001 Turn inspections up to 11
OK, so let's get this out of the way, there's some actual changes mixed
in here too. I'm really sorry:
 - Turtles can now not be renamed with unnamed item tags (previously it
   would clear the name, this seemed a little unideal).
 - commands.getBlock(s)Data will also include NBT.

Now, onto the horror story which is these inspection changes:
 - Make a lot of methods static
 - Typo fixes
 - Make utility classes final + private constructor
 - Lots of reformatting (ifs -> ternary, invert control flow, etc...)
 - ???
 - Profit!

I'm so going to regret this - can pretty much guarantee this is going to
break something.
2019-03-29 21:26:21 +00:00
..
CommandContext.java Turn inspections up to 11 2019-03-29 21:26:21 +00:00
CommandDelegate.java Turn inspections up to 11 2019-03-29 21:26:21 +00:00
CommandRoot.java Turn inspections up to 11 2019-03-29 21:26:21 +00:00
ISubCommand.java Remove most instances of non-translatable strings 2019-03-16 10:26:40 +00:00
SubCommandBase.java Turn inspections up to 11 2019-03-29 21:26:21 +00:00
SubCommandHelp.java Turn inspections up to 11 2019-03-29 21:26:21 +00:00