Skip to content

Issues: pmd/pmd

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

[apex] ApexCRUDViolation: SObject name case sensitive in Schema checks a:false-positive PMD flags a piece of code that is not problematic
#5633 opened Mar 24, 2025 by AndrewStopchenko-SO
[java] UnusedPrivateMethod a:false-positive PMD flags a piece of code that is not problematic
#5621 opened Mar 23, 2025 by patpatpat123
[java] FinalFieldCouldBeStatic fails on some fields annotated with Mockito Spy a:false-positive PMD flags a piece of code that is not problematic
#5610 opened Mar 19, 2025 by lapostoj
[core] POM Incompatibility with Maven 4
#5597 opened Mar 14, 2025 by oowekyala
[core] Enable incremental analysis by default in the CLI an:enhancement An improvement on existing features / rules
#5589 opened Mar 11, 2025 by oowekyala
[java] Display replacement string in message of UnnecessaryFullyQualifiedName an:enhancement An improvement on existing features / rules
#5585 opened Mar 7, 2025 by cowwoc
[java] AvoidFieldNameMatchingMethodName always reported twice is:unreproducible A bug report that cannot be reproduced - reporter should provide a MWE
#5570 opened Mar 3, 2025 by Ledmington
ExcessivePublicCount should report number of public "things" an:enhancement An improvement on existing features / rules
#5569 opened Mar 3, 2025 by Ledmington
[java] High NPathComplexity in switch expression a:false-positive PMD flags a piece of code that is not problematic
#5568 opened Mar 3, 2025 by Ledmington
Authentication methods in pmd check an:enhancement An improvement on existing features / rules
#5557 opened Feb 28, 2025 by fgabolde
[core] Add rule priority as level to Sarif report an:enhancement An improvement on existing features / rules
#5525 opened Feb 13, 2025 by julees7
[java] ExhaustiveSwitchHasDefault fails for non-exhaustive switch statements a:false-positive PMD flags a piece of code that is not problematic
#5514 opened Feb 7, 2025 by jjlharrison
PMD CPD ECMA script parser does not support private class properties a:bug PMD crashes or fails to analyse a file.
#5512 opened Feb 7, 2025 by nwcm
Dependency Updates for PMD 8 dependencies Pull requests that update a dependency file
#5509 opened Feb 6, 2025 by adangel 8.0.0
[java] Support Java 25 an:enhancement An improvement on existing features / rules
#5478 opened Jan 23, 2025 by adangel
12 tasks
[java] DoNotUseThreads reported for Thread.currentThread().getName() a:false-positive PMD flags a piece of code that is not problematic
#5468 opened Jan 17, 2025 by Ledmington
[cpp] PMD-7.4.0 CPD exception "java.lang.OutOfMemoryError: Java heap space" a:bug PMD crashes or fails to analyse a file.
#5466 opened Jan 15, 2025 by jackhj000
ProTip! Exclude everything labeled bug with -label:bug.