670ae4ffddb54019a1482ade02a17c6c8c19952e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public combinationsSet(group List<T>, subsetSize int) : Set<Set<T>> renamed to public combinations(elements Set<T>, subsetSize int) : Set<Set<T>> in class com.datumbox.framework.core.mathematics.discrete.Combinatorics | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type group : List<T> to elements : Set<T> in method public combinations(elements Set<T>, subsetSize int) : Set<Set<T>> in class com.datumbox.framework.core.mathematics.discrete.Combinatorics | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type expResult : Collection<List<String>> to expResult : Set<Set<String>> in method public testCombinations() : void in class com.datumbox.framework.core.mathematics.discrete.CombinatoricsTest | From | To | |
| Change Variable Type result : Collection<List<String>> to result : Set<Set<String>> in method public testCombinations() : void in class com.datumbox.framework.core.mathematics.discrete.CombinatoricsTest | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter group : List<T> to elements : Set<T> in method public combinations(elements Set<T>, subsetSize int) : Set<Set<T>> in class com.datumbox.framework.core.mathematics.discrete.Combinatorics | From | To |