A RetroSearch Logo

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

Search Query:

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

[java] UnnecessaryFullyQualifiedName doesn't flag same package FQCNs · Issue #1199 · pmd/pmd · GitHub

Affects PMD Version: 6.4.0

Rule:
category/java/codestyle.xml/UnnecessaryFullyQualifiedName

Description:
Unnecessary FQCN of same package classes are not flagged.

Code Sample demonstrating the issue:

package org.foo;

public class SamePackage {
    public void convert(org.foo.Bar s) { // violation
    }
}

Running PMD through: Any


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