Commit Graph
198999 Commits
Author SHA1 Message Date
peter fddf282e16 IDEA-175677 Duplicate generic method suggestion when inheriting from a raw type 2017-07-13 19:29:54 +02:00
Vladimir Krivosheev f5ef431a80 fastcgi — bulk PARAMS 2017-07-13 19:11:38 +02:00
Ilya.Kazakevich 00bc06dc01 PY-21002: Do not access remote servers from AWT thread
PY-21002: Do not list interpreter packages under write action

We need to access remote server to check if it has Django.
We now pretend it has and check only when remote project creation
process starts because it runs under progress anyway.

PyUtil.runWithProgress executes its task on pool in all cases but when called under write action. In this case AWT thread is used.
There is nothing wrong with calling refreshAndGetPackagesModally on AWT unless we use write action because we need to use modal dialog anyway and that is ecactly what this method does.

Conclusion : we shall not use refreshAndGetPackagesModally under write action and all other usages are absolutely legal
2017-07-13 19:43:35 +03:00
Roman Shevchenko 2af3b437f0 Cleanup (warnings) 2017-07-13 18:40:14 +02:00
Anna.Kozlova a8a2fcb2e1 unused declarations: don't search for usages under ReadLock(IDEA-175710)
when jvm-like langs are processed, refs should be already in graph, otherwise they will be caught by post processing task
2017-07-13 18:24:00 +02:00
Anna.Kozlova c853af26f3 batch inspections: don't remove refs on parameter multiple times (IDEA-175665)
base RefManager#removeRefElement removes also references on children, thus processing parameters separately is redundant
2017-07-13 18:24:00 +02:00
Anna.Kozlova d32baa1e28 avoid collectDependsOn when target module is known (IDEA-175737) 2017-07-13 18:24:00 +02:00
Anna.Kozlova 240fd7e38c junit 5: support Object[][] in MethodSource return type (IDEA-175753) 2017-07-13 18:24:00 +02:00
Alexey Utkin 08f41500ab CPP-10166 Run "All Tests in file XXX" configuration from top-level elements in namespaces
- Fix of parsing procedure for function body
- Check namespace context as file context while serching test configuration from context
2017-07-13 19:20:30 +03:00
Vitaliy.Bibaev 6c497b4283 IDEA-119135 Save expressions history into the workspace file 2017-07-13 19:16:40 +03:00
Dmitry Batkovich 972179204b i18n constant in StaticImportConstantFix 2017-07-13 19:01:02 +03:00
peter aacb0749e7 relax some performance test expectations to make them more robust locally 2017-07-13 17:58:13 +02:00
peter 69df7ce681 completion property tests: don't expect boolean literals to be suggested 2017-07-13 17:58:13 +02:00
peter 7b211fade7 a simpler and more test-robust JsonFileImpl#toString 2017-07-13 17:58:13 +02:00
peter e057bdaf59 slowCheck: expect flatMap argument function to always return non-null 2017-07-13 17:58:13 +02:00
peter dae7dcdcd5 IDEA-175296 Uncaught 'condition is always false' with interface constant 2017-07-13 17:58:13 +02:00
peter 9e79d40766 provide a cause for CompoundRuntimeException
to get at least one stack trace when it's used as a cause
2017-07-13 17:58:13 +02:00
peter 90276fd30c disable "move initializer to" fixes on malformed fields 2017-07-13 17:58:13 +02:00
Ekaterina Tuzova bf04ef0dbd Edu: add gradle repository for gradle-intellij-plugin in Edu-Python 2017-07-13 18:56:52 +03:00
Ekaterina Tuzova c19fcaceb4 Edu: add gradle repository for gradle-intellij-plugin 2017-07-13 18:56:52 +03:00
Kirill Likhodedov 2242f76bbc Log VCS mappings initially and when they change 2017-07-13 18:45:37 +03:00
Michael Golubev 7703db503f IDEA-171124 - Docker: allow long text for test connection error
- fixed for Build, Execution -> Docker
- not yet fixed for right pane of the Docker view
2017-07-13 17:42:04 +02:00
Aleksey Pivovarov 00172b551f vcs: move VcsFileSystem to vcs-impl - fix compilation
follow-up: 362ada9d9c
2017-07-13 18:31:32 +03:00
Kirill Kirichenko 5275fbffc8 IDEA-171869 Win10 LaF Modified buttons insets and various cosmetic fixes 2017-07-13 18:26:52 +03:00
Alexey Kudravtsev 59043cc348 cleanup 2017-07-13 18:21:15 +03:00
Alexey Kudravtsev f26f087201 replaced <code></code> with more concise {@code} 2017-07-13 18:21:15 +03:00
Daniil Ovchinnikov 9aac022e9e [groovy] console: disallow running temporary console file as a script 2017-07-13 18:07:56 +03:00
nik b4968983c7 jps: use daemon thread for background tasks
This way we won't need to call System.exit() to finish every script which uses JPS model.
2017-07-13 18:04:49 +03:00
Dmitry.Krasilschikov d3991c1344 IDEA-CR-22016 RUBY-19336 Provide 'Rename File Action' description; test fixed 2017-07-13 18:03:55 +03:00
Vassiliy.Kudryashov 1cfc238ae0 IDEA-121819 $MODULE_DIR$ points to directory of the *.iml file 2017-07-13 18:02:31 +03:00
nik d21d6e1dd1 build: correctly handle file movement
Now old file location is marked as deleted so the external build process will get proper information. Previously old locations were marked as changed paths so the build process may try to access them and it will lead to compilation errors (IDEA-175799).
2017-07-13 17:59:18 +03:00
Aleksey Pivovarov 257f161ef0 vcs: do not show compile errors in "Open Repository Version" files
follow-up: 8bb4554489
2017-07-13 17:58:10 +03:00
Aleksey Pivovarov 1359b56a35 diff: restore compatibility with upsource plugin 2017-07-13 17:43:29 +03:00
Aleksey Pivovarov 6b8c444345 diff: rename class 2017-07-13 17:43:29 +03:00
Aleksey Pivovarov 362ada9d9c vcs: move VcsFileSystem to vcs-impl 2017-07-13 17:43:29 +03:00
Aleksey Pivovarov 45bb364996 vcs: remove usage of vcs-specific class from unrelated module 2017-07-13 17:43:29 +03:00
Daniil Ovchinnikov 870d34131f [groovy] console: fix AIOOBE when module doesn't have any roots (EA-86743) 2017-07-13 17:24:22 +03:00
Alexandr Evstigneev 1c8e5026ea Implemented automatic comments prolongation RUBY-19414 Fixed 2017-07-13 17:10:46 +03:00
Vitaliy.Bibaev 7ed77be685 IDEA-174510 Minor codestyle fixes after review (IDEA-CR-22732) 2017-07-13 16:41:29 +03:00
Vitaliy.Bibaev de660dfb07 IDEA-119135 Change name of file to store debugger history 2017-07-13 16:23:19 +03:00
Vitaliy.Bibaev d32e61d2be IDEA-119135 Add test to check that serialization is correct 2017-07-13 16:23:19 +03:00
Vitaliy.Bibaev 7103b4ed3f IDEA-119135 Save a state of the XDebuggerHistoryManager 2017-07-13 16:23:19 +03:00
Aleksey Pivovarov 523cc17acc IDEA-101502 diff: allow to ignore separators in directory diff 2017-07-13 16:16:26 +03:00
Aleksey Pivovarov 014130920f diff: extract method 2017-07-13 16:16:25 +03:00
Ekaterina Tuzova 55a75e0704 Edu: allow bundled update, update plugin version 2017-07-13 15:48:13 +03:00
Dmitry Batkovich f6d3f48481 qualify static const/method: static members from default packages should be visible for call inside default package (add test for fix) 2017-07-13 15:30:53 +03:00
Dmitry Batkovich 6ed21a9ce6 fix test 2017-07-13 15:25:47 +03:00
Dmitry Batkovich ff0ef41196 remove unused test data 2017-07-13 15:24:22 +03:00
Konstantin Bulenkov d4c929ef95 project groups are not sorted properly on welcome screen 2017-07-13 14:22:29 +02:00
Roman Shevchenko fb604512ea Merge remote-tracking branch 'origin/master' 2017-07-13 14:07:59 +02:00