This project is mirrored from https://gitee.com/mirrors/intellij-community.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 07 Feb, 2019 40 commits
-
-
Artem Bochkarev authored
-
Artem Bochkarev authored
linux-menu: fixed IDEA-206776 in Linux on project closing Throwable occurs at com.intellij.openapi.wm.impl.GlobalMenuLinux.access$800
-
Artem Bochkarev authored
fixed failed test of PhpStorm (3rd party plugins)
-
Roman Shevchenko authored
... a.k.a hash sum collector
-
Roman Shevchenko authored
-
Vladislav Shishov authored
-
Vladislav Shishov authored
-
Anna.Kozlova authored
-
Sergey Malenkov authored
-
Sergey Malenkov authored
-
Sergey Malenkov authored
-
Anna.Kozlova authored
-
Anna.Kozlova authored
-
Vladimir.Orlov authored
JRE-1171 Specify names for JBSDK binaries
-
nik authored
[platform] fix MaxJavaStackTraceDepth VM option while importing config from a previous version (IDEA-206792)
-
Egor Ushakov authored
-
Dmitry.Krasilschikov authored
-
Dmitry.Krasilschikov authored
-
Nikita Skvortsov authored
-
Anna.Kozlova authored
-
Semyon Proshev authored
-
Rustam Vishnyakov authored
Goals: - Eliminate a problem when cached value (previously null) is not updated. Store a reference to base project code style in this case. - Fix exceptions with unstable cached value (EA-134660 - assert: CachedValueStabilityChecker.complain). - Properly handle temporary settings: the cached value becomes outdated when temporary settings are set or dropped. - Add debug logging to help investigating code style problems if they arise.
-
Pavel Dolgov authored
-
nik authored
It isn't used anymore since Jasper validator was migrated to the external build process.
-
Mikhail Golubev authored
Suppress unused declaration and other inspections for them to avoid optimizations inadvertently breaking deserialization of JSON responses. Also, reverted such changes already made in TrelloCommentAction.
-
nik authored
These classes aren't used since JSP validation was migrated to the external build process.
-
Anna.Kozlova authored
calc expected type on the left of assignment based on standalone expression type from the right side (IDEA-199273)
-
Anna.Kozlova authored
simplify testng assertions: as there is no Assert#assertArrayEquals, disable the suggestion (IDEA-194715)
-
Daniil Ovchinnikov authored
Java only includes source roots and skips resources (JavaSourceFilterScope) since 2019.1.
-
nik authored
javaee: rewrite JSP validation to run inside external build process and download required JARs (IDEA-206443) This fixes several issues when validation wasn't performed correctly because required files weren't copied to the artifact; also the validator don't process PSI inside the IDE process to analyze dependencies (it processes class-files inside the build process), this will help to avoid performance issues. The validator's JARs are removed from Git repository and don't bundled with the product anymore; they are attached as Maven libraries with 'provided' scope to the sources, and downloaded automatically when validation is invoked for the first time. This also helps to avoid issues with updating libraries on which they depend (e.g. Ant). Tests are rewritten to use a simple mock implementation of Jasper validator; this way they run faster, don't depend on external libraries and don't require specific JDK version (previously it was needed to use Java 6 to run them).
-
Mikhail Sokolov authored
-
peter authored
-
peter authored
-
peter authored
-
Kirill Kirichenko authored
-
Yann Cébron authored
-
Aleksey Pivovarov authored
EA-106878 - assert: VirtualFilePointerImpl.checkDisposed
-
Aleksey Pivovarov authored
Unlike `VirtualFilePointerImpl.getPresentableUrl`, `getUrl` doesn't throw exception if pointer is already disposed. EA-106878 - assert: VirtualFilePointerImpl.checkDisposed
-
Sergey Ignatov authored
-