Commit Graph
187347 Commits
Author SHA1 Message Date
Tagir Valeev 4e6237cc7f IDEA-167088 Stream API migration: intermediate mapping added 2017-01-25 13:36:56 +07:00
Maxim.Mossienko a00547672d to avoid memory leak drop merged data from disk on finishing every test / or on low memory 2017-01-25 07:29:14 +01:00
Tagir Valeev bfa2fb9348 IDEA-167088 Stream API migration: support simple joining cases: fixed AT_WANTED_PLACE case 2017-01-25 13:05:08 +07:00
Tagir Valeev 16ddd276ed IDEA-167088 Stream API migration: support simple joining cases 2017-01-25 12:46:01 +07:00
Tagir Valeev 6df4c04c39 IDEA-167087 Pressing cancel in Project Structure|SDKs|Sourcepath|'+' file chooser dialog results in confusing dialog box 2017-01-25 11:50:11 +07:00
Maxim.Mossienko adeac42886 "Resource registered by this uri is not recognized" spuriously triggers for "http://www.w3.org/2001/XMLSchema-instance" running tests (IDEA-162824)
(cherry picked from commit 5f836a3)
2017-01-24 21:38:45 +01:00
Daniil Ovchinnikov 37af4a2d81 [groovy] properly compute result of +,-,* on BigInteger-s (IDEA-139913) 2017-01-24 23:02:38 +03:00
Daniil Ovchinnikov 6d7144fa10 [groovy] update 'Cannot cast' inspection
- move all cast logic into single type converter
- fix tests
- do not rely on TypesUtil.isNumeric()
2017-01-24 23:02:38 +03:00
peter 2bbcff613a print LogEventException attachments in tests 2017-01-24 20:50:29 +01:00
peter 88aa1c3ed7 remove garbage from TargetElementUtil javadoc 2017-01-24 20:50:28 +01:00
Sergey Malenkov 75798c013f support precise wheel rotation to scroll a viewport 2017-01-24 22:32:56 +03:00
Eugene Zhuravlev a44f03fbef when IDE runs on JDK, set fallback_jdk_home to point to jdk home and not jre home (IDEA-166909) 2017-01-24 20:17:01 +01:00
Dmitry Batkovich 36b12352c2 resource bundle editor: write action is redundant for the quick-fix 2017-01-24 21:01:17 +03:00
Dmitry Batkovich e44b910e28 javac ast indices: add a diagnostic for EA-94984 2017-01-24 20:59:57 +03:00
Egor.Ushakov 5ba16986a4 made VariableItem extends XNamedValue 2017-01-24 19:30:07 +03:00
Egor.Ushakov c07668d1d0 cleanup 2017-01-24 19:30:07 +03:00
Anton Makeev 05e3d1c1e6 Merge remote-tracking branch 'origin/master' 2017-01-24 17:29:11 +01:00
Kirill Likhodedov bd251bc73c vcs tests: nullify fields in tearDown to avoid leaks
Follow-up to 75fc3802 and 90a8346
2017-01-24 19:24:57 +03:00
Egor.Ushakov b1ff9cdcba reuse StackFrameItem.customizePresentation 2017-01-24 18:54:58 +03:00
Egor.Ushakov 4b6f9402e7 remember more than one level in async debugger 2017-01-24 18:54:58 +03:00
Egor.Ushakov 66e4979f43 better nullability 2017-01-24 18:54:58 +03:00
Liana.Bakradze 729b9f8b7b EDU-858 Migration doesn't work from version 2.0 to 3.5
We don't add attributes that can be empty when migrating from 2.0 to 3.0, so we got exception when trying to get these attributes in 3.0 format
2017-01-24 18:43:43 +03:00
Aleksey Pivovarov d3f783a01d lst: remove duplication 2017-01-24 18:33:36 +03:00
Aleksey Pivovarov 6c6d8f838e merge: show word differences in LST popup 2017-01-24 18:32:33 +03:00
Kirill Likhodedov 0209fc68d2 vcs: try parent if content root is a file, add logging 2017-01-24 18:22:18 +03:00
Kirill Likhodedov f6454d2bce vcs: add NotNulls, lambdify, simplify 2017-01-24 18:22:18 +03:00
Kirill Likhodedov ba5c02569c vcs: cleanup: lambdify, simplify 2017-01-24 18:22:17 +03:00
Kirill Likhodedov 025534c335 vcs: return collection instead of adding to the parameter 2017-01-24 18:22:17 +03:00
Kirill Likhodedov af2c79b444 Return only those VCS roots which are directories
It makes no sense to have a file as a VCS root, it may even lead
to errors like in IDEA-140701.

Files could be returned from the ModuleDefaultVcsRootPolicy,
if defined as content roots. But filtering is additionally added to
getRootsUnderVcs and other methods calculating the roots.
2017-01-24 18:22:16 +03:00
Dmitry Batkovich 5db15d3d6f javac ast indices: do not use DirtyScopeHolder lock in VFS listener (IDEA-167028) 2017-01-24 18:19:17 +03:00
Gregory.Shrago e5627428a0 IDEA-CR-17604 TreeChangePreprocessorBase: restore original hasClasses() logic 2017-01-24 18:00:31 +03:00
Gregory.Shrago 42c3ae810c EA-95087 - NPE: FrameWrapper$MyJFrame.getStatusBar 2017-01-24 18:00:30 +03:00
peter 275d58843e more diagnostics for PlatformTestUtil.waitForAlarm hangs 2017-01-24 15:51:27 +01:00
peter fca209c7dd MinusculeMatcher: correct a range check to fail fast in more cases 2017-01-24 15:51:27 +01:00
peter 58b36241c2 change preselection in goto popups when typing according to the matching degree (IDEA-163865) 2017-01-24 15:51:26 +01:00
peter 9fb3ec5fbe IDEA-163049 "= ..." on selected item in completion list is confusing 2017-01-24 15:51:25 +01:00
Artem Bukhonov ca52397881 platform: added async version of execute() in RunProfileStarter
It allows to create asynchronous run profiles which can be started after BeforeRun tasks (e.g. Build)
2017-01-24 17:46:50 +03:00
Dmitry Avdeev d3d675ab33 fixing "Entity is declared more than once" problem 2017-01-24 17:44:29 +03:00
Vladimir Krivosheev dfcb7bf467 ignore <property name="file.gist.reindex.count" value="54" /> 2017-01-24 15:36:31 +01:00
Vladimir Krivosheev c5b4c5ab34 clear state on test end (removeIgnoredResource) 2017-01-24 15:36:30 +01:00
Pavel Fatin 4427f8373d true smooth scrolling: description expanded 2017-01-24 15:24:43 +01:00
Mikhail Filippov d18c75d2a1 platform: added API to provide custom grouping nodes with navigation in errors tree 2017-01-24 17:19:15 +03:00
Dmitry Batkovich d8970c5164 convert atomic to LongAdder: check that variable type is valid EA-95170 2017-01-24 17:16:31 +03:00
Sergey Karashevich 27ec23592b [gui-test] support linkLabels, move all java dependent part from main fixtures 2017-01-24 17:09:50 +03:00
Dmitry Batkovich 3e4b897664 javac ast indices: do not use DirtyScopeHolder lock in VFS listener (IDEA-167028) 2017-01-24 17:05:26 +03:00
Vladimir Krivosheev 095898577b ensure that snakeyaml lib is bundled (for dart plugin) 2017-01-24 14:51:44 +01:00
Vladimir Krivosheev e2b2e55f57 cleanup (cast not required) 2017-01-24 14:51:44 +01:00
Anton Makeev 18858b56a2 Merge remote-tracking branch 'origin/amakeev/msvc' 2017-01-24 14:48:57 +01:00
Bas Leijdekkers acc75fbbff make class abstract too on making method abstract (IDEA-23358) 2017-01-24 14:41:56 +01:00
Dmitry.Krasilschikov 2de8befce8 RUBY-5449 doc change 2017-01-24 16:19:22 +03:00