Serge Demoulin
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
Serge Demoulin 进行了评论, -
Serge Demoulin 进行了评论, -
Serge Demoulin 创建了一个帖子, 已回答How can I annotate a PsiMethod
I'd like to annotate a method (PsiMethod) with @org.junit.Test without using createAnnotationFromText What is the right way to do that please ? -
Serge Demoulin 创建了一个帖子, 已回答How can I let a new class extends another
I'm trying to do that a new created class extends another. The following code the exception : com.intellij.util.IncorrectOperationException: Cannot modify compiled element in file '/.../adopt-openj... -
Serge Demoulin 创建了一个帖子, 已回答how can I create a method in a new class with the SDK
I try to create a new class (it works) but this class doesn't have the created method The following sourcecode for creating the method doesn't work (the class is created without any method) private...