Alexander Shustanov
- Total activity 70
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 22
-
Alexander Shustanov created a post, AnsweredBackward compatibility problem with UAST
Encapsulation does not work in inline function, so such code is dangerous: inline fun <reified T : UElement> PsiElement?.toUElementOfType(): T? = this?.let { UastFacade.convertElementWithParent(th... -
Alexander Shustanov created a post, AnsweredTransactionGuard#submitTransactionLater vs Application#invokeLater
Hi! Could you describe the difference between these methods? When I should use one, and when another. -
Alexander Shustanov created a post, AnsweredTypeMigration refactoring for kotlin
Is there any alternative for type migration refactoring for kotlin? -
Alexander Shustanov commented, -
-
Alexander Shustanov commented, -
Alexander Shustanov created a post, Kotlin-Java type conversion
Hi! Is there any instrument to get Kotlin types from Java PsiType? For example, I have java type: java.util.Set<entitypack.Entity> it kotlin it should be kotlin.collections.Set<entitypack.Entity<*>... -
Alexander Shustanov commented, -
Alexander Shustanov created a post, AnsweredHow to get kotlin class from UParameter type?
I have some code, that searches for usages of some method first parameter type. The code (uMethod.uastParameters[0] as UVariable).type returns `PsiClassType`, that resolves to some `ClsClassImpl`. ... -