bentobox/src/main/java/us/tastybento/bskyblock
Tastybento 29d09922b9 Switched to use Files.delete
When File.delete fails, this boolean method simply returns false with no
indication of the cause. On the other hand, when Files.delete fails,
this void method returns one of a series of exception types to better
indicate the cause of the failure. More information is generally better
in a debugging situation, so I'll use this option.
2018-02-07 19:33:59 -08:00
..
api Reverted to using an explicit throw of all exceptions 2018-02-07 19:28:29 -08:00
commands Code cleanup and bug fixing. 2018-02-06 23:04:09 -08:00
database Switched to use Files.delete 2018-02-07 19:33:59 -08:00
generators Fixed switch break bug. 2018-02-06 21:30:35 -08:00
island/builders Fixed new-island.signs.line* locale entries 2018-01-27 16:47:30 +01:00
listeners Added missing break statement to switch. 2018-02-06 21:34:48 -08:00
lists Fixed some Flags and added a security check in FlagsManager 2018-02-07 13:41:37 +01:00
managers Fixed some Flags and added a security check in FlagsManager 2018-02-07 13:41:37 +01:00
util Fixed unnecessary if statement and removed redundant code. 2018-02-06 14:11:10 -08:00
BSkyBlock.java Avoided setting static variable in non-static method. 2018-02-06 21:31:19 -08:00
Constants.java Used Java standard ordering of words 2018-02-06 21:30:56 -08:00
Metrics.java Bug fixes to avoid NPE's and Optional gets without isPresent 2018-02-06 13:21:08 -08:00
Settings.java Converted Map to EnumMap 2018-02-07 19:12:23 -08:00