e9d91bb76e76c1241a2f2ab0327375e7a5930885
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 41
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private jj_ntk_f() : int renamed to private jj_ntk() : int in class edu.stanford.nlp.semgraph.semgrex.SemgrexParser | From | To | |
| Rename Method public testThereAre() : void renamed to public testThereAreIn() : void in class edu.stanford.nlp.naturalli.RelationTripleSegmenterTest | From | To | |
| Change Return Type | 2 | ||
| Change Return Type void to int[] in method private buildTagArray(sz int) : int[] in class edu.stanford.nlp.ie.ner.CMMClassifier.Scorer | From | To | |
| Change Return Type int to double in method public mean(a int[]) : double in class edu.stanford.nlp.math.ArrayMath | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type out : StringBuffer to out : StringBuilder in method private replaceMacros(line String, macros Map<String,String>) : String in class edu.stanford.nlp.semgraph.semgrex.SemgrexBatchParser | From | To | |
| Extract Variable | 1 | ||
| Extract 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 | |
| Extract Method | 1 | ||
| Extract Method public forDependencyInsertion(dependencyLabel String, isSubject boolean, dependent Optional<String>) : NaturalLogicRelation extracted from public forDependencyInsertion(dependencyLabel String, isSubject boolean) : NaturalLogicRelation in class edu.stanford.nlp.naturalli.NaturalLogicRelation | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter expected : Set<String> to expectedSet : Set<String> in method public assertExtracted(expectedSet Set<String>, text String) : void in class edu.stanford.nlp.naturalli.OpenIEITest | From | To |