Describe the bug
EC27 suggests System.arraycopy when it is not applicable.
Expected behavior
System.arraycopy should not be suggested when the code inside the loop filters / modifies / ... the values.
Screenshots

Software Versions
- SonarQube Version: 10.3
- Plugin Version: 1.4.3
Describe the bug
EC27 suggests
System.arraycopywhen it is not applicable.Expected behavior
System.arraycopyshould not be suggested when the code inside the loop filters / modifies / ... the values.Screenshots

Software Versions