TF-EssentialsX/Essentials/src/com/earth2me/essentials/storage
Minecrell 73457453bb Avoid using reflection for things SnakeYAML supports directly now (#1634)
Fixes #1631 properly.

e7ebc94a9e added a workaround to the
SnakeYAML constructor to avoid errors when unknown properties are
used in the storage files. Back then, it was necessary to copy the
method to catch the exception thrown when an unknown property was
encountered.

However, SnakeYAML 1.12 (included in Spigot 1.6.2+) added a method
to ignore missing properties without overriding parts of the
SnakeYAML implementation.

Delete the old workaround and make use of
PropertyUtils.setSkipMissingProperties(true) to achieve the same
effect.
2017-11-10 18:01:29 +00:00
..
AbstractDelayedYamlFileReader.java Reformat 2015-04-14 23:06:16 -05:00
AbstractDelayedYamlFileWriter.java Reformat 2015-04-14 23:06:16 -05:00
AsyncStorageObjectHolder.java Reformat 2015-04-14 23:06:16 -05:00
BukkitConstructor.java Avoid using reflection for things SnakeYAML supports directly now (#1634) 2017-11-10 18:01:29 +00:00
Comment.java Reformat 2015-04-14 23:06:16 -05:00
EnchantmentLevel.java Reformat 2015-04-14 23:06:16 -05:00
IStorageObjectHolder.java Reformat 2015-04-14 23:06:16 -05:00
IStorageReader.java Reformat 2015-04-14 23:06:16 -05:00
IStorageWriter.java Reformat 2015-04-14 23:06:16 -05:00
ListType.java Reformat 2015-04-14 23:06:16 -05:00
MapKeyType.java Reformat 2015-04-14 23:06:16 -05:00
MapValueType.java Reformat 2015-04-14 23:06:16 -05:00
ObjectLoadException.java Reformat 2015-04-14 23:06:16 -05:00
StorageObject.java Reformat 2015-04-14 23:06:16 -05:00
YamlStorageReader.java Reformat 2015-04-14 23:06:16 -05:00
YamlStorageWriter.java Reformat 2015-04-14 23:06:16 -05:00