Commit Graph
4516 Commits
Author SHA1 Message Date
anna 1471c550dc always highlight variable which value is assigned but is not used ( IDEA-16306) 2012-02-14 08:43:21 +01:00
Maxim.Medvedev 8b161e5455 EA-33403 - assert: PsiElementFactoryImpl.createReferenceElementByType 2012-02-14 11:29:01 +04:00
Maxim.Medvedev dda95b9640 don't try to automatically rename light constructors 2012-02-14 11:28:55 +04:00
anna 320df7acb0 EA-33686 - SOE: CreateFromUsageBaseFix.collectSupers 2012-02-13 18:41:26 +01:00
anna 86518ea411 do not highlight unused foreach parameter (IDEA-72671) 2012-02-13 18:41:26 +01:00
Rustam Vishnyakov d414658f4d Fixed IDEA-55516 Settings->Editor->Colors&Fonts: sort settings subtree ColorSettingsPage by name 2012-02-13 15:26:32 +04:00
Roman Shevchenko 668afd0260 IDEA-81171 (Surround AutoCloseable - initial implementation) 2012-02-12 23:50:22 +01:00
Roman Shevchenko 3ebed051c8 Test moved 2012-02-12 23:50:21 +01:00
Roman Shevchenko ec82a5dc6b @NotNull 2012-02-12 23:50:21 +01:00
Roman Shevchenko ef6736554a Cleanup 2012-02-12 23:50:21 +01:00
Dmitry Jemerov 8a4916c1e9 decouple core file template logic from StdFileTypes.JAVA 2012-02-10 18:51:02 +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
peter a58a8ec637 EA-33623 - AIOOBE: ExpectedTypesProvider$MyParentVisitor.visitPolyadicExpression 2012-02-10 15:03:52 +01:00
peter fbf99fd29b show autopopup after completing a package when and only when there was a dot inserted after the previous package 2012-02-10 15:03:51 +01:00
anna cb0442de53 IDEA-76599 Quickfix to change a double literal to a float literal 2012-02-10 14:15:09 +01:00
Maxim.Medvedev 826bd5cabb IDEA-73264 GenerationInfo manages caret position for the generated member 2012-02-10 13:02:22 +04:00
Dmitry Avdeev 6d024064c5 InspectionToolWrapper everywhere 2012-02-10 12:27:46 +04:00
kirill.safonov 92bec8c9f1 Go to class: correctly show location for class from composite Flex SDK 2012-02-09 22:32:31 +04: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
peter 14e0ad5d1e fix PIEAE 2012-02-09 18:36:22 +01:00
peter 4cdfa720a8 EA-33573 don't let PSI invalidate 2012-02-09 18:36:21 +01:00
anna 0a9f631abe create from usage: do not suggest to create field in interfaces 2012-02-09 10:30:55 +01:00
anna 840df398c2 EA-33601 - ISE: RedundantSuppressInspection.checkElement 2012-02-09 09:46:53 +01:00
anna c5fc815080 check for writable: EA-33580 - IOE: CheckUtil.checkWritable 2012-02-08 19:41:20 +01:00
anna 1e784542b8 move: move inner class with other files with its top level only (EA-33583 - CCE: JavaMoveFilesOrDirectoriesHandler.obtainContainingFile) 2012-02-08 19:41:18 +01:00
anna 7f34d2b6f3 introduce variable: reassign to existing one: reuse old name in everywhere 2012-02-08 19:41:18 +01:00
peter c2125f8ac5 show location package in chained call items (IDEA-58766) 2012-02-08 19:22:41 +01:00
peter 3bf3a8f187 IDEA-58766 Recognize dot as completion prefix part for chained call suggestions, groovy 2012-02-08 19:22:41 +01:00
peter 3ea29bdefb not all types can be transformed to text and parsed back (EA-33366) 2012-02-08 19:22:40 +01:00
peter 55ebfba51f minor 2012-02-08 19:22:40 +01:00
peter 979191114e IDEA-58766 Recognize dot as completion prefix part for chained call suggestions 2012-02-08 19:22:39 +01:00
peter 4c7e3a9fb0 minor 2012-02-08 19:22:39 +01:00
Rustam.Vishnyakov 8f02db5241 Autoindent Java case statement 2012-02-08 17:39:50 +04:00
Alexey Kudravtsev 57f889295b get rid of getPsiRoots() usages since they are indeterminate 2012-02-08 16:29:35 +04:00
peter 8899e68e0f IDEA-80691 Groovy: CCE at PostHighlightingPass.isEnumValuesMethodUsed() on enum definition 2012-02-08 09:45:25 +01:00
peter 3cc6bdd92b typing re( shouldn't insert return 2012-02-07 17:02:33 +01:00
peter f3d00912e3 autopopup shouldn't prevent from entering an non-imported class name in code fragments 2012-02-07 17:02:32 +01:00
Maxim.Mossienko 9e43a15489 - do not scan words when token is expected to have no words (e.g. whitespace)
- skip filterlexer creation when indexing
2012-02-07 19:25:04 +04:00
anna d4d1685828 EA-33530 - AIOOBE: ExtractMethodProcessor.doExtract 2012-02-07 11:42:54 +01:00
anna f5e8164b35 redundant suppression false positives: do not trigger inspection on unfair inspections as well as on unused declaration (IDEA-79546) 2012-02-07 09:15:17 +01:00
anna b54dd41ed0 IDEA-78597 Refactoring introduce field introduce silly assignment 2012-02-07 09:15:17 +01:00
anna 2b11f13afc IDEA-80889 AE at com.intellij.psi.impl.PsiDocumentManagerImpl.a 2012-02-06 20:58:25 +01:00
anna e030942b9d copy: suggest to override/skip non-java files with the existing names (IDEA-80912) 2012-02-06 19:57:45 +01:00
anna 9f32b379b2 IDEA-76659: create method from usage: show chooser when hierarchy is available 2012-02-06 19:57:44 +01:00
anna a31de9b4d2 IDEA-80899 fix copy from default dir 2012-02-06 19:57:43 +01:00
anna 8d067ac17b IDEA-78375: do not suggest to turn refs to super when classes are invalid 2012-02-06 19:57:42 +01:00