Commit Graph
3646 Commits
Author SHA1 Message Date
anna 68a43aa534 @FunctionalInterface make warning to prevent misunderstanding 2013-07-15 13:41:52 +02:00
peter 107d61b2b7 IDEA-107086 Java: suggest private members of a casted class inside itself 2013-07-12 15:13:05 +02:00
peter 18b1df7dbb IDEA-110398 Catch NullPointerException is "not null" while throwing null is false 2013-07-12 14:28:46 +02:00
Dmitry Batkovich e4c868b639 test fixed on win 2013-07-12 13:56:29 +04:00
Dmitry Batkovich 56f3a39c69 method chains completion 2013-07-12 12:48:39 +04:00
peter 12d4eeee0d IDEA-110366 Incorrect completion variant 2013-07-11 18:09:59 +02:00
peter 1f156c6643 don't produce type canonical texts with ?extends (EA-47528) 2013-07-11 17:30:09 +02:00
peter ddf0867ae7 enlighten MiscPsiTest 2013-07-11 17:30:09 +02:00
Denis.Zhdanov 29d17b55c3 IDEA-109631 Javadocs formatting depends on current method indentation 2013-07-11 16:05:21 +04:00
peter e2878be415 IDEA-110404 Allow surround-style live template expansion to work 2013-07-11 11:56:17 +02:00
peter 3c8c00510c rebomb tests 2013-07-10 22:46:40 +02:00
Alexey Kudravtsev 006cf43fc5 moved to analysis 2013-07-09 18:33:03 +04:00
peter e5c829c66b IDEA-69573 ConstantConditions - Warn when reading a variable that is guaranteed to be null 2013-07-09 16:12:33 +02:00
Alexey Kudravtsev 8801671ffd moved to analysis 2013-07-09 15:53:04 +04:00
peter a67ab69507 more time for ChooseByNameTest 2013-07-08 23:59:00 +02:00
peter 90b26f2ad8 preselect most relevant suggestion instead of prefix-matching one 2013-07-08 13:02:04 +02:00
Eugene Zhuravlev 552a56a6bb revert to resolving against compiled classes (need for IDEA-110165 Sources produced by annotation processor are not implicitly compiled) 2013-07-06 13:29:06 +04:00
peter 59ca5fc3fc add some javadoc tag parameter completion variants (IDEA-110161, IDEA-22340, IDEA-56357) 2013-07-05 19:21:36 +02:00
peter 3e290e090e JavadocCompletionTest.groovy 2013-07-05 18:23:08 +02:00
peter 2aa19e8888 a test for IDEA-109316 "Navigate > Symbol…" does not find symbols specified using the fully qualified name 2013-07-05 17:36:06 +02:00
peter d4d59e43f5 suggest primitive type arrays after new 2013-07-05 17:36:06 +02:00
Denis.Zhdanov 18582017ef IDEA-18505 javadoc formatting for @return aligns differently that the general javadoc and javadoc for @param and @throws 2013-07-05 18:00:06 +04:00
anna 7657d3f512 inference graph stub: cyclic graph -> acyclic components (tarjan algorithm) 2013-07-04 20:36:43 +02:00
peter 97e82d7a5d IDEA-109222 Nullity is not inferred correctly. 2013-07-04 19:55:10 +02:00
peter c21fafc6f7 fix empty pattern assertion in goto file 2013-07-04 17:08:26 +02:00
peter 1b9a7a02af dump threads if ChooseByNameTest takes too long 2013-07-04 17:08:25 +02:00
Alexey Kudravtsev 1c70b3a95f GenericHighlightingTest fixed 2013-07-04 11:13:52 +04:00
anna 434ba25684 testdata for IDEA-109875 2013-07-03 19:14:17 +02:00
anna 751253f6a9 SOE (IDEA-109955) 2013-07-03 16:20:47 +02:00
anna 08562dc58d diamond completion: allow class type parameters in constructor params list (IDEA-109942) 2013-07-03 12:10:28 +02:00
peter 50cfcbce61 IDEA-104327 Navigate > File... > prioritize based on the current file location 2013-07-02 18:37:02 +02:00
peter 59a39ec2b9 IDEA-109359 Goto file doesn't work with parent directory pattern and middle-matching 2013-07-02 18:37:01 +02:00
peter 2b98a8c78f a test that goto file results are sorted by path (IDEA-109912) 2013-07-02 18:37:01 +02:00
Alexey Kudravtsev 7400c8f866 check for duplicate methods made linear down from quadratic 2013-07-02 11:53:09 +04:00
peter 16e5a11c28 testDoNotExpandNestedChameleons 2013-07-01 17:47:17 +02:00
peter f7dfd002ad some test movements 2013-07-01 17:47:17 +02:00
peter de409f5b26 IDEA-89098 'Go to file' should better match what I typed 2013-07-01 17:47:17 +02:00
peter 542b18d69b IDEA-67267 Go To File should show exact extension patterns matches first 2013-07-01 17:47:17 +02:00
peter a9b1da4f71 goto popups: name should be above _name 2013-07-01 17:47:16 +02:00
anna 6e9f9c690f EA-47443 - assert: CreateLocalFromUsageFix.getAnchor 2013-07-01 17:37:52 +02:00
peter 58b111fc88 don't build hierarchy for all class methods just to check that one of them has a super (IDEA-85127) 2013-07-01 14:21:32 +02:00
Denis.Zhdanov 438f7e8eab IDEA-106897 JavaDoc formatting alignment for exception description broken 2013-07-01 09:16:07 +04:00
Anna Kozlova c7c2261533 fix tests 2013-06-28 19:01:27 +04:00
peter 09a9ba6f8f de-duplicate choose by name @hack 2013-06-27 18:38:27 +02:00
peter edec60ddfd move Class wildcard hack from ExpectedTypeInfo to completion 2013-06-27 18:38:26 +02:00
Anna Kozlova 779369cbe4 do not include unknown annotations in override (IDEA-109422) 2013-06-27 20:03:06 +04:00
Anna Kozlova c289233dac expected types: do not "erase" too much (IDEA-109700) 2013-06-27 16:24:18 +04:00
Anna Kozlova 17ff190b7c IDEA-109576 2013-06-27 16:24:17 +04:00
peter d85c578bd1 goto popups: sort items by matching degree (IDEA-104857, IDEA-89861) 2013-06-27 10:18:33 +02:00
Roman Shevchenko a065231c29 java: empty parameter list in qualified super expression 2013-06-26 20:59:49 +04:00