diff --git a/src/test/java/tools/dependencygraph/graph_stripped1time_20160612.dot b/src/test/java/tools/dependencygraph/graph_stripped1time_20160612.dot new file mode 100644 index 00000000..afaaf9f2 --- /dev/null +++ b/src/test/java/tools/dependencygraph/graph_stripped1time_20160612.dot @@ -0,0 +1,60 @@ +digraph G { + + "PermissionsManager" -> "ValidationService"; + "NewSetting" -> "ValidationService"; + "DataSource" -> "ValidationService"; + "BukkitService" -> "AntiBot"; + "PermissionsManager" -> "AntiBot"; + "NewSetting" -> "AntiBot"; + "Messages" -> "AntiBot"; + "BukkitService" -> "TeleportationService"; + "PlayerCache" -> "TeleportationService"; + "NewSetting" -> "TeleportationService"; + "Messages" -> "TeleportationService"; + "SpawnLoader" -> "TeleportationService"; + "BukkitService" -> "SynchronousProcess"; + "PluginManager" -> "SynchronousProcess"; + "AuthMe" -> "SynchronousProcess"; + "TeleportationService" -> "SynchronousProcess"; + "LimboPlayerTaskManager" -> "SynchronousProcess"; + "ProcessService" -> "SynchronousProcess"; + "LimboCache" -> "SynchronousProcess"; + "DataSource" -> "SynchronousProcess"; + "BukkitService" -> "TempbanManager"; + "Messages" -> "TempbanManager"; + "NewSetting" -> "TempbanManager"; + "BukkitService" -> "LimboPlayerTaskManager"; + "PlayerCache" -> "LimboPlayerTaskManager"; + "Messages" -> "LimboPlayerTaskManager"; + "NewSetting" -> "LimboPlayerTaskManager"; + "LimboCache" -> "LimboPlayerTaskManager"; + "PluginManager" -> "PasswordSecurity"; + "AuthMeServiceInitializer" -> "PasswordSecurity"; + "NewSetting" -> "PasswordSecurity"; + "DataSource" -> "PasswordSecurity"; + "PluginManager" -> "PluginHooks"; + "Server" -> "PermissionsManager"; + "PluginManager" -> "PermissionsManager"; + "PermissionsManager" -> "LimboCache"; + "SpawnLoader" -> "LimboCache"; + "@DataFolder" -> "SpawnLoader"; + "NewSetting" -> "SpawnLoader"; + "PluginHooks" -> "SpawnLoader"; + "DataSource" -> "SpawnLoader"; + "BukkitService" -> "AsynchronousProcess"; + "CaptchaManager" -> "AsynchronousProcess"; + "SyncProcessManager" -> "AsynchronousProcess"; + "TempbanManager" -> "AsynchronousProcess"; + "PlayerCache" -> "AsynchronousProcess"; + "PasswordSecurity" -> "AsynchronousProcess"; + "LimboCache" -> "AsynchronousProcess"; + "DataSource" -> "AsynchronousProcess"; + "AuthMe" -> "AsynchronousProcess"; + "TeleportationService" -> "AsynchronousProcess"; + "LimboPlayerTaskManager" -> "AsynchronousProcess"; + "PermissionsManager" -> "AsynchronousProcess"; + "ValidationService" -> "AsynchronousProcess"; + "ProcessService" -> "AsynchronousProcess"; + "PluginHooks" -> "AsynchronousProcess"; + "AuthMe" -> "BukkitService"; +} \ No newline at end of file diff --git a/src/test/java/tools/dependencygraph/graph_stripped1time_20160612.png b/src/test/java/tools/dependencygraph/graph_stripped1time_20160612.png new file mode 100644 index 00000000..79d3b504 Binary files /dev/null and b/src/test/java/tools/dependencygraph/graph_stripped1time_20160612.png differ diff --git a/src/test/java/tools/dependencygraph/graph_stripped4times_20160525.dot b/src/test/java/tools/dependencygraph/graph_stripped4times_20160525.dot deleted file mode 100644 index 139c2bfb..00000000 --- a/src/test/java/tools/dependencygraph/graph_stripped4times_20160525.dot +++ /dev/null @@ -1,32 +0,0 @@ -digraph G { - - "ProcessService" -> "ProcessSyncEmailRegister"; - "LimboCache" -> "ProcessSyncEmailRegister"; - "BukkitService" -> "ProcessSyncEmailRegister"; - "AuthMe" -> "ProcessSyncEmailRegister"; - "AuthMe" -> "ProcessSyncPlayerLogin"; - "ProcessService" -> "ProcessSyncPlayerLogin"; - "LimboCache" -> "ProcessSyncPlayerLogin"; - "DataSource" -> "ProcessSyncPlayerLogin"; - "BukkitService" -> "ProcessSyncPlayerLogin"; - "PluginManager" -> "ProcessSyncPlayerLogin"; - "AuthMe" -> "ProcessSyncPasswordRegister"; - "ProcessService" -> "ProcessSyncPasswordRegister"; - "BukkitService" -> "ProcessSyncPasswordRegister"; - "AuthMe" -> "ProcessSynchronousPlayerLogout"; - "ProcessService" -> "ProcessSynchronousPlayerLogout"; - "LimboCache" -> "ProcessSynchronousPlayerLogout"; - "BukkitService" -> "ProcessSynchronousPlayerLogout"; - "AuthMe" -> "BukkitService"; - "NewSetting" -> "ValidationService"; - "DataSource" -> "ValidationService"; - "PermissionsManager" -> "ValidationService"; - "Server" -> "PermissionsManager"; - "PluginManager" -> "PermissionsManager"; - "PluginManager" -> "PluginHooks"; - "NewSetting" -> "ProcessService"; - "Messages" -> "ProcessService"; - "PluginManager" -> "ProcessService"; - "ValidationService" -> "ProcessService"; - "PermissionsManager" -> "ProcessService"; -} \ No newline at end of file diff --git a/src/test/java/tools/dependencygraph/graph_stripped4times_20160525.png b/src/test/java/tools/dependencygraph/graph_stripped4times_20160525.png deleted file mode 100644 index 537d608e..00000000 Binary files a/src/test/java/tools/dependencygraph/graph_stripped4times_20160525.png and /dev/null differ