Commit Graph
577 Commits
Author SHA1 Message Date
peter c503938810 JavadocCompletionTest -> community 2011-10-05 20:41:34 +02:00
peter 61e2582ca9 some tests made more ready to the live templates advent 2011-10-05 17:37:43 +02:00
Denis.Zhdanov 697c1893b3 IDEA-75043 Surround with template: correct processing in case of blank line after after the statement
Test data is corrected;
2011-10-04 12:42:26 +04:00
Alexey Pegov cb94e43145 test for surround with empty line after 2011-09-30 14:49:17 +04:00
peter a48dd6e1de IDEA-71518 let parameters completion pass method parameters 2011-09-28 19:28:38 +02:00
anna 2bd262433b missed substitutor in hash code (IDEA-74581) 2011-09-27 15:55:24 +02:00
peter eb74d43139 better type inference for smart completing nested generic method call arguments (IDEA-74749) 2011-09-26 13:50:56 +02:00
peter 1bdf394db8 don't suggest methods to override/implement, it seems to be quite useless (IDEA-74784) 2011-09-26 13:50:55 +02:00
anna 9bd778fc21 test data for IDEA-74581 2011-09-26 12:45:06 +02:00
peter 8fb263884a IDEA-68684 Extra parenthesis and semicolon in inserted by smart completion of array type initializer in some cases 2011-09-23 20:21:55 +02:00
peter 5f4f51af48 IDEA-74709 Return should not be suggested inside method arguments 2011-09-23 16:14:26 +02:00
peter b30cd1e755 suggest members of inheritors of expected type (IDEA-74668,IDEA-72992) 2011-09-23 16:14:26 +02:00
anna 18b6fe1bd4 check method signatures equality by erasure; do not check method names for constructors.
note that erasure of type parameter is erasure of its left bound (jls), so erasure (T extends A & B) != erasure (T extends B & A)
e.g. IDEA-74409
2011-09-23 08:00:09 +02:00
peter 2f83803dba exclude from completion should also affect implicitly imported items (IDEA-68605) 2011-09-20 19:14:24 +02:00
peter 45eba8f54a don't suggest to call methods in anonymous class bodies 2011-09-20 17:27:56 +02:00
Alexey Kudravtsev bc00768fd6 IDEA-67098 + com.intellij.codeInsight.daemon.DaemonAnalyzerTestCase.testFile fluent interface 2011-09-20 18:39:10 +04:00
peter 184dff3cc2 IDEA-71746 Please, enable completion of non initialized fields 2011-09-19 19:38:07 +02:00
peter bc61189599 IDEA-72104 Code completion for the final attribute of the enum 2011-09-19 19:38:06 +02:00
peter 220e1eaad3 display in completion the explicit method type arguments that will be inserted 2011-09-19 18:17:28 +02:00
peter 367fcd17a8 IDEA-73345 Completion does not propose generic parameters of a method until the header is complete 2011-09-16 14:13:47 +02:00
peter 43eb3e6dc5 invite to type type parameters when completing new Callable 2011-09-16 14:13:46 +02:00
peter 330016badf suggest class names in foreach with missing type (IDEA-74350) 2011-09-15 20:02:35 +02:00
peter a9458eabd6 IDEA-74356 Code completion: Tab in the middle of already typed code adds a space 2011-09-15 20:02:35 +02:00
peter a5f568196e don't suggest to complete class literals not in expressions 2011-09-15 16:38:19 +02:00
anna 263680df94 use type parameter bound when normalize super wildcard by position (IDEA-73980) 2011-09-14 19:36:26 +02:00
anna daa3c0ff05 disable rename as wrong ref on invalid access refs; though enable quick fix there 2011-09-14 19:36:25 +02:00
peter 1a9b32f1b8 finishing lookup with a smart enter should actually work like a smart enter 2011-09-14 18:21:02 +02:00
peter 8ea2424104 suggest inner classes from superclas in smart completion 2011-09-14 13:11:29 +02:00
anna b9f48882af create field from parameter: when field would be final and parameter is NotNull then the field should be also @NotNull (IDEA-74136) 2011-09-13 20:23:49 +02:00
peter a3a880da44 smart completion of primitive and array type class object access (IDEA-72265) 2011-09-13 17:06:51 +02:00
peter 9ddcf4fde8 nothing but .class after primitive or array types in basic completion (IDEA-72265) 2011-09-13 17:06:51 +02:00
Bas Leijdekkers 8ff3af2a35 Simplification of "@NotNull/@Nullable problems" inspection settings 2011-09-09 15:53:55 +02:00
peter 22a6e37301 basic completion of class keyword after primitive types and arrays (IDEA-72265) 2011-09-09 12:18:56 +02:00
anna 32e09dafb3 fix delegation to abstract method (EA-29618 - NPE: DelegateWithDefaultParamValueIntentionAction.invoke) 2011-09-09 10:54:30 +02:00
peter 2ffcdf1cb9 IDEA-72776 JAVA: duplicate "boolean" autocomplete suggestion 2011-09-08 19:38:07 +02:00
peter a4f4d931e3 IDEA-72951 'break' keyword is not suggested by completion in a loop with single statement body 2011-09-08 19:38:06 +02:00
anna b294192ac2 diamonds: should check raw types when error occurs before inference is even started (IDEA-74053) 2011-09-08 19:27:51 +02:00
peter c6343bf710 IDEA-70589 autocomplete in interfaces thinks that everything is a constant 2011-09-08 16:15:57 +02:00
anna 0eb2875056 surround expression with: support for expression's parts (IDEA-73868) 2011-09-08 11:21:17 +02:00
anna 8fef5fc92d replace with diamonds should always check if inferred type agrees with expected type (IDEA-73944) 2011-09-07 12:18:58 +02:00
peter bff5d16471 dot chooses lookup items, even those that contain dot 2011-09-06 18:38:34 +02:00
peter 3efabdc178 preselect the most relevant item when lexicographic sorting is enabled in the lookups 2011-09-06 18:16:55 +02:00
anna ca2c3bc539 SOE (IDEA-69752 ) 2011-09-06 11:54:45 +02:00
anna c09410b3b5 @Override quick fixes: suggest to pull method up; pull members up, extract interface/superclass (IDEA-55720 ) 2011-09-06 11:54:45 +02:00
peter c8e59d711c IDEA-73717 Completion after 'new' and generics 2011-09-02 18:37:54 +02:00
Alexey Kudravtsev ee1a3cb532 IDEA-72851 2011-09-02 13:50:55 +04:00
anna a8172fdc67 replace inaccessible field with getter/setter (IDEA-22752) 2011-09-01 16:04:33 +02:00
anna cd43fc0173 change new type & collapse generics for java 7 (IDEA-73517) 2011-09-01 16:04:31 +02:00
anna ab1d2768b6 diamonds: do not capture wildcard on inference (IDEA-73689 ) 2011-08-31 16:53:36 +02:00
anna 818ef93d29 rename constructor matching class (IDEA-22812 ) 2011-08-26 19:01:05 +02:00