Commit Graph
4339 Commits
Author SHA1 Message Date
Dmitry Avdeev 79b508356f RegisterInspectionFixProvider 2012-01-20 14:36:12 +04:00
Alexey Kudravtsev f5ebabb673 assertions added, annotations for method parameter 2012-01-20 13:40:07 +04:00
Maxim.Medvedev cb827265ac add splitter into ExtractMethodDialog 2012-01-20 11:24:16 +04:00
anna 829bf465e5 EA-31572 - assert: InlineLocalHandler.invoke 2012-01-19 21:47:33 +01:00
anna 95836afa95 disable replace constructor with builder action for classes without constructors; description 2012-01-19 21:20:41 +01:00
anna ea986c9264 filter out inspections, suppressed for file 2012-01-19 15:59:59 +01:00
anna ac20479d06 run configurations for default project exceptions : IDEA-80092 2012-01-19 15:59:58 +01:00
anna d084ee9d9e hide wrap method return value and remove middleman refactorings when inappropriate 2012-01-19 15:59:57 +01:00
anna fa8788c85d type migration: disable refactoring on inappropriate contexts 2012-01-19 15:59:57 +01:00
Alexey Kudravtsev 529c012dbb endless loop fixed 2012-01-19 13:31:59 +04:00
anna 2679bf2acb suggest to delete type arguments when they are not expected (IDEA-79300) 2012-01-18 11:47:48 +01:00
Alexey Kudravtsev 387377d8f8 test fix 2012-01-18 12:04:44 +04:00
peter c20d7f639e the selected item shouldn't necessarily be a class when I'm typing a class name 2012-01-17 18:16:45 +01:00
peter c975d54b7a typing 'new File(' shouldn't insert some File* imported class when java.io.File is not imported yet 2012-01-17 17:57:53 +01:00
Alexey Kudravtsev e5a1f02f0f attach jdk annotations automatically 2012-01-17 20:32:30 +04:00
Alexey Kudravtsev c88b72e01b allow for jdk annotations to reside inside jar 2012-01-17 15:42:09 +04:00
anna 4a8e4d4afc replace constant duplicates (IDEA-43784) 2012-01-16 20:12:12 +01:00
anna a71612a457 method duplicates: correctly process qualifiers (IDEA-79954) 2012-01-16 17:12:19 +01:00
anna 194385c953 EA-33054 - IOE: PsiJavaParserFacadeImpl.createExpressionFromText 2012-01-16 17:12:18 +01:00
Alexey Kudravtsev accecdb788 tests 2012-01-16 18:32:15 +04:00
Alexey Kudravtsev 3fac1f091f removed aliases from JDK annotations
javadoc
2012-01-16 18:32:15 +04:00
anna c9f46f788f junit: generate parameters method for @Parameterized test class 2012-01-16 15:20:21 +01:00
anna c067ea3a5a do not highlight unused parameters for annotated methods (IDEA-75640) 2012-01-15 17:58:03 +01:00
anna 90bdbd8764 IDEA-77607 Introduce refactoring looses annotation 2012-01-15 17:58:02 +01:00
anna 47d55e4ef3 method rename: do not rename class when rename was performed on the method without return type but with improper name 2012-01-13 21:49:12 +01:00
anna f63576f878 create constructor matching super: insert braces when no present (IDEA-77194) 2012-01-13 21:33:58 +01:00
anna 4fe09fbead create subclass: for private inner classes create implementation in the same containing class (IDEA-18954); IDEA-76741 2012-01-13 21:21:38 +01:00
anna 46a1d47c02 quick doc: do not escape - leave it as in javadoc tool 2012-01-13 19:59:15 +01:00
anna cbaefc9774 introduce variable: reassign value to the existing: correctly process occurrences 2012-01-13 19:59:15 +01:00
anna 8e64a24077 quick documentation: do not check dependant module libraries for javadoc roots (IDEA-77608) 2012-01-13 14:22:35 +01:00
Denis.Zhdanov 9928d716dc IDEA-79806 Apply aligning of chained method calls in columns to fields 2012-01-13 14:05:30 +04:00
anna 68b545ed8d scope view: sort nodes on expand/collapse for non-IDEA IDEs (IDEA-79222) 2012-01-12 17:50:59 +01:00
Denis.Zhdanov 7628c27d40 IDEA-79836 Java formatter: Correct processing of incomplete method call expression with anonymous class arguments 2012-01-12 16:59:41 +04:00
Alexey Kudravtsev d8f813215a some methods annotated by MagicConstant annotations 2012-01-12 16:41:33 +04:00
Alexey Kudravtsev a87146dc5b Magic constant inspection 2012-01-12 16:41:32 +04:00
anna c83de1280e inplace: decouple introduces from rename (I) 2012-01-12 13:20:52 +01:00
Denis.Zhdanov e1817ca159 IDEA-79836 Java formatter: Correct processing of incomplete method call expression with anonymous class arguments 2012-01-12 13:03:13 +04:00
peter 2dc53a80fb don't show + for empty directories and packages in project view 2012-01-11 19:30:12 +01:00
Konstantin Bulenkov 6a0d47b27b mergeable line marker infos 2012-01-11 17:19:37 +01:00
Serega Vasiliev 69009b2cf3 file reference must be resolved through all(non explicit) module dependencies ( IDEA-79723) 2012-01-11 15:51:56 +01:00
Denis.Zhdanov be39880ffd IDEA-79714 No code example for certain code style space changes 2012-01-11 17:17:00 +04:00
anna 23ca3e01de inplace rename: check if element is valid to rename after substitution 2012-01-11 13:38:57 +01:00
Denis.Zhdanov 5e39306022 IDEA-79486 Java formatter: Correct processing of anonymous classes as method call arguments 2012-01-11 15:34:41 +04:00
Maxim.Medvedev 0cc17bf60d IDEA-79529 Groovy: Change Signature Refactoring doesn't work when renaming a method which implements Java interface 2012-01-11 14:30:56 +04:00
anna e7b0b8ec6c deadlock during safe delete from batch quick fix (IDEA-78213) 2012-01-10 21:19:56 +01:00
Konstantin Bulenkov 735dd0a4d6 provide property name 2012-01-10 20:29:16 +01:00
anna 7dca468bd3 move: do not show source root chooser for one root projects 2012-01-10 19:12:18 +01:00
anna cfd22a6f66 extract superclass: update references in jsp imports correctly (IDEA-79706) 2012-01-10 19:12:17 +01:00
Alexey Kudravtsev 0f64090d7c cleanup 2012-01-10 20:35:05 +04:00
anna f8809c6eb9 move: cache relative to project path 2012-01-10 11:13:29 +01:00