Alexander Shustanov

- 活动总数 70
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 22
-
Alexander Shustanov 创建了一个帖子, 已回答Backward 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 创建了一个帖子, 已回答TransactionGuard#submitTransactionLater vs Application#invokeLater
Hi! Could you describe the difference between these methods? When I should use one, and when another. -
Alexander Shustanov 创建了一个帖子, 已回答TypeMigration refactoring for kotlin
Is there any alternative for type migration refactoring for kotlin? -
Alexander Shustanov 进行了评论, -
-
Alexander Shustanov 进行了评论, -
Alexander Shustanov 创建了一个帖子, 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 进行了评论, -
Alexander Shustanov 创建了一个帖子, 已回答How 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`. ... -