d76b466554549c670c85c610647532c573be237c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable sentenceCharBegin : int to currSectionCharBegin : int in method public annotate(annotation Annotation) : void in class edu.stanford.nlp.pipeline.WordsToSentencesAnnotator | From | To | |
Rename Variable currDiscussionForumPost : CoreMap to currSectionCoreMap : CoreMap in method public process(annotation Annotation, tokens List<CoreLabel>) : List<CoreLabel> in class edu.stanford.nlp.pipeline.CleanXmlAnnotator | From | To | |
Rename Variable sentenceCharEnd : int to currSectionCharEnd : int in method public annotate(annotation Annotation) : void in class edu.stanford.nlp.pipeline.WordsToSentencesAnnotator | From | To | |
Change Return Type | 1 | ||
Change Return Type Class<String> to Class<Integer> in method public getType() : Class<Integer> in class edu.stanford.nlp.ling.CoreAnnotations.SectionIndexAnnotation | From | To | |
Rename Class | 2 | ||
Rename Class edu.stanford.nlp.ling.CoreAnnotations.DiscussionForumPostsAnnotation renamed to edu.stanford.nlp.ling.CoreAnnotations.SectionsAnnotation | From | To | |
Rename Class edu.stanford.nlp.ling.CoreAnnotations.DiscussionForumPostDateAnnotation renamed to edu.stanford.nlp.ling.CoreAnnotations.SectionIndexAnnotation | From | To | |
Extract Variable | 2 | ||
Extract Variable currSectionIndex : int in method public annotate(annotation Annotation) : void from class edu.stanford.nlp.pipeline.WordsToSentencesAnnotator | From | To | |
Extract Variable sections : List<CoreMap> in method public annotate(annotation Annotation) : void from class edu.stanford.nlp.pipeline.WordsToSentencesAnnotator | From | To |