Don't access the Sone in the constructor.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 27 Sep 2014 18:25:51 +0000 (20:25 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 27 Sep 2014 18:30:04 +0000 (20:30 +0200)
commitc4b53fe936d68587bf4ab26f4c997cf7e2fc5859
tree9ccc798cda7939d8dae23f18c2077c7657ad8ea8
parenta2bc0e269c0ad1a587764eaf9121b02890996319
Don't access the Sone in the constructor.

Because of the initialization of a local Sone and its inserter the Sone
is currently not ready when the inserter and the modification detector
are being created. This needs to be fixed.
src/main/java/net/pterodactylus/sone/core/SoneModificationDetector.java
src/test/java/net/pterodactylus/sone/core/SoneModificationDetectorTest.java