"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. Carlos -- Carlos Costa e Silva <[EMAIL PROTECTED]> _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
