Commit Graph
162509 Commits
Author SHA1 Message Date
Dmitry Batkovich e8805cb2cc "initialize variable" & "initialize in constructor" suggests default constructors (with inheritor's if collection) (IDEA-145431) 2015-11-06 15:56:50 +03:00
Egor.Ushakov fb32abd2fe correctly render alternative sources from jdk (show something more than just rt.jar) 2015-11-06 15:55:42 +03:00
Eugene Zhuravlev 4515f3496e fallback url provided when legacy key conversion is not possible (IDEA-147130),
'JetProfile' term changed to 'JetBrains Account' in UI error messages
2015-11-06 15:46:54 +03:00
Vassiliy.Kudryashov 3045138aef project leak via toolbar->icon->DeferredIcon.evaluator->RunManager$1->project 2015-11-06 15:38:53 +03:00
Alexander Zolotov 2ca501b2cd CSS: do not cache custom selectors 2015-11-06 15:35:00 +03:00
Vladislav.Soroka 521a88bfb3 external system: do not cleanup orphan project libraries if import runs from Project Structure Dialog 2015-11-06 15:30:09 +03:00
Philipp Smorygo 0cce542e7b OC-9697 Include ObjC symbols into search everywhere 2015-11-06 15:24:52 +03:00
Dmitry Avdeev fa128d1565 IDEA-143572 Android: IAE at com.android.tools.idea.gradle.parser.GradleGroovyFile.checkInitialized: fix import Gradle module from project structure 2015-11-06 14:51:47 +03:00
Anna Kozlova db3999c65a don't check public modifier for abstract classes cause inheritors would be checked for actual runnable 2015-11-06 12:17:00 +01:00
Anna Kozlova 6c0727a38d drill to directory content in case of flatten packages for content/source root directories (IDEA-147449) 2015-11-06 12:17:00 +01:00
Vladislav.Soroka 0d13912ba8 maven: index update error log fix 2015-11-06 13:31:39 +03:00
Roman Shevchenko d8f90c8826 [platform] system health issues logged always 2015-11-06 11:25:46 +01:00
Dmitry Avdeev caab8e5807 IDEA-143572 Android: IAE at com.android.tools.idea.gradle.parser.GradleGroovyFile.checkInitialized 2015-11-06 12:59:28 +03:00
Vladislav.Soroka 1e3d48c178 maven: fix blinking test 2015-11-06 12:55:41 +03:00
Konstantin Ulitin 51a519f96a use proper element type for building stubs in LightStubBuilder 2015-11-06 12:49:14 +03:00
Dmitry Batkovich 6ac9b9d08c guava inspection description is rewritten (IDEA-147473) (IDEA-147460) 2015-11-06 12:47:34 +03:00
Alexey Kudravtsev 84d9b0e5a6 check for cyclic Disposable registrations for IDEA-147098 2015-11-06 12:12:42 +03:00
Yaroslav Lepenkin a7b28ab901 Do not run indent detector in any way in viewer mode 2015-11-06 12:11:08 +03:00
Dennis Ushakov e1046a95e8 fix project leak via parsable 2015-11-06 11:32:46 +03:00
Dmitry Batrak 98968ef32f cleanup 2015-11-06 11:28:55 +03:00
Dmitry Batrak 01d5262bbf don't invoke coordinate transformation functions while soft wrap model is in inconsistent state 2015-11-06 11:28:54 +03:00
Dmitry Batrak ac5f1e43b1 make sure seed and iteration are always logged, even if thrown exception is discarded upper in the call stack 2015-11-06 11:28:53 +03:00
Dmitry Batrak 25d74560ff don't use legacy code with editor.new.rendering 2015-11-06 11:28:51 +03:00
Dmitry Batrak 8de9b0fa45 extract EditorStressTest 2015-11-06 11:28:50 +03:00
Dmitry Batrak 33e0477669 use Java 8 features in test 2015-11-06 11:28:49 +03:00
Gregory.Shrago 6ae2aac04a DBE-515 Connecting dialog: provide a way to see the full database error message 2015-11-06 03:33:34 +03:00
Bas Leijdekkers 07bc39444c IDEA-135101 (False positive of "Empty class") 2015-11-05 21:43:56 +01:00
Bas Leijdekkers ee80a1da3a make IG test light 2015-11-05 21:43:55 +01:00
Bas Leijdekkers d4d8fa7a71 SSR: test if all variables are accessible from script 2015-11-05 21:43:55 +01:00
Sergey Ignatov cdabb6012d DFM progress indicator: revert 1px icons 2015-11-05 22:12:38 +03:00
Sergey Ignatov aa718cb026 add many processes internal action: add a long description for some processes 2015-11-05 21:55:36 +03:00
Sergey Ignatov ea0ca63b68 IDEA-141246 fix cancel button position for DFM progress indicator 2015-11-05 21:55:36 +03:00
peter f6a2fc1dd1 add an inspection to find possible <clinit> deadlocks like in IDEA-147015 2015-11-05 19:48:29 +01:00
nik 3601b6fa37 recognize IBM JDK 1.8 (IDEA-90661) 2015-11-05 20:58:35 +03:00
Anna Kozlova cf39354085 NPE on open .form 2015-11-05 18:28:17 +01:00
Roman Shevchenko a020d2f51b Merge remote-tracking branch 'origin/master' 2015-11-05 18:20:11 +01:00
Roman Shevchenko e725471729 [platform] allow only one background decompilation, to avoid SOE 2015-11-05 18:19:13 +01:00
Yaroslav Lepenkin 99a0860b19 Indent detector performance test: test separately hot and cold files 2015-11-05 20:06:32 +03:00
Yaroslav Lepenkin 126a270f07 Typo fixed, since setUseTabs was used twice 2015-11-05 19:48:31 +03:00
Gregory.Shrago 59ad71fa60 introduce LanguageUtil.getLanguageForPsi 2015-11-05 19:43:39 +03:00
Anna Kozlova b52bf6b5c0 compare primitive types with equals as type annotations could spoil them (IDEA-147399) 2015-11-05 17:30:30 +01:00
Roman Shevchenko 421ad86729 [java] optimization: do not build mirror tree for getText() and getTextLength() on a .class file 2015-11-05 17:27:11 +01:00
peter 7a2ae3a051 dom: prevent class initialization deadlock 2015-11-05 17:25:57 +01:00
Vladimir Krivosheev 2dcec71038 if we set breakpoint in a file, we should stop in it - ignore sourcemap 2015-11-05 17:22:16 +01:00
Vladimir Krivosheev 8a07f2f50f convert SuspendContextImpl, StringValue to kotlin 2015-11-05 17:22:16 +01:00
Vladimir Krivosheev 911ac86fa0 convert SuspendContextImpl, StringValue to kotlin 2015-11-05 17:22:16 +01:00
Gregory.Shrago 4585767adf introduce LanguageUtil.getLanguageForPsi 2015-11-05 19:14:24 +03:00
Yaroslav Lepenkin 012f5dfa12 (IDEA-147380) Change indent size and continuation indent size only if tab usage detected and use tabs was switched off 2015-11-05 18:47:16 +03:00
Yaroslav Lepenkin 33df057719 Recent tests: changed tests order - passed tests is added only if it is suite; first comes failed test group, last comes passed test group 2015-11-05 18:47:14 +03:00
Vladislav.Soroka c645bfa0cf maven: test fix 2015-11-05 18:45:16 +03:00