405d06032b23399692ab9c668ab4658e0495438a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public removeSpuriousMentionsEn(doc Annotation, predictedMentions List<List<Mention>>, dict Dictionaries) : void from class edu.stanford.nlp.coref.md.DependencyCorefMentionFinder to protected removeSpuriousMentionsEn(doc Annotation, predictedMentions List<List<Mention>>, dict Dictionaries) : void from class edu.stanford.nlp.coref.md.CorefMentionFinder | From | To | |
Pull Up Method public removeSpuriousMentionsEn(doc Annotation, predictedMentions List<List<Mention>>, dict Dictionaries) : void from class edu.stanford.nlp.coref.md.HybridCorefMentionFinder to protected removeSpuriousMentionsEn(doc Annotation, predictedMentions List<List<Mention>>, dict Dictionaries) : void from class edu.stanford.nlp.coref.md.CorefMentionFinder | From | To | |
Change Return Type | 1 | ||
Change Return Type Pair to Pair<Map<String,DataInstance>,Map<String,DataInstance>> in method public processSents(props Properties, labels Set<String>) : Pair<Map<String,DataInstance>,Map<String,DataInstance>> in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass | From | To | |
Change Variable Type | 3 | ||
Change Variable Type sb : StringBuffer to sb : StringBuilder in method public toString() : String in class edu.stanford.nlp.ie.EntityCachingAbstractSequencePrior | From | To | |
Change Variable Type sb : StringBuffer to sb : StringBuilder in method public toString(pos int) : String in class edu.stanford.nlp.ie.EntityCachingAbstractSequencePrior | From | To | |
Change Variable Type sb : StringBuffer to sb : StringBuilder in method public toString(classIndex Index<String>) : String in class edu.stanford.nlp.ie.Entity | From | To |