A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pmd/pmd/issues/3400 below:

[java] AvoidUsingOctalValues FN with underscores · Issue #3400 · pmd/pmd · GitHub

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