db4a03c5f6b84cbbf2609e8b3d0e0e0e8d460a03
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public kbpRelations() : List<RelationTriple> renamed to public relations() : List<RelationTriple> in class edu.stanford.nlp.pipeline.CoreSentence | From | To | |
| Rename Variable | 1 | ||
| Rename Variable sent : Sentence to s : Sentence in method public serialize() : CoreNLPProtos.Document in class edu.stanford.nlp.simple.Document | From | To | |
| Move Attribute | 1 | ||
| Move Attribute public pipeline : StanfordCoreNLP from class edu.stanford.nlp.pipeline.StanfordCoreNLPSpeedSlowITest to public pipeline : StanfordCoreNLP from class edu.stanford.nlp.pipeline.TokenBeginEndAnnotationITest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable sentences : List<Sentence> in method public serialize() : CoreNLPProtos.Document from class edu.stanford.nlp.simple.Document | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type impl : Optional<T> to impl : T in class edu.stanford.nlp.util.Pointer | From | To |