8835da996f61222ef7291d73b5160e0405d81b16
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private createTimesState(sinkState State<T>, times int) : State<T> renamed to private createSingletonState(sinkState State<T>, proceedState State<T>, ignoreCondition IterativeCondition<T>, isOptional boolean) : State<T> in class org.apache.flink.cep.nfa.compiler.NFACompiler.NFAFactoryCompiler | From | To | |
Rename Variable | 1 | ||
Rename Variable lastSink : State<T> to sink : State<T> in method private createSingletonState(sinkState State<T>, proceedState State<T>, ignoreCondition IterativeCondition<T>, isOptional boolean) : State<T> in class org.apache.flink.cep.nfa.compiler.NFACompiler.NFAFactoryCompiler | From | To | |
Inline Method | 2 | ||
Inline Method private createSingletonState(sinkState State<T>, ignoreCondition IterativeCondition<T>, isOptional boolean) : State<T> inlined to private createSingletonState(sinkState State<T>, proceedState State<T>, ignoreCondition IterativeCondition<T>, isOptional boolean) : State<T> in class org.apache.flink.cep.nfa.compiler.NFACompiler.NFAFactoryCompiler | From | To | |
Change Return Type | 1 | ||
Change Return Type int to Times in method public getTimes() : Times in class org.apache.flink.cep.pattern.Pattern | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type times : int to times : Times in class org.apache.flink.cep.pattern.Pattern | From | To |