RefactoringMiner
RefactoringMiner copied to clipboard
List instantiation replaced with asList
https://github.com/google/truth/commit/1768840bf1e69892fd2a23776817f620edfed536
@pouryafard75
In introduced sub-expression mappings instead of a CompositeReplacement with additionally matched statements,
because in the second case the add method call names were matched with containsNoDuplicates

@tsantalis The problem with the list instantiation has been resolved. However, I believe this issue must be re-opened since we discussed the iterable() method is inlined.