Commit Graph
205518 Commits
Author SHA1 Message Date
Anna.Kozlova 4e2a83d6d0 unused parameter: correctly ignore parameters used in overridden methods
when graph was build over not project scope (IDEA-180281)
2017-10-11 12:09:57 +02:00
Anna.Kozlova a695c507aa test patterns performance: rely on test names if no '*' present
otherwise process the output to match all test names against pattern;
2017-10-11 12:09:57 +02:00
Roman Shevchenko 003dcb24cb Cleanup (warnings; formatting) 2017-10-11 11:47:32 +02:00
Rustam Vishnyakov 164cb1b29d IDEA-175743 Review changes
See the UI spec at https://youtrack.jetbrains.com/issue/IDEA-175743#comment=27-2426968
2017-10-11 12:17:41 +03:00
Roman Shevchenko 592e7789a9 Cleanup (annotations for avoiding pointless 'platform type' warnings) 2017-10-11 11:11:17 +02:00
Irina.Chernushina 0c37a0560a WEB-29164 JSON schema: correctly resolve between oneOf/anyOf variants 2017-10-11 11:02:56 +02:00
Elizaveta Shashkova c3eff59576 Check for Variables view works only for debugger (PY-26289) 2017-10-11 12:01:20 +03:00
Roman Shevchenko 4e9f3a69f2 Cleanup (fixes log level; reverts accidental change) 2017-10-11 10:59:52 +02:00
Tagir Valeev a07277260c DeleteSideEffectsAwareFix: do not remove message for non-expression-statement
The fix is still useful if invoked for if condition/switch expression/etc. Fixes IDEA-180372.
2017-10-11 15:51:21 +07:00
Gregory.Shrago d292076730 async structure view: popup 2017-10-11 11:47:12 +03:00
Roman Shevchenko e6b336b37d [vfs] timing LFS.getCanonicallyCasedName (IDEA-180169) 2017-10-11 10:37:23 +02:00
nik 8c1cf83510 build scripts: get paths to JUnit4 JARs from project configuration
These JARs aren't located under community/lib since JUnit4 was converted to a repository library.
2017-10-11 11:27:16 +03:00
Roman Shevchenko a6370e2622 [tests] fixes build number comparison in update info tests 2017-10-11 10:05:54 +02:00
Anna.Kozlova 627e31c9a5 field naming convention: introduce constant with mutable type (IDEA-179923)
before that constant with mutable type convention could be configured with different patterns in 2 different 'beans'
2017-10-11 10:02:53 +02:00
Tagir Valeev 31b328cdca RedundantStringOperation: append("") (IDEA-180178), intern()
ConstantStringInternInspection removed
2017-10-11 14:35:28 +07:00
Tagir Valeev 454efb3280 RedundantStringOperationInspection: SubstringZero and StringToString merged 2017-10-11 14:35:27 +07:00
nik ea0530a7f8 'Project Structure' dialog: escape mnemonics in 'Move to Group' action names (IDEA-179893) 2017-10-11 09:41:47 +03:00
nik 364eacb3e3 'Project Structure' dialog: show description for 'move to group' actions 2017-10-11 09:41:46 +03:00
Dmitry Batkovich 1bde0a62c9 set weak warning severity for alpha unsorted properties file inspection 2017-10-11 09:06:08 +03:00
Dmitry Batkovich f5e6dd2b8d fix description for redundant throws inspection IDEA-180353 2017-10-11 09:06:08 +03:00
Tagir Valeev 05677dfb78 InspectionsBundle.properties: several more unused properties removed 2017-10-11 11:22:35 +07:00
Tagir Valeev 3bd8f2db77 InspectionsBundle.properties: configure.checker.option.* removed
Remnants from the ConditionCheckerDialog which was removed on 08.09.2015 (commit id 8463342b69)
2017-10-11 10:50:22 +07:00
Tagir Valeev 6fcd75db84 IDEA-180288 Quick fix breaks code: Optional.ofNullable() with not-null argument 2017-10-11 10:28:14 +07:00
Andrey Vlasovskikh 92eb27389b PY-26456 Send change event on setting up new SDK
This event is required to revalidate the new project dialog form.

Also updated the border rendering in the SDK list.
2017-10-11 04:34:42 +03:00
Maxim.Mossienko d870139be0 after review comments: more robust code wrt RuntimeException 2017-10-10 22:21:48 +02:00
Sergey Malenkov 788c89306a ScrollBarUI: remove unused EditorScrollBarUI 2017-10-10 23:07:53 +03:00
Sergey Malenkov d79e2d6f28 ScrollBarUI: remove unused DarculaScrollBarUI 2017-10-10 23:07:53 +03:00
Sergey Malenkov a0718b09a1 ScrollBarUI: remove unused method paintMaxiThumb 2017-10-10 23:07:53 +03:00
Sergey Malenkov f45e50cba9 ScrollBarUI: fix animators in editor's scroll bar 2017-10-10 23:07:53 +03:00
Maxim.Mossienko 284e06c05c do not hold a lock when failed to open ZipFile (IDEA-180312) 2017-10-10 21:53:13 +02:00
Kirill Likhodedov b5682c764a git: treat 'clone' as a read command IDEA-179899
In fact, clone is a write command, because it modifies index.lock;
however that index.lock is in new repository => it can't be accessed
by any other command at the same time.

If the clone is performed into a subfolder of the current project,
it still can't interfere with any other Git command, because the subfolder
must be empty (otherwise clone won't start).

This change allows however to call two clones into the same directory
simultaneously, and one of them will fail, but that doesn't look like
a serious issue and should anyway be solved by a more high-level IDEA-90211.
2017-10-10 22:43:48 +03:00
Roman Shevchenko b0c5990f0a [tests] update info tests ain't no unit anymore :( 2017-10-10 21:28:11 +02:00
Anna.Kozlova 497ff23b93 reformat 2017-10-10 20:34:20 +02:00
Anna.Kozlova 7129156c77 ensure final constant 2017-10-10 20:34:19 +02:00
Anna.Kozlova e25a461cb5 EA-108987 - CCE: SuspiciousMethodCallUtil.getSuspiciousMethodCallMessage 2017-10-10 20:34:19 +02:00
Roman Shevchenko 81c25dc132 Cleanup (fixes formatting after lambda conversion) 2017-10-10 20:16:48 +02:00
Dmitry Trofimov 77ea9762c9 Disable anaconda, because it makes prebuilt indices to big 2017-10-10 19:40:18 +02:00
Konstantin Aleev a54c6e580e RunDashboard: Add shortcut for Stop action 2017-10-10 19:46:18 +03:00
Konstantin Aleev aebeea8bf7 RunDashboard: Change content toolbar layout on show/hide configurations 2017-10-10 19:46:17 +03:00
Gregory.Shrago 53ae3a88ab async structure view: employ ATM fixes and turn tests back ON 2017-10-10 19:40:43 +03:00
Gregory.Shrago 31fe10e3ef cleanup: employ DumbAwareAction.create 2017-10-10 19:37:21 +03:00
Gregory.Shrago 70071f1fd5 convenience factory method 2017-10-10 19:30:53 +03:00
Gregory.Shrago c195b7821e waitForPromise: return promise result if present 2017-10-10 19:30:53 +03:00
Roman Shevchenko 743806c050 [platform] makes an editor highlighter reference an original file (IDEA-179531) 2017-10-10 18:25:10 +02:00
Anna.Kozlova 8b84f7ab8e include tree ancestors in type parameters iterable (IDEA-179958)
anonymous and local classes are inner classes which are not members of any other class, they are implicitly generics if applicable
2017-10-10 18:17:29 +02:00
Anna.Kozlova 4e3b7b9508 junit 5: don't create empty unique id suites 2017-10-10 18:17:29 +02:00
Anna.Kozlova 79b362e643 precise rethrow: runtime exception special case for generic declared type only (IDEA-180035) 2017-10-10 18:17:29 +02:00
Anna.Kozlova 6866131d04 fix manifest title 2017-10-10 18:17:29 +02:00
Anna.Kozlova b074d43ac2 assertion to ensure method/class configurations have module set (IDEA-179725) 2017-10-10 18:17:28 +02:00
Sergey Malenkov 67c0496dc4 always reload reused children on structure changed 2017-10-10 18:51:46 +03:00