Dmitry Kandalov

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
-
Dmitry Kandalov created a post, delay when running an application
I have an application with lots of classes. Every time I run a main() method or a unit test the "searching for files to delete" message takes about 5-7 seconds. I don't have this problem with small... -
Dmitry Kandalov created a post, How to create PsiAnonymousClass?
How can I create PsiAnonymousClass or PsiNewExpression which refers to it?Couldn't find anything in PsiElementFactory :( -
-
Dmitry Kandalov created a post, library depndency in InspectionTestCase
I use InspectionTestCase to test inspection and I want to add librarydependency to the module that is used in that testcase. I tried code likethis:ModuleRootManager manager = ModuleRootManager.getI...