Roman Shevchenko
176f33fa85
Cleanup
2011-04-17 18:53:22 +02:00
Roman Shevchenko
847ad86feb
IDEA-68179 (Javac quirks inspection)
2011-04-17 18:53:22 +02:00
anna
b4a99e051b
correct field/getters naming in extract method object (EA-26268 - assert: ExtractMethodObjectProcessor.b)
2011-04-15 20:24:51 +02:00
anna
c901950c1d
inplace introduce: correct types when replace all occurrences/not all occurrences (EA-20168 - assert: PsiJavaCodeReferenceElementImpl.multiResolve)
2011-04-15 17:29:36 +02:00
anna
87ba84e74e
push package local method up to interface: make method public without any warning
2011-04-15 15:58:43 +02:00
anna
8f55d1bb19
inplace introduce: exceptions on switches
2011-04-15 14:49:58 +02:00
Alexey Kudravtsev
a1aeacd499
leaks in AddAnnotationFix
2011-04-15 15:46:29 +04:00
anna
aa0198b19b
inplace: merge in one undo
2011-04-14 21:12:03 +02:00
anna
39e2c8eeeb
EA-26929 - IAE: PsiBundle.visibilityPresentation
2011-04-14 21:12:03 +02:00
anna
e3bea1a2c8
render long expressions (IDEA-68031)
2011-04-14 21:12:02 +02:00
peter
54d554f1d1
IDEA-63335 complete current statement error when statement spans on 2 lines
2011-04-14 20:35:48 +02:00
peter
ff473e1ce0
no more word completion autopopup, even in plain text (IDEA-64781)
2011-04-14 20:35:48 +02:00
Roman Shevchenko
f85c93ff06
Move Member conflict analysis delegated into handler
2011-04-14 20:19:29 +02:00
peter
cabb823fd2
word completion in groovy/java string literals (IDEA-61238)
2011-04-14 19:26:50 +02:00
peter
a70cf1c7ed
IDEA-67951 Suggest comparator type in Collections.sort()
2011-04-14 19:26:49 +02:00
Maxim Medvedev
55e68390e6
Merge branch 'master' of git.labs.intellij.net:idea/community
2011-04-14 17:18:56 +04:00
Denis Zhdanov
1bd5fb51dc
IDEA-68003 Java Formatter: Correct formatting of anonymous classes at method call arguments
...
1. Returned old indent processing for 'child block that doesn't start new line from parent block' use-case;
2. Corrected java blocks indent construction;
2011-04-14 15:45:42 +04:00
peter
008f210d75
fix spring test: prefer java.util.Date to java.sql.Date
2011-04-14 13:10:37 +02:00
Dmitry Avdeev
2c2d0815b9
do not process jsps here
2011-04-14 14:02:39 +04:00
Maxim Medvedev
538db2cfdb
convert switch
2011-04-14 13:14:47 +04:00
Roman Shevchenko
17c21afadf
Little fix in Java parser facade (correctly create class members with comments)
2011-04-13 21:19:34 +02:00
Roman Shevchenko
9a915100d3
@Nullable
2011-04-13 21:19:34 +02:00
anna
2e0cd2d032
interface 'overrides' object: methods can declare different exceptions (IDEA-67753)
2011-04-13 20:05:34 +02:00
anna
8f4a7ee0d0
interface 'overrides' object: methods with same erasure should be accepted (IDEA-67752)
2011-04-13 20:05:33 +02:00
peter
568c7e813a
method signature validity assertions for EA-26920
2011-04-13 19:22:26 +02:00
peter
0acf0df76e
don't classes by ( not after new, don't insert space when completing an already typed variable name by comma
2011-04-13 19:04:39 +02:00
peter
e77c088663
fix NormalCompletionTest
2011-04-13 19:04:39 +02:00
peter
7cf41dd668
IDEA-67448 Exception for class name completion in Spring xml
2011-04-13 19:04:38 +02:00
peter
4628479ee0
more sensible java class reference separator names
2011-04-13 19:04:38 +02:00
peter
e83810e358
IDEA-67939 Smart completion completes private field from parent class inside a static inner inheritor
2011-04-13 19:04:38 +02:00
Alexey Kudravtsev
6e02aab0ad
cleanup
2011-04-13 17:45:14 +04:00
Alexey Kudravtsev
111b9c255f
read action
2011-04-13 17:45:13 +04:00
Alexey Kudravtsev
5b6a43015d
IDEA-61333
2011-04-13 17:45:11 +04:00
anna
dbc0319f16
EA-26629 - IAE: JavaCodeStyleManagerImpl.shortenClassReferences
2011-04-13 15:11:31 +02:00
anna
f4603c5347
EA-26853 - AIOOBE: UnusedParametersInspection$1.visitElement
2011-04-13 15:11:31 +02:00
anna
5df673a98d
correct find for synthetic last parameter (e.g. GWT)
2011-04-13 15:11:30 +02:00
anna
acac378713
EA-26903 - NPE: NotInSuperOrThisCallFilterBase.isOK
2011-04-13 15:11:30 +02:00
Dmitry Avdeev
ce0940f3af
introducing AbstractDocumentationProvider
2011-04-13 13:37:58 +04:00
Denis Zhdanov
dbb27d2579
IDEA-68003 Java Formatter: Correct formatting of anonymous classes at method call arguments
...
1. Corrected formatting of anonymous class used as aligned method call arguments;
2. Corresponding tests are added;
3. Green code policy is applied at affected classes;
2011-04-13 12:11:38 +04:00
anna
cb836b3251
respect javadoc policy for inlined members on inline super class as well as push down with existing members (IDEA-67580)
2011-04-12 20:57:36 +02:00
anna
0c66b6cfa4
suggest containing class if target class not found (IDEA-67907)
2011-04-12 15:17:38 +02:00
anna
640ef4161c
NPE
2011-04-12 14:13:51 +02:00
anna
c37ef2dd81
add diagnostics for (IDEA-65097)
2011-04-12 14:13:50 +02:00
Alexey Kudravtsev
ee9a68bf44
PSI leaks via LocalQuickFix
2011-04-12 11:42:23 +04:00
anna
edcae93bd9
hide rename parameters in hierarchy for static methods (IDEA-67898)
2011-04-11 21:02:19 +02:00
Roman Shevchenko
59e0af7baf
EA-26848 (check before cast, Luke)
2011-04-11 20:20:29 +02:00
Roman Shevchenko
ce25274012
EA-26831 (check an expression)
2011-04-11 20:20:28 +02:00
Roman Shevchenko
df411b59cd
EA-26819 (fix + support for multi-scoped elements)
2011-04-11 20:20:28 +02:00
Roman Shevchenko
3a6d7668b0
EA-26346 (fix + more logging)
2011-04-11 20:20:28 +02:00
Bas Leijdekkers
1b9a6392da
fix CCE
2011-04-11 20:11:57 +02:00