4a68585ef51c29e3c1b524fb47570c64535b8727
Files Diff
- Added: 36
- Removed: 2
- Renamed: 0
- Modified: 55
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setUp() : void renamed to public runOnceBeforeClass() : void in class edu.stanford.nlp.ie.NumberNormalizerITest | From | To | |
Rename Variable | 1 | ||
Rename Variable properties : Properties to propertiesCopy : Properties in method public getSignature(name String, properties Properties) : String in class edu.stanford.nlp.util.PropertiesUtils | From | To | |
Change Return Type | 1 | ||
Change Return Type CoreMapExpressionExtractor to CoreMapExpressionExtractor<MatchedExpression> in method private createExtractor() : CoreMapExpressionExtractor<MatchedExpression> in class edu.stanford.nlp.ie.qe.QuantifiableEntityExtractor | From | To | |
Extract Attribute | 3 | ||
Extract Attribute private nerCoreAnnotationClass : Class<? extends CoreAnnotation<String>> in class edu.stanford.nlp.pipeline.EntityMentionsAnnotator | From | To | |
Extract Attribute private nerNormalizedCoreAnnotationClass : Class<? extends CoreAnnotation<String>> in class edu.stanford.nlp.pipeline.EntityMentionsAnnotator | From | To | |
Extract Attribute private mentionsCoreAnnotationClass : Class<? extends CoreAnnotation<List<CoreMap>>> in class edu.stanford.nlp.pipeline.EntityMentionsAnnotator | From | To | |
Extract Variable | 3 | ||
Extract Variable seconds : long in method public elapsedTime(d1 Date, d2 Date) : String from class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass | From | To | |
Extract Variable requested : int in method private zzRefill() : boolean from class edu.stanford.nlp.process.PTBLexer | From | To | |
Extract Variable orNull : E in method public get() : E from class edu.stanford.nlp.util.Lazy | From | To | |
Change Variable Type | 1 | ||
Change Variable Type newCRF : CRFClassifier to newCRF : CRFClassifier<IN> in method public ClassifierCombiner(ois ObjectInputStream, props Properties) in class edu.stanford.nlp.ie.ClassifierCombiner | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type implOrNull : SoftReference<E> to implOrNull : E in class edu.stanford.nlp.util.Lazy | From | To | |
Change Attribute Type extractor : CoreMapExpressionExtractor to extractor : CoreMapExpressionExtractor<MatchedExpression> in class edu.stanford.nlp.ie.qe.QuantifiableEntityExtractor | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public flush() : void extracted from public print(doc Annotation, target OutputStream, options Options) : void in class edu.stanford.nlp.pipeline.JSONOutputter & moved to class edu.stanford.nlp.pipeline.JSONOutputter.JSONWriter | From | To |