Is it possible to have the generated code based on a template?  
That way we'd be able to return null, throw an exception, or do 
whatever the template language supported.

I'd use forward generation when writing methods too. I often write 
method a() that calls b() before writing b() -- it would be great 
if forward generation helps here.

On Thursday, January 24, 2002, at 12:03 PM, Edoardo Comar wrote:

> Ariadna will have that.
>
> As for stubs generation though, I'd very much prefer that the 
> methods do
>
>
>       throw new java.lang.UnsupportedOperationException("TODO");
>
> (perhaps with a customizable message to make everyone happy)
> rather than return dummy values (0, null ....)
>


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

Reply via email to