Nikolay Krasko
|
9de5b83f6e
|
172: Revert "UAST: Properly handle annotations on local variables"
This reverts commit 70de7cff5e23abf723009c8df8bc2df2f646a675.
|
2018-04-11 16:28:08 +03:00 |
|
Nikolay Krasko
|
9db35f27d7
|
172: Revert "UAST: Add testConvertTypeInAnnotation"
This reverts commit 7d1b28b2b6bc80411ef19bb7619181bee637cf20.
|
2018-04-11 16:28:08 +03:00 |
|
Nikolay Krasko
|
c106c6a5d2
|
172: Revert "UAST: Fix testPropertyWithAnnotation"
This reverts commit 36a405cb55198592ee017c7eed9bd50fd6433f22.
|
2018-04-11 16:28:07 +03:00 |
|
Nikolay Krasko
|
334ae82b04
|
172: Revert "UAST test data fixes: @null in render"
This reverts commit 2f366b8209206b32792919f35f896fc63ad4b0e5.
|
2018-04-11 16:28:07 +03:00 |
|
Nikolay Krasko
|
99f74af006
|
172: Revert "UAST test data fixes: LocalVariableWithAnnotationKt fix for variable type"
This reverts commit ef61beb53ae1030afe11b3d15a2750959136ad65.
|
2018-04-11 16:28:07 +03:00 |
|
Nikolay Krasko
|
17a5ce809f
|
172: Revert "UAST: SimpleKotlinRenderLogTest.testWhenAndDestructing testdata fix"
This reverts commit c6c71dc5e82e5eec547fb6fe3fe6eb578e8183c9.
|
2018-04-11 16:28:06 +03:00 |
|
Nikolay Krasko
|
5a072fffd2
|
172: Revert "UAST: StringTemplateComplex testdata fix"
This reverts commit 2ef0be9b2af14438aa7d899f78e2da327e9a8a07.
|
2018-04-11 16:28:06 +03:00 |
|
Nikolay Krasko
|
bf27a16144
|
172: Revert "Uast: SuperCalls.render.txt testdata fix"
This reverts commit 28a0267dc131ab37ede64f38de0dc2722aba1762.
|
2018-04-11 16:28:06 +03:00 |
|
Nikolay Krasko
|
fbf722e0bd
|
172: Revert "Uast: Constructors.kt testData fixes"
This reverts commit 0d35e32b1ee7006b9c9febf1f8992fbbe3246230.
|
2018-04-11 16:28:06 +03:00 |
|
Nikolay Krasko
|
7b89b28015
|
172: Revert "Uast: AbstractKotlinUVariable annotations now are retrieved from Kotlin Psi, not from compiled (KT-21025)"
This reverts commit ebbfc4a3845159ba8f0e3d94a5f70489c348c403.
|
2018-04-11 16:28:05 +03:00 |
|
Nikolay Krasko
|
57789b8c3d
|
172: Revert "Uast: making AbstractKotlinUClass not inherit from AbstractJavaUClass"
This reverts commit d35f79963c810365451f09e98c148f9ce7fc3263.
|
2018-04-11 16:28:05 +03:00 |
|
Nikolay Krasko
|
affa1e232f
|
172: Revert "Uast: Constructors.kt testdata fixes"
This reverts commit a725f43588a6d2f2d1c79649f46849f8cbabbc8f.
|
2018-04-11 16:28:04 +03:00 |
|
Nikolay Krasko
|
b3a534431d
|
172: Revert "Uast: handling @receiver annotations"
This reverts commit 2f3b1485a30442db016e7f529d273483315067cf.
|
2018-04-11 16:28:04 +03:00 |
|
Nicolay Mitropolsky
|
14ce13315c
|
Uast: wrapping expression bodies with return and code block (#KT-23557)
|
2018-04-03 14:10:01 +03:00 |
|
Yan Zhulanow
|
03a20384ef
|
Uast: Fix an exception while converting type alias KotlinType to PsiType (KT-21874)
|
2018-02-08 19:36:37 +03:00 |
|
Nicolay Mitropolsky
|
48ea52def1
|
Uast: KotlinUNestedAnnotation for processing nested annotations (IDEA-185890)
|
2018-02-07 10:17:40 +03:00 |
|
Nicolay Mitropolsky
|
8ac95b54a2
|
Uast: support for Kotlin array literals
|
2018-02-06 17:53:17 +03:00 |
|
Nicolay Mitropolsky
|
2623ae714c
|
Uast: consistency updates for ULambdaExpression
|
2018-01-19 10:45:58 +03:00 |
|
Nicolay Mitropolsky
|
d5d49c65b4
|
Uast: tests for UClass.uastSuperTypes
|
2018-01-19 10:45:58 +03:00 |
|
Nicolay Mitropolsky
|
b4db744a9b
|
Uast: KotlinStringULiteralExpression.getExpressionType() made always return String
|
2018-01-16 20:38:00 +03:00 |
|
Nicolay Mitropolsky
|
9ce9b434fe
|
Uast: testdata fix for KotlinUastTypesTest.testEa101715
|
2018-01-15 20:58:18 +03:00 |
|
Yan Zhulanow
|
2ee23ddd02
|
EA-101715: Handle also case with IntegerValueTypeConstructor
|
2018-01-15 12:39:35 +09:00 |
|
Nicolay Mitropolsky
|
f4a7ecc1bb
|
Uast: Fix for missing local variables in ctor-s bodies
similar to how it is done in `KotlinUBlockExpression`
|
2018-01-12 22:32:52 +03:00 |
|
Nicolay Mitropolsky
|
f8601479de
|
Uast: handling @receiver annotations
|
2018-01-12 13:54:38 +03:00 |
|
Nicolay Mitropolsky
|
f91f42c253
|
Uast: Constructors.kt testdata fixes
|
2018-01-12 13:54:36 +03:00 |
|
Nicolay Mitropolsky
|
e22e466485
|
Uast: making AbstractKotlinUClass not inherit from AbstractJavaUClass
|
2018-01-12 13:54:32 +03:00 |
|
Nicolay Mitropolsky
|
260c549cd7
|
Uast: AbstractKotlinUVariable annotations now are retrieved from Kotlin Psi, not from compiled (KT-21025)
and `KotlinNullabilityUAnnotation` now is created for every `AbstractKotlinUVariable`
|
2018-01-12 13:54:29 +03:00 |
|
Nicolay Mitropolsky
|
0a1580159f
|
Uast: Constructors.kt testData fixes
|
2018-01-12 13:54:22 +03:00 |
|
Nicolay Mitropolsky
|
502a6fa9f1
|
Uast: SuperCalls.render.txt testdata fix
|
2018-01-12 13:54:14 +03:00 |
|
Nicolay Mitropolsky
|
8c27bf98f4
|
UAST: StringTemplateComplex testdata fix
|
2018-01-12 13:54:03 +03:00 |
|
Nicolay Mitropolsky
|
6bfe168dd7
|
UAST: SimpleKotlinRenderLogTest.testWhenAndDestructing testdata fix
|
2018-01-12 13:53:39 +03:00 |
|
Nicolay Mitropolsky
|
f1579d01af
|
UAST test data fixes: LocalVariableWithAnnotationKt fix for variable type
it is not clear for me why it was not `String`
|
2018-01-12 13:53:24 +03:00 |
|
Nicolay Mitropolsky
|
7c3c59de00
|
UAST test data fixes: @null in render
as a "nullability" annotation for primitive types
|
2018-01-12 13:53:22 +03:00 |
|
Vyacheslav Gerasimov
|
3f15f7a394
|
UAST: Fix testPropertyWithAnnotation
|
2018-01-12 13:52:58 +03:00 |
|
Vyacheslav Gerasimov
|
e6efaaf752
|
UAST: Add testConvertTypeInAnnotation
|
2018-01-12 13:52:56 +03:00 |
|
Vyacheslav Gerasimov
|
8eddb10870
|
UAST: Properly handle annotations on local variables
|
2018-01-12 13:52:54 +03:00 |
|
Nicolay Mitropolsky
|
da98b7e07b
|
Uast: type-mapper checks deeper for local classes (KT-21546, EA-100195)
|
2017-12-15 09:16:46 +03:00 |
|
Nicolay Mitropolsky
|
209ba89a49
|
Uast: KotlinSecondaryConstructorWithInitializersUMethod introduced as workaround for KT-21617
to be the only constructor which includes `init` block when there is no primary constructors in the class
|
2017-12-06 22:19:57 +03:00 |
|
Nicolay Mitropolsky
|
b8069b48c5
|
Uast: returning back secondary constructors bodies (KT-21575)
but secondary constructors without primary constructor will not contain initializers, it is still an issue
|
2017-12-06 22:19:57 +03:00 |
|
Nicolay Mitropolsky
|
4db5ca66e3
|
Uast: constructors calls consistency for KtObjectLiteralExpression (KT-21409)
|
2017-11-30 20:08:16 +03:00 |
|
Nicolay Mitropolsky
|
1ce21583ad
|
Uast: secondary constructors delegation support (KT-21409)
|
2017-11-30 20:08:16 +03:00 |
|
Nicolay Mitropolsky
|
3bfa5c4706
|
Uast: parsing primary constructors superCalls (KT-21409)
|
2017-11-30 20:08:16 +03:00 |
|
Nicolay Mitropolsky
|
fab8187574
|
UAST: Complex test data moved to separate file (KT-20990)
|
2017-11-06 19:59:50 +03:00 |
|
Nicolay Mitropolsky
|
9730d50e10
|
UAST: yet another fight with string literals in string literals (KT-20990)
|
2017-11-06 19:59:50 +03:00 |
|
Nicolay Mitropolsky
|
a11cf253df
|
UAST: correct processing of string literals in string literals (KT-20990)
|
2017-10-30 11:29:51 +03:00 |
|
nickl
|
6a659f33b5
|
UastKotlinPsiVariable psiParent made lazy to eliminate recursion when building UAST parents
|
2017-10-20 19:46:49 +03:00 |
|
xiexed
|
5c2962e195
|
UAST properly handles string "when conditions" in lazy parent (KT-20709) (#1338)
|
2017-10-11 15:16:15 +02:00 |
|
Dmitry Jemerov
|
703d053157
|
Additional fixes for consistent parent conversion
|
2017-10-06 20:51:04 +02:00 |
|
Dmitry Jemerov
|
a4f5a1335a
|
Fix convering parents of annotations on primary constructor parameters
|
2017-10-06 20:51:02 +02:00 |
|
Dmitry Jemerov
|
56168b4a09
|
Fix destructuring declaration test
|
2017-10-06 20:51:02 +02:00 |
|