Open stokpop opened 2 days ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Hmm, we like to avoid false positives. I think it is better to assume simple/short. We might want to make a new rule on lower severity level (info?) for the cases we cannot determine, external constant.
assume constants for regexps are not simple
For discussion: pmd6 rule had a hit, but that might be a bug as in unit tests other Contant.SEP was assumed good, but should we maybe turn it around? If it is a constant assume it to be not a simple regex?
This was here already, should we turn this into "assumed bad, external"?
note: