Commit Graph
1192 Commits
Author SHA1 Message Date
Dmitry Boulytchev 33016c175c Fixed bug in affecting subclasses (compile server). 2012-02-20 15:59:48 +04:00
Dmitry Boulytchev 3882810dbb Intermodule class delete test (compile server). 2012-02-20 15:07:25 +04:00
Bas Leijdekkers 0d73811b02 EA-33799 (IOE: PsiJavaParserFacadeImpl.createExpressionFromText) 2012-02-18 15:08:14 +01:00
anna 8e7b3a443c add explicit type parameters available for conditional expr (IDEA-1179) 2012-02-17 21:38:34 +01:00
Dmitry Avdeev df6da2d822 real GlobalInspectionContext for tests 2012-02-17 10:10:45 +04:00
anna edbf9c3db0 inplace rename: static context processing (IDEA-81427) 2012-02-16 18:52:24 +01:00
anna a8dc6bc627 inplace introduce: try our best to restore complex expressions during introduce (IDEA-80665) 2012-02-15 21:21:55 +01:00
Dmitry Avdeev 33230a65d2 GlobalInspectionsTest 2012-02-15 20:05:45 +04:00
peter 51647b8898 listed templates can be selected by space, move the tests to community 2012-02-15 16:37:49 +01:00
peter fe13245171 suggest to pass several parameters in autopopup 2012-02-15 16:37:48 +01:00
peter ec5f0a171c suggest several parameters when delegating 2012-02-15 16:37:48 +01:00
peter e15612982e don't suggest return after dot 2012-02-15 16:37:48 +01:00
anna c20dfe0a93 do not infer @NotNull for final fields with initializer (IDEA-75616) 2012-02-15 13:10:33 +01:00
anna 281a692bff EA-33665 - AIOOBE: IntroduceVariableBase.createArrayCreationExpression 2012-02-14 18:54:07 +01:00
anna a829ba2568 ignore parameter for foreach (IDEA-72671) 2012-02-14 18:54:07 +01:00
Dmitry Boulytchev db5375fbd5 Trying to commit new tests. 2012-02-14 15:14:45 +04:00
Dmitry Boulytchev dbf6a5ab15 Interface-to-class tests: all green (compile server). 2012-02-14 15:11:46 +04:00
anna 3fbf03363e testdata fixed 2012-02-14 10:36:59 +01:00
anna 14710359c5 move members: escalate visibility fix in case of overloaded methods (IDEA-81323) 2012-02-14 10:30:01 +01:00
anna 86518ea411 do not highlight unused foreach parameter (IDEA-72671) 2012-02-13 18:41:26 +01:00
Dmitry Boulytchev f3d14d0ece Added static import support (compile server). 2012-02-13 17:10:28 +04:00
Dmitry Boulytchev c6c2219214 Added import support (compile server). 2012-02-13 14:00:40 +04:00
Roman Shevchenko 668afd0260 IDEA-81171 (Surround AutoCloseable - initial implementation) 2012-02-12 23:50:22 +01:00
Dmitry Boulytchev 95bc62e235 Overriden methods supported in a conservative manner (compile server). 2012-02-11 01:01:57 +04:00
Dmitry Boulytchev e90b093156 Overriden methods supported in a conservative manner (compile server). 2012-02-11 01:01:23 +04:00
Konstantin Bulenkov 0a1488ecf0 don't go deeper than it's needed when searching 2012-02-10 16:53:47 +01:00
anna ba961d59ad highlight error: access to a private field from a class annotation is not possible 2012-02-10 16:49:46 +01:00
anna cb907f4128 visibility inspection: do not suggest private for constants used in class modifier lists and for inner classes used in extends/implements (IDEA-81161) 2012-02-10 16:49:45 +01:00
anna cb0442de53 IDEA-76599 Quickfix to change a double literal to a float literal 2012-02-10 14:15:09 +01:00
anna d6fbbdfe30 allow to override non-abstract methods (IDEA-69772) 2012-02-09 18:51:13 +01:00
anna b13cd651dc do not insert initial method comments in delegate with default param value (IDEA-81106) 2012-02-09 18:51:11 +01:00
anna 45654bcffd change signature from usage: new param place: provide reverse based signature transformation when not the same (IDEA-70552) 2012-02-09 18:51:11 +01:00
peter 8313dbbbda one more fix for caret position when choosing a class suggestion by dot 2012-02-09 18:36:22 +01:00
anna d4d1685828 EA-33530 - AIOOBE: ExtractMethodProcessor.doExtract 2012-02-07 11:42:54 +01:00
anna b54dd41ed0 IDEA-78597 Refactoring introduce field introduce silly assignment 2012-02-07 09:15:17 +01:00
Rustam.Vishnyakov 326012ee8a Custom folding for Ruby (RUBY-7875) and API changes 2012-02-03 13:28:39 +04:00
Rustam.Vishnyakov d957788916 Java custom folding enabled 2012-02-03 13:28:36 +04:00
Anna Kozlova 24ec63e74e iterate over: correct offset to detect template applicability 2012-02-02 21:17:52 +04:00
peter 8078ea5689 correctly place dot when chosen a class name in completion with it 2012-02-02 16:11:07 +01:00
Konstantin Bulenkov 926f96e44b file structure filtering tests 2012-02-02 09:22:19 +01:00
Anna Kozlova 7d870ed603 remove redundant casts when extract changed parameter type accordingly (IDEA-79743) 2012-02-02 11:03:55 +04:00
Dmitry Boulytchev (dboulytchev@gmail.com) b0c8a7cada Merge branch 'master' of git.labs.intellij.net:idea/community 2012-02-02 01:24:44 +04:00
Dmitry Boulytchev (dboulytchev@gmail.com) f2fabd3bf1 renamed: ../../../../../jps/testData/incremental/fieldProperties/nonIncremental3/src/A/A.java -> fieldProperties/nonIncremental3/A$A.java.new~ 2012-02-02 01:23:39 +04:00
Dmitry Boulytchev (dboulytchev@gmail.com) 7d194f269e Finishing setting up tests (compiler server). 2012-02-02 01:13:16 +04:00
peter 5eb09ef3fa completion tests should reflect real-life item order 2012-02-01 20:56:02 +01:00
peter 9fd14da9af IDEA-79862 Java: auto-insert space after completing "extends" and "implements" 2012-02-01 20:56:01 +01:00
peter 57a2a49892 IDEA-80583 Wrong suggestion in qualified field type 2012-01-31 18:30:26 +01:00
Konstantin Bulenkov 80ccdf22ba anonymous tests 2012-01-31 17:21:22 +01:00
peter 5d40c34976 don't insert pair ) when choosing a lookup item by ( before an identifier 2012-01-30 17:07:31 +01:00
peter 685f19cebf skip inserting diamond when choosing class completion variant with ( 2012-01-30 17:07:30 +01:00