Serge Demoulin
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Serge Demoulin commented, -
Serge Demoulin commented, -
Serge Demoulin created a post, AnsweredHow 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 created a post, AnsweredHow 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 created a post, Answeredhow 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...