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