7336165b226b0655e9dfd64252142b77a1b05368
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private byteArrayCompare(a byte[], b byte[], ignoreLength boolean) : int renamed to private unsignedByteArrayCompare(a byte[], aLength int, b byte[], bLength int, ignoreLength boolean) : int in class org.neo4j.kernel.impl.index.schema.StringSchemaKey | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package copyFrom(key StringSchemaKey) : void extracted from public copyKey(key StringSchemaKey, into StringSchemaKey) : StringSchemaKey in class org.neo4j.kernel.impl.index.schema.StringLayout & moved to class org.neo4j.kernel.impl.index.schema.StringSchemaKey | From | To |