f1576cc0db6022ba8b90d1b301e5d2120023c28f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public removeValues(array AssociativeArray) : void renamed to public subtractValues(array AssociativeArray) : void in class com.datumbox.common.dataobjects.AssociativeArray | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Iterator<Record> to Iterator<Integer> in method public iterator() : Iterator<Integer> in class com.datumbox.framework.machinelearning.common.bases.mlmodels.BaseMLclusterer.Cluster | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type it : Iterator<Record> to it : Iterator<Integer> in method public iterator() : Iterator<Integer> in class com.datumbox.framework.machinelearning.common.bases.mlmodels.BaseMLclusterer.Cluster | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type recordSet : Set<Record> to recordSet : Set<Integer> in class com.datumbox.framework.machinelearning.common.bases.mlmodels.BaseMLclusterer.Cluster | From | To |