-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
[java] CommentDefaultAccessModifier doesn't recognize /* package */ comment at expected location for constructors
a:false-positive
PMD flags a piece of code that is not problematic
#5634
opened Mar 24, 2025 by
ax-lothas
[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
[apex] ApexDoc rule's range should just be the class/method signature instead of the entire class/method
a:bug
PMD crashes or fails to analyse a file.
#5614
opened Mar 20, 2025 by
stephen-carter-at-sf
[apex] AvoidNonExistentAnnotations rule's line/col info should be the annotation - not the entire class or method
a:bug
PMD crashes or fails to analyse a file.
#5613
opened Mar 20, 2025 by
stephen-carter-at-sf
[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] 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] A bug report that cannot be reproduced - reporter should provide a MWE
AvoidFieldNameMatchingMethodName
always reported twice
is:unreproducible
#5570
opened Mar 3, 2025 by
Ledmington
ExcessivePublicCount
should report number of public "things"
an:enhancement
#5569
opened Mar 3, 2025 by
Ledmington
[java] High NPathComplexity in PMD flags a piece of code that is not problematic
switch
expression
a:false-positive
#5568
opened Mar 3, 2025 by
Ledmington
[java] Ability to suppress CloseResource rule based on the class that returns the AutoCloseable
an:enhancement
An improvement on existing features / rules
#5559
opened Feb 28, 2025 by
cowwoc
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 - ERROR net.sourceforge.pmd.cpd.CpdAnalysis - Skipping file: Lexical error in file .... After upgrade from 6.46 to 7.10.0
a:bug
PMD crashes or fails to analyse a file.
#5515
opened Feb 10, 2025 by
cchavez
[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
[apex] ApexSharingViolations violation for classes without modifiers includes all lines as location of the violation
a:false-positive
PMD flags a piece of code that is not problematic
#5511
opened Feb 6, 2025 by
jag-j
[java] Support Java 25
an:enhancement
An improvement on existing features / rules
#5478
opened Jan 23, 2025 by
adangel
12 tasks
[java] JUnit5TestShouldBePackagePrivate is not applied on when @Test method is only present in parent class
a:false-negative
PMD doesn't flag a problematic piece of code
#5477
opened Jan 22, 2025 by
anuragagarwal561994
[visualforce] NullPointerException when Analyzing Standard Field References in Large Visualforce Page Sets
a:bug
PMD crashes or fails to analyse a file.
#5476
opened Jan 20, 2025 by
Daniel-Ventura-25
[java] DoNotUseThreads reported for PMD flags a piece of code that is not problematic
Thread.currentThread().getName()
a:false-positive
#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
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.