Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.42.0.

Violations By Priority

Priority 3

org/mal_lang/lib/AST.java

Rule Violation Line
UnnecessaryModifier Unnecessary modifier 'private' on constructor 'Multiplicity(String)': enum constructors are implicitly private 760762

org/mal_lang/lib/Analyzer.java

Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 272274
EmptyIfStmt Avoid empty if statements 440442

org/mal_lang/lib/TokenType.java

Rule Violation Line
UnnecessaryModifier Unnecessary modifier 'private' on constructor 'TokenType(String)': enum constructors are implicitly private 7375

Priority 4

org/mal_lang/lib/Lexer.java

Rule Violation Line
UselessParentheses Useless parentheses. 581
UselessParentheses Useless parentheses. 581

Files

org/mal_lang/lib/AST.java

Rule Violation Priority Line
UnnecessaryModifier Unnecessary modifier 'private' on constructor 'Multiplicity(String)': enum constructors are implicitly private 3 760762

org/mal_lang/lib/Analyzer.java

Rule Violation Priority Line
CollapsibleIfStatements These nested if statements could be combined 3 272274
EmptyIfStmt Avoid empty if statements 3 440442

org/mal_lang/lib/Lexer.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 581
UselessParentheses Useless parentheses. 4 581

org/mal_lang/lib/TokenType.java

Rule Violation Priority Line
UnnecessaryModifier Unnecessary modifier 'private' on constructor 'TokenType(String)': enum constructors are implicitly private 3 7375