Searching for unused parameters
I have an interface:
public interface Bla {
public void method (int one, int two, int three);
}
After implementing this interface several times, i realize that almost
never is the "three" parameters used.
I want to know which classes make use of the parameter and which doesn't.
I have tried a "unused parameter" inspection but it doesn't throw any
result.
Is there a way to make it?
Thx, Dani.
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Please sign in to leave a comment.
highlight the variable and press alt-f7 or right click and select find usages
On Mon, 30 Jun 2003 15:23:09 +0000 (UTC), charles decroes
<spam@decroes.com> wrote:
>
I want to search in all the implementing classes
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
it should find them for you
Possibly in the next build yes:
http://www.intellij.net/tracker/idea/viewSCR?publicId=567
i misread the original, sorry
On Mon, 30 Jun 2003 16:51:53 +0000 (UTC), Ash Searle
<no_mail@jetbrains.com> wrote:
>
>
thx
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
At least it should:)
"Ash Searle" <no_mail@jetbrains.com> wrote in message
news:2136319.1056991913405.JavaMail.itn@is.intellij.net...