Anyone know of a code validator that follows this:
http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
TIA

Signature
Mike W
Chris Uppal - 22 Aug 2004 15:31 GMT
> Anyone know of a code validator that follows this:
>
> http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
Yup. Post the code here and wait for the complaints....
-- chris
VisionSet - 22 Aug 2004 16:51 GMT
> > Anyone know of a code validator that follows this:
> >
[quoted text clipped - 3 lines]
>
> -- chris
mmmm, 3000 lines if I strip the comments out?
Aside from that, I can't, it is a completed SCJD code solution.
--
Mike W
Superdude - 22 Aug 2004 19:51 GMT
> Anyone know of a code validator that follows this:
>
> http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
>
> TIA
if you use netbeans and hit CTRL-SHIFT-F it does half the stuff.
Liz - 22 Aug 2004 20:54 GMT
> > Anyone know of a code validator that follows this:
> >
> > http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
> >
> > TIA
> if you use netbeans and hit CTRL-SHIFT-F it does half the stuff.
That page is dated April 1999 - 5 years old.
I use jcscNewLint.
Ryan Stewart - 23 Aug 2004 12:43 GMT
> > > Anyone know of a code validator that follows this:
> > >
[quoted text clipped - 5 lines]
> That page is dated April 1999 - 5 years old.
> I use jcscNewLint.
The nice thing about good standards is they don't change.
anon - 23 Aug 2004 03:47 GMT
> Anyone know of a code validator that follows this:
>
> http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
>
> TIA
The Jalopy formatter has a built-in set of rules that will follow those
conventions from Sun.
http://jalopy.sourceforge.net/
If you use Eclipse or IBM's WSAD, there's a Jalopy plug-in that
integrates nicely with the IDE.
Peter Kirk - 23 Aug 2004 09:32 GMT
> Anyone know of a code validator that follows this:
>
> http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
I don't know if this does exactly what you want, but what about
http://checkstyle.sourceforge.net/