97f09e22cbdde7d4d037e476526d009a3d8b8597
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type o : IN to o : Object in method private getString(o Object) : String in class edu.stanford.nlp.process.WordToSentenceProcessor | From | To | |
| Change Parameter Type o : IN to o : Object in method private isForcedEndToken(o Object) : boolean in class edu.stanford.nlp.process.WordToSentenceProcessor | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute DEFAULT_BOUNDARY_FOLLOWERS : Set<String> to DEFAULT_BOUNDARY_FOLLOWERS_REGEX : String in class edu.stanford.nlp.process.WordToSentenceProcessor | From | To | |
| Extract Method | 1 | ||
| Extract Method private checkResult(wts WordToSentenceProcessor<CoreLabel>, tokenizer Annotator, testSentence String, gold String...) : void extracted from private checkResult(wts WordToSentenceProcessor<CoreLabel>, testSentence String, gold String...) : void in class edu.stanford.nlp.process.WordToSentenceProcessorTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type DEFAULT_BOUNDARY_FOLLOWERS : Set<String> to DEFAULT_BOUNDARY_FOLLOWERS_REGEX : String in class edu.stanford.nlp.process.WordToSentenceProcessor | From | To |