dc652d21abade11a61b6fa9c101ddc09d1dc39fe
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 31
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method private getGrammaticalRelationCommonAncestor(govH TreeGraphNode, depH TreeGraphNode, labels List<GrammaticalRelation>) : GrammaticalRelation renamed to public getGrammaticalRelation(govH TreeGraphNode, depH TreeGraphNode, labels List<GrammaticalRelation>) : GrammaticalRelation in class edu.stanford.nlp.trees.GrammaticalStructure | From | To | |
| Rename Method private addExtraNSubj(list Collection<TypedDependency>) : void renamed to private addXSubj(list Collection<TypedDependency>) : void in class edu.stanford.nlp.trees.EnglishGrammaticalStructure | From | To | |
| Rename Method private correctSubjPass(list Collection<TypedDependency>) : void renamed to private correctSubjPassAndPoss(list Collection<TypedDependency>) : void in class edu.stanford.nlp.trees.EnglishGrammaticalStructure | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type arg : String to arg : Object in method package checkArgs(props Properties) : void in class edu.stanford.nlp.tagger.util.CountClosedTags | From | To |