Non graphical code that is to be released should have 90% of the methods and roughly 90% of the basic blocks covered.
Developers with access to the metropolis workgroup on
the Gigascale website can view the current coverage statistics at
http://www.gigascale.org/metropolis/src/nightly/coverage.html
.
Code should following a Coding Style
See also "How to Write Doc Comments for the Javadoc Tool," by Sun.
FIXME: chkjava
The $METRO/util/testsuite/chkjava
will warn about potential style problems.
FIXME: rmtabs
FIXME: rmtrailingspace
Spelling
FIXME: metrospell
All code that is released should be spell checked and not have spelling errors.
FIXME: make this part of the nightly build