intellij-community
intellij-community copied to clipboard
IntelliJ IDEA & IntelliJ Platform
Fixes https://youtrack.jetbrains.com/issue/IDEA-265999.
Override elements usually have KDoc defined by their parent declarations. Therefore they don't need to re-declare KDoc. However, KDocMissingDocumentationInspection doesn't always work as intended when we are overriding a method...
Issue on YouTrack: [KTIJ-103](https://youtrack.jetbrains.com/issue/KTIJ-103/Trailing-comma-breaks-formatting-of-when-expression)
Working on adding a custom coverage impl for java and found this to be an issue. All the usages of this parameter and callers of the get method do use...
https://youtrack.jetbrains.com/issue/KTIJ-22470
New option -osc (OVERLOADING_SAFETY_CASTS), turned off by default. Fix for IDEA-135385 and others. Overloaded and hidden fields and methods caused errors. All parameters types and the caller type must match...
(resubmitted, had a git accident..., contributor license agreement on the way...) For these test you just dump java files into the test folder. They will be compiled, then run (output...
Please check issue https://youtrack.jetbrains.com/issue/IDEA-232541 for detail.
@Elizaveta239 I seem to solve the [problem](https://youtrack.jetbrains.com/issue/PY-14631) Could you help me examine if this PR indeed makes PyCharm load IPython config flie and possibly break other things?