Yes, this setting is persistent in .ipr file. BTW, you can configure inspection to automatically add - JUnit testcases - void mains - Servlets - Applets - Classes that are referenced from non-java files, for example .xml - EJB classes
to entry points. -- Best regards, Maxim Shafirov JetBrains, Inc / IntelliJ Software http://www.intellij.com "Develop with pleasure!" "Barry Kaplan" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Carlos Costa e Silva wrote: > > "Barry Kaplan" <[EMAIL PROTECTED]> wrote in message > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > >>It would be nice to "mark" the method somehow to tell idea to ignore the > >>constructor in its inspection. Currently I use a UML stereo type as a > >>visual indicator, eg: > >> > >> ... > >> public Account() {} //<<tornado>> > >> ... > > > > > > It's there somewhere (it's been awhile since I inspected for dead code). In > > the inspection window right click on the method you wish to be an entrypoint > > and there should be a "Create entrypoint", "Mark as entry" or something like > > that. > > Ah! And then all code called by that entry point will be non-dead as > well, I assume. Cool. I'll try it tomorrow. Do you (anyone) know if it > the setting is a persistent setting for the project? > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
