afc9c96aa27304bb5dd2e3ce0f2e2e9ba6cd8fe9
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public propertyKey(name String) : int renamed to public graphProperties(cursor PropertyCursor) : void in class org.neo4j.internal.store.prototype.neole.ReadStore | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type name : String to cursor : PropertyCursor in method public graphProperties(cursor PropertyCursor) : void in class org.neo4j.internal.store.prototype.neole.ReadStore | From | To | |
| Change Return Type | 1 | ||
| Change Return Type int to void in method public graphProperties(cursor PropertyCursor) : void in class org.neo4j.internal.store.prototype.neole.ReadStore | From | To | |
| Extract Variable | 1 | ||
| Extract Variable expected : int in method public shouldAccessAllNodeProperties() : void from class org.neo4j.internal.kernel.api.PropertyCursorTestBase | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter name : String to cursor : PropertyCursor in method public graphProperties(cursor PropertyCursor) : void in class org.neo4j.internal.store.prototype.neole.ReadStore | From | To |