d1eb996081dbfb0b41d09114b69e0cd28feab662
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testSkipToNext() : void renamed to public testNoSkip() : void in class org.apache.flink.cep.nfa.AfterMatchSkipITCase | From | To | |
Pull Up Method | 2 | ||
Pull Up Method public isSkipStrategy() : boolean from class org.apache.flink.cep.nfa.aftermatch.SkipPastLastStrategy to public isSkipStrategy() : boolean from class org.apache.flink.cep.nfa.aftermatch.SkipRelativeToWholeMatchStrategy | From | To | |
Pull Up Method protected shouldPrune(startEventID EventId, pruningId EventId) : boolean from class org.apache.flink.cep.nfa.aftermatch.SkipPastLastStrategy to protected shouldPrune(startEventID EventId, pruningId EventId) : boolean from class org.apache.flink.cep.nfa.aftermatch.SkipRelativeToWholeMatchStrategy | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.flink.cep.nfa.aftermatch.SkipRelativeToWholeMatchStrategy from classes [org.apache.flink.cep.nfa.aftermatch.SkipPastLastStrategy] | From | To |