[Nice-commit] Nice/web index.xml,1.4,1.5
Brought to you by:
bonniot
|
From: <bo...@us...> - 2003-04-18 17:19:57
|
Update of /cvsroot/nice/Nice/web In directory sc8-pr-cvs1:/tmp/cvs-serv27029/web Modified Files: index.xml Log Message: Added section about contracts. Index: index.xml =================================================================== RCS file: /cvsroot/nice/Nice/web/index.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.xml 11 Oct 2002 09:22:13 -0000 1.4 --- index.xml 18 Apr 2003 17:19:54 -0000 1.5 *************** *** 111,114 **** --- 111,124 ---- </varlistentry> + <varlistentry><term>Contracts and assertions</term><listitem><para> + Contracts can be attached to methods, to better describe their specification + and detect illegal uses automatically at runtime, in debug mode. + Contracts and assertions can be disabled, in which case they cause + no slow down of the running program. Furthermore, they can be used on any + version of the JVM, even prior to 1.4. + </para> + </listitem> + </varlistentry> + </variablelist> |