I wonder if default templates for exception clauses would be usable... most
of my exception handlers are something like:
try {
...
} catch (...) {
LOGGER.error(e);
... eventual error handling
}
In most of the classes I have a static LOGGER member and most of the time I
report the exception as error or debug message. Eventually templates a'la
LiveTemplates would be perfect in this case.
NOTE: this is not a feature request (yet). Just thinking aloud...
-- dimiter
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features