03df0a555ac7a7429c1a8f41294b079d0b4ac7c7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private removeColdPath(val Object, hash int) : boolean renamed to private removeSlowPath(val Object, buffer E[], mask long, hashCode int, hash int) : boolean in class org.jctools.sets.IdentityOpenHashSet | From | To | |
| Rename Variable | 2 | ||
| Rename Variable e : E to currVal : E in method public add(newVal E) : boolean in class org.jctools.sets.OpenHashSet | From | To | |
| Rename Variable e : E to currVal : E in method public add(newVal E) : boolean in class org.jctools.sets.IdentityOpenHashSet | From | To | |
| Inline Method | 2 | ||
| Inline Method private replaceElement(oldVal E, newVal E, offset long) : boolean inlined to public add(newVal E) : boolean in class org.jctools.sets.OpenHashSet | From | To | |
| Inline Method private replaceElement(oldVal E, newVal E, offset long) : boolean inlined to public add(newVal E) : boolean in class org.jctools.sets.IdentityOpenHashSet | From | To | |
| Extract Variable | 2 | ||
| Extract Variable result : boolean in method public add(newVal E) : boolean from class org.jctools.sets.OpenHashSet | From | To | |
| Extract Variable result : boolean in method public add(newVal E) : boolean from class org.jctools.sets.IdentityOpenHashSet | From | To | |
| Inline Variable | 1 | ||
| Inline Variable array : E[] in method public contains(newVal Object) : boolean from class org.jctools.sets.SingleWriterHashSet | From | To | |
| Extract Method | 3 | ||
| Extract Method private containsSlowPath(buffer E[], mask long, hash int, needle Object) : boolean extracted from public contains(newVal Object) : boolean in class org.jctools.sets.SingleWriterHashSet | From | To | |
| Extract Method private containsSlowPath(buffer E[], mask long, hash int, needle Object) : boolean extracted from public contains(val Object) : boolean in class org.jctools.sets.OpenHashSet | From | To | |
| Extract Method private containsSlowPath(buffer E[], mask long, hash int, needle Object) : boolean extracted from public contains(val Object) : boolean in class org.jctools.sets.IdentityOpenHashSet | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter newVal : Object to needle : Object in method public contains(needle Object) : boolean in class org.jctools.sets.SingleWriterHashSet | From | To | |
| Rename Parameter val : Object to needle : Object in method public contains(needle Object) : boolean in class org.jctools.sets.OpenHashSet | From | To | |
| Rename Parameter val : Object to needle : Object in method public contains(needle Object) : boolean in class org.jctools.sets.IdentityOpenHashSet | From | To |