constructorTestType = javaProject.findType("com.test.ConstructorAutowireTest");
IFile constructorTestFile = (IFile) constructorTestType.getResource();
constructorTestViewer = getViewer(constructorTestFile);
processor = new AutowiredAnnotationQuickAssistProcessor();
}