afb81d8454ad13919e0d7559303b3ab8b5e4df61
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type in : String to in : Object in method private orNull(in Object) : String in class edu.stanford.nlp.pipeline.CoNLLOutputter | From | To | |
| Extract Variable | 3 | ||
| Extract Variable semgrexTimeOut : int in method public handle(httpExchange HttpExchange) : void from class edu.stanford.nlp.pipeline.StanfordCoreNLPServer.SemgrexHandler | From | To | |
| Extract Variable tokensRegexTimeOut : int in method public handle(httpExchange HttpExchange) : void from class edu.stanford.nlp.pipeline.StanfordCoreNLPServer.TokensRegexHandler | From | To | |
| Extract Variable tregexTimeOut : int in method public handle(httpExchange HttpExchange) : void from class edu.stanford.nlp.pipeline.StanfordCoreNLPServer.TregexHandler | From | To | |
| Extract Method | 1 | ||
| Extract Method private orNeg(in int) : String extracted from private line(index int, token CoreLabel, head int, deprel String) : String in class edu.stanford.nlp.pipeline.CoNLLOutputter | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter head : int to in : int in method private orNeg(in int) : String in class edu.stanford.nlp.pipeline.CoNLLOutputter | From | To |