Anna.Kozlova
e624e6914d
fix testdata
2017-04-19 15:32:46 +02:00
Anna.Kozlova
cf5351bed2
tests: prefer suite proxy if available both test and suite and suite was started
2017-04-19 15:32:46 +02:00
Anna.Kozlova
4330866849
AIOOBE for java 1.3
2017-04-19 15:32:46 +02:00
Aleksey Pivovarov
be1885f5d5
vcs: unify ByteBackedContentRevision usages and implementations
2017-04-19 16:11:45 +03:00
Aleksey Pivovarov
79a4b7aa97
vcs: remove unnecessary wrapper
2017-04-19 16:11:45 +03:00
Aleksey Pivovarov
99f603ffe6
vcs: remove dead code
...
`createFilePathOn` can't return `null`
2017-04-19 16:11:45 +03:00
Egor.Ushakov
f47057bc42
experimental option to keep step requests (this allows to continue stepping after hitting a breakpoint in the middle)
2017-04-19 16:03:21 +03:00
nik
fdeae7754c
external build: process dummy target during build along with real targets
...
This is needed to ensure that obsolete output files are removed (IDEA-171661).
2017-04-19 15:56:05 +03:00
Roman Shevchenko
362fd9fc4a
[platform] a typo in update channel licensing attribute default value
...
related: IJ-SCRIPTS-CR-19
2017-04-19 14:38:03 +02:00
Maxim.Mossienko
c2c45002ea
Show VCS change marks in the search results preview editor gutter (IDEA-171606)
2017-04-19 14:07:17 +02:00
Anna.Kozlova
2dbc3c32a9
fix testdata
2017-04-19 14:05:10 +02:00
Anna.Kozlova
846efc4e70
junit 5: rerun failed by method with signature
2017-04-19 14:01:07 +02:00
Anna.Kozlova
16b0cce4f6
overload resolution: don't skip static method conflicts in classes in hierarchy (IDEA-171617)
2017-04-19 14:01:07 +02:00
Alexey Kudravtsev
33acc24089
class loaders for jdk9
2017-04-19 14:38:50 +03:00
Alexey Kudravtsev
d12a77ab90
avoid duplicate properties files loading
2017-04-19 14:38:50 +03:00
Alexey Kudravtsev
e170e593de
avoid duplicate properties files loading
2017-04-19 14:38:49 +03:00
Alexey Kudravtsev
e88ed4032e
cleanup
2017-04-19 14:38:49 +03:00
Dmitry Batrak
9a70984732
don't show parameter hints on completion of blacklisted methods with one parameter
2017-04-19 14:36:37 +03:00
Pavel Dolgov
af08eeeeb9
Merge duplicate statements in module-info.java - merge all duplicates at once, preserve comments, set caret to the resulting statement (IDEA-169211)
2017-04-19 13:57:14 +03:00
Dmitry Batkovich
874a7b88cd
javac ast indices: add tests for signature index
2017-04-19 13:40:55 +03:00
nik
68dc68f172
usage view: deprecate UsageFilteringRuleEx in favor of additional method in UsageFilteringRule
...
This makes the additional 'isVisible' method more discoverable and simplifies code.
2017-04-19 13:11:29 +03:00
nik
3681ee542b
usage view: deprecate OrderableUsageGroupingRule and move method getRank to UsageGroupingRule
...
This makes it more discoverable and simplifies code.
2017-04-19 13:11:29 +03:00
Tagir Valeev
0a76d8b389
IDEA-169967 Enhance "'while' loop spins on field" to suggest to insert Thread.onSpinWait() in Java 9
2017-04-19 17:05:41 +07:00
Aleksey Pivovarov
bb67875b64
vcs: do not pass invalid file pointers to data context
2017-04-19 13:01:30 +03:00
Roman Shevchenko
437c1520db
[platform] optimizes binary file lookup (IDEA-CR-18860)
2017-04-19 11:38:37 +02:00
Dmitry Batkovich
ffb4ee68dc
javac ast indices: request index rebuild if corruption exception is thrown from compressor
2017-04-19 12:36:31 +03:00
Dmitry Batrak
4b50895b1c
IDEA-160142 Wrong result of block-commenting of Java string literal containing /*
2017-04-19 12:04:10 +03:00
Yaroslav Lepenkin
f816dd0759
Merge remote-tracking branch 'origin/master'
2017-04-19 11:57:43 +03:00
Anna.Kozlova
136a93887b
use JBLabel (HiDPI: IDEA-89317)
2017-04-19 10:51:34 +02:00
Dmitry Cherniachenko
777851b886
Add '(byte)' and '(short)' type cast for int literals only in invocation parameters
2017-04-19 11:39:37 +03:00
Dmitry Cherniachenko
cdecb09b4a
Removed unnecessary boxing of primitive types
2017-04-19 11:39:37 +03:00
Dmitry Cherniachenko
9cb8837eee
IDEA-171459 fix type cast for int literals used as byte / short in decompiled code
2017-04-19 11:39:37 +03:00
Egor.Ushakov
6fd11e168b
avoid leaking DebugProcess on debug session end (with the tab still opened) pt.2
2017-04-19 11:39:37 +03:00
Anna.Kozlova
c24f0b7d65
restore parameter info for super/this calls
2017-04-19 10:32:47 +02:00
Vladislav.Soroka
92e8c7751e
Maven: test fix, 'readOnly' configuration parameters should be resolved and appear in completion
2017-04-19 11:23:52 +03:00
nik
539242ad56
usage view: deprecate UsageGroupingRule.groupUsage method to ensure that getParentGroupsFor is called instead
...
A separate class SingleParentUsageGroupingRule is introduced for rules which return at most one parent group.
2017-04-19 11:20:49 +03:00
Vladislav.Soroka
837641ed6f
Maven: fix MavenDependencyCompletionAndResolutionTest#testChooseFileIntentionForSystemDependency
2017-04-19 11:06:47 +03:00
Anna.Kozlova
88e85b1846
capture for method reference return type: disable registry key for upcoming spec change
2017-04-19 10:00:33 +02:00
Roman Shevchenko
ff32aa6040
Cleanup (unneeded exception)
2017-04-19 09:24:52 +02:00
Irina.Chernushina
2d91b2dd53
ESLint language service: by default, filter out all source code fragments in response: 1) less problems with JSON stream encoding/decoding 2) less data sent 3) anyway used now only for debug of user problems
...
WEB-26393 can not get result of ESlint annotation
2017-04-19 09:12:14 +02:00
Tagir Valeev
7716142550
VariableAssignedFromVisitor: stopWalking is used; stop at file level with logging (EA-100430)
2017-04-19 11:49:45 +07:00
Ilya.Kazakevich
c377fd4542
PY-23487: `resolveImportSourceCandidates` returns package *and* folder for python packages in plugin.
...
Issue is similar to PY-23267.
2017-04-19 01:15:54 +03:00
Konstantin Bulenkov
4403202a3e
IDEA-170138 There is no borders between tabs in Darcula theme
2017-04-18 23:52:22 +02:00
Konstantin Bulenkov
1c2ecc847d
fix NPE in JavaColorProvider
2017-04-18 23:49:44 +02:00
Ilya.Kazakevich
5f234d7a36
PY-23452: fix sys.path for runners to make same as with real runners
...
* Python adds script folder as sys.path[0]. Since we run helper "helpers" dir is sys.path[0]. Pop it, and testrunner will patch sys.path as it is done with command line.
* Unittest is launched as module and it adds current dir -- pycharm mimics this behaviour.
2017-04-19 00:09:06 +03:00
Ilya.Kazakevich
65a984d1f3
Test logging improved
...
It is always fail to rerun 0 tests: use error instead of warning
2017-04-19 00:09:06 +03:00
Rustam Vishnyakov
88a141ce7f
Test fix
2017-04-19 00:05:07 +03:00
Sergey Malenkov
351cb6c7f4
IDEA-169924 add registry property to show icons for Java breadcrumbs
2017-04-18 22:17:21 +03:00
Maxim.Mossienko
b58c8e21f4
nio based refresh worker (disabled by default)
2017-04-18 20:29:47 +02:00
Maxim.Mossienko
69e89c9d6a
proper text color for current logo
2017-04-18 20:24:36 +02:00