James Harrison
James Harrison
I'm working with a Bootstrap 3 site that needs to support IE 7. It seems that if I include both respond.js with the polyfill I see IE using 100% CPU...
I'd like to suggest a new rule to detect reliance on the JVM default charset. This would need to cover multiple constructors/methods that have overloads with and without `Charset`s. I'd...
**Affects PMD Version:** 7.14.0 **Description:** Getting an error when parsing a Java class with PMD 7.14.0. This error did not occur under 7.13.0. **Exception Stacktrace:** ``` org.apache.commons.lang3.exception.ContextedRuntimeException: java.lang.IllegalStateException: Disambiguation pass...
**Affects PMD Version:** 7.10.0 **Rule:** [ExhaustiveSwitchHasDefault](https://docs.pmd-code.org/pmd-doc-7.10.0/pmd_rules_java_bestpractices.html#exhaustiveswitchhasdefault) **Description:** The new `ExhaustiveSwitchHasDefault` rule introduced in 7.10.0 is failing for non-exhaustive switches. The rule description says: > When switching over an enum or...
fixes #473 Maven `@Parameter`s don't resolve the `defaultValue` for nested objects. As far as I can tell, the only way to work around this is to set the defaults in...
When the Maven plugin is resolving the old version there's a new error with version 0.25.0. It seems that it's trying to extract a POM file as if it's a...