RefactoringMiner
RefactoringMiner copied to clipboard
Wrong Argumentization
Observation
The parameter of the Extract Method has been wrongly argumentized.
Commit
Extracted Method
findAll(Predicate<String> predicate) which is extracted two times
Explanation
The parameter of the aforementioned method has been argumentized with this.all in both cases, which is wrong.