737422c8f648da043236b2560a48daf3852c36b0
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable finalDocumentTokens : List<CoreLabel> to finalTokens : List<CoreLabel> in method public annotate(annotation Annotation) : void in class edu.stanford.nlp.pipeline.MWTAnnotator | From | To | |
| Rename Variable newSentenceTokens : List<CoreLabel> to newTokens : List<CoreLabel> in method public annotate(annotation Annotation) : void in class edu.stanford.nlp.pipeline.MWTAnnotator | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute mapHashMap : HashMap<String,List<String>> to multiWordTokenMapping : HashMap<String,List<String>> in method public loadMultiWordTokenMappings(mapFilePath String) : void in class edu.stanford.nlp.pipeline.MWTAnnotator | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type expected : Set<String> to expected : String in method public assertExtracted(expectedSet Set<String>, text String) : void in class edu.stanford.nlp.naturalli.OpenIEITest | From | To | |
| Change Variable Type actual : Set<String> to actual : String in method public assertExtracted(expectedSet Set<String>, text String) : void in class edu.stanford.nlp.naturalli.OpenIEITest | From | To |