f061cb78bdd3417de2ff6a5ac75b1155a53d671e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type List<Pair<Integer,Integer>> to Pair<List<Pair<Integer,Integer>>,List<Pair<Integer,Integer>>> in method public recursiveQuotes(text String, offset int, prevQuote String) : Pair<List<Pair<Integer,Integer>>,List<Pair<Integer,Integer>>> in class edu.stanford.nlp.pipeline.QuoteAnnotator | From | To | |
Change Return Type List<Pair<Integer,Integer>> to Pair<List<Pair<Integer,Integer>>,List<Pair<Integer,Integer>>> in method public getQuotes(text String) : Pair<List<Pair<Integer,Integer>>,List<Pair<Integer,Integer>>> in class edu.stanford.nlp.pipeline.QuoteAnnotator | From | To | |
Parameterize Variable | 2 | ||
Parameterize Variable cmQuotesAscii : List<CoreMap> to quotes : List<CoreMap> in method private setAnnotations(annotation Annotation, quotes List<CoreMap>, unclosed List<CoreMap>, message String) : void in class edu.stanford.nlp.pipeline.QuoteAnnotator | From | To | |
Parameterize Variable cmQuotesUnicode : List<CoreMap> to quotes : List<CoreMap> in method private setAnnotations(annotation Annotation, quotes List<CoreMap>, unclosed List<CoreMap>, message String) : void in class edu.stanford.nlp.pipeline.QuoteAnnotator | From | To | |
Change Variable Type | 4 | ||
Change Variable Type overall : List<Pair<Integer,Integer>> to overall : Pair<List<Pair<Integer,Integer>>,List<Pair<Integer,Integer>>> in method public annotate(annotation Annotation) : void in class edu.stanford.nlp.pipeline.QuoteAnnotator | From | To | |
Change Variable Type embedded : List<Pair<Integer,Integer>> to embedded : Pair<List<Pair<Integer,Integer>>,List<Pair<Integer,Integer>>> in method public recursiveQuotes(text String, offset int, prevQuote String) : Pair<List<Pair<Integer,Integer>>,List<Pair<Integer,Integer>>> in class edu.stanford.nlp.pipeline.QuoteAnnotator | From | To | |
Extract Method | 3 | ||
Extract Method private setAnnotations(annotation Annotation, quotes List<CoreMap>, unclosed List<CoreMap>, message String) : void extracted from public annotate(annotation Annotation) : void in class edu.stanford.nlp.pipeline.QuoteAnnotator | From | To |