Currently, the ApiCompat does not detect the change of default value for parameters. `void Execute(int i)` == `void Execute(int i = 0)` == `void Execute(int i = 2)`