Commit Graph

212845 Commits

Author SHA1 Message Date
Anna.Kozlova
be6d0a2981 false positive in redundant cast: applicable method with inference error (IDEA-186224) 2018-02-07 09:44:28 +01:00
Anna.Kozlova
fb4af6202b remove inspections from ant group name 2018-02-07 09:44:27 +01:00
Dmitry Batrak
fa65a4df95 IDEA-185869 minimized file folded comment issue 2018-02-07 11:38:53 +03:00
Roman Shevchenko
482a508f02 Cleanup (formatting) 2018-02-07 09:25:57 +01:00
Bas Leijdekkers
e4eb26feb2 IG: test IgnoreClassFix more 2018-02-07 08:26:23 +01:00
Tagir Valeev
dd3706a8dd ExplicitArgumentCanBeLambdaInspection: disable for empty expressions
Fixes EA-115903 - assert: ProblemDescriptorBase.<init>
2018-02-07 13:09:05 +07:00
Tagir Valeev
5e1eab634d toArray with empty array initializer; cleanup 2018-02-07 11:53:16 +07:00
Tagir Valeev
7e915181dc RedundantCollectionOperationInspection: fix redundant asList type 2018-02-07 11:10:20 +07:00
Tagir Valeev
d88539af20 Purity annotations 2018-02-07 11:08:31 +07:00
Sergey Malenkov
7cdcff435a ScopeView: simple file-based tree model for background thread 2018-02-07 02:14:32 +03:00
Sergey Malenkov
a611891f50 Add thread-safe implementation of ProjectView settings 2018-02-07 02:08:51 +03:00
peter
16ae75a78a enable contract checking when a notnull method is called (IDEA-CR-28918) 2018-02-07 00:00:32 +01:00
peter
04015dbafd jetCheck tests: less iterations 2018-02-07 00:00:31 +01:00
Vassiliy.Kudryashov
77238fafac IDEA-185942 Find in path window get stuck when pressing the Select path 2018-02-07 00:23:31 +03:00
Aleksey Pivovarov
25f101b164 diff: show skipped changes as a separate counter in status 2018-02-06 22:50:44 +03:00
Denis Fokin
df24e30c97 IDEA-186270 TypeAhead NPE if popup is shown without an InputEvent 2018-02-06 21:25:47 +03:00
Denis Fokin
a93546045c IDEA-186256 CCE "java.awt.FileDialog cannot be cast to javax.swing.JDialog" 2018-02-06 20:55:20 +03:00
Elizaveta Shashkova
79cc4d9ef4 Support for typing.NewType (PY-21302) 2018-02-06 20:24:29 +03:00
Vladimir Krivosheev
e0a1256b1d IDEA-CR-28745 add note about "isForce = false" 2018-02-06 18:13:33 +01:00
Vladimir Krivosheev
7069f26e86 IDEA-CR-28745 use const instead of hard-coded value 2018-02-06 17:55:53 +01:00
Vladimir Krivosheev
2644d1c9a6 cleanup — use const 2018-02-06 17:39:13 +01:00
Gregory.Shrago
c315e3a1e7 restore customizations (IDEA-179312): reuse common code 2018-02-06 19:16:01 +03:00
Semyon Proshev
a476f44ce7 Correctly calculate qualified name for imported elements (PY-28295) 2018-02-06 19:11:51 +03:00
Dmitry Trofimov
a192424d66 Add codecell to the dict (PY-28372) 2018-02-06 16:57:35 +01:00
Kirill Kirichenko
27214e8c7f IDEA-186012 IntelliJ LaF: change focus border color, dialog background color 2018-02-06 18:50:32 +03:00
Kirill Kirichenko
b1681dd954 Ignore empty comment insets in panel grid builder 2018-02-06 18:50:32 +03:00
Egor Ushakov
934365b0af IDEA-186238 Object.getClass() is twice as pure than anything 2018-02-06 18:47:23 +03:00
Rustam Vishnyakov
229dd8e9d3 More EA-111464 diagnostics 2018-02-06 18:39:49 +03:00
Alexey Kudravtsev
c317e774c6 make listRoots work under read lock 2018-02-06 18:18:15 +03:00
Aleksey Pivovarov
0284b73e39 lst: do not store whole file content to persist partial changes 2018-02-06 18:08:34 +03:00
Vladimir Krivosheev
a95b5bd8f6 rename doNotSave to isSaveAllowed to make method name and usage more clear 2018-02-06 15:59:42 +01:00
Dmitry Batrak
2d765cf460 add missing @Nullable annotation to InlayModel interface
fix compilation for usage in Kotlin file
2018-02-06 17:56:01 +03:00
Sergey Ignatov
490c0d43e0 move some weblogic tests from java into javaee group 2018-02-06 17:53:51 +03:00
peter
abcfab7eb9 PSI invalidation should be O(number of present PsiFiles), not O(maximum number of PsiFiles ever created)
otherwise we get thread dumps where EDT spends time in ConcurrentHashMap.clear
2018-02-06 15:51:40 +01:00
peter
a166e594b5 jetCheck: refresh iteration seed on each attempt, otherwise recheck won't work 2018-02-06 15:51:40 +01:00
Dmitry Batrak
485e7313fd add missing @Nullable annotation to InlayModel interface 2018-02-06 17:49:37 +03:00
Dmitry Batrak
4420032693 change default shortcuts for method overload switching (IDEA-178503)
use ActionPromoter instead of relying on order of entries in XML files
(following IDEA-CR-29068)
2018-02-06 17:34:02 +03:00
Dmitry Batrak
a350a7b9f0 suppress highlighting collapsed fold region in some cases (diff) 2018-02-06 17:08:10 +03:00
Gregory.Shrago
688d4e7c0b DBE-1982 Bring back Welcome screen 2018-02-06 17:02:53 +03:00
Nikita Skvortsov
59eb987e90 cleanup gradle idea settings contributor.
Fix synthetic return types, drop unused code
2018-02-06 16:33:24 +03:00
Dmitry Batrak
5e496e9a68 change default shortcuts for method overload switching (IDEA-178503)
fix test cases
2018-02-06 16:03:44 +03:00
Egor Ushakov
cbefcd11f7 IDEA-177411 - update only changed hints (IDEA-CR-29026) 2018-02-06 16:01:42 +03:00
Egor Ushakov
9959ed7da3 IDEA-177411 - fixes for IDEA-CR-29026 2018-02-06 15:11:12 +03:00
Dmitry Batkovich
1aafe0bf2e restore backward compatibility again (throw exception instead of SOE) 2018-02-06 15:03:35 +03:00
Pavel Dolgov
82d3c42827 Java: Check that project isn't disposed when generating module-info files (IDEA-184148) 2018-02-06 15:01:22 +03:00
Vitaly Provodin
9a1dbafc62 Updating versions of project dependencies: jdkBuild->u152b1136.9
Vitaly Provodin
2018-02-06 14:52:46 +03:00
Dmitry Batrak
f1fe81bed4 show constructor overloads on completion if completion hints are enabled
otherwise it's irritating to switch between two styles of method call insertion
2018-02-06 14:45:44 +03:00
Alexey Kudravtsev
a86ffbf65e make DocumentCommitThread work with default project to be able to auto-complete in welcome screen 2018-02-06 14:30:03 +03:00
Alexey Kudravtsev
80e5fbfc76 ReadAction.execute() deprecated as too complex in favor of ReadAction.run(); cleanup 2018-02-06 14:29:38 +03:00
Alexey Kudravtsev
d195a1ec73 make flush work outside write lock to avoid other clients wait for read lock 2018-02-06 14:22:28 +03:00