26ffa2476b538be0a9c52b423f7ba71c8d34ce7a
Files Diff
- Added: 2
- Removed: 36
- Renamed: 0
- Modified: 55
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public runOnceBeforeClass() : void renamed to public setUp() : void in class edu.stanford.nlp.ie.NumberNormalizerITest | From | To | |
Rename Variable | 1 | ||
Rename Variable orNull : E to elem : E in method public get() : E in class edu.stanford.nlp.util.Lazy | From | To | |
Change Return Type | 1 | ||
Change Return Type CoreMapExpressionExtractor<MatchedExpression> to CoreMapExpressionExtractor in method public createExtractor() : CoreMapExpressionExtractor in class edu.stanford.nlp.ie.qe.QuantifiableEntityExtractor | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable propertiesCopy : Properties to properties : Properties in method public getSignature(name String, properties Properties) : String in class edu.stanford.nlp.util.PropertiesUtils | From | To | |
Change Variable Type | 1 | ||
Change Variable Type newCRF : CRFClassifier<IN> to newCRF : CRFClassifier in method public ClassifierCombiner(ois ObjectInputStream, props Properties) in class edu.stanford.nlp.ie.ClassifierCombiner | From | To | |
Inline Variable | 2 | ||
Inline Variable orNull : E in method public get() : E from class edu.stanford.nlp.util.Lazy | From | To | |
Inline Variable seconds : long in method public elapsedTime(d1 Date, d2 Date) : String from class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type implOrNull : E to implOrNull : SoftReference<E> in class edu.stanford.nlp.util.Lazy | From | To | |
Change Attribute Type extractor : CoreMapExpressionExtractor<MatchedExpression> to extractor : CoreMapExpressionExtractor in class edu.stanford.nlp.ie.qe.QuantifiableEntityExtractor | From | To |