- Operating system: Windows 10
- SonarLint plugin version: 7.4.0.60471
- Programming language you’re coding in: Java
- Is connected mode used: No
The following comment is accusing S125: Remove commented code:
// If neither of the conditions for (1.1) or (1.3) are met, this
// ... continued comment block, S125 is in above line only
This is very clearly not legal Java code under any circumstances (or any other language that I know of, for that matter), so this is a false positive.