be5603d1de65e12a62fd89849b1b175eb5aac585
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable quoteTokens : List<CoreLabel> to p : Pair<Integer,Integer> in method public addCoreMapQuotes(addThese List<Pair<Integer,Integer>>, toThese List<CoreMap>, text String, docID String) : void in class edu.stanford.nlp.pipeline.QuoteAnnotator | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable quotes : List<CoreMap> to toThese : List<CoreMap> in method public addCoreMapQuotes(addThese List<Pair<Integer,Integer>>, toThese List<CoreMap>, text String, docID String) : void in class edu.stanford.nlp.pipeline.QuoteAnnotator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type quoteTokens : List<CoreLabel> to p : Pair<Integer,Integer> in method public addCoreMapQuotes(addThese List<Pair<Integer,Integer>>, toThese List<CoreMap>, text String, docID String) : void in class edu.stanford.nlp.pipeline.QuoteAnnotator | From | To | |
Extract Method | 1 | ||
Extract Method public addCoreMapQuotes(addThese List<Pair<Integer,Integer>>, toThese List<CoreMap>, text String, docID String) : void extracted from public annotate(annotation Annotation) : void in class edu.stanford.nlp.pipeline.QuoteAnnotator | From | To |