a4452a9a441f7da23559c2bff6361b04b685a5f9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 4 | ||
Rename Variable var : VAR to entry : Map.Entry<VAR,VAL> in method public toString() : String in class aima.core.search.csp.Assignment | From | To | |
Rename Variable duplicate : Assignment<VAR,VAL> to testAssignment : Assignment<VAR,VAL> in method private getMinConflictValueFor(var VAR, assignment Assignment<VAR,VAL>, csp CSP<VAR,VAL>) : VAL in class aima.core.search.csp.MinConflictsSolver | From | To | |
Rename Variable assignment : Assignment<VAR,VAL> to current : Assignment<VAR,VAL> in method public solve(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.MinConflictsSolver | From | To | |
Rename Variable assignment : Assignment<VAR,VAL> to result : Assignment<VAR,VAL> in method private generateRandomAssignment(csp CSP<VAR,VAL>) : Assignment<VAR,VAL> in class aima.core.search.csp.MinConflictsSolver | From | To | |
Change Return Type | 2 | ||
Change Return Type void to VAL in method public add(var VAR, value VAL) : VAL in class aima.core.search.csp.Assignment | From | To | |
Change Return Type void to VAL in method public remove(var VAR) : VAL in class aima.core.search.csp.Assignment | From | To | |
Rename Attribute | 1 | ||
Rename Attribute variableToValue : Hashtable<VAR,VAL> to variableToValueMap : LinkedHashMap<VAR,VAL> in class aima.core.search.csp.Assignment | From | To | |
Change Variable Type | 1 | ||
Change Variable Type var : VAR to entry : Map.Entry<VAR,VAL> in method public toString() : String in class aima.core.search.csp.Assignment | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type variableToValue : Hashtable<VAR,VAL> to variableToValueMap : LinkedHashMap<VAR,VAL> in class aima.core.search.csp.Assignment | From | To |