Paper/src/main/java/org/bukkit/craftbukkit/scheduler
Wesley Wolfe f859d45727 Throw exception for disabled plugin tasks. Fixes BUKKIT-3951
Without this check, any non-null reference to a plugin is considered
'valid' for registering a task in the scheduler. This is obviously
unintentional behavior and has been changed to throw an
IllegalPluginAccessException. It is now consistent with the
SimplePluginManager event registration contract.

This in affect also addresses BUKKIT-3950 for uninitialized plugin
references (ones without a description).
2013-03-31 15:37:17 -05:00
..
CraftAsyncDebugger.java Fix typo causing a task to be repeated in debug. Addresses BUKKIT-2549 2012-09-28 02:39:22 -05:00
CraftAsyncTask.java Remove runner leak on async tasks. Fixes BUKKIT-3288 2012-12-23 05:13:33 -06:00
CraftFuture.java Fixed some async tasks running synchronously. Fixes BUKKIT-2934 2012-11-14 16:47:21 -06:00
CraftScheduler.java Throw exception for disabled plugin tasks. Fixes BUKKIT-3951 2013-03-31 15:37:17 -05:00
CraftTask.java Fixed some async tasks running synchronously. Fixes BUKKIT-2934 2012-11-14 16:47:21 -06:00