c0a871e55d81b2a1b4051df23a8fb4eee2799263
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 5 | ||
Rename Variable jValue : VAL to vj : VAL in method private makeArcConsistent(xi VAR, xj VAR, constraint Constraint<VAR,VAL>, csp CSP<VAR,VAL>) : boolean in class aima.core.search.csp.TreeCSPSolver | From | To | |
Rename Variable iValue : VAL to vi : VAL in method private makeArcConsistent(xi VAR, xj VAR, constraint Constraint<VAR,VAL>, csp CSP<VAR,VAL>) : boolean in class aima.core.search.csp.TreeCSPSolver | From | To | |
Rename Variable l : List<VAR> to orderedVars : List<VAR> in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.TreeCSPSolver | From | To | |
Rename Variable jValue : VAL to vj : VAL in method private revise(xi VAR, xj VAR, constraint Constraint<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.inference.AC3Strategy | From | To | |
Rename Variable iValue : VAL to vi : VAL in method private revise(xi VAR, xj VAR, constraint Constraint<VAR,VAL>, csp CSP<VAR,VAL>, log DomainLog<VAR,VAL>) : boolean in class aima.core.search.csp.inference.AC3Strategy | From | To | |
Change Variable Type | 2 | ||
Change Variable Type cspCopy : CSP to cspCopy : CSP<Variable,String> in method public testDomainChanges() : void in class aima.test.core.unit.search.csp.TreeCSPSolverTest | From | To | |
Change Variable Type assignment : Assignment to assignment : Assignment<Variable,String> in method public testCSPSolver() : void in class aima.test.core.unit.search.csp.TreeCSPSolverTest | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type C2 : Constraint to C2 : Constraint<Variable,String> in class aima.test.core.unit.search.csp.TreeCSPSolverTest | From | To | |
Change Attribute Type C1 : Constraint to C1 : Constraint<Variable,String> in class aima.test.core.unit.search.csp.TreeCSPSolverTest | From | To | |
Change Attribute Type colors : Domain to colors : Domain<String> in class aima.test.core.unit.search.csp.TreeCSPSolverTest | From | To | |
Change Attribute Type C4 : Constraint to C4 : Constraint<Variable,String> in class aima.test.core.unit.search.csp.TreeCSPSolverTest | From | To | |
Change Attribute Type C3 : Constraint to C3 : Constraint<Variable,String> in class aima.test.core.unit.search.csp.TreeCSPSolverTest | From | To | |
Inline Variable | 2 | ||
Inline Variable n : int in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> from class aima.core.search.csp.TreeCSPSolver | From | To | |
Inline Variable l : List<VAR> in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> from class aima.core.search.csp.TreeCSPSolver | From | To |