The programming by intention is great, but can you add the ability to
specify a default message body  e.g. so that I can get an auto-generated
function which looks like

private int foo(int arg1)
{
    LOG.error("NOT IMPLEMENTED");

    return 0;
}





_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to