PMD Results
The following document contains the results of PMD 7.19.0.
PMD found no problems in your source code.
Suppressed Violations
| Filename | Rule message | Suppression type | Reason |
|---|---|---|---|
| org/freedesktop/dbus/DBusMap.java | This if statement can be replaced by `return !{condition} && {elseBranch};` | @suppresswarnings | |
| org/freedesktop/dbus/DBusMap.java | This if statement can be replaced by `return !{condition} && {elseBranch};` | @suppresswarnings | |
| org/freedesktop/dbus/utils/NameableThreadFactory.java | Avoid using java.lang.ThreadGroup; it is not thread safe | //nopmd |
