edd169a49bcf63c638b57a2b509ca2aa1440f992
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type wordShapesForLabels : Map<String,Counter<String>> to wordShapesForLabels : ConcurrentHashMap<String,Counter<String>> in method public setWordShapesForLabels(wordShapesForLabels ConcurrentHashMap<String,Counter<String>>) : void in class edu.stanford.nlp.patterns.ConstantsAndVariables | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type wordShapeCache : Map<String,String> to wordShapeCache : ConcurrentHashMap<String,String> in class edu.stanford.nlp.patterns.ConstantsAndVariables | From | To | |
Change Attribute Type wordShapesForLabels : Map<String,Counter<String>> to wordShapesForLabels : ConcurrentHashMap<String,Counter<String>> in class edu.stanford.nlp.patterns.ConstantsAndVariables | From | To |