mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-15 03:58:32 +01:00
CraftServer methods that implement the Server interface will throw an IllegalArgumentException if a method cannot operate on a null input and given a null pointer. This causes methods to fail early and identify that a plugin is responsible for passing in an invalid argument. This will only change the exception thrown, if there originally was a thrown exception. This helps with hunting down legitimate problems with CraftBukkit. By: Edmond Poon <sagaciouszzzz@gmail.com> |
||
---|---|---|
.. | ||
main | ||
test/java/org/bukkit |