6fd546d70f1fda73dc31ba0d331ad9375f0733af
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 3 | ||
| Rename Variable wordCombinations : Map<String,Integer> to positionCombinationsWithScores : Map<LinkedList<Integer>,Double> in method public extract(text String) : Map<String,Double> in class com.datumbox.framework.utilities.text.extractors.NgramsExtractor | From | To | |
| Rename Variable wordsBetween : Integer to score : double in method public extract(text String) : Map<String,Double> in class com.datumbox.framework.utilities.text.extractors.NgramsExtractor | From | To | |
| Rename Variable entry : Map.Entry<String,Double> to pos : Integer in method public extract(text String) : Map<String,Double> in class com.datumbox.framework.utilities.text.extractors.NgramsExtractor | From | To | |
| Extract Variable | 1 | ||
| Extract Variable p : NgramsExtractor.Parameters in method public testExtract() : void from class com.datumbox.framework.utilities.text.extractors.NgramsExtractorTest | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type entry2 : Map.Entry<String,Integer> to entry2 : Map.Entry<LinkedList<Integer>,Double> in method public extract(text String) : Map<String,Double> in class com.datumbox.framework.utilities.text.extractors.NgramsExtractor | From | To | |
| Change Variable Type entry : Map.Entry<String,Double> to pos : Integer in method public extract(text String) : Map<String,Double> in class com.datumbox.framework.utilities.text.extractors.NgramsExtractor | From | To | |
| Change Variable Type wordCombinations : Map<String,Integer> to positionCombinationsWithScores : Map<LinkedList<Integer>,Double> in method public extract(text String) : Map<String,Double> in class com.datumbox.framework.utilities.text.extractors.NgramsExtractor | From | To | |
| Change Variable Type wordsBetween : Integer to score : double in method public extract(text String) : Map<String,Double> in class com.datumbox.framework.utilities.text.extractors.NgramsExtractor | From | To |