a00830318eb535743012fcc5baae23b51dc7f606
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public feedNFA(inputEvents List<StreamRecord<Event>>, nfa NFA<Event>, afterMatchSkipStrategy AfterMatchSkipStrategy) : List<List<Event>> extracted from public feedNFA(inputEvents List<StreamRecord<Event>>, nfa NFA<Event>) : List<List<Event>> in class org.apache.flink.cep.nfa.NFATestUtilities | From | To | |
Extract Method public process(event T, timestamp long, afterMatchSkipStrategy AfterMatchSkipStrategy) : Tuple2<Collection<Map<String,List<T>>>,Collection<Tuple2<Map<String,List<T>>,Long>>> extracted from public process(event T, timestamp long) : Tuple2<Collection<Map<String,List<T>>>,Collection<Tuple2<Map<String,List<T>>,Long>>> in class org.apache.flink.cep.nfa.NFA | From | To |