Commit Graph

208301 Commits

Author SHA1 Message Date
Anna.Kozlova
679013c7ae preserve comments: anonym -> for comments inside parent new expression 2017-11-24 18:41:43 +01:00
Anna.Kozlova
8b287c2f4b preserve comments: extract if condition 2017-11-24 18:41:42 +01:00
Bas Leijdekkers
c896eb9a33 SSR: simplify "constructors of the class" template and test 2017-11-24 18:14:09 +01:00
Bas Leijdekkers
49b0565d12 SSR: simple java constructor matching 2017-11-24 18:14:09 +01:00
Bas Leijdekkers
fbe80392c5 SSR: start testing Java predefined templates 2017-11-24 18:14:08 +01:00
Bas Leijdekkers
9696ade78f SSR: cleanup 2017-11-24 18:14:08 +01:00
Bas Leijdekkers
4f2d98aab7 SSR: provide some more diagnostic info 2017-11-24 18:14:08 +01:00
Bas Leijdekkers
a6eca6d625 IG: disable boolean param inspection for super constructor calls
when super constructor is from a library (IDEA-180025)
2017-11-24 18:14:08 +01:00
Mikhail Golubev
d0db36b03d IDEA-180834 Properly initialize TaskStateCombo with a project and a task
in "Open Task" and "Close Task" dialogs and no longer depend on where
exactly $$$setupUI$$$() is called. It has broken down since after recent
changes another call, namely setTitle(), was inserted before the
assignments to myProject and myTask final fields in the constructor of
OpenTaskDialog. Then $$$setupUI()$$$ call was moved right after the
super() instead, and therefore createComponents() started observing
null values of these fields instead of those actually passed in the
constructor.
2017-11-24 19:23:48 +03:00
Roman Shevchenko
cbbaa81414 Cleanup (docs; formatting; arrangement) 2017-11-24 17:16:06 +01:00
Anton Makeev
338baf7bb0 new API AbstractProjectViewPane.getPSIElementFromNode()
reference:
OC-16364 Rework group related actions in the Xcode project view for new async model
OC-16310 Rework AppCode Project & Files views: async mode enabled
2017-11-24 17:02:28 +01:00
peter
398096cf96 no live templates in compiled psi (EA-111147, EA-111454) 2017-11-24 16:55:59 +01:00
peter
4d005013e6 CodeEditUtil.addChildren: avoid returning invalid AST 2017-11-24 16:55:59 +01:00
anstarovoyt
2dd6a4a053 jsx: add code style options for default attribute value WEB-29325 2017-11-24 18:30:29 +03:00
Anna.Kozlova
1203c4cd05 preserve comments: conditional -> if 2017-11-24 16:14:29 +01:00
Anna.Kozlova
8701e43186 preserve comments: replace custom logic with commentTracker 2017-11-24 16:14:29 +01:00
Anna.Kozlova
92ee7a1967 preserve comments: explicit auto-boxing in type cast case 2017-11-24 16:14:28 +01:00
Anna.Kozlova
08530510b2 preserve comments: bring var to scope (IDEA-182644) 2017-11-24 16:14:28 +01:00
peter
17b49034d6 and yet another attempt to avoid VFS refresh during rename in p4 tests 2017-11-24 16:01:14 +01:00
Sergey Malenkov
4ca42e46cd add ability to visit childrne of the found node 2017-11-24 17:58:04 +03:00
Vladimir Krivosheev
674389f641 SchemeManager — restore getCurrentScheme() method compatibility
Now T doesn't have to extend Scheme and signature `getCurrentScheme()Scheme` changed to `getCurrentScheme()Object`
But it breaks backward compatibility, so, we have to to do same as for addNewScheme method — add another method with explicit return type `Scheme`
2017-11-24 15:21:50 +01:00
Maxim.Mossienko
e7d6c38104 QAPlug v1.3.14 was marked as not compatible (IDEA-182658) 2017-11-24 15:05:55 +01:00
Alexey Kudravtsev
a0266562f5 cleanup 2017-11-24 16:16:39 +03:00
Alexey Kudravtsev
c8890fa5ff terminate test after too long execution 2017-11-24 16:16:39 +03:00
Alexey Kudravtsev
713428e0f3 do not mess up strings together 2017-11-24 16:16:39 +03:00
Semyon Proshev
1e35739676 Make stdin iterable in debug mode in Python 3 (PY-24110) 2017-11-24 16:12:50 +03:00
Vladislav.Soroka
86ce6d260c Gradle tests: fix assertion of unresolved entry url
(cherry picked from commit b62c5e6)
2017-11-24 15:57:44 +03:00
Dmitry Batrak
f28baf9253 IDEA-181964 {@code} blocks in javadoc are not monospaced 2017-11-24 15:30:14 +03:00
Egor Ushakov
864cd6935c fixed lines painting for hidpi - more separators fixed 2017-11-24 15:18:08 +03:00
Anna.Kozlova
394e823544 'if' statement may be replaced with && or || expression -> codeStyle 2017-11-24 12:11:47 +01:00
Sergey Malenkov
d4da16acc9 IDEA-171812 last line on Find Refactoring Preview hardly available 2017-11-24 13:56:08 +03:00
Pavel Dolgov
7e9f4507b6 Javafx: Disable assertions in Scene Builder because of false positives (IDEA-162542) 2017-11-24 13:54:19 +03:00
Alexey Kudravtsev
daa0027224 "pick color" action CCE fixed 2017-11-24 13:48:19 +03:00
Alexey Kudravtsev
ec58cce405 setup thread factory even when running a single test 2017-11-24 13:48:19 +03:00
Alexey Kudravtsev
c661e60d46 threads leak in tests fixed 2017-11-24 13:48:19 +03:00
Dmitry Batkovich
acc637e3e4 Revert: make analysis-impl independent of jvm world (follow-up) (IDEA-CR-27218) 2017-11-24 13:36:49 +03:00
Anna.Kozlova
c4804ea189 comments based test data for remove arg fix
assume that argument with all comments inside should be deleted
2017-11-24 11:34:19 +01:00
Anna.Kozlova
556787e204 preserve comments: replace with compile pattern 2017-11-24 11:34:19 +01:00
Anna.Kozlova
7926554bd8 restore comments: on demand -> single imports 2017-11-24 11:34:19 +01:00
Anna.Kozlova
9975704b78 preserve comments: join concatenated string literals 2017-11-24 11:34:18 +01:00
Anna.Kozlova
a17c67c0d2 remove jsp dependency
overload methods lack the dependency as well
2017-11-24 11:34:18 +01:00
Aleksey Pivovarov
3d678404df IDEA-131357 git: speedup bulk merge resolve using "accept ours/theirs"
`MergeProvider.loadRevisions` and modifications via VFS can be up to 20 times slower.
2017-11-24 13:32:56 +03:00
Bas Leijdekkers
17373842f8 IG: don't warn on library method override or super constructor call
in "Raw use of parameterized class" inspection, fixes IDEA-180134, IDEA-98137
2017-11-24 11:31:03 +01:00
Bas Leijdekkers
88753e7fad make IG test light 2017-11-24 11:31:02 +01:00
Sergey Ignatov
96181f3b41 stream debugger to debugger 2017-11-24 12:43:47 +03:00
Sergey Ignatov
6e27f3a02e maven.project* to maven group 2017-11-24 12:40:21 +03:00
Sergey Ignatov
7c04ba1655 move intention power pack into Java tests 2017-11-24 12:40:20 +03:00
Sergey Malenkov
a65a2bfb1f IDEA-182327 add description and enabled in modal context 2017-11-24 12:11:21 +03:00
Dmitry Batrak
e44d0fe300 IDEA-132172 Documentation popup window obscures error popup 2017-11-24 11:40:00 +03:00
Maxim.Mossienko
85a8bb730d flush index caches more often and in read action (IDEA-182579) 2017-11-24 09:24:35 +01:00