A RetroSearch Logo

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

Search Query:

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

[apex] ExcessiveClassLength multiple warning on the same class · Issue #3142 · pmd/pmd · GitHub

Affects PMD Version: 6.31

Rule: ExcessiveClassLength

Description:
With an apex class that contains more than 9300 lines and more than 700 public class definition PMD fires ono warning for each public class definition instead of just one warning.

The class is something like that:

public class Foo {
    public class bar1() {
        // about 50 lines of code
    }
    public class bar2() {
        // about 50 lines of code
    }
    public class bar3() {
        // about 50 lines of code
    }
.....
.....
    public class barN() {
        // about 50 lines of code
    }
}

Running PMD through: CLI


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