77c5e80ed1fbffa10ec52d68ffcc03a5b895bcfe
Files Diff
- Added: 9
- Removed: 10
- Renamed: 0
- Modified: 48
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testThereAreIn() : void renamed to public testThereAre() : void in class edu.stanford.nlp.naturalli.RelationTripleSegmenterTest | From | To | |
Rename Method private jj_ntk() : int renamed to private jj_ntk_f() : int in class edu.stanford.nlp.semgraph.semgrex.SemgrexParser | From | To | |
Inline Method | 1 | ||
Inline Method public forDependencyInsertion(dependencyLabel String, isSubject boolean, dependent Optional<String>) : NaturalLogicRelation inlined to public forDependencyInsertion(dependencyLabel String, isSubject boolean) : NaturalLogicRelation in class edu.stanford.nlp.naturalli.NaturalLogicRelation | From | To | |
Change Return Type | 2 | ||
Change Return Type int[] to void in method package buildTagArray() : void in class edu.stanford.nlp.ie.ner.CMMClassifier.Scorer | From | To | |
Change Return Type double to int in method public mean(a int[]) : int in class edu.stanford.nlp.math.ArrayMath | From | To | |
Move Class | 1 | ||
Move Class edu.stanford.nlp.loglinear.learning.CoNLLBenchmark moved to edu.stanford.nlp.loglinear.CoNLLBenchmark | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute temp : int[] to tagArray : int[] in method package buildTagArray() : void in class edu.stanford.nlp.ie.ner.CMMClassifier.Scorer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type out : StringBuilder to out : StringBuffer in method private replaceMacros(line String, macros Map<String,String>) : String in class edu.stanford.nlp.semgraph.semgrex.SemgrexBatchParser | From | To | |
Inline Variable | 1 | ||
Inline Variable chunk : Optional<List<CoreLabel>> in method private segmentVerb(parse SemanticGraph, confidence Optional<Double>, consumeAll boolean) : Optional<RelationTriple> from class edu.stanford.nlp.naturalli.RelationTripleSegmenter | From | To | |
Rename Parameter | 1 | ||
Rename Parameter expectedSet : Set<String> to expected : Set<String> in method public assertExtracted(expected Set<String>, text String) : void in class edu.stanford.nlp.naturalli.OpenIEITest | From | To |