f23b4d8519cab7748e1583fafbba678766fec7e5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 58
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 4 | ||
Rename Variable dbFactory : DocumentBuilderFactory to dbfac : DocumentBuilderFactory in method public parseElement(xml String) : Element in class edu.stanford.nlp.time.XMLUtils | From | To | |
Rename Variable entry : Map.Entry<String,Collection<ValueFunction>> to name : String in method public main(args String[]) : void in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | From | To | |
Rename Variable d : int to m : int in method public run() : void in class edu.stanford.nlp.classify.LogConditionalObjectiveFunction.CLBatchDerivativeCalculation | From | To | |
Rename Variable dbFactory : DocumentBuilderFactory to dbfac : DocumentBuilderFactory in method public createDocument() : Document in class edu.stanford.nlp.time.XMLUtils | From | To | |
Change Return Type | 2 | ||
Change Return Type Counter<F> to Counter<String> in method public weightsAsCounter() : Counter<String> in class edu.stanford.nlp.classify.LogisticClassifier | From | To | |
Change Return Type HashMap<String,String> to void in method private setupDictionary(dictPath String) : void in class edu.stanford.nlp.international.spanish.SpanishVerbStripper | From | To | |
Change Variable Type | 3 | ||
Change Variable Type entry : Map.Entry<String,Collection<ValueFunction>> to name : String in method public main(args String[]) : void in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | From | To | |
Change Variable Type c : Counter<F> to c : Counter<String> in method public weightsAsCounter() : Counter<String> in class edu.stanford.nlp.classify.LogisticClassifier | From | To | |
Change Variable Type attr : Map.Entry<String,Pair<Pattern,Pattern>> to attr : Map.Entry<String,Pattern> in method public nodeAttrMatch(node IndexedWord, sg SemanticGraph, ignoreCase boolean) : boolean in class edu.stanford.nlp.semgraph.semgrex.NodePattern | From | To | |
Extract Variable | 1 | ||
Extract Variable batchSize : int in method public run() : void from class edu.stanford.nlp.classify.LogConditionalObjectiveFunction.CLBatchDerivativeCalculation | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type attributes : Map<String,Pair<Pattern,Pattern>> to attributes : Map<String,Pattern> in class edu.stanford.nlp.semgraph.semgrex.NodePattern | From | To |