jbennett2091
jbennett2091
byte, Byte, List, Set, Map and number-of-methods-tested
Fixes #1428 If parsing fails, use default timestamp instead
### Description Exception thrown parsing timestamp information for postgres ### Info Exception in thread "Thread-6" java.time.format.DateTimeParseException: Text 'Error' could not be parsed at index 0 at java.base/java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:2046) at java.base/java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1948) at...
**Affects PMD Version:** 7.0.0-RC3 **Rule:** [LooseCoupling](https://docs.pmd-code.org/latest/pmd_rules_java_bestpractices.html#loosecoupling) **Description:** Switching from PMD 6.55.0 to 7.0.0-RC3, now getting LooseCoupling errors where we do things like: ``` private HttpHeaders header; ``` The class [org.springframework.http.HttpHeaders](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/http/HttpHeaders.html)...
**Describe the bug** The upper right corner shows "Ran for xx minutes, yy seconds". I a build takes more than an hour, it ignores the hours. So, a 15 minute,...
Maven DTD for plugins supports configuration blocks at the "plugin", or within the nested "plugin/executions/execution" block. Typically, you can use either block - plugin configuration applies to all executions. Unfortunately,...