intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

IntelliJ IDEA & IntelliJ Platform

Results 407 intellij-community issues
Sort by recently updated
recently updated
newest added

Try resolving [PY-11999](https://youtrack.jetbrains.com/issue/PY-11999/Code-coverage-does-not-work-with-multiprocessing-module) by add combining step after coverage call.

I recently developed a native python module and found pycharm faield to generate the good sketelon for it. However, it can handle classmethod well. I addressed the problem and found...

Fixes [IDEA-296303](https://youtrack.jetbrains.com/issue/IDEA-296303).

In the previous version, when I used classpathDependencyExclude with MavenId configured as a Module Dependency, the JUnit plugin did not exclude this dependency's path (e.g., module-dependency/target/classes). For more details, please...

# Summary Wrap call to `LafManager.getInstance().getCurrentUIThemeLookAndFeel()` in null check to prevent NPE during headless testing. # Issue See below for details: - https://intellij-support.jetbrains.com/hc/en-us/community/posts/16040325332882-Calling-AboutTroubleInfoCollector-collectInfo-method-throws-NPE-in-tests-because-of-com-intellij-ide-ui-LafManager-getCurrentUIThemeLookAndFeel-is-null?page=1#community_comment_16830339751954 - https://youtrack.jetbrains.com/issue/IDEA-345108/Calling-AboutTroubleInfoCollector.collectInfo-method-throws-NPE-in-tests-because-of

[youtrack](https://youtrack.jetbrains.com/issue/PY-65388/PyTypingTypeProvidergetParameterType-getReturnType-doesnt-return-null)

This is intended to resolve. https://youtrack.jetbrains.com/issue/IDEA-298449/Options-related-to-exception-handling-in-the-Run-Tool-Window

This is a fix for https://youtrack.jetbrains.com/issue/IDEA-287090 When an optional plugin dependency `optionalPlugin` of plugin `mainPlugin` is loaded dynamically at runtime, then the features of `mainPlugin` using `optionalPlugin` were enabled, but...