e.g. `Range<Integer> acceptRange = Range.closed(1, 10);` will be replaced to `Range acceptRange = Range.closed(1, 10);`