Hi,
Roman started using the assert statement.

Do we finally support this officially?

Can we work out some recommendation when to use

assert ( expr ); OR

assert ( expr ) : "what to say here?"; OR

if ( precondition ) throw new WhatException()

to have consistent code?

cu
Robert


_______________________________________________
Classpath mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath

Reply via email to