hi, is there any rule that can detect the following issue? image we have a method definition methodA(String a, String b, String c) has parameters a, b, c by order, I want to detect the issue that if some call methodA(b, a, c), the order b, c, a is not match the method declaration.
it seems that pmd is not available to detect the issues that get multiple files involved. does my understanding correct? thanks
Last edit: supermanheng21 2018-09-25
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi, is there any rule that can detect the following issue? image we have a method definition methodA(String a, String b, String c) has parameters a, b, c by order, I want to detect the issue that if some call methodA(b, a, c), the order b, c, a is not match the method declaration.
it seems that pmd is not available to detect the issues that get multiple files involved. does my understanding correct? thanks
Last edit: supermanheng21 2018-09-25