Pragmatists/JUnitParams

Parameters(method="") - It shows unused methods in IntelliJi

jotish opened this issue · 1 comments

screen shot 2017-09-03 at 3 52 26 pm

Any plans to improve this on Idea ?

We can not do too much about it because in fact these methods are not directly used. Maybe it's possible to write a plugin and help Intellij recognize usage of these methods but we are not gonna do it. If it is annoying for you (for example when using F2 to jump to first problem/warning) you can annotate given methods with

@SuppressWarnings("unused")