c1a74b8acb3e838b4cc2c2af803f1da5a3ba8342
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public databaseDirectory(databaseName String) : DatabaseLayout renamed to public databaseLayout(databaseName String) : DatabaseLayout in class org.neo4j.io.layout.StoreLayout | From | To | |
| Rename Method public rootDirectory() : File renamed to public storeDirectory() : File in class org.neo4j.io.layout.StoreLayout | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute databasesDirectory : File to storeLayout : StoreLayout in class org.neo4j.io.layout.DatabaseLayout | From | To | |
| Rename Attribute rootDirectory : File to storeDirectory : File in class org.neo4j.io.layout.StoreLayout | From | To | |
| Rename Attribute directoryStructure : StoreLayout to storeLayout : StoreLayout in class org.neo4j.graphdb.factory.module.PlatformModule | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type databasesDirectory : File to storeLayout : StoreLayout in class org.neo4j.io.layout.DatabaseLayout | From | To |