b7ce5b7b4d090c47ba7a52b711f132cfe92c0e7d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setTokenIndex(tokens List<CoreLabel>) : void renamed to public setTokenBeginTokenEnd(tokensList List<CoreLabel>) : void in class edu.stanford.nlp.pipeline.TokenizerAnnotator | From | To | |
Rename Variable | 2 | ||
Rename Variable tokenBeginIndex : int to sentenceTokenBegin : int in method public annotate(annotation Annotation) : void in class edu.stanford.nlp.pipeline.WordsToSentencesAnnotator | From | To | |
Rename Variable tokenEndIndex : int to sentenceTokenEnd : int in method public annotate(annotation Annotation) : void in class edu.stanford.nlp.pipeline.WordsToSentencesAnnotator | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable newTokens : List<CoreLabel> to tokensList : List<CoreLabel> in method public setTokenBeginTokenEnd(tokensList List<CoreLabel>) : void in class edu.stanford.nlp.pipeline.CleanXmlAnnotator | From | To | |
Extract Method | 1 | ||
Extract Method public setTokenBeginTokenEnd(tokensList List<CoreLabel>) : void extracted from public annotate(annotation Annotation) : void in class edu.stanford.nlp.pipeline.CleanXmlAnnotator | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tokens : List<CoreLabel> to tokensList : List<CoreLabel> in method public setTokenBeginTokenEnd(tokensList List<CoreLabel>) : void in class edu.stanford.nlp.pipeline.TokenizerAnnotator | From | To |