519c0b2f5fa1149758c63db4f87431438c1cdc06
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public resetMeta() : void renamed to public recalculateMeta() : void in class com.datumbox.common.dataobjects.Dataset | From | To | |
Rename Variable | 2 | ||
Rename Variable id : Integer to rId : Integer in method public copy() : Dataset in class com.datumbox.common.dataobjects.Dataset | From | To | |
Rename Variable id : Integer to rId : Integer in method public recalculateMeta() : void in class com.datumbox.common.dataobjects.Dataset | From | To | |
Change Variable Type | 4 | ||
Change Variable Type topicId : Integer to topicId : int in method public getWordProbabilitiesPerTopic() : AssociativeArray2D in class com.datumbox.framework.machinelearning.topicmodeling.LatentDirichletAllocation | From | To | |
Change Variable Type i : Integer to i : int in method public extractHTMLheaders(text String) : Map<String,List<String>> in class com.datumbox.framework.utilities.text.cleaners.HTMLCleaner | From | To | |
Change Variable Type i : Integer to i : int in method public testExtractHTMLheaders() : void in class com.datumbox.framework.utilities.text.cleaners.HTMLCleanerTest | From | To |