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 .
- 11 Oct, 2018 2 commits
-
-
Mikhail Golubev authored
-
Mikhail Golubev authored
This setting also applies to the corresponding comprehensions and parenthesized generator expressions for consistency. Also, I grouped two similar options together in settings.
-
- 10 Oct, 2018 38 commits
-
-
Mikhail Golubev authored
First of all, removed duplication and slightly simplified convoluted transformImportStatements() method. Also, extended existing test to include handling of comments when splitting "from" imports.
-
Daniil Ovchinnikov authored
-
Dmitry Batrak authored
-
Tagir Valeev authored
-
Dmitry Batkovich authored
-
Mikhail Sokolov authored
-
Denis Fokin authored
A way to disable file types icons on IDE windows.
-
nik authored
Chained calls aren't processed recursively anymore, this fixes DaemonRespondToChangesTest.testSOEInEndlessAppendChainPerformance. Also more generic visitSimpleNameReferenceExpression method is implemented to simplify code.
-
Anton Tarasov authored
review: IDEA-CR-37545
-
Roman.Ivanov authored
TryFinallyCanBeTryWithResourcesInspection: split resources before and after resource list: IDEA-200137
-
Tagir Valeev authored
-
Tagir Valeev authored
DoubleBraceInitialization: fix parentheses handling; disable fix inside interface (as static {} is disallowed there)
-
Artem Bochkarev authored
-
peter authored
-
peter authored
-
peter authored
for the sake of JIT and DRY
-
Dmitry Batrak authored
-
Dmitry Batkovich authored
-
Kirill Kirichenko authored
-
Tagir Valeev authored
FindFirstMigration: use ifPresent when stream element type is primitive and the final statement is an assignment This case is possible only if we have no non-final locals updated in the loop, so the assignment updates field or array element. Using common assignment scenario may not work as primitive optionals lack map/filter operations Fixes IDEA-200209 "Replace with findFirst" produces incompilable code
-
Tagir Valeev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Kirill Kirichenko authored
-
Vladimir Krivosheev authored
-
Tagir Valeev authored
DfaBoxedValue now reports type when possible
-
Tagir Valeev authored
-
Tagir Valeev authored
-