403c31b2ef4ea073a54bf4d36f100d1949a998d4
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 31
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private addXSubj(list Collection<TypedDependency>) : void renamed to private addExtraNSubj(list Collection<TypedDependency>) : void in class edu.stanford.nlp.trees.EnglishGrammaticalStructure | From | To | |
Rename Method private correctSubjPassAndPoss(list Collection<TypedDependency>) : void renamed to private correctSubjPass(list Collection<TypedDependency>) : void in class edu.stanford.nlp.trees.EnglishGrammaticalStructure | From | To | |
Rename Method public getGrammaticalRelation(govH TreeGraphNode, depH TreeGraphNode, labels List<GrammaticalRelation>) : GrammaticalRelation renamed to private getGrammaticalRelationCommonAncestor(govH TreeGraphNode, depH TreeGraphNode, labels List<GrammaticalRelation>) : GrammaticalRelation in class edu.stanford.nlp.trees.GrammaticalStructure | From | To | |
Change Return Type | 1 | ||
Change Return Type void to Set<String> in method public findKnownStates(binarizedTrees List<Tree>) : Set<String> in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceParser | From | To | |
Change Variable Type | 1 | ||
Change Variable Type arg : Object to arg : String in method private checkArgs(props Properties) : void in class edu.stanford.nlp.tagger.util.CountClosedTags | From | To | |
Extract Variable | 1 | ||
Extract Variable tag : String in method public xTree(words List<? extends HasWord>) : Tree from class edu.stanford.nlp.parser.common.ParserUtils | From | To |