add a test for the dev kit inspection: try to write stateless EP;
[idea/community.git] / plugins / devkit / testData / inspections / statefulEp / NonFix.java
1 public class NonFix {
2   final com.intellij.psi.PsiElement pe;
3   final com.intellij.psi.PsiReference r;
4   com.intellij.openapi.project.Project p;
5   final com.intellij.openapi.project.Project pf;
6   public NonFix() {
7     super();
8     pe = null;
9     r =null;
10     p = pf = null;
11   }
12 }