emouty

Results 17 issues of emouty

**Affects PMD Version:** 7.0.0-rc4 **Rule:** Please provide the rule name and a link to the rule documentation: - https://pmd.github.io/pmd/pmd_rules_java_bestpractices.html#switchstmtsshouldhavedefault - https://docs.pmd-code.org/latest/pmd_rules_java_performance.html#toofewbranchesforaswitchstatement **Description:** **Code Sample demonstrating the issue:** ```java public sealed...

a:false-positive

When we do a release on a commit that is not the latest in the tree, the next draft is missing the PRs that were already present in the tree...

Hello, I have added : - support for a physical button to control the light. - support for a led strip using the [rpi_ws281x](https://github.com/jgarff/rpi_ws281x) library I also did some refactoring...

**Describe the bug** When running ` brew install --HEAD kftray`, I get ``` ==> Auto-updating Homebrew... Adjust how often this is run with HOMEBREW_AUTO_UPDATE_SECS or disable with HOMEBREW_NO_AUTO_UPDATE. Hide these...

bug

### Summary With version 7, pmd will introduce a lot of changes in its apis. So it could be a good idea to work on migrating arch4u rules to these...

enhancement

Because of [breaking changes introduced with pmd 7.x.x](https://docs.pmd-code.org/latest/pmd_userdocs_migrating_to_pmd7.html#im-using-custom-rules), the java ruleset can't be used with this new version. The main error I've seen is from the package migration of `net.sourceforge.pmd.lang.rule.XPathRule`...

Hello, first thanks for the work done ! I liked the mqtt subscriber for home assistant but I wanted to still be able to use the physical remote without having...

**Describe the bug** I use Redoc inside an static website with a menu to that allow to switch between docs ```html ``` When switching doc I call ```javascript Redoc.destroy(); //...

Type: Bug

fix https://github.com/amitdev/PMD-Intellij/issues/210#issue-2823762772 Release notes of pmd version : - [7.8.0](https://github.com/pmd/pmd/releases/tag/pmd_releases%2F7.8.0) - [7.9.0](https://github.com/pmd/pmd/releases/tag/pmd_releases%2F7.9.0) - [7.10.0](https://github.com/pmd/pmd/releases/tag/pmd_releases%2F7.10.0) breaking changes from this release don't impact the code used in the plugin, so this should...

I have added a second custom ruleset to the plugin, then later I have decided to remove it but since then Intellij keep adding it back to `PMDPlugin.xml` it seems...