Rostislav Krasny

Results 16 comments of Rostislav Krasny

The third commit (75dfbe6) needs maven-compiler-plugin 3.6 or newer. It should be merged after IDEA-183383 is fixed, since the currently bundled Maven 3.3.9 uses an older maven-compiler-plugin. You can check...

I've remade this PR since there were merge conflicts with the current **`master`** branch and also because the **[IDEA-183383](https://youtrack.jetbrains.com/issue/IDEA-183383)** is already fixed, i.e. the bundled Maven version is 3.6.3. Please...

Force-pushed twice from 27b1742 to 9d8ac06 and then back from 9d8ac06 to 27b1742 because of a confusion about the reason of the Travis CI build failure. The reason of this...

Link to the bug ticket: https://youtrack.jetbrains.com/issue/IDEA-204628

This PR contains both the original https://github.com/JetBrains/intellij-community/pull/1014 and the test fixing commits. My previous PR was accepted only partially because of those tests failure. When you merge this new PR...

@nicity I think you do. 1. In the current code at master branch you still register two instances of two different `EntityResolver` implementations three times! 2. The third registration is...

@dmitry-avdeev, interesting. If I select all packages within the `intellij.xml.tests` module they all pass but if I select only the `com.intellij.xml` package within that module there are a few tests...

Happens with WSL 2.2.4 as well. Also when it happens it could sometimes be fixed manually without reboot by the Windows 10 "Troubleshoot sound problems" option that reinstall the current...

Hi @piotrtomiak What do you think about the following idea of implementation of the `oneOf` support? Make a little bit extended POJO with setters that, in case of `oneOf`, not...

I faced this problem too and almost started to write a new bug report. I see two ways of fixing it: 1. Add `"splitMode": "duplicate"` into the default bindings of...