Alex "Blex" B
Alex "Blex" B
Reported by coworker. Sometimes the "Second reformat" dialog pops up, which then results in an error ``` java.lang.Throwable: Actions cannot be updated when write-action is running or pending at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)...
> [!IMPORTANT] > JB Issue: https://youtrack.jetbrains.com/issue/MP-7031 * Access to unresolved class USerializableInspectionBase * Access to unresolved class SerializableHasSerialVersionUidFieldInspection 
### Checklist - [x] I made sure that there are *no existing issues* - [open](https://github.com/xdev-software/vaadin-grid-exporter/issues) or [closed](https://github.com/xdev-software/vaadin-grid-exporter/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to. - [x] I have taken...
We often have exports where customers want to export the actual underlying entities. A exporter with the same dialogs would be nice for such use cases. The column's and values...
### **User description** So that the class can be properly extended. ### 🔗 Related Issues Fixes #15884 ### 💥 What does this PR do? Make the corresponding fields/methods ``protected`` ###...
### Description I'm currently trying to override https://github.com/SeleniumHQ/selenium/blob/31ffb78cdc317f22e5a78311aede83653381c58e/java/src/org/openqa/selenium/remote/JsonToWebElementConverter.java#L80-L90 however this is not properly possible because ``setOwner`` and other fields/methods are private ### Reproducible Code ```shell N/A ```
**Affects PMD Version:** 7.14.0 **Description:** While updating to PMD 7.14.0 we noticed that the NPath complexity of a few methods increased to the point that they are now reported. However...
**Is your feature request related to a problem? Please describe.** I'm currently trying to implement [GuardLogStatement](https://docs.pmd-code.org/pmd-doc-7.11.0/pmd_rules_java_bestpractices.html#guardlogstatement), however a lot of irrelevant code shows up that just calls a getter of...
### Description I tried to use ``version=2`` of the [``/build``](https://docs.docker.com/reference/api/engine/version/v1.50/#tag/Image/operation/ImageBuild) API [in docker-java](https://github.com/docker-java/docker-java/issues/2361#issuecomment-2977116637). However when trying to use any Buildkit based exporter (e.g. ``"[{\"type\": \"docker\"}]"``) it reports: ``Status 500: {"message":"exporter...
### Module Core ### Proposal Currently https://github.com/testcontainers/testcontainers-java/blob/7d8301903a6b45591605fd376702d24fc878a61d/modules/jdbc/src/main/java/org/testcontainers/containers/JdbcDatabaseContainer.java#L176-L216 behaves very weird and this also impacts performance: * It doesn't utilize ``WaitStrategy`` and completely ignores/overrides it * It constantly tries to query...