CC-Tweaked/src/main/java/dan200/computercraft/shared/command
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
..
framework Turn inspections up to 11 2019-03-29 21:26:21 +00:00
text Turn inspections up to 11 2019-03-29 21:26:21 +00:00
CommandComputerCraft.java Turn inspections up to 11 2019-03-29 21:26:21 +00:00
CommandCopy.java Turn inspections up to 11 2019-03-29 21:26:21 +00:00
CommandUtils.java Turn inspections up to 11 2019-03-29 21:26:21 +00:00
ComputerSelector.java Turn inspections up to 11 2019-03-29 21:26:21 +00:00
UserLevel.java Happy new year! 2019-01-01 01:10:18 +00:00