A RetroSearch Logo

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

Search Query:

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

Should not need to guard parameterized log messages where the replacement arg is an array element · Issue #5153 · pmd/pmd · GitHub

Affects PMD Version:
7.0.0

Rule:
GuardLogStatement

Description:
I do not believe an argument, which is an array element, should result in a violation of this rule.

Code Sample demonstrating the issue:

        final String[] foo = ...
        LOG.info(
                "Some message here : foo0={}",
                foo[0]
        );

Expected outcome:

PMD reports "... Rule:GuardLogStatement Priority:2 Logger calls should be surrounded by log level guards..".
I think that's a false positive.

Running PMD through: [CLI | Ant | Maven | Gradle | Designer | Other]
Run via maven-pmd-plugin (3.24.0)


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