Roman Shevchenko
|
32a6761ede
|
Cleanup (i18n; text corrected)
|
2015-07-20 12:06:25 +03:00 |
|
Roman Shevchenko
|
1de7a48a49
|
Merge remote-tracking branch 'origin/master'
|
2015-07-19 15:15:49 +03:00 |
|
Roman Shevchenko
|
de416d4f7f
|
Cleanup (test moved to a correct location)
|
2015-07-18 23:13:56 +03:00 |
|
Roman Shevchenko
|
f2c9ca8d97
|
Cleanup (formatting)
|
2015-07-18 22:51:39 +03:00 |
|
Maxim.Mossienko
|
ef7909b504
|
- IDEA-96179 Replace with a camel case string and Preserve Case on converts the string to lower case
- IDEA-131854 Whole Word search matches partial occurrences
|
2015-07-17 23:54:02 +02:00 |
|
Vassiliy.Kudryashov
|
98a6379329
|
IDEA-142124 Inline search bar usability regressions
+Unit test for selection
|
2015-07-17 23:11:28 +03:00 |
|
peter
|
3241305b74
|
IDEA-142746 Completion should prefer local variable, not equals()
|
2015-07-17 15:01:43 +02:00 |
|
nik
|
32d6fe6043
|
removed unnecessary 'initPlatformPrefix' calls
|
2015-07-17 10:27:22 +03:00 |
|
Vassiliy.Kudryashov
|
c3919386ed
|
Fix broken test
|
2015-07-16 23:33:35 +03:00 |
|
Anna Kozlova
|
9735aac8a1
|
fix goto implementation for method refs based on RefType::identifier (IDEA-142490)
|
2015-07-16 22:26:58 +03:00 |
|
Anna Kozlova
|
6d08d4d580
|
push down: insert @Override if configured (IDEA-142456)
|
2015-07-16 21:04:49 +03:00 |
|
Yaroslav Lepenkin
|
beecae9790
|
Do not wrap inside href tag in javadoc (IDEA-134377)
|
2015-07-16 17:27:40 +03:00 |
|
Yaroslav Lepenkin
|
28bedd5275
|
Do not wrap inside javadoc's @link tag
|
2015-07-16 17:27:39 +03:00 |
|
Anna Kozlova
|
931a6697ec
|
open all files in editor after copy/move (IDEA-142630)
|
2015-07-16 16:57:51 +03:00 |
|
Anna Kozlova
|
553caedcd9
|
show implementations: accept fields as class containers (IDEA-142678)
|
2015-07-16 16:57:45 +03:00 |
|
Alexey Kudravtsev
|
0ceba5b3b1
|
notnull
|
2015-07-16 15:52:48 +03:00 |
|
peter
|
69436dce30
|
MinusculeMatcher: spaces and parentheses should be treated in a special way only in file structure dialog (IDEA-142607, IDEA-101880)
|
2015-07-16 12:06:00 +02:00 |
|
Vassiliy.Kudryashov
|
2b80a3f01b
|
IDEA-142359 Find/Replace: move checkboxes back
|
2015-07-15 21:02:14 +03:00 |
|
peter
|
619a6012da
|
goto popups: when nothing matches, try lowercased pattern (IDEA-141453, IDEA-133894)
|
2015-07-15 19:24:26 +02:00 |
|
peter
|
0e51348283
|
IDEA-142398 Analyze Stack trace does not indicate the correct blocking thread where some threads are in java.lang.Object.wait(Native Method)
|
2015-07-15 17:25:08 +02:00 |
|
Vladimir Krivosheev
|
19bfc993cd
|
remove outdated classes
|
2015-07-15 17:16:12 +02:00 |
|
Dmitry Batkovich
|
6bf915571b
|
added tests to GuavaFluentIterableInspection
|
2015-07-15 18:13:30 +03:00 |
|
Anna Kozlova
|
6dddedeb39
|
override/implement: do not add type parameters from super method if supercalss was erased (IDEA-142453)
|
2015-07-14 22:07:19 +03:00 |
|
Anna Kozlova
|
7bec688369
|
lambda: don't reject value compatibility for lambdas with control flow problems inside (IDEA-142107)
|
2015-07-14 18:38:43 +03:00 |
|
Anna Kozlova
|
a648816050
|
generate getter/setter: fix setter name for boolean isFields (IDEA-142506)
|
2015-07-14 18:38:40 +03:00 |
|
Roman Shevchenko
|
106d1d5175
|
java: "Java X" language level for experimental features; T<any> wildcard support
|
2015-07-14 16:55:24 +03:00 |
|
peter
|
b091be1813
|
dfa: test that assert throws AssertionError (IDEA-69727)
|
2015-07-10 22:33:29 +02:00 |
|
peter
|
eeabb7e9d8
|
IDEA-82971 False inspection int == double
|
2015-07-10 22:33:29 +02:00 |
|
peter
|
1f354e0e3d
|
dfa: don't report parenthesized condition (IDEA-27427)
|
2015-07-10 20:38:55 +02:00 |
|
peter
|
da6bf872ab
|
IDEA-66134 Inspection "Constant conditions & exceptions": ignore boolean named constants
|
2015-07-10 20:38:55 +02:00 |
|
peter
|
99f343707f
|
dfa: inspect enum constant methods (IDEA-142299)
|
2015-07-10 20:38:54 +02:00 |
|
peter
|
bcc1f55c12
|
IDEA-142391 Don't report overriding externally-annotated @NotNull methods/parameters when there's no @NotNull annotation in the project
|
2015-07-10 20:38:53 +02:00 |
|
peter
|
1155a92a9e
|
dfa: suppress constant condition checking for expression-internal assignments (IDEA-31697)
|
2015-07-10 20:38:53 +02:00 |
|
peter
|
7194336a1f
|
IDEA-140452 Complete-statement insert closing parenthesis at wrong place
|
2015-07-09 20:49:01 +02:00 |
|
peter
|
26f25b917d
|
IDEA-68660 ctrl-shift-enter does not insert a semicolon after anonymous implementation
|
2015-07-09 20:49:01 +02:00 |
|
peter
|
8cbbf3648b
|
IDEA-31554 "Complete Current Statement" does not format code on "else if" condition code block
|
2015-07-09 20:49:00 +02:00 |
|
peter
|
75f04d0383
|
IDEA-41929 Ctrl + Shift + Enter doesn't work for "for (; ;)"
|
2015-07-09 20:49:00 +02:00 |
|
peter
|
4f6e27823e
|
IDEA-142439 Wrong cursor placement when creating a class after brackets autocomplete
|
2015-07-09 20:49:00 +02:00 |
|
peter
|
4ff9ba80f3
|
IDEA-41246 Ctrl + Shift + Enter problem if array elements are not the same line
|
2015-07-09 20:48:59 +02:00 |
|
Roman Shevchenko
|
937010daf2
|
IDEA-142416 (testdata update)
|
2015-07-09 16:30:04 +03:00 |
|
Roman Shevchenko
|
83674908b6
|
IDEA-142416 (fixed parsing of annotated fully-qualified types in assignment statements)
|
2015-07-09 16:29:04 +03:00 |
|
Anna Kozlova
|
19aee02b2c
|
invalid psi during inline
|
2015-07-09 12:04:36 +03:00 |
|
peter
|
d9c24c17e1
|
make JavaAutoPopupTest more order-tolerant
|
2015-07-08 21:47:32 +02:00 |
|
Anna Kozlova
|
46473179b7
|
fix test data case
|
2015-07-08 21:23:43 +03:00 |
|
Anna Kozlova
|
1aea1b76e7
|
safe delete: delete type parameters of the overriding method, otherwise it would be a compilation error (IDEA-142378)
|
2015-07-08 20:37:19 +03:00 |
|
Anna Kozlova
|
51af5a6312
|
change signature: ensure propagation works for inheritors (IDEA-142350)
|
2015-07-08 20:37:17 +03:00 |
|
Anna Kozlova
|
6804eceb62
|
introduce variable placed inside lambda body: ensure initializer not changed (IDEA-142361)
|
2015-07-08 20:37:15 +03:00 |
|
Roman Shevchenko
|
5b9f9f62eb
|
Merge remote-tracking branch 'origin/master'
|
2015-07-08 16:44:13 +03:00 |
|
Roman Shevchenko
|
d5d2892564
|
java: improved resolve of inner classes by JVM internal name
Fixes navigation to inner classes with a dollar sign in a name from test console and debugger.
|
2015-07-08 15:43:40 +03:00 |
|
Roman Shevchenko
|
d1d387b11a
|
Cleanup (formatting)
|
2015-07-07 20:18:56 +03:00 |
|