12c88069153738310f11780e1cf1aad52a418e14
Files Diff
- Added: 14
- Removed: 4
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public testMemcachedLoadingWorks() : void renamed to public configuredImplementation() : void in class ninja.cache.CacheProviderTest | From | To | |
Rename Method public testThatSettingWrongCacheImplementationYieldsException() : void renamed to public missingImplementationThrowsExceptionOnUseNotCreate() : void in class ninja.cache.CacheProviderTest | From | To | |
Rename Method public testEhCacheDefaulLoadingWorks() : void renamed to public defaultImplementation() : void in class ninja.cache.CacheProviderTest | From | To | |
Rename Variable | 3 | ||
Rename Variable applicationConfiguration : AbstractModule to applicationModule : AbstractModule in method protected configure() : void in class ninja.Bootstrap | From | To | |
Rename Variable logger : Logger to cache : Cache in method public missingImplementationThrowsExceptionOnUseNotCreate() : void in class ninja.cache.CacheProviderTest | From | To | |
Rename Variable cacheProvider : CacheProvider to provider : Provider<Cache> in method public missingImplementationThrowsExceptionOnUseNotCreate() : void in class ninja.cache.CacheProviderTest | From | To | |
Move Attribute | 2 | ||
Move Attribute private ninjaProperties : NinjaProperties from class ninja.cache.CacheProvider to private ninjaProperties : NinjaProperties from class ninja.utils.ImplFromPropertiesFactory | From | To | |
Move Attribute private injector : Injector from class ninja.cache.CacheProvider to private injector : Injector from class ninja.utils.ImplFromPropertiesFactory | From | To | |
Extract Class | 1 | ||
Extract Class ninja.utils.ImplFromPropertiesFactory from class ninja.cache.CacheProvider | From | To | |
Rename Class | 1 | ||
Rename Class ninja.Configuration renamed to ninja.BaseAndClassicModules | From | To | |
Move Class | 2 | ||
Move Class ninja.postoffice.guice.PostofficeConstant moved to ninja.postoffice.PostofficeConstant | From | To | |
Move Class ninja.migrations.MigrationEngineFlyway moved to ninja.migrations.flyway.MigrationEngineFlyway | From | To | |
Rename Attribute | 1 | ||
Rename Attribute migrationEngine : MigrationEngine to migrationEngineProvider : Provider<MigrationEngine> in class ninja.migrations.MigrationInitializer | From | To | |
Change Variable Type | 3 | ||
Change Variable Type logger : Logger to cache : Cache in method public missingImplementationThrowsExceptionOnUseNotCreate() : void in class ninja.cache.CacheProviderTest | From | To | |
Change Variable Type cacheProvider : CacheProvider to cacheProvider : Provider<Cache> in method public configuredImplementation() : void in class ninja.cache.CacheProviderTest | From | To | |
Change Variable Type cacheProvider : CacheProvider to provider : Provider<Cache> in method public missingImplementationThrowsExceptionOnUseNotCreate() : void in class ninja.cache.CacheProviderTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type migrationEngine : MigrationEngine to migrationEngineProvider : Provider<MigrationEngine> in class ninja.migrations.MigrationInitializer | From | To |