545bce43177cd590700e5252bb753194d6c8d947
Files Diff
- Added: 4
- Removed: 7
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable done : boolean to match : boolean in method protected find(start int, matchStart boolean) : boolean in class edu.stanford.nlp.ling.tokensregex.SequenceMatcher | From | To | |
| Inline Method | 2 | ||
| Inline Method protected startMatchedCountInc(bid int, node SequencePattern.State, initialValue int, delta int) : void inlined to protected startMatchedCountInc(bid int, node SequencePattern.State) : void in class edu.stanford.nlp.ling.tokensregex.SequenceMatcher.BranchStates | From | To | |
| Inline Method protected find0(start int, matchStart boolean) : boolean inlined to protected find(start int, matchStart boolean) : boolean in class edu.stanford.nlp.ling.tokensregex.SequenceMatcher | From | To | |
| Move Class | 4 | ||
| Move Class edu.stanford.nlp.trees.ud.CoNLLUUtils moved to edu.stanford.nlp.trees.conllu.CoNLLUUtils | From | To | |
| Move Class edu.stanford.nlp.trees.ud.CoNLLUDocumentReaderWriterTest moved to edu.stanford.nlp.trees.conllu.CoNLLUDocumentReaderWriterTest | From | To | |
| Move Class edu.stanford.nlp.trees.ud.CoNLLUDocumentWriter moved to edu.stanford.nlp.trees.conllu.CoNLLUDocumentWriter | From | To | |
| Move Class edu.stanford.nlp.trees.ud.CoNLLUDocumentReader moved to edu.stanford.nlp.trees.conllu.CoNLLUDocumentReader | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type allMatchIndices : HashSet<Integer> to allMatchIndices : Set<Integer> in method private getMatchIndices() : Collection<Integer> in class edu.stanford.nlp.ling.tokensregex.SequenceMatcher.MatchedStates | From | To | |
| Change Package | 1 | ||
| Change Package edu.stanford.nlp.trees.ud to edu.stanford.nlp.trees.conllu | From | To | |
| Inline Variable | 1 | ||
| Inline Variable punctFilter : Predicate<String> in method public ParserAnnotator(annotatorName String, props Properties) from class edu.stanford.nlp.pipeline.ParserAnnotator | From | To |