> How can an IDE come to the conclusion that a _public_ method is unused?
It analyzes all the classes in the project, including tests, etc. In general IDEA does not flag public methods in public classes as unused, so perhaps this suppression was placed there in error? Although now that I say that, I checked and the latest version (10) seems to flag some public methods which I know it did not do before. Any other IDEA users notice this? A quick check at the config doesn't find a way to turn off this new behavior. Any Eclipse users know how to stop it from nosing in to the argument of @SupressWarnings()? Tom Jordahl --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
