Sascha Riemer
Sascha Riemer
### Jenkins and plugins versions report Environment ```text Jenkins: 2.414.3 OS: Linux - 5.14.21-150500.55.31-default Java: 11.0.20.1 - Eclipse Adoptium (OpenJDK 64-Bit Server VM) --- Office-365-Connector:4.20.0 PrioritySorter:5.0.0 SquishPlugin:8.6 active-directory:2.34 analysis-model-api:11.13.0 ant:497.v94e7d9fffa_b_9...
### Current Behavior Reading a property which is configured with finalizeValueOnRead() sometimes fails with this exception: ``` java.lang.UnsupportedOperationException: Valued object is in an unexpected state. at org.gradle.api.internal.provider.ValueState$FinalizedValue.unexpected(ValueState.java:401) at org.gradle.api.internal.provider.ValueState$FinalizedValue.forUpstream(ValueState.java:340) at...
**Affects PMD Version:** 7.2.0 **Rule:** ConfusingArgumentToVarargsMethod https://docs.pmd-code.org/latest/pmd_rules_java_errorprone.html#confusingargumenttovarargsmethod **Description:** Under certain circumstances (could not find a clear pattern yet, might be caused by the varargs parameter being a field in a...
**Affects PMD Version:** 7.2.0 **Rule:** MissingStaticMethodInNonInstantiatableClass https://docs.pmd-code.org/latest/pmd_rules_java_errorprone.html#missingstaticmethodinnoninstantiatableclass **Description:** Under certain circumstances, classes are identified as non-instantiatable, and then trigger the rule, even though the class can in fact be instantiated....
**Affects PMD Version:** 7.2.0 **Rule:** CloseResource https://docs.pmd-code.org/latest/pmd_rules_java_errorprone.html#closeresource **Description:** Instances of FileSystems.getDefault() trigger that rule. As per the javadoc for java.nio.file.FileSystem: `The default file system cannot be closed.` Trying to close...