7323532cb0ca7aafeb6b5f84c9de57d442e0ca7d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public addCspStateListener(listener CspListener<VAR,VAL>) : void renamed to public addCspListener(listener CspListener<VAR,VAL>) : void in class aima.core.search.csp.CspSolver | From | To | |
Rename Method public removeCspStateListener(listener CspListener<VAR,VAL>) : void renamed to public removeCspListener(listener CspListener<VAR,VAL>) : void in class aima.core.search.csp.CspSolver | From | To | |
Rename Attribute | 1 | ||
Rename Attribute progressAnalyzer : ProgressAnalyzer to stepCounter : CspListener.StepCounter<Variable,Integer> in class aima.gui.fx.applications.search.CspNQueensApp | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type progressAnalyzer : ProgressAnalyzer to stepCounter : CspListener.StepCounter<Variable,Integer> in class aima.gui.fx.applications.search.CspNQueensApp | From | To |