377d9aab90cdbd0def90ce0471b44ed34d16ffc0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public rules() : Iterable<IndexRule> renamed to public onlineRules() : Iterable<IndexRule> in class org.neo4j.consistency.checking.index.IndexAccessors | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute indexRules : List<IndexRule> to onlineIndexRules : List<IndexRule> in class org.neo4j.consistency.checking.index.IndexAccessors | From | To | |
| Extract Method | 2 | ||
| Extract Method private getGraphDatabaseService(storeDir File) : GraphDatabaseService extracted from private getGraphDatabaseService() : GraphDatabaseService in class org.neo4j.consistency.ConsistencyCheckServiceIntegrationTest | From | To | |
| Extract Method private runFullConsistencyCheck(service ConsistencyCheckService, configuration Config, storeDir File) : Result extracted from private runFullConsistencyCheck(service ConsistencyCheckService, configuration Config) : Result in class org.neo4j.consistency.ConsistencyCheckServiceIntegrationTest | From | To |