cee4ffa155fba392d730e9e3f1fee00b95a749b2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Variable | 2 | ||
Merge Variable [words1 : List<Word>, words2 : List<Word>] to words : List<List<Word>> in method public similarScore(weights1 Map<String,Float>, weights2 Map<String,Float>) : double in class org.apdplat.word.analysis.Similarity | From | To | |
Merge Variable [words1 : List<Word>, words2 : List<Word>] to words : List<List<Word>> in method public similarScore(weights1 HashMap<Word,Float>, weights2 HashMap<Word,Float>) : double in class org.apdplat.word.analysis.Similarity | From | To |