Commit Graph
180134 Commits
Author SHA1 Message Date
Anna.Kozlova cfb011e3e1 check inheritance for classes in local scopes to check that metho overrides another method (IDEA-161863) 2016-09-30 09:33:28 +02:00
Anna.Kozlova e052fabb42 conditional: ensure to convert type from parent to ll >= 1.8 so assignments would be correct, etc (IDEA-161854) 2016-09-30 09:33:28 +02:00
Bas Leijdekkers 46605f3b1a IG: return correct tool name in merger 2016-09-30 09:21:25 +02:00
Bas Leijdekkers 9e307107d8 make IG test light and add some test cases 2016-09-30 09:21:23 +02:00
Denis Fokin fe946f5eee EA-89069 2016-09-30 10:16:30 +03:00
Tagir Valeev 7cb4480fd1 StreamApiMigrationInspection: references to non-final variables in intermediate operations were incorrectly handled sometimes 2016-09-30 10:23:12 +07:00
Tagir Valeev 5cbf3d5a9b StreamApiMigrationInspection: correctly handle anonymous classes/lambdas (IDEA-CR-14138) 2016-09-30 10:04:58 +07:00
Yaroslav Lepenkin e0a89da302 [Inline Param Name Hints] do not show hints for java.lang.String methods 2016-09-29 22:00:24 +03:00
Yaroslav Lepenkin bd7dad86c1 [Inline Param Name Hints] minor 2016-09-29 22:00:24 +03:00
Yaroslav Lepenkin 5c3214b57c [Inline Param Name Hints] show single string literal if there is more that one String parameter in corresponding method 2016-09-29 22:00:24 +03:00
Daniil Ovchinnikov bb18ab4954 [groovy] unused default parameter inspection 2016-09-29 21:50:43 +03:00
Daniil Ovchinnikov 1e6d30cffc [groovy] correct target: return immediate prototype 2016-09-29 21:50:43 +03:00
Roman Shevchenko 0f87d92f93 [platform] fixes incorrect binding in mock update server 2016-09-29 20:48:46 +02:00
Kirill Likhodedov e41734986d Introduce Kotlin-style logger<Clazz> to get instance of a Logger
To avoid writing Clazz::class.java
2016-09-29 21:01:00 +03:00
Kirill Likhodedov fb3a431eba rename to logger.kt: use more concrete name 2016-09-29 21:01:00 +03:00
Egor.Ushakov bd56c78434 IDEA-103215 Add automatic word wrap to conditional breakpoint expression modification popup - added a toggle button to the toolbar 2016-09-29 20:39:44 +03:00
Roman Shevchenko 68ca420467 Cleanup (drops unneeded read locks) 2016-09-29 19:23:10 +02:00
Julia Beliaeva f4c20f63db [vcs-log] fix fade-out color when only one commit is selected in the table 2016-09-29 20:22:45 +03:00
Bas Leijdekkers b587c543e6 fix test 2016-09-29 19:06:31 +02:00
Julia Beliaeva 58be946476 [vcs-log] fix expanded width of rows without refs 2016-09-29 20:04:54 +03:00
Rustam Vishnyakov 8677261325 IDEA-156914 Allow indent options provider to override language specific indents for data language in templates 2016-09-29 19:43:42 +03:00
Roman Shevchenko e993f50657 Merge remote-tracking branch 'origin/master' 2016-09-29 18:36:36 +02:00
Roman Shevchenko a299ecfdb9 [platform] consistent behaviour of runnable action implementations (EA-88092) 2016-09-29 18:36:03 +02:00
Anna.Kozlova b4703a61d3 allow inspections to report INFORMATION level problems when normal problems are configured, e.g. for special cases where highlighting is not needed but intention could be handy 2016-09-29 18:35:29 +02:00
Roman Shevchenko 1bf7cacf52 Cleanup (dead code; deprecated API; warnings; formatting) 2016-09-29 18:32:18 +02:00
Denis Fokin 8d7598c6fe IDEA-152214 Xcode like way to disable/remove breakpoints 2016-09-29 19:23:48 +03:00
Egor.Ushakov 80fbbead68 IDEA-142098 Multiple breakpoints in a single line: don't display the whole method body in toggle breakpoint drop-down 2016-09-29 19:16:25 +03:00
Dmitry Batrak eb9e44f435 EA-89180 - ISE: EditorView.offsetToVisualPosition 2016-09-29 19:11:15 +03:00
Denis Fokin 4c6ade16f2 Diff in the commit dialog does not honor z-order if per-project modality is enabled 2016-09-29 18:47:05 +03:00
dmitriy.tseyler 3651f79b40 DBE-3186 delete row scrolls grid view to very last column 2016-09-29 18:44:41 +03:00
Dmitry Avdeev f6ecfaac2f malicious test commented out 2016-09-29 18:27:36 +03:00
Ilya.Kazakevich 20448d2981 PY-15837: Escape "[" char in tests 2016-09-29 18:25:28 +03:00
Mikhail Golubev a7bcd40725 Remove ConfirmingHostnameVerifier and unused settings from CertificateManager
It turned out to be non-obvious how to properly save hostname and
expiration date exceptions in settings, so these checks were disabled
in the first place and the corresponding settings were hidden in the
configurable. CertificateManager.HOSTNAME_VERIFIER was left in
CertificateManager my mistake, and, unfortunately, has acquired some
users since then.
2016-09-29 18:17:41 +03:00
Vladimir Krivosheev 3f562affe7 createDebugLogger — debugFile 2016-09-29 17:03:18 +02:00
Vladimir Krivosheev 2db4b63864 setAttributes — use equals 2016-09-29 17:03:17 +02:00
Denis Fokin f3233caed9 IDEA-152214 Xcode like way to disable/remove breakpoints 2016-09-29 17:59:09 +03:00
Yaroslav Lepenkin bcf5640e52 [Inline Param Name Hints] do not show single hint if it is string literal 2016-09-29 17:53:34 +03:00
Yaroslav Lepenkin 4c2612e490 [Inline Param Name Hints] simplification 2016-09-29 17:53:34 +03:00
Bas Leijdekkers b16ae96559 IG: new "Overly long lambda expression" inspection 2016-09-29 16:50:38 +02:00
Bas Leijdekkers 93ec1f75f7 IG: report more cases of object construction inside equals() and hashCode() methods 2016-09-29 16:50:36 +02:00
Bas Leijdekkers 6f0fe899d4 IG: report prefix and postfix expressions on boxed type as autoboxing 2016-09-29 16:50:35 +02:00
Bas Leijdekkers b5cc1cd4ea IG: introduce isAutoBoxed() utility method 2016-09-29 16:50:34 +02:00
Dmitry Trofimov 92ea85e4f7 For cross-platform build take the linux version of printenv.py 2016-09-29 16:41:28 +02:00
Dmitry Trofimov ffb30fba55 Merge remote-tracking branch 'origin/master' 2016-09-29 16:32:01 +02:00
Dmitry Trofimov bbbd1c0cf7 Remove unneeded override. 2016-09-29 16:31:15 +02:00
Roman Shevchenko dab231c7c1 Merge remote-tracking branch 'origin/master' 2016-09-29 16:28:36 +02:00
Denis Fokin 5028ea500f IDEA-152214 Xcode like way to disable/remove breakpoints 2016-09-29 17:25:05 +03:00
Dmitry Trofimov 3642817cbc Merge remote-tracking branch 'origin/master' 2016-09-29 16:15:56 +02:00
Dmitry Trofimov eb628fefc9 Merge remote-tracking branch 'origin/master' 2016-09-29 16:13:44 +02:00
Dmitry Avdeev 08ca47217c malicious test commented out 2016-09-29 17:12:33 +03:00