885df443ae8a58609a3051d180a7b7d7b33bd11d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type List<List<T>> to Iterable<List<T>> in method public generateCombinations(list List<T>, r int) : Iterable<List<T>> in class aima.core.util.math.permute.CombinationGenerator | From | To | |
Change Return Type List<List<T>> to Iterable<List<T>> in method public generatePermutations(list List<T>, r int) : Iterable<List<T>> in class aima.core.util.math.permute.PermutationGenerator | From | To |