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