>If a "find usage" returns "no usage found", it's unused to me, whether it's
>access is private, public, protected or package.

For private and package, i agree with you. For public and protected i can't
because what proof do you have that some other jar (project) doens't access
that value or extend that class to use that variable?

Putting it the other way around: just because a public member variable isn't
accessed within your project, it doesn't mean to me that it will never be
accessed.

Wouldn't be making a distinction between not used in the scope of the
project and not used at all be more correct?

a++ Cedric


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to