Roman Shevchenko
|
91c10b815e
|
line separators normalized
|
2012-12-08 20:01:21 +01:00 |
|
anna
|
66a8dc7495
|
IDEA-96761: conflicts view escaping generics before html-yze
|
2012-12-07 21:38:08 +01:00 |
|
peter
|
bd4212a585
|
use the deepest super method for completion statistics
|
2012-12-07 16:17:12 +01:00 |
|
peter
|
1373e37d8c
|
let shorter items go after the preferred ones (for the preselection to be the first one in the lookup)
|
2012-12-07 14:49:11 +01:00 |
|
anna
|
9816fad534
|
goto implementations: show chooser in case of inner classes (IDEA-96852)
|
2012-12-06 20:48:55 +01:00 |
|
anna
|
592cc321af
|
prefer extensions methods als interface (IDEA-96719)
|
2012-12-06 20:48:54 +01:00 |
|
peter
|
3b06fed9ca
|
remove wrong test
|
2012-12-06 18:22:33 +01:00 |
|
peter
|
b85199da15
|
a test
|
2012-12-06 18:22:33 +01:00 |
|
peter
|
f238ac5882
|
expected type considered less important a sorting criterion than statistics and prefix (IDEA-94884, IDEA-93198)
|
2012-12-06 18:22:33 +01:00 |
|
anna
|
fabf91af4d
|
extract method object: process exit statements as they may contain refs to outer vars (IDEA-96772); disable duplicate extraction
|
2012-12-06 17:54:16 +01:00 |
|
anna
|
7bf7cb9e6f
|
when detect inaccessible classes in static context take into account NewExpression qualifiers
|
2012-12-06 11:01:29 +01:00 |
|
Roman Shevchenko
|
cd78bed856
|
IDEA-94910 (control flow for resource variables fixed)
|
2012-12-05 18:15:35 +01:00 |
|
peter
|
bf416e5f9a
|
IDEA-96387 Code completion popup prefers unimported static method to local variable when appending to a string literal
|
2012-12-05 11:54:41 +01:00 |
|
Roman Shevchenko
|
79f65ee30c
|
Java 8's old extension method syntax is error, not warning
|
2012-12-05 11:13:06 +01:00 |
|
Roman Shevchenko
|
61ea598700
|
Typos
|
2012-12-04 20:38:29 +01:00 |
|
anna
|
5112e8dce9
|
generate getters/setters: prefer less visibility corresponding to containing class (IDEA-95697)
|
2012-12-03 17:06:28 +01:00 |
|
anna
|
0a0d3b6906
|
do not warn about visibility of interface methods: they are public
|
2012-11-30 21:01:28 +01:00 |
|
Roman Shevchenko
|
c0d2012934
|
IDEA-96228 (restrict annotation owner at lower language levels)
|
2012-11-30 20:19:26 +01:00 |
|
Roman Shevchenko
|
1c95e8a529
|
Duplicate test dropped
|
2012-11-30 20:19:26 +01:00 |
|
peter
|
8abbe6de3a
|
IDEA-95528 Remove completion common prefix insertion in tests
|
2012-11-30 18:07:02 +01:00 |
|
anna
|
6fe44eee73
|
erasure wildcards when generate overriding
(cherry picked from commit 58ced7b4e6be23577a1427c93a7b9c58a4edb5f3)
|
2012-11-30 16:53:49 +01:00 |
|
anna
|
8d44b61a55
|
cast conversion java 7 (IDEA-96213) [Roma]
(cherry picked from commit d433089be2856a9c3ae05c10daeeb12736d13023)
|
2012-11-30 16:52:25 +01:00 |
|
peter
|
ba09e196d3
|
[^romka] IDEA-96146 Cannot enter 'final' keyword in try-with-resources
(cherry-picked from acd831e)
|
2012-11-29 17:00:13 +01:00 |
|
peter
|
73ffd878be
|
remove some common-prefix-based assertions in tests
|
2012-11-29 13:18:33 +01:00 |
|
anna
|
306c531544
|
SOE (IDEA-95955)
(cherry picked from commit d092c1363b3ae02dbfb4059f0c0cf28df575024c)
|
2012-11-29 11:53:09 +01:00 |
|
anna
|
9fa817953c
|
introduce constant: reuse existing inner class when extracting from enum constant (IDEA-95810)
(cherry picked from commit d5a3ed5aded47303990ca4a3bc70d9817428edf7)
|
2012-11-29 11:53:06 +01:00 |
|
anna
|
e5a6ce555d
|
EA-41372 - AIOOBE: JavaMethodsConflictResolver.isMoreSpecific
(cherry picked from commit 6f6a46ec1e26294e4a478fc6dee158123ccba406)
|
2012-11-29 11:53:02 +01:00 |
|
anna
|
135a4dec53
|
convert to instance method: warn about new visibility
|
2012-11-29 11:53:01 +01:00 |
|
Alexey Kudravtsev
|
4c6b7d86dd
|
cleanup
|
2012-11-28 14:28:23 +04:00 |
|
Alexey Kudravtsev
|
04d9b3b14f
|
cleanup
|
2012-11-27 12:19:01 +04:00 |
|
Roman Shevchenko
|
f2f3f4898c
|
Fix test data
|
2012-11-23 23:35:51 +01:00 |
|
peter
|
6b5d564822
|
[^romka] IDEA-95710 autocomplete is too agressive when assigning array of primitive type to an Object
(cherry-picked from 538ffdf)
|
2012-11-23 21:51:56 +01:00 |
|
Roman Shevchenko
|
64282ae9dc
|
IDEA-94910 (test case prepared)
|
2012-11-23 21:28:46 +01:00 |
|
anna
|
0586625266
|
make method return: do not add return statement when control flow found a problem (IDEA-95738)
(cherry picked from commit b4e5b7d23c22f692da029a95d6718359fac577cc)
|
2012-11-23 21:14:46 +01:00 |
|
anna
|
9ec65aa657
|
disable change param type fix in case of overriding library method
(cherry picked from commit b00a060b18fc3de1f8e317b61a5fd87efdc8b565)
|
2012-11-23 21:13:48 +01:00 |
|
anna
|
6d2b2ced11
|
disable copy impls when interface extends; disable implement methods when methods with access problems exist (IDEA-93017)
(cherry picked from commit 3d50c0c08eaee71d14604ca9dfb0fcb2218c9b5c)
|
2012-11-23 21:13:43 +01:00 |
|
anna
|
10cecacf14
|
EA-41161 - CCE: JavaTreeGenerator.generateTreeFor: create from usage with method ref on the right
(cherry-picked from 04f7b76)
|
2012-11-23 21:13:39 +01:00 |
|
Roman Shevchenko
|
f5546bc0c0
|
IDEA-94934 (test case for already fixed issue)
|
2012-11-23 20:53:34 +01:00 |
|
Roman Shevchenko
|
7e3a312724
|
Test
|
2012-11-22 18:15:30 +01:00 |
|
Roman Shevchenko
|
f25a27d043
|
Fix dataflow for unchecked exceptions in multi-catch
|
2012-11-21 15:47:25 +01:00 |
|
Roman Shevchenko
|
fd09e4393d
|
Cleanup
|
2012-11-21 15:47:24 +01:00 |
|
peter
|
b203c02fbd
|
a test for IDEA-95228 Copy reference does not work correctly on overloaded methods.
|
2012-11-21 15:30:14 +01:00 |
|
anna
|
73b6d506d2
|
EA-41114 - AIOOBE: StaticImportMethodFix.getExpectedType
|
2012-11-21 14:27:47 +01:00 |
|
Roman Shevchenko
|
d2740963e7
|
IDEA-95437 (separate rethrow types/data flow analysis)
|
2012-11-21 13:41:15 +01:00 |
|
anna
|
a5f940d5e4
|
method reference: proceed with class type when diamond static factory is used (IDEA-93099)
|
2012-11-21 12:20:29 +01:00 |
|
anna
|
bfecda5998
|
optimize imports: do not skip static imports in favor for simple imports (IDEA-95276)
|
2012-11-20 15:16:38 +01:00 |
|
Denis.Zhdanov
|
c906e553c2
|
[review: alexander.doroshko] IDEA-94107 Java rearranger corrupts code if more than one field declared with comma separator
|
2012-11-20 14:42:22 +04:00 |
|
anna
|
f0175340e7
|
change variable type should be suggested on calls [roma]
|
2012-11-19 21:25:00 +01:00 |
|
anna
|
130e95dbf8
|
split if: skip comments inside (IDEA-95297)
they should be restored though
|
2012-11-19 17:04:41 +01:00 |
|
anna
|
ed23e353b4
|
intersection type flattening: prefer non raw types (IDEA-95124)
|
2012-11-19 17:04:40 +01:00 |
|