82508d21105738e1621acbec7185fa618b7b7c57
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 3 | ||
Parameterize Variable hashCode : int to hash : int in method public indexFor(hash int, length int) : int in class org.pentaho.di.core.hash.LongHashIndex | From | To | |
Parameterize Variable newSize : int to length : int in method public indexFor(hash int, length int) : int in class org.pentaho.di.core.hash.LongHashIndex | From | To | |
Extract Method | 3 | ||
Extract Method public indexFor(hash int, length int) : int extracted from public get(key long) : Long in class org.pentaho.di.core.hash.LongHashIndex | From | To | |
Extract Method public indexFor(hash int, length int) : int extracted from public put(key long, value Long) : void in class org.pentaho.di.core.hash.LongHashIndex | From | To | |
Extract Method public indexFor(hash int, length int) : int extracted from private resize() : void in class org.pentaho.di.core.hash.LongHashIndex | From | To |