Commit Graph
181588 Commits
Author SHA1 Message Date
Roman Shevchenko d77241c459 [java] extracts module virtual file detection routine 2016-10-19 18:12:44 +02:00
Roman Shevchenko f16fdceda1 Merge remote-tracking branch 'origin/master' 2016-10-19 14:31:25 +02:00
Roman Shevchenko 8a5817341b [platform] code reuse (IDEA-CR-14712) 2016-10-19 14:31:05 +02:00
Bas Leijdekkers 163ca24685 SSR: make some methods public for easier extension (IDEA-162805) 2016-10-19 14:28:29 +02:00
Bas Leijdekkers 64e28a5e03 inspection description layout 2016-10-19 14:28:28 +02:00
Konstantin Bulenkov d31e2b32db Merge remote-tracking branch 'origin/master' 2016-10-19 14:26:02 +02:00
Konstantin Bulenkov 2c43da113c IDEA-162376 Compact Empty Middle Packages, Flatten Packages options in the Project toolwindow don't work any more 2016-10-19 14:13:57 +02:00
Konstantin Bulenkov d8b37da7e4 Merge remote-tracking branch 'origin/master' 2016-10-19 13:25:54 +02:00
Vladimir.Orlov 8178856cbb IDEA-CR-14647 2016-10-19 13:50:10 +03:00
Roman Shevchenko 165cd92d87 Cleanup (warnings; arrangement; formatting) 2016-10-19 12:34:35 +02:00
Sergey Simonchik c08a31d555 util: remove deprecated method without usages, bump to-be-removed version (IDEA-CR-14320) 2016-10-19 13:25:47 +03:00
Vladislav.Soroka f299695d9e maven: use bundled maven3 during project import if invalid maven home has been configured for the project 2016-10-19 13:08:08 +03:00
Eugene Zhuravlev b803c651e9 eclipse ecj compiler updated to version 4.6.1 (IDEA-162726) 2016-10-19 11:52:56 +02:00
Eugene Zhuravlev 2c36288f0f javadoc updated 2016-10-19 11:48:12 +02:00
Tagir Valeev a61024f6a3 ActionHint#findAndCheck now accepts String errorMessage instead of infoSupplier (IDEA-CR-14399) 2016-10-19 16:38:25 +07:00
Tagir Valeev 3cc3a4e47d PsiUtil.resolveClassInType used (IDEA-CR-14640) 2016-10-19 16:33:09 +07:00
Tagir Valeev 19af166e5d IDEA-CR-14593: MethodRefCanBeReplacedWithLambdaInspection#isWithSideEffects -> LambdaRefactoringUtil#canConvertToLambda; mapToFlatMap extracted 2016-10-19 16:25:20 +07:00
Roman Shevchenko cf80f2738e Cleanup (formatting) 2016-10-19 11:06:21 +02:00
Egor.Ushakov 872266db22 empty lambda is not proposed as a breakpoint variant 2016-10-19 12:00:08 +03:00
Tagir Valeev 57d38b610f IDEA-162662 inspection: simplify obvious stream collect transformation to direct java.util equivalent 2016-10-19 15:48:35 +07:00
Anna.Kozlova 8c19d2e0bd junit 5 for inspections: teach junit inspections to work over TestFramework 2016-10-19 09:59:31 +02:00
Anna.Kozlova 00a3814bd4 junit 5 for assertion without message, constant assertion inspection 2016-10-19 09:59:31 +02:00
peter 2824ee87e4 java completion: fix "{} ()" when choosing anonymous class constructor with parameters 2016-10-19 09:23:15 +02:00
peter 0ac4972e92 submitTransactionLater shouldn't do invokeLater twice
fixes too many visual editor changes during inplace refactorings
2016-10-19 09:16:04 +02:00
Vassiliy.Kudryashov dae9b62761 IDEA-162750 EditorComboBox text of "Git Repository URL" in Clone Repository dialog is cropped 2016-10-18 22:49:50 +03:00
Andrey Vlasovskikh 3e2115f802 Updated master version for PyCharm 2016-10-18 22:33:57 +03:00
Gregory.Shrago 23dc04d2a4 GK 1.4.3: minor grammar fix 2016-10-18 22:22:08 +03:00
Gregory.Shrago 9af39845b5 regen: GK 1.4.3 2016-10-18 22:22:08 +03:00
Sergey Malenkov 9e95149430 IDEA-162770 Can't manually enter the path in the FileChooser 2016-10-18 22:20:41 +03:00
Dmitry Trofimov 8035e19e74 Merge remote-tracking branch 'origin/master' 2016-10-18 21:13:22 +02:00
Dmitry Trofimov e784e6fed1 Update bundled coverage.py to version 4.2.0 2016-10-18 21:09:33 +02:00
Roman Shevchenko 5fbaa08989 [platform] ignore SIGHUP in restarter script (IDEA-162263)
When the IDE is launched in it's own terminal (File Manager | Run in Terminal), shutting it down kills the restarter script as well. Ignoring the signal allows the script to outlive a terminal and successfully restart the IDE.
2016-10-18 20:35:46 +02:00
Dmitry Trofimov 59bbcccc61 For some strange reason bash doesn't pass env variables sourced from rcfile to the command in case of non-interactive mode.
Interactive mode can crash the process, so it is not an option.
The only option left is to use composite command that sources the activate script and then prints envs. And this works both for bash and sh on Linux.
2016-10-18 20:17:06 +02:00
Dmitry Trofimov 5ec562fdd8 Count missed branches in case of partial coverage in total ration denominator (PY-20131) 2016-10-18 20:01:23 +02:00
Roman Shevchenko 5cb324e90a [platform] passes the PID to watch for to the restarter script (IDEA-162263) 2016-10-18 19:43:40 +02:00
Daniil Ovchinnikov 1b1f69563c [groovy] setWritable(false) for detached name-value pair value (IDEA-CR-14566) 2016-10-18 20:30:28 +03:00
Daniil Ovchinnikov ed8209df8b [groovy] use EmptyStub (IDEA-CR-14566) 2016-10-18 20:30:28 +03:00
Aleksey Pivovarov 3712cf0732 diff: make methods public 2016-10-18 20:24:51 +03:00
Vladislav.Soroka c70be3253e project tasks: fix modules build settings assertion 2016-10-18 19:57:35 +03:00
Anna.Kozlova b38ca21bac assertEquals can be replaced with assertSame: introduce junit 5; extract common fix 2016-10-18 18:11:07 +02:00
Anna.Kozlova c28bda6b3f assertEquals between inconvertible types: junit & testng refactored; introduce junit 5 for assertEquals called on array 2016-10-18 18:11:07 +02:00
Anna.Kozlova c4a9c2f7c3 common constants 2016-10-18 18:11:07 +02:00
Dmitry Batkovich cded565ab6 javac ast indices: do not show progress status on index up-to-date validation 2016-10-18 19:06:25 +03:00
Dmitry Batkovich 987b1e762e javac ast indices: read access 2016-10-18 19:06:25 +03:00
Dmitry Batkovich 319a91bfc2 javac ast indices: read access while get placement of element in asCompileElements() 2016-10-18 19:06:25 +03:00
Dmitry Batkovich e40c4160d8 javac ast indices: read access while get placement of element in getHierarchyInfo() 2016-10-18 19:06:25 +03:00
Dmitry Batkovich 64352f8317 javac ast indices: Javac8RefScanner should be added to CP 2016-10-18 19:06:25 +03:00
Dmitry Batkovich 4d831a72d5 javac ast indices: add javac-ref-scanner-8 to BaseIdeaProperties 2016-10-18 19:06:25 +03:00
Dmitry Batkovich 51b95dcf0f typo 2016-10-18 19:06:25 +03:00
Dmitry Batkovich ad29e453ac javac ast indices: do not search java direct inheritors for unknown language classes (AssertionError fixed) 2016-10-18 19:06:25 +03:00