767639178d29ef90c55aced7e637dd157f6a7f60
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 49
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private getInitializedStore(type StoreType, stores Object[]) : Object renamed to private getOrCreateStore(storeType StoreType) : Object in class org.neo4j.kernel.impl.store.NeoStores | From | To | |
| Rename Variable | 1 | ||
| Rename Variable i : int to storeIndex : int in method private openStore(type StoreType) : Object in class org.neo4j.kernel.impl.store.NeoStores | From | To | |
| Rename Class | 1 | ||
| Rename Class org.neo4j.kernel.impl.store.NeoStoreTest renamed to org.neo4j.kernel.impl.store.NeoStoresTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable store : Object in method private openStore(type StoreType) : Object from class org.neo4j.kernel.impl.store.NeoStores | From | To | |
| Extract Method | 1 | ||
| Extract Method private openStore(type StoreType) : Object extracted from private getInitializedStore(type StoreType, stores Object[]) : Object in class org.neo4j.kernel.impl.store.NeoStores | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter type : StoreType to storeType : StoreType in method private getOrCreateStore(storeType StoreType) : Object in class org.neo4j.kernel.impl.store.NeoStores | From | To |