Serge Demoulin
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited How can I annotate a PsiMethod
AnsweredI'd like to annotate a method (PsiMethod) with @org.junit.Test without using createAnnotationFromText What is the right way to do that please ? -
Edited How can I let a new class extends another
AnsweredI'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... -
Created how can I create a method in a new class with the SDK
AnsweredI 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...