ef7060279f70ffaf65e29ede3da02bdb23bfd666
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable buf : StringBuffer to builder : StringBuilder in method public ntimes(s String, n int) : String in class aima.core.util.Util | From | To | |
Change Return Type | 1 | ||
Change Return Type List<VAR> to Set<VAR> in method private getConflictedVariables(assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : Set<VAR> in class aima.core.search.csp.MinConflictsSolver | From | To | |
Rename Attribute | 1 | ||
Rename Attribute _r : Random to random : Random in class aima.core.util.Util | From | To | |
Change Variable Type | 3 | ||
Change Variable Type result : List<VAR> to result : Set<VAR> in method private getConflictedVariables(assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : Set<VAR> in class aima.core.search.csp.MinConflictsSolver | From | To | |
Change Variable Type buf : StringBuffer to builder : StringBuilder in method public ntimes(s String, n int) : String in class aima.core.util.Util | From | To | |
Change Variable Type vars : List<VAR> to vars : Set<VAR> in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.MinConflictsSolver | From | To |