-
PMD static analyzer has several security checks. If a project uses the analyzer, then it should positively affect the score for static analysis. However, it should not contribute much because PMD does…
-
The PMD benchmark fails under Jato:
$ jato -jar dacapo-2006-10-MR2.jar pmd
[snip]
Digest validation failed for stdout.log, expecting 0x15443d38fce80cd97026c5ca650fe3dae0a30e01 found 0x41d3599f62204…
-
Dear Sir or Madam,
I am reaching out to you on behalf of the SonarQube Team. We are using this plugin in our SonarQube EE v9.9. We authenticate to SonarQube via Atlassian Crowd. The team is about t…
-
```
$ python3.4 ./configure.py --enable-dpdk --mode=release --static-boost --static-stdc++ --compiler=/opt/scylladb/bin/g++-7.3
$ ninja-build
FAILED: build/debug/tests/tuple_utils_test
/opt/scyll…
-
Hi,
I am really having a hard time finding an answer is it possible to define a custom ruleset file for the PMD plugin?
We are running the PMD plugin in Intellij and we have defined a custom file…
-
**Affects PMD Version:** 7.1.0
**Rule:** LooseCoupling
Please provide the rule name and a link to the rule documentation:
https://pmd.github.io/pmd/pmd_rules_java_bestpractices.html#looseco…
-
```swift
NSString * regex = @"^([\\[\\]\{\\}\\*\\'#%+=_|~•.,?!-/:;()$&@\\s]|\\w){4,15}$";
```
Encountered: Lexical error at line 162, column 36. Encountered: "{" (123), after : "\"^([\\\\[…
-
This is with latest pmd-7.0.0-SNAPSHOT build with Kotlin support:
For this code:
fun getSomething(): Something {
return Something(Other.create())
}
The Kotlin HttpClientBuil…
-
Thanks for making this available in VSCode. Aside from syntax, can this run pmd files from the command line like pweave can, shown here: http://mpastell.com/pweave/examples/index.html ?
E.g. Opening …
-