eac8daa99d8327f84a74adad4c8f608b19258bd6
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 30
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public mentions(properties Properties, annotatorImplementation AnnotatorImplementations) : AnnotatorFactory renamed to public entityMentions(properties Properties, annotatorImplementation AnnotatorImplementations) : AnnotatorFactory in class edu.stanford.nlp.pipeline.AnnotatorFactories | From | To | |
| Change Return Type | 2 | ||
| Change Return Type MentionsAnnotator to EntityMentionsAnnotator in method protected getMentionsAnnotator() : EntityMentionsAnnotator in class edu.stanford.nlp.pipeline.EntityMentionsAnnotatorITest | From | To | |
| Change Return Type MentionsAnnotator to EntityMentionsAnnotator in method protected getMentionsAnnotator(props Properties) : EntityMentionsAnnotator in class edu.stanford.nlp.pipeline.EntityMentionsAnnotatorITest | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private beGetVerbs : String[] from class edu.stanford.nlp.trees.SemanticHeadFinder to public beGetVerbs : String[] from class edu.stanford.nlp.trees.EnglishPatterns | From | To | |
| Rename Class | 2 | ||
| Rename Class edu.stanford.nlp.pipeline.MentionsAnnotatorITest renamed to edu.stanford.nlp.pipeline.EntityMentionsAnnotatorITest | From | To | |
| Rename Class edu.stanford.nlp.pipeline.MentionsAnnotator renamed to edu.stanford.nlp.pipeline.EntityMentionsAnnotator | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute STANFORD_MENTIONS : String to STANFORD_ENTITY_MENTIONS : String in class edu.stanford.nlp.pipeline.Annotator | From | To | |
| Rename Attribute MENTIONS_ANNOTATOR_NAME : String to ENTITY_MENTIONS_ANNOTATOR_NAME : String in class edu.stanford.nlp.pipeline.EntityMentionsAnnotatorITest | From | To | |
| Change Variable Type | 5 | ||
| Change Variable Type annotator : MentionsAnnotator to annotator : EntityMentionsAnnotator in method public testDates2() : void in class edu.stanford.nlp.pipeline.EntityMentionsAnnotatorITest | From | To | |
| Change Variable Type annotator : MentionsAnnotator to annotator : EntityMentionsAnnotator in method public testBasicMentions() : void in class edu.stanford.nlp.pipeline.EntityMentionsAnnotatorITest | From | To | |
| Change Variable Type annotator : MentionsAnnotator to annotator : EntityMentionsAnnotator in method public testDates() : void in class edu.stanford.nlp.pipeline.EntityMentionsAnnotatorITest | From | To | |
| Change Variable Type annotator : MentionsAnnotator to annotator : EntityMentionsAnnotator in method public testNewsText() : void in class edu.stanford.nlp.pipeline.EntityMentionsAnnotatorITest | From | To | |
| Change Variable Type annotator : MentionsAnnotator to annotator : EntityMentionsAnnotator in method public testNumbers() : void in class edu.stanford.nlp.pipeline.EntityMentionsAnnotatorITest | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type recentTregexPatterns : JComboBox to recentTregexPatterns : JComboBox<String> in class edu.stanford.nlp.trees.tregex.gui.InputPanel | From | To | |
| Change Attribute Type recentTregexPatternsModel : DefaultComboBoxModel to recentTregexPatternsModel : DefaultComboBoxModel<String> in class edu.stanford.nlp.trees.tregex.gui.InputPanel | From | To | |
| Extract Method | 2 | ||
| Extract Method private getIntersectedRange(cpt CompositePartialTime, r Range, d Duration) : Range extracted from public getRange(flags int, granularity Duration) : Range in class edu.stanford.nlp.time.SUTime.CompositePartialTime | From | To | |
| Inline Variable | 1 | ||
| Inline Variable name : String in method public startElement(uri String, localName String, qName String, attributes Attributes) : void from class edu.stanford.nlp.ie.util.OntonotesXMLtoColumn.ColumnHandler | From | To |