Anna Kozlova
|
ef90033b1a
|
testdata
|
2016-02-18 19:47:21 +01:00 |
|
Anna Kozlova
|
e85ff6f47f
|
check class accessible from another module: don't check parameters but check if method return type/param types are accessible
|
2016-02-18 16:31:20 +01:00 |
|
Anna Kozlova
|
4475c9c72a
|
testdata for IDEA-151777
|
2016-02-18 16:31:20 +01:00 |
|
Alexey Kudravtsev
|
86b6ee7f18
|
folowup to IDEA-149950: changed "package local" to JLS-conformant "package-private"
|
2016-02-18 13:53:04 +03:00 |
|
Anna Kozlova
|
fb42498c99
|
method chain: capture wildcard on wildcard bounds
|
2016-02-17 17:24:41 +01:00 |
|
Anna Kozlova
|
0ac147ad95
|
inference: check glb with captured wildcard: if not assignable check if it is an interface
|
2016-02-17 17:24:41 +01:00 |
|
Anna Kozlova
|
42d50e32fe
|
testdata for IDEA-150688
|
2016-02-17 14:44:12 +01:00 |
|
Anna Kozlova
|
17743c0a87
|
unchecked warning: mark as unchecked if passed to strict subtyping (IDEA-151302)
|
2016-02-17 14:44:12 +01:00 |
|
Alexey Kudravtsev
|
05de8796ca
|
IDEA-149950 Bad typo in "Declaration access can be weaker" inspection
|
2016-02-17 14:38:41 +03:00 |
|
Anna Kozlova
|
87039be208
|
ensure conflicts are ordered
|
2016-02-17 12:27:25 +01:00 |
|
Anna Kozlova
|
bf226f58ab
|
move members: conflict against members of superclass (IDEA-151440)
|
2016-02-16 18:59:27 +01:00 |
|
Anna Kozlova
|
7dd0db8963
|
captured wildcard: access object should be placed to the same package (IDEA-151766)
|
2016-02-16 18:15:03 +01:00 |
|
Anna Kozlova
|
8fdf37e038
|
inference: skip unchecked warning for types based on inference variables (IDEA-151761)
|
2016-02-16 18:15:03 +01:00 |
|
Anna Kozlova
|
a530fe132f
|
inference: don't erase inference variables (IDEA-151750)
|
2016-02-16 15:57:18 +01:00 |
|
Anna Kozlova
|
abd1b44e85
|
redundant args: copy the file to avoid incompleted psi
|
2016-02-16 15:57:18 +01:00 |
|
peter
|
4017392691
|
fix WordCompletionTest
|
2016-02-16 11:24:10 +01:00 |
|
peter
|
0df183f2af
|
java smart enter: place caret inside braces for switch statement followed by an empty line
|
2016-02-15 19:09:39 +01:00 |
|
peter
|
2235dac78c
|
fix javadoc link completion in the middle of the comment
|
2016-02-15 18:00:00 +01:00 |
|
Anna Kozlova
|
7a671c53f8
|
stream api: fix primitive boxing (IDEA-151494)
|
2016-02-15 15:49:06 +01:00 |
|
Anna Kozlova
|
b424316b32
|
disable static import suggestions for references resolved with incomplete flag = true (IDEA-151264)
|
2016-02-15 15:49:06 +01:00 |
|
Bas Leijdekkers
|
6e43997abd
|
add quickfix for non-disjoint multi-catch
|
2016-02-12 21:30:28 +01:00 |
|
Roman Shevchenko
|
5fb3774b58
|
[platform] plugin manager should tolerate URLs from broken class loaders (IDEA-151636)
|
2016-02-12 21:02:04 +01:00 |
|
Roman Shevchenko
|
11f54a3efa
|
[tests] a test for IDEA-151593
|
2016-02-12 20:06:59 +01:00 |
|
Alexey Kudravtsev
|
1d1025401f
|
execute tests outside write action by default
|
2016-02-12 15:18:39 +03:00 |
|
Yaroslav Lepenkin
|
9f3bb4f992
|
Recent Tests: remove tests which we can locate without location in background
|
2016-02-11 22:50:01 +03:00 |
|
Yaroslav Lepenkin
|
e012c6811c
|
Recent Tests: show only java tests urls
|
2016-02-11 22:50:00 +03:00 |
|
peter
|
258d0be564
|
IDEA-151552 No completion after instanceof inside lambda
|
2016-02-11 13:27:29 +01:00 |
|
peter
|
047e6d7ff2
|
java completion: qualify calls to outer class methods when needed (IDEA-144816, IDEA-151237)
|
2016-02-11 12:39:17 +01:00 |
|
peter
|
15a7d36b6e
|
IDEA-151470 Autocomplete not suggesting after finally block
|
2016-02-11 12:18:35 +01:00 |
|
Bas Leijdekkers
|
1629f74eb5
|
IDEA-151515 (Goto Action sorts incorrectly)
|
2016-02-10 21:06:05 +01:00 |
|
Dmitry Batkovich
|
f836ad796d
|
IDEA-151190 Change class signature doesn't support complicated bounds
|
2016-02-10 21:29:40 +03:00 |
|
peter
|
f871d33fc8
|
IDEA-151355 Wrong 'condition always false' after using decrement on object field
|
2016-02-10 12:39:20 +01:00 |
|
peter
|
c1fdc02b1a
|
Enum.valueOf and annotations methods are not-null (IDEA-151305, IDEA-151174)
|
2016-02-10 12:39:19 +01:00 |
|
peter
|
97c4d325e2
|
IDEA-151356 Simplifying known true/false conditions should remove unnecessary parentheses
|
2016-02-10 12:39:19 +01:00 |
|
peter
|
1b6d4b8701
|
IDEA-151371 Ambiguous import of Map that is not ambiguous anymore
|
2016-02-10 12:39:18 +01:00 |
|
Alexey Kudravtsev
|
94863a8df4
|
replaced queue with HashSetQueue for faster removal, store old file AST to avoid inconsistency assertions like EA-72402 - IOE: BlockSupportImpl.makeFullParse
|
2016-02-10 10:05:56 +03:00 |
|
Anna Kozlova
|
b4d2e26d84
|
fix assertion with code block lambda
|
2016-02-09 20:09:10 +01:00 |
|
Anna Kozlova
|
1f640238e0
|
inference: retrieve type from containing call if the corresponding method is not generics (IDEA-151443)
|
2016-02-09 20:09:10 +01:00 |
|
peter
|
da5aa7d73d
|
adapt ChooseByNameTest to groovy script class name changes (IDEA-151287)
|
2016-02-09 17:48:35 +01:00 |
|
Anna Kozlova
|
2c18695de0
|
generate constructor: do not insert new line if member would be generated in another place (IDEA-151327)
|
2016-02-09 12:41:01 +01:00 |
|
Anna Kozlova
|
e3f5740e07
|
captured wildcard: convert to primitive (IDEA-151408)
|
2016-02-09 12:41:01 +01:00 |
|
Anna Kozlova
|
5793ec77ed
|
retrieve collection type from capture in foreach stmt (IDEA-151406)
|
2016-02-09 12:41:01 +01:00 |
|
peter
|
f166e96420
|
goto class/file: support more line number denotations (IDEA-137806, IDEA-111332, IDEA-151405)
|
2016-02-08 20:51:22 +01:00 |
|
Roman Shevchenko
|
c5bbe4a7cd
|
[java] fixes JRT file system refresh on Windows
|
2016-02-08 19:30:40 +01:00 |
|
peter
|
cd09bd12ef
|
add camelCase and spaceSeparated live template macros (IDEA-145479, IDEA-135255)
|
2016-02-08 19:19:55 +01:00 |
|
Roman Shevchenko
|
ea846411f6
|
Merge remote-tracking branch 'origin/master'
|
2016-02-08 14:19:27 +01:00 |
|
Roman Shevchenko
|
802d6947b3
|
[java] fixes JRT indexing; adds support for b193+ layout (IDEA-151222)
|
2016-02-08 14:18:51 +01:00 |
|
Yaroslav Lepenkin
|
abfb139fb0
|
Recent Tests: corrected tests order - if failed more than 2 tests from suite, show suite first then failed tests, otherwise show tests first then suite
|
2016-02-08 15:48:22 +03:00 |
|
Denis Fokin
|
a27e347cec
|
Revert: Better allocation trace for the focus tracer. Deprecation of forced requestFocus methods.
|
2016-02-08 15:37:55 +03:00 |
|
Denis Fokin
|
38d30a2eb6
|
Better allocation trace for the focus tracer.
Deprecation of forced requestFocus methods.
|
2016-02-08 12:06:27 +03:00 |
|