Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pmd/pmd

An extensible multilanguage static code analyzer.
https://github.com/pmd/pmd

[java] SimplifyBooleanReturns should consider literal expression

Jane-PL-256 opened this issue almost 3 years ago
Support Salesforce LWC Markup

rsoesemann opened this issue almost 3 years ago
Unified Salesforce ruleset incl. Apex, Visualforce & XML Metadata

SCWells72 opened this issue almost 3 years ago
[java] AppendCharacterWithChar should consider constant type

Jane-PL-256 opened this issue almost 3 years ago
[java] LawOfDemeter disallows method call on locally created object

MetaBF opened this issue almost 3 years ago
[java] AvoidInstantiatingObjectsInLoops: Instantiation and then Loop Exit

numeralnathan opened this issue almost 3 years ago
[java] Cleanup java module

oowekyala opened this pull request almost 3 years ago
[java] InsecureCryptoIv false negative for later assignments

Zustin opened this issue almost 3 years ago
[java] LawOfDemeter - false negative with lambda expression

tjuwhy opened this issue almost 3 years ago
[java] LawOfDemeter - false negative with braces

tjuwhy opened this issue almost 3 years ago
[java] UnnecessaryConstructor FP with annotated ctor

oowekyala opened this issue almost 3 years ago
[apex] Replace Jorje with fully open source front-end

aaronhurst-google opened this issue almost 3 years ago
[java] Rename some node types

oowekyala opened this issue almost 3 years ago
[java] RedundantFieldInitializer FP with expressions that start with zero

oowekyala opened this issue almost 3 years ago
[java] Update rule UnnecessaryImport

oowekyala opened this pull request almost 3 years ago
[apex] False positive with IfElseStmtsMustUseBraces

rsoffiatto opened this issue almost 3 years ago
[java] SingularField ignores static variables

ghost opened this issue about 3 years ago
[java] RedundantFieldInitializer FN with constant expressions

Zustin opened this issue about 3 years ago
[java] A false negative about the rule SingularField

Jane-PL-256 opened this issue about 3 years ago
[java] Type resolution error with deeply nested lambda

adangel opened this issue about 3 years ago
[java] Make UnusedPrivateMethod consider enum classes

Zustin opened this issue about 3 years ago
[java] Make UnusedPrivateField consider enum classes

Zustin opened this issue about 3 years ago
[java] Make SingularField consider nested classes by default

Zustin opened this issue about 3 years ago
[java] Make UnusedFormalParameter consider enum classes

Zustin opened this issue about 3 years ago
[java] UnusedPrivateMethod - false negative with anonymous classes

Jane-PL-256 opened this issue about 3 years ago
[java] UnusedPrivateField - false negative with anonymous class

Jane-PL-256 opened this issue about 3 years ago
[apex] Stackoverflow when running PMD 6.38 on Apex code

rsoesemann opened this issue about 3 years ago
[java] Update rule InvalidLogMessageFormat

oowekyala opened this pull request over 3 years ago
[java] Update CheckSkipResult

oowekyala opened this pull request over 3 years ago
[javascript] CPD giving out of memory heap error

SwatiBGupta1110 opened this issue over 3 years ago
JavaTokenKinds class is missing

suren39 opened this issue over 3 years ago
[java] 3 rules reporting a comment twice for same line

dinesh150 opened this issue over 3 years ago
[java] A false negative about InsecureCryptoIv

Zustin opened this issue over 3 years ago
[java] Update rule SimplifiedTernary

oowekyala opened this pull request over 3 years ago
[core] Add access to file name in XPath rules

oowekyala opened this pull request over 3 years ago
[Java] A false negative about UseIndexOfChar

Zustin opened this issue over 3 years ago
[java] ProperLogger gives false positives for inner classes

cristalp opened this issue over 3 years ago
[java] False negatives in AssignmentInOperand Rule

Noah0120 opened this issue over 3 years ago
[java] False Positives in InvalidLogMessageFormat rule

Noah0120 opened this issue over 3 years ago
[java] False positives in UnusedNullCheckInEquals

Noah0120 opened this issue over 3 years ago
[java] BrokenNullCheck: false positive within ternary operator

Noah0120 opened this issue over 3 years ago
[apex] ApexDoc checks for structure but not content

jonathanwiesel opened this issue over 3 years ago
[java] WhileLoopWithLiteralBoolean misses constant expression

Jane-PL-256 opened this issue over 3 years ago
[java] HardcodedCryptoKey ignores method call

Jane-PL-256 opened this issue over 3 years ago
[java] ImplicitSwitchFallThrough should consider switch expressions

adangel opened this issue over 3 years ago
[java] Regression with LiteralsFirstInComparisons in 6.35.0

hgschmie opened this issue over 3 years ago
[java] Fix #3305 - ConstructorCallsOverridableMethod NPE with records

oowekyala opened this pull request over 3 years ago
[java] SwitchStmtsShouldHaveDefault and implicit default

ben-manes opened this issue over 3 years ago
[java] Deprecate AvoidCatchingGenericException

oowekyala opened this issue over 3 years ago
[java] Update rule AvoidRethrowingException

oowekyala opened this pull request over 3 years ago
[core] Fix #2639, create report file directories if they do not exist

oowekyala opened this pull request over 3 years ago
[java] Fix LiteralsFirstInComparison ignoring constants

oowekyala opened this pull request over 3 years ago
[objectivec] Lexical error, encountered "(" after "(void (^ _Nonnull)"

songxing10000 opened this issue over 3 years ago
[java] Make UnnecessaryCast check casts in invocation contexts

oowekyala opened this issue over 3 years ago
[java] New rule: UnnecessaryVarargsArrayCreation

oowekyala opened this issue over 3 years ago
[apex] Prevent classes from shadowing System Namespace

noerremark opened this issue over 3 years ago
[java] Update rule PreserveStackTrace

oowekyala opened this pull request over 3 years ago
[doc] Document language module features

oowekyala opened this issue over 3 years ago
[apex] Fix node positions for synthetic nodes without RealLoc

adangel opened this issue over 3 years ago
[apex] Duplicate warning for EmptyStatementBlock and EmptyIfStmt

stefanoportelli opened this issue almost 4 years ago
[java] UnsynchronizedStaticFormatter cross-class violations not detected

coladict opened this issue almost 4 years ago
[java] GuardLogStatement can have more detailed example

KroArtem opened this issue almost 4 years ago
[doc] Differences in rules in pmd 7 vs pmd 6

oowekyala opened this issue almost 4 years ago
[java] LocalVariableCouldBeFinal should consider blank local variables

oowekyala opened this issue almost 4 years ago
[java] UnusedNullCheckInEquals FP in 6.31.0

testation21 opened this issue almost 4 years ago
[java] AvoidDecimalLiteralsInBigDecimalConstructor FP with PMD 6.30.0

testation21 opened this issue almost 4 years ago
[java] CommentSize rule violation is not suppressed at method level

linusjf opened this issue almost 4 years ago
[cpp] Add option to ignore sequences of literals

maikelsteneker opened this pull request about 4 years ago
[cpp] Add support for C++14 binary literals

maikelsteneker opened this pull request about 4 years ago