xncHung
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
创建于 Paid plugin for AndroidStudio
已回答I am developing a paid plug-in. The main intended platform is Android Studio. However, when I tested the purchase, I found that Android Studio removed the Licensing support plug-in. As a result, us... -
创建于 How to localize inspection description html file
已回答I am developing some code inspection, and I found that names and quickFix can be localized by the bundle file which with suffixes.like myBundle_zh_CN.properties, but It seems that the description ... -
-
创建于 In kotlin, how to determine the correspondence between type parameters between subtypes and supertypes
已回答Suppose I have a class like this public class ParamMap<T> extends HashMap<String,T> {} I defined such a type in the code: ParamMap<String>, after I get its KotlinType instance, it must have a super... -
创建于 change parameter type and annotation with ChangeSignatureRefactoring
已回答When I use ChangeSignatureRefactoring to change the method signature, I want to change the parameter type and its annotation list, but it seems that modifying the method signature requires ReadActi...