Commit Graph
15 Commits
Author SHA1 Message Date
Anna.Kozlova 94105ecee4 inline to anonymous: allow to inline from library (IDEA-162893) 2016-10-20 19:04:25 +02:00
Anna Kozlova 50e1965c91 EA-87016 - assert: PsiParameterListImpl.getParameterIndex 2016-09-01 16:38:42 +03:00
Alexey Kudravtsev db48c64473 use mockJdk18 by default in LightCodeInsightTestCase; remove dependency on swing/net classes in some tests 2016-07-20 15:47:18 +03:00
Anna Kozlova 185b889f35 inline class to anonymous: generate final modifier according to setting for java 8 (IDEA-157802) 2016-07-08 10:46:34 +02:00
Anna Kozlova f2ebc25583 disable inline to anonymous for type params (IDEA-140846) 2015-05-29 17:42:26 +02:00
Anna Kozlova fbb0fd6132 IDEA-119021 Wrong accessibility warnings when inlining a static class to anonymous 2014-01-09 16:13:24 +01:00
Anna Kozlova 56311ae33e inline to anonymous: wrap code with code block when needed (IDEA-86007) 2012-05-18 15:42:44 +04:00
anna 50de08af4a inline class to anonymous: replace varargs with array creation 2010-03-01 11:05:55 +03:00
anna 172de67c03 Inline inner: rise conflict for getClass invocation (IDEA-39608) 2010-02-01 17:13:33 +03:00
anna 7a8e58a984 Inline inner: rise conflict for recursive inlinement (IDEA-39353) 2010-02-01 17:13:32 +03:00
anna 3e37ba3466 Inline inner: assignments to local vars and params in constructor body fixed (IDEA-39285) 2010-02-01 17:13:32 +03:00
anna 55b9c7d053 Inline inner: show error message as soon as possible (IDEA-39083) 2010-01-29 17:07:23 +03:00
anna de02933e05 Inline inner: check when possible to inline this ref only (IDEA-39274) 2010-01-29 17:07:23 +03:00
anna 113efc1bd8 push down: static import preserve (IDEADEV-33557) 2009-10-19 21:31:57 +04:00
Dmitry Jemerov b43c03ca2f moving tests 2009-09-10 19:49:38 +04:00