Dmitry Jemerov
|
636bbd026c
|
test for KT-9454
|
2016-05-25 15:41:25 +02:00 |
|
Stanislav Erokhin
|
4b9aac6318
|
Replace not debug usages of DescriptorRenderer.DEBUG_TEXT to DescriptorRenderer.FQ_NAMES_IN_TYPES.
|
2016-05-25 16:31:34 +03:00 |
|
Pavel V. Talanov
|
710e920df7
|
lightClassUtils: Fix CCE when trying to obtain KtLightTypeParameter
#KT-12259 Fixed
|
2016-05-25 15:58:11 +03:00 |
|
Pavel V. Talanov
|
62421bbf7b
|
'const val' are now considered constants by Java in IDEA
#KT-12026 Fixed
|
2016-05-25 15:58:09 +03:00 |
|
Pavel V. Talanov
|
c7cefad7d5
|
Implement IdeReplCompletionTest to test completion of entities declared in already evaluated lines
|
2016-05-24 15:42:09 +03:00 |
|
Mikhail Glukhikh
|
fa5e284bf8
|
Convert to block body: when expression with Unit result is now handled as "return needed" #KT-12193 Fixed
|
2016-05-24 14:29:01 +03:00 |
|
Mikhail Glukhikh
|
e66acd8101
|
Default modality is abstract for interface. REDUNDANT_MODIFIER_FOR_TARGET applicability reduced #KT-12302 Fixed
|
2016-05-24 14:25:22 +03:00 |
|
Mikhail Glukhikh
|
93defed324
|
KT-12302: ABSTRACT_MODIFIER_IN_INTERFACE warning is removed as obsolete
|
2016-05-24 14:25:18 +03:00 |
|
Dmitry Jemerov
|
3542834fa1
|
fix tests for RedundantIfInspection
|
2016-05-23 20:21:46 +02:00 |
|
Vladislav Golub
|
bb32c2d350
|
KT-12019 Highlighting of redundant 'if' statements (#871)
|
2016-05-23 21:02:38 +03:00 |
|
Mikhail Glukhikh
|
1a8181bdc4
|
Only private constructors for sealed / enum classes #KT-12377 Fixed
Also #KT-8497 Fixed
|
2016-05-23 13:08:57 +03:00 |
|
Mikhail Glukhikh
|
f81192d48f
|
Simplify for: take into account two or more possible local variables for the same loop parameter property
|
2016-05-18 19:56:19 +03:00 |
|
Mikhail Glukhikh
|
9108ab1923
|
Simplify for: take into account local property mutability
|
2016-05-18 19:56:14 +03:00 |
|
Mikhail Glukhikh
|
d0fd3dea67
|
Simplify for: take into account loop parameter nullability
|
2016-05-18 19:56:10 +03:00 |
|
Mikhail Glukhikh
|
a56248a11a
|
Simplify for now works even if no variables are declared inside loop #KT-12145 Fixed
|
2016-05-18 19:56:06 +03:00 |
|
Mikhail Glukhikh
|
c95e11cc7e
|
Import as alias with another name is now counted as usage itself #KT-11933 Fixed
|
2016-05-18 17:46:18 +03:00 |
|
Mikhail Glukhikh
|
d366da5cd6
|
Simplify for intention: now is not active if map / data class properties aren't used in a loop #KT-11716 Fixed
|
2016-05-18 17:46:09 +03:00 |
|
Mikhail Glukhikh
|
3930184f1f
|
Can be parameter inspection: usage in secondary constructor is now handled as property use
|
2016-05-18 17:46:05 +03:00 |
|
Mikhail Glukhikh
|
bc7fbdc0a2
|
Can be parameter inspection: minor test correction
|
2016-05-18 17:46:01 +03:00 |
|
Mikhail Glukhikh
|
b026969144
|
Can be parameter inspection: handle usage in super call; again #KT-10819 Fixed
|
2016-05-18 17:45:57 +03:00 |
|
Dmitry Jemerov
|
fd78424056
|
remove duplicate source root; update testdata according to the appearance of decompiler in dependencies
|
2016-05-17 19:53:47 +02:00 |
|
Denis Zharkov
|
d0acb3674a
|
Fix rendered testData
New members in enum member scope
|
2016-05-16 15:38:13 +03:00 |
|
Mikhail Glukhikh
|
182ade19e9
|
'Long' type is now stored for 'Long' literal #KT-12267 Fixed
|
2016-05-13 19:51:30 +03:00 |
|
Dotlin
|
fa523b9af4
|
Delegated Properties: Analysis adjustments for local delegated properties support
|
2016-05-13 19:11:18 +03:00 |
|
Valentin Kipyatkov
|
9afb0d5f59
|
KT-12284 "Add braces to else" has too wide range
#KT-12284 Fixed
|
2016-05-13 17:44:01 +03:00 |
|
Valentin Kipyatkov
|
3f82cc9b39
|
KT-12260 ISE while replacing an operator with safe call
#KT-12260 Fixed
|
2016-05-13 17:44:01 +03:00 |
|
Mikhail Glukhikh
|
8920e67c5a
|
Unused symbol: secondary constructors are also under analysis #KT-10812 Fixed
|
2016-05-13 13:22:25 +03:00 |
|
Nikolay Krasko
|
b107bc401c
|
Formatter: Don't enforce empty line between secondary constructors without body (KT-12175)
#KT-12175 Fixed
|
2016-05-12 17:26:54 +03:00 |
|
Alexey Sedunov
|
4a65b1c65c
|
Code Insight: Support file path references inside of Kotlin string literals
#KT-11704 Fixed
|
2016-05-12 13:03:02 +03:00 |
|
Valentin Kipyatkov
|
0c367c6e08
|
Added missing test data
|
2016-05-11 19:52:31 +03:00 |
|
Mikhail Glukhikh
|
be2b37db5e
|
Unused symbol inspection: properties declared in primary constructor are now checked on 'Used' annotations #KT-11120 Fixed
|
2016-05-11 19:08:42 +03:00 |
|
Mikhail Glukhikh
|
a098977c54
|
Do not try to make object's containing class abstract #KT-11466 Fixed
|
2016-05-11 19:08:37 +03:00 |
|
Valentin Kipyatkov
|
70a5540c00
|
Minor changes after code review
|
2016-05-10 18:24:22 +03:00 |
|
Valentin Kipyatkov
|
cca3237e46
|
KT-4727 J2K: Convert Java code copied from browser or other sources
#KT-4727 Fixed
|
2016-05-10 18:24:21 +03:00 |
|
Valentin Kipyatkov
|
07207949ba
|
Support of KT-11255 Support Move Element Left/Right actions for Kotlin (except for enum entries)
#KT-11255 Fixed
|
2016-05-10 15:48:40 +03:00 |
|
Valentin Kipyatkov
|
06db49bab7
|
Restored lost tests
|
2016-05-10 15:41:33 +03:00 |
|
Valentin Kipyatkov
|
8da5af3a10
|
KT-11974 Invert if-condition intention loses comments
#KT-11974 Fixed
|
2016-05-10 15:40:51 +03:00 |
|
Mikhail Glukhikh
|
48ba63fa27
|
Can be parameter inspection: usages in all functions are now handled as property usage
|
2016-05-10 10:53:34 +03:00 |
|
Dmitry Jemerov
|
b5e5c6f4d0
|
generate correct HTML for code blocks
|
2016-05-06 22:11:53 +02:00 |
|
Dmitry Jemerov
|
94c241443b
|
support @receiver KDoc tag; somewhat more precise tag name completion
|
2016-05-06 22:11:50 +02:00 |
|
Dmitry Jemerov
|
992817e70c
|
don't trim whitespace when converting whitespace to HTML
#KT-10998 Fixed
|
2016-05-06 22:11:46 +02:00 |
|
Dmitry Jemerov
|
d7b1526cd5
|
preserve leading indentation in KDoc code blocks
#KT-9933 Fixed
|
2016-05-06 22:11:38 +02:00 |
|
Dmitry Jemerov
|
721629f8e0
|
integrate Ingo Kegel's Dokka fix for rendering standalone * and _ characters
|
2016-05-06 22:11:34 +02:00 |
|
Dmitry Jemerov
|
6cbf1de170
|
render markdown inside link texts
#KT-11791 Fixed
|
2016-05-06 22:11:32 +02:00 |
|
Dmitry Jemerov
|
c967cc8a23
|
resolve references from @param to type parameters of functions
#KT-12001 Fixed
|
2016-05-06 22:11:31 +02:00 |
|
Kirill Rakhman
|
97c3c633a7
|
Add quickfix for UNUSED_LAMBDA_EXPRESSION (#867)
Fixes #KT-9757
|
2016-05-06 18:46:12 +03:00 |
|
Kirill
|
5b6a8dcfd3
|
Don't mark magic Serializable methods as unused
Fixes #KT-10635
|
2016-05-06 15:33:55 +02:00 |
|
Valentin Kipyatkov
|
c45bee5327
|
KT-12040 "Replace when with if" produce invalid code for first entry which has comment
#KT-12040 Fixed
|
2016-05-04 18:25:26 +03:00 |
|
Ilya Gorbunov
|
d70b46fd37
|
Change evaluation test data not to encounter special implementation of single element list.
|
2016-04-29 22:21:19 +03:00 |
|
Valentin Kipyatkov
|
92af610322
|
KT-12045 J2K: creating Object() instance could be converted to Any()
#KT-12045 Fixed
|
2016-04-29 18:13:53 +03:00 |
|