3cc9f8ad2452b15de45eb297df9627107a68bf88
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type tree : Tree to trees : List<ScoredObject<Tree>> in method private finishSentence(sentence CoreMap, trees List<ScoredObject<Tree>>) : void in class edu.stanford.nlp.pipeline.ParserAnnotator | From | To | |
Change Parameter Type tree : Tree to trees : List<ScoredObject<Tree>> in method public fillInParseAnnotations(verbose boolean, buildGraphs boolean, gsf GrammaticalStructureFactory, sentence CoreMap, trees List<ScoredObject<Tree>>, extras GrammaticalStructure.Extras) : void in class edu.stanford.nlp.pipeline.ParserAnnotatorUtils | From | To | |
Rename Variable | 1 | ||
Rename Variable tree : Tree to trees : List<ScoredObject<Tree>> in method protected doOneSentence(annotation Annotation, sentence CoreMap) : void in class edu.stanford.nlp.pipeline.ParserAnnotator | From | To | |
Change Return Type | 1 | ||
Change Return Type Tree to List<ScoredObject<Tree>> in method private doOneSentence(constraints List<ParserConstraint>, words List<CoreLabel>) : List<ScoredObject<Tree>> in class edu.stanford.nlp.pipeline.ParserAnnotator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type tree : Tree to trees : List<ScoredObject<Tree>> in method protected doOneSentence(annotation Annotation, sentence CoreMap) : void in class edu.stanford.nlp.pipeline.ParserAnnotator | From | To | |
Rename Parameter | 2 | ||
Rename Parameter tree : Tree to trees : List<ScoredObject<Tree>> in method public fillInParseAnnotations(verbose boolean, buildGraphs boolean, gsf GrammaticalStructureFactory, sentence CoreMap, trees List<ScoredObject<Tree>>, extras GrammaticalStructure.Extras) : void in class edu.stanford.nlp.pipeline.ParserAnnotatorUtils | From | To | |
Rename Parameter tree : Tree to trees : List<ScoredObject<Tree>> in method private finishSentence(sentence CoreMap, trees List<ScoredObject<Tree>>) : void in class edu.stanford.nlp.pipeline.ParserAnnotator | From | To |