-
**Is your feature request related to a problem? Please describe.**
_A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]_
Network connections may fail and so …
-
### What is the current behavior?
Some lints are not caught correctly because the linter cannot resolve the correct type for all expressions.
### Describe the feature
Pass all the jar dependencies …
-
To simplify the code, we should remove the extensive use of code duplication (copy-paste).
Here is a gist showing some of the current duplication, automatically generated with [PMD](https://github…
-
JIRA Issue: [KIEKER-1694] Consider to remove some PMD rules
Original Reporter: Sören Henning
***
In my opinion, the following PMD rules complicate the development and reduce the code quality instead…
-
JIRA Issue: [KIEKER-1788] Revisit the remaining custom PMD rules
Original Reporter: Andre van Hoorn
***
50% are excluded already
[KIEKER-1788]: https://kieker-monitoring.atlassian.net/browse/KIEKE…
-
# Fix False Positives for `UnusedPrivateMethod` Rule
## Description
This PR addresses an issue with the PMD `UnusedPrivateMethod` rule reporting false positives in certain scenarios. While t…
-
I just noticed that `AddBoundaryExchangeTasks` set boundaries on fine and coarse cells:
```
if (md->GetMeshPointer()->multilevel) {
auto cbound = tl.AddTask(set, TF(ApplyBoundaryConditionsOnC…
-
from https://github.com/checkstyle/checkstyle/pull/15812
https://pmd.github.io/pmd/pmd_rules_java_multithreading.html#avoidsynchronizedstatement
```
[INFO] --- maven-pmd-plugin:3.24.0:check (defaul…
-
Hi! First off, thank you for PMD-IntelliJ, we are using it in production here and it works fine! If I had one wish, it would be to be able to choose the PMD version that PMD-Intellij uses for checking…
-
Some browsers (e.g. Firefox) are capable of rendering XML with XSLT or CSS stylesheet referred in that XML.
See https://www.w3.org/TR/xml-stylesheet/xml-stylesheet.xml
It would be nice if PMD CP…