Reto Merz

- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
-
-
Reto Merz created a post, AnsweredInspection with runForWholeFile=true: Clear existing problems
Hello, I write a inspection which depends on multiple PsiElements which can be located somewhere in the PsiFile/PsiClass. It is something similar like the FieldCanBeLocalInspection. So my inspectio... -
-
Reto Merz created a post, AnsweredDisable IDEA's SVN "buildtags" scanning
Hello, As far as we see, IDEA queries the SVN buildtags at IDEA start up.And caches it in \.IntelliJIdea20XXX\system\vcs\svn_branches\ Our SVN repos have tens of thousands of buildtags.So this caus... -
-
Reto Merz commented, -
Reto Merz created a post, Add additional action to FileHistoryPanelImpl WITHOUT own VcsProvider
Hi,As far as I can see there is no way to add an additional action to the FileHistoryPanelImpl (in addToGroup method).Is that right ?I see that there is an getAdditionalActions in VcsProvider impl ... -
-
Reto Merz created a post, PsiUtil.resolveClassInType not work in unit tests (testFramework)
Hi,I try to write some unit test for my inspections.Basically, it works. But now I run in some issues. For example, PsiUtil.resolveClassInType always return null.In "production" all works as expect...