Commit Graph
17390 Commits
Author SHA1 Message Date
Dmitry Batrak 444dce0373 a fix for completion from non-primary caret (IDEA-123396) 2014-10-07 17:45:41 +04:00
Anna Kozlova a50ffc0bda dispose in tests
(cherry picked from commit 2b3a211bd553fc0a2e71cc0cb91063e87dca9311)
2014-10-07 13:32:34 +02:00
Anna Kozlova 6456f0b335 EA-61050 - NPE: JavaSafeDeleteProcessor.findConflicts 2014-10-07 13:31:31 +02:00
Anna Kozlova 1cb7588757 EA-61137 - IOE: PsiJavaParserFacadeImpl.createExpressionFromText 2014-10-07 13:31:30 +02:00
Egor.Ushakov 60b2b3a2e0 fixed regression after fix for IDEA-130589 - not full value is shown in view full value for toString renderer 2014-10-07 12:51:17 +04:00
peter fa05e3b5e4 ContractInference: faster and lazier method notnull check 2014-10-06 19:30:34 +02:00
Roman Shevchenko 7afff71b3c java: read action in default decompiler 2014-10-06 18:30:18 +02:00
peter b51d40f717 beware of null in IDEA-130746 Incorrect cast after completion in evaluate dialog 2014-10-06 17:21:41 +02:00
Egor.Ushakov f1595415b2 support alpha in debugger icon renderer 2014-10-06 19:07:13 +04:00
Egor.Ushakov c28e578f3b IDEA-130834 Can not switch data type renderer in watches view 2014-10-06 18:12:25 +04:00
Roman Shevchenko 3240a254d1 Merge remote-tracking branch 'origin/master' 2014-10-06 15:33:18 +02:00
Alexey Kudravtsev b9a02c8cfc cleanup 2014-10-06 17:22:41 +04:00
Anna Kozlova 09e34e8d14 side effects check should process inc/dec operators (IDEA-130789) 2014-10-06 13:40:09 +02:00
Anna Kozlova 42f3de186f invert boolean: cancel refactoring on cancel, fix read-only status change (IDEA-130836) 2014-10-06 11:27:25 +02:00
Anna Kozlova 39154531ec unchecked warning: do not traverse through lambda bounds (IDEA-130810) 2014-10-06 10:39:43 +02:00
Roman Shevchenko 396e97d46d java-decompiler: modules reorganized 2014-10-06 11:29:52 +03:00
Anna Kozlova d9bd3fba60 type annotations in generics brace matching (IDEA-COMMUNITY-CR-664) 2014-10-06 09:07:49 +02:00
Anna Kozlova a481b867c7 EA-61303 - IAE: EffectiveLanguageLevelUtil.getEffectiveLanguageLevel 2014-10-06 08:59:55 +02:00
Egor Ushakov b74e1cfb86 IDEA-123114 Debugger: render awt.Image and swing.Icon in Variables/Watches/Evaluate views 2014-10-05 13:25:55 +04:00
peter 544385ce69 IDEA-130745 Incorrect auto cast after completion
* when merging dfa states, check that they're really equal after stripping complementary facts (there might be additional info in subclasses)
* merge in separate groups in one go
2014-10-04 09:55:23 +02:00
peter bd298abb73 IDEA-130773 Shorten inferred org.jetbrains.annotations.Nullable/NotNull names in javadoc 2014-10-04 09:55:23 +02:00
Alexey Kudravtsev 1395914f9d enable more thorough unused members analysis if RefResolveService has up to date information 2014-10-03 14:02:36 +04:00
Dmitry Batrak 2faa3e6644 IDEA-130359 Overlapping collapse areas not supported correctly
redone the change in a more safe way (with respect to performance)
2014-10-03 11:36:53 +04:00
Ilya Klyuchnikov 1d28161995 inference of @Nullable methods in integration tests 2014-10-03 11:25:37 +04:00
Anna Kozlova ea5f88f40b EA-61165 - assert: CodeCompletionHandlerBase.checkNoWriteAccess 2014-10-02 20:03:38 +02:00
Anna Kozlova 1520358d9e Merge remote-tracking branch 'origin/master' 2014-10-02 19:51:16 +02:00
Anna Kozlova 5ad5720c81 wildcards and arrays inside generics pairs (IDEA-COMMUNITY-CR-664) 2014-10-02 19:49:10 +02:00
peter d279e798c9 ContractInference: prevent SOE in a more obvious way 2014-10-02 18:25:02 +02:00
peter 5646998a10 @NotNull 2014-10-02 18:25:02 +02:00
peter 17fd7130d0 IDEA-130746 Incorrect cast after completion in evaluate dialog 2014-10-02 18:25:01 +02:00
peter 53496fae8b bind external annotation gutter markers to name identifiers to avoid excessive blinking 2014-10-02 16:40:41 +02:00
peter ffa6cca625 UniqueResultsQuery: try to preserve usage order in findAll 2014-10-02 16:40:41 +02:00
Gregory.Shrago 0afa34b08d typo 2014-10-02 18:21:08 +04:00
Egor.Ushakov b3911dca61 show correct status message in variables view when attaching remotely 2014-10-02 17:25:28 +04:00
Sergey Ignatov 0619c99e87 java folding: use unicode right arrow for closures, fix blinking tests 2014-10-02 14:00:06 +02:00
Ilya Klyuchnikov 23c305834d bytecode inference: @Nullable methods are not visible by default
IDEA-130063 IDEA-130494 IDEA-130595 IDEA-130706
2014-10-02 15:38:16 +04:00
Roman Shevchenko 01c6584db4 Merge remote-tracking branch 'origin/master' 2014-10-02 13:09:01 +02:00
Roman Shevchenko 85e4e2a750 Cleanup (formatting; warnings) 2014-10-02 13:02:36 +02:00
Kirill Likhodedov 643869d9d0 Annotate JTree#getSelectionRows() as Nullable 2014-10-02 14:58:56 +04:00
Alexey Kudravtsev f005dddeae notnull 2014-10-02 14:52:01 +04:00
Yann Cébron be2bd9daa9 revert b108ee2f52 2014-10-02 11:22:00 +02:00
Alexey Kudravtsev 5eeef1819d isUpToDate() method 2014-10-02 13:04:38 +04:00
Alexey Kudravtsev f170b02ef2 removed dependency of ConcurrentIntObjectMap on its implementation 2014-10-02 13:04:30 +04:00
Alexey Kudravtsev 52cdd7f759 replaced with factory method 2014-10-02 13:04:29 +04:00
Sergey Ignatov cfb74f07f1 java folding: use unicode right arrow for closures, move deps to the right place 2014-10-02 10:58:50 +02:00
Sergey Ignatov a7822f1956 compilation fix 2014-10-02 10:26:59 +02:00
Yann Cébron b108ee2f52 fix compilation 2014-10-02 10:25:13 +02:00
Sergey Ignatov 5f47073a89 java folding: use unicode right arrow for closures 2014-10-02 10:07:41 +02:00
Vladimir Krivosheev e8d01359dc write without xml prolog 2014-10-02 07:21:43 +02:00
peter abc7c3eace IDEA-117626 good code yellow: variable modification inside 'try' clause
* maintain separate $exception$ variables to avoid nested try-s clash
2014-10-01 20:09:12 +02:00