Affects PMD Version: 6.36.0
Rule: AvoidUsingOctalValues
Description: The rule should report octal literals that contain underscores
Code Sample demonstrating the issue:
class Test { int i = 0_711; }
Expected outcome: a violation
PMD should report a violation at line ..., but doesn't. This is a false-negative.
Running PMD through: [CLI | Ant | Maven | Gradle | Designer | Other]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4