Do these unused classes have main() method? If they do - they are marked as entry points and IDEA regards them as used.
"Richard Osbaldeston" <[EMAIL PROTECTED]> wrote in message ahrhik$m4b$[EMAIL PROTECTED]">news:ahrhik$m4b$[EMAIL PROTECTED]... > > "Maxim Shafirov" <[EMAIL PROTECTED]> wrote in message > news:ahrcdf$h77$[EMAIL PROTECTED]... > > Unreachable declaration inspection already does it. One is especially > useful > > when run against whole project. You may invoke one from Project tool > > window->Project node->popup->Inspect code... for instance. > > > > hmmm, I've tried that and it dosn't seem to be working, there's classes in > my src directory which I know aren't used - "show usgages" comes back with > none found.. but inspect code isn't picking them up; I'd assumed unreachable > declaration was more to do with program flow.. I'll give it a proper trail > with the full codebase, at the moment I'm limiting using the IntelliJ eap > versions to small throwaway projects.. > > But extreeemly cool if this works, I was hoping > http://jrefactory.sourceforge.net/ would get round to adding it.. > > Richard > > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
