-
```
Running PMD reveals that there are several cases where RuntimeException is
thrown from within uimaFIT. A different, more specific kind of exception should
be thrown, e.g. an IllegalStateExceptio…
-
ERROR(three.core.min.js: L19 / Uncaught TypeError: Cannot read properties of undefined (reading "quatemion")
Model was a PMD model which I converted to PMX.
Model in question: https://onedrive.l…
-
### Discussed in https://github.com/pmd/pmd/discussions/3911
Originally posted by **jfeingold35** April 14, 2022
The priorities assigned to Apex rules don't seem correct to me.
E.g., `ClassNa…
-
**Affects PMD Version:**
6.20.0
**Rule:**
Related to [WhileLoopWithLiteralBoolean](https://pmd.github.io/latest/pmd_rules_java_bestpractices.html#whileloopwithliteralboolean)
**Description:**…
-
Build failed
Build fixed
Interesting new content :
Build start time - end time
build started by
report results (pmd, checktyle, findbugs, emma,
test cases (run sucess, failed) , test coverage
warnin…
-
It seems that the parameterized test method names are missing from the report. Here's an example:
```kotlin
@ParameterizedTest(name = "{0}")
@ValueSource(
strings = [
"net.twisterrob.gradl…
-
As discussed earlier, I will set up a test instance @ MPI SusMat as soon as @ThHanke hat noted the core aspects required for doing so. It looks to me like this is done now, is that correct?
Once se…
-
For team discoverability of GitHub source code, it might be helpful to automatically add a link in the header to the file on GitHub, similar to what RTD does. E.g.
```
// Copyright block
//
// …
-
Using tests to check the system is ready to use certain checks (e.g. PMD) is counter-intuitive, and not helpful if a user has no intention to use that type of check.
Instead, at a run's initialisat…
-
```
I might like to run testability with a "check" goal that takes the result
and fails the build if certain criteria are not met in the testability
results xml file.
Also, I might just want to creat…