8f72e66ddbae2a3555ecaa45a20cfa5f9425524d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method package setFirstValue(slot int, key long[], value VALUE) : void renamed to package claimSlot(slot int, key long[]) : void in class org.neo4j.cypher.internal.runtime.LongArrayHashTable | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.neo4j.cypher.internal.runtime.LongArrayHashMultiMap.Table moved and renamed to org.neo4j.cypher.internal.runtime.LongArrayHashTable | From | To | |
| Inline Variable | 1 | ||
| Inline Variable result : int in method public get(key long[]) : Iterator<VALUE> from class org.neo4j.cypher.internal.runtime.LongArrayHashMultiMap | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type table : Table to table : LongArrayHashTable in class org.neo4j.cypher.internal.runtime.LongArrayHashMultiMap | From | To | |
| Change Attribute Type table : Table to table : LongArrayHashTable in class org.neo4j.cypher.internal.runtime.LongArrayHashSet | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter value : long[] to key : long[] in method package checkSlot(slot int, key long[]) : int in class org.neo4j.cypher.internal.runtime.LongArrayHashTable | From | To |