c027b1e83aa64add43a71029a7e7843b73c6eed5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable b : byte to currentByte : byte in method private codePoint(currentByte byte, i int, bytesNeeded int) : int in class org.neo4j.values.storable.UTF8StringValue | From | To | |
Extract Variable | 3 | ||
Extract Variable values : byte[] in method private codePoint(currentByte byte, i int, bytesNeeded int) : int from class org.neo4j.values.storable.UTF8StringValue | From | To | |
Extract Variable values : byte[] in method public computeHash() : int from class org.neo4j.values.storable.UTF8StringValue | From | To | |
Extract Variable values : byte[] in method public substring(start int, end int) : TextValue from class org.neo4j.values.storable.UTF8StringValue | From | To | |
Extract Method | 1 | ||
Extract Method private codePoint(currentByte byte, i int, bytesNeeded int) : int extracted from public computeHash() : int in class org.neo4j.values.storable.UTF8StringValue | From | To |