d8c0c996c663ae9a946640311c59f5dd32a1bcf8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
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 tokenEndIndex : int to sentenceTokenEnd : int in method public annotate(annotation Annotation) : void in class edu.stanford.nlp.pipeline.WordsToSentencesAnnotator | From | To | |
Rename Variable tokenBeginIndex : int to sentenceTokenBegin : 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 | |
Change Attribute Type | 1 | ||
Change Attribute Type map : Class[] to map : String[] in class edu.stanford.nlp.sequences.ColumnDocumentReaderAndWriter | 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 |