c92e1c749c18f08c17feaf273bdcfeb3d1053ca0
Files Diff
- Added: 4
- Removed: 2
- Renamed: 0
- Modified: 28
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 12 | ||
| Pull Up Method public putObject(instance T, funnel Funnel<? super T>) : Hasher from class com.google.common.hash.AbstractNonStreamingHashFunction.BufferingHasher to public putObject(instance T, funnel Funnel<? super T>) : Hasher from class com.google.common.hash.AbstractHasher | From | To | |
| Pull Up Method public putObject(instance T, funnel Funnel<? super T>) : Hasher from class com.google.common.hash.AbstractByteHasher to public putObject(instance T, funnel Funnel<? super T>) : Hasher from class com.google.common.hash.AbstractHasher | From | To | |
| Rename Variable | 2 | ||
| Rename Variable hasher : Hasher to buffer : ByteBuffer in method public hashUnencodedChars(input CharSequence) : HashCode in class com.google.common.hash.AbstractNonStreamingHashFunction | From | To | |
| Rename Class | 2 | ||
| Rename Class com.google.common.hash.AbstractStreamingHashFunction renamed to com.google.common.hash.AbstractHashFunction | From | To | |
| Move Class | 2 | ||
| Move Class com.google.common.hash.AbstractStreamingHashFunction.AbstractStreamingHasher moved to com.google.common.hash.AbstractStreamingHasher | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type hasher : Hasher to buffer : ByteBuffer in method public hashUnencodedChars(input CharSequence) : HashCode in class com.google.common.hash.AbstractNonStreamingHashFunction | From | To | |
| Extract Method | 2 | ||
| Extract Method private fromHashers(hashers Hasher[]) : Hasher extracted from public newHasher() : Hasher in class com.google.common.hash.AbstractCompositeHashFunction | From | To |