Marcono1234

Results 254 issues of Marcono1234

### Summary Trying to use the extension in a VSCode workspace in Restricted Mode (i.e. not trusted) to format documents fails. The bottom status bar says: > Extension 'Prettier -...

bug

### Expected Behavior The Javadoc task should properly support excluding packages. ### Current Behavior Currently the Gradle Javadoc task does not seem to provide a way to properly exclude packages....

a:feature
in:modular-java
in:javadoc-task
@support

### Description It appears currently Spotless is not validating whether the `spotless:off` and `spotless:on` comments are matching. The following erroneous usages can exist, and are not detected / reported: -...

enhancement

BigDiffTest takes compared to all other tests a rather long time, for me it needs about 4 minutes. Apparently most of that time comes from writing 100000 (**!**) files. Could...

**Affects PMD Version:** Commit 9d23d79802a963e4a4edee8ec7cfcf61cc1f4155 (PMD 6.45.0) **Description:** It looks like the Maven dependencies declared by pmd-apex-jorje do not match the actual dependencies of the currently used `apex-jorje-lsp.jar` anymore. In...

a:bug

Some tests were changing system properties, but were not reverting their changes. This pull request tries to address this issue. In some cases there were `System.setProperty(Constants.LOG4J_CONTEXT_SELECTOR, Strings.EMPTY);` calls without that...

Commit 2e9fdc135545eee435cad14ee9d74101c93694be added the unbound return type to allow easier usage with `MessageFactory2`. However, an unbound return type causes loss of type safety: You could claim that the return type...

[//]: # (Thank you for reporting an issue to HTTPS Everywhere.) [//]: # (We welcome input from users on improving this project.) [//]: # [//]: # (Please help us by...

EASE

Hello, currently for your Maven plugin the `overwriteExistingFiles` default value is always false, even when the default `outputDirectory` is used. This is rather inconvenient because due to this you cannot...

## Problem or use case It appears the intention of `MqttUtf8String.toString()` is to return the decoded String (see also [implementation](https://github.com/hivemq/hivemq-mqtt-client/blob/2bdff6596374c76d8a5503a5c2a66e3684a11cac/src/main/java/com/hivemq/client/internal/mqtt/datatypes/MqttUtf8StringImpl.java#L309)). However, this is currently not documented; `toString()` is not overridden...

documentation