dbf37a8b12159763f7721ea79644de9080d53e99
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 4 | ||
Extract Method public enclosesAll(ranges Iterable<Range<C>>) : boolean extracted from public enclosesAll(other RangeSet<C>) : boolean in class com.google.common.collect.AbstractRangeSet | From | To | |
Extract Method public addAll(ranges Iterable<Range<C>>) : Builder<C> extracted from public addAll(ranges RangeSet<C>) : Builder<C> in class com.google.common.collect.ImmutableRangeSet.Builder | From | To | |
Extract Method public addAll(ranges Iterable<Range<C>>) : void extracted from public addAll(other RangeSet<C>) : void in class com.google.common.collect.AbstractRangeSet | From | To | |
Extract Method public removeAll(ranges Iterable<Range<C>>) : void extracted from public removeAll(other RangeSet<C>) : void in class com.google.common.collect.AbstractRangeSet | From | To |