4e0dfdf118b1e81cefbe24dc8cf436ba9fd297a1
Files Diff
- Added: 5
- Removed: 2
- Renamed: 0
- Modified: 32
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method protected testTimex(documentText String, expectedText String, expectedTimex Timex, timexAnn CoreMap) : void renamed to private checkTimex(documentText String, expectedText String, expectedTimex Timex, timexAnn CoreMap) : void in class edu.stanford.nlp.time.SUTimeITest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable refMod : String to refModifier : String in method public testSeasons() : void in class edu.stanford.nlp.time.SUTimeITest | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute splitPuncTregex : TregexPattern[] to fixupTregex : TregexPattern[] in class edu.stanford.nlp.trees.international.pennchinese.CTBErrorCorrectingTreeNormalizer | From | To | |
| Rename Attribute splitPuncTsurgeon : TsurgeonPattern[] to fixupTsurgeon : TsurgeonPattern[] in class edu.stanford.nlp.trees.international.pennchinese.CTBErrorCorrectingTreeNormalizer | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type extractor : CoreMapExpressionExtractor to extractor : CoreMapExpressionExtractor<MatchedExpression> in method public main(args String[]) : void in class edu.stanford.nlp.ling.tokensregex.demo.TokensRegexDemo | From | To | |
| Extract Method | 3 | ||
| Extract Method private isMidDot(cp int) : boolean extracted from private normalizeUnicode(in String, ascii int, spaceChar int, midDot int) : String in class edu.stanford.nlp.trees.international.pennchinese.ChineseUtils | From | To |