Commit Graph
177295 Commits
Author SHA1 Message Date
Anna Kozlova b2b09c29ee preserve comments on invert if (IDEA-159847) 2016-08-15 21:36:41 +03:00
Pavel Dolgov 1d7e2f6389 Java inspection: Renamed the inspection "Make Type Generic" to a noun-based name. (IDEA-157727) 2016-08-15 21:31:01 +03:00
Daniil Ovchinnikov b2df33aebd [groovy] return proper PsiElement type name in FU (IDEA-142282) 2016-08-15 20:59:26 +03:00
Mikhail Golubev 10fffd25a8 PY-20058 Fix the check that we should suppress E402 in Jupyter notebooks
So that it ignores preceding comments and imports and, overall,
mutes this error not only on the first import statement in a cell.

Also I accidentally used the interface PyImportStatement instead of
PyImportStatementBase before, so, the previous fix didn't handle the
original case with "from __future__ import print_function".
2016-08-15 20:19:33 +03:00
Mikhail Golubev 590006387f PY-20421 Fix IOOBE on parsing Tuple[SomeType] annotation in function type comments 2016-08-15 20:19:33 +03:00
Pavel Dolgov 75ba67cd90 Java control flow: Collect more data on try-catch statements which contain errors ahd therefore can't be handled normally. Use LOG.error for that instead of 'assert' 2016-08-15 20:18:43 +03:00
Pavel Dolgov a94184b12f Java inspection: Improved messages and documentation for the inspection "Lambda parameter type is redundant" - use LOG.error 2016-08-15 20:18:43 +03:00
Pavel Dolgov f0eecf562c Java inspection: Improved messages and documentation for the inspection "Lambda parameter type is redundant" 2016-08-15 20:18:43 +03:00
Anna Kozlova 6fdc29ee24 highlight comments inside qualified names (IDEA-154450) 2016-08-15 20:17:11 +03:00
Anna Kozlova 8a0c63df61 names highlighting: don't highlight typed reference as class name (IDEA-65270) 2016-08-15 20:17:11 +03:00
Anna Kozlova c975603207 introduce parameter: clear @Override when delegate (IDEA-153158) 2016-08-15 20:17:11 +03:00
Anna Kozlova 16cbb8b787 extract method with folded parameter: resolve names conflict (IDEA-156943) 2016-08-15 20:17:11 +03:00
Anna Kozlova 87934ee5d1 quotes (IDEA-117054) 2016-08-15 20:17:11 +03:00
Denis Fokin 548727ebc5 IDEA-159850 NPE on welcome screen (Import Project) 2016-08-15 18:34:29 +03:00
Pavel Dolgov 1f6535ca55 Java inspection: Collect more data on information-level inspections when they're applied to non-physical elements 2016-08-15 18:29:12 +03:00
Pavel Dolgov 01b0a9b4e0 Java inspection: Renamed the inspection "Expand lambda expression body to code block" to a noun-based name. (IDEA-157727) 2016-08-15 18:29:12 +03:00
Roman Shevchenko 278a7674e9 Cleanup (non-essential classes moved out of 'util') 2016-08-15 17:23:04 +03:00
Vasily Pisar cf90959331 CPP-7227 'Split group' action for CMake consoles breaks console rendering
- ...and disposing content afterwards
2016-08-15 17:02:49 +03:00
Vasily Pisar c54951ce6f CPP-7227 'Split group' action for CMake consoles breaks console rendering
- looks like the main content should not be disposed here...
2016-08-15 17:00:55 +03:00
Alexey Kudravtsev e3d8ef59a8 cleanup 2016-08-15 16:55:00 +03:00
Alexey Kudravtsev 73a9685aca initialize ForkJoinCommon pool because some tests do not init application but want to use parallel streams 2016-08-15 16:55:00 +03:00
Alexey Kudravtsev b4475becf6 more clear messages 2016-08-15 16:55:00 +03:00
Alexey Kudravtsev 4cae65e3f0 doc 2016-08-15 16:55:00 +03:00
Alexey Kudravtsev 890bed7288 moved min to ArrayUtil 2016-08-15 16:55:00 +03:00
Denis Fokin 07e9e9f74e IDEA-159840 Impossible to select a boot jdk from disk with native file dialogs on mac 2016-08-15 16:38:47 +03:00
Pavel Dolgov 3d92bbe713 Java inspection: Don't apply information-level inspections to non-physical elements because problem descriptor can't be attached to such elements 2016-08-15 16:37:48 +03:00
Aleksey Pivovarov b1bb3c3c3f IDEA-135207 github: fix token authentication behind proxy with basic auth
Without setting AuthScope, PreemptiveBasicAuthInterceptor might use proxy password from CredentialsProvider.
So the request contained both "Authorization: Basic <proxy password>" and "Authorization: token <token>" headers.
2016-08-15 16:27:35 +03:00
Roman Shevchenko e97f58686d Cleanup (dead code) 2016-08-15 16:13:34 +03:00
Denis Fokin 8f73254c1f Code clean-up 2016-08-15 16:12:14 +03:00
Denis Fokin 046616a321 IDEA-159671 Mac Native File Chooser: after opening file chooser from main IDEA frame, Main Menu become inactive 2016-08-15 16:02:32 +03:00
Roman Shevchenko 271efcb4dc [platform] temporarily avoids using parallel streams in tests 2016-08-15 15:35:44 +03:00
Vladislav.Soroka eb03498efb maven: clean-up 2016-08-15 15:22:18 +03:00
nik de83144114 build scripts: generate unique names for parallel tasks 2016-08-15 15:14:09 +03:00
nik 83e037a8ca build scripts: print output of commands executed on macbuilder to file on the agent to debug problems with ssh 2016-08-15 14:55:01 +03:00
Vladislav.Soroka e2f89283ef IDEA-158073 'Download sources' link should open source file after download 2016-08-15 14:52:22 +03:00
Nadya Zabrodina 290910d2f1 [patch]: wrap reading patch file into readAction; add log.warn 2016-08-15 14:49:11 +03:00
Vladislav.Soroka 54e0e1740f IDEA-158073 'Download sources' link should open source file after download 2016-08-15 14:42:23 +03:00
nik d77d314769 build scripts: code which prints log message about created artifact moved to BuildMessageLogger and implemented properly for TeamCity 2016-08-15 14:39:08 +03:00
Sergey Simonchik 5a984e3d91 AtomicNotNullLazyValue#createValue overrides NotNullLazyValue#createValue intentionally (following IDEA-CR-13011) 2016-08-15 14:16:09 +03:00
Roman Shevchenko 0378cff6f8 [platform] allows unit testing of CanonicalPathMap 2016-08-15 14:12:10 +03:00
nik f8089b3266 build scripts: 'brandingModule' property replaced by 'brandingResourcePaths' to support cases when resources aren't located under module source roots (e.g. in PhpStorm) 2016-08-15 13:56:20 +03:00
nik 47b81301f8 build scripts: replace 'until-build' during build if it is already set in plugin.xml (some plugins set it to 999.999) 2016-08-15 13:56:20 +03:00
Roman Shevchenko 837da6345a Cleanup (common code) 2016-08-15 13:44:03 +03:00
Roman Shevchenko 840b8d7e7c Merge remote-tracking branch 'origin/master' 2016-08-15 13:23:00 +03:00
Roman Shevchenko 89a533902e [tests] correct state restore in PyMoveTest 2016-08-15 13:22:29 +03:00
Roman Shevchenko 9688eaf948 [platform] allows the IDE to shutdown gracefully when JNA isn't loaded (IDEA-159824) 2016-08-15 13:21:27 +03:00
Roman Shevchenko 687d63de96 Cleanup (correct location) 2016-08-15 12:58:40 +03:00
Nadya Zabrodina 6e7123f923 [hg]: cleanUp prompthooks: use isinstance instead of direct import 2016-08-15 12:55:26 +03:00
Roman Shevchenko f6d712e619 Cleanup (dead code; formatting; C.O. docs) 2016-08-15 12:51:46 +03:00
Yaroslav Lepenkin 8d2898299b [FreezeLogger] do not report in tests 2016-08-15 11:53:13 +03:00