[jdom-interest] JavaDoc build with JDK 1.1.8 generates lots of messages

Brad Morgan Brad.Morgan at e-pubcorp.com
Mon Sep 18 14:33:01 PDT 2000


Since the build script makes a pass through the sources to munge all the
collection references, would it make sense to change all the "@throws" to
"@exception" as well?

Brad

-----Original Message-----
Yup, I got these with JDK 1.1 as well.  They're probably because the Javadoc
comments use @throws (introduced in JDK 1.2) instead of @exception (which
has been there since 1.0).  Since I prefer JDK1.2's Javadoc output, I always
use that to generate docs anyway. :)

   - Eric
_______________________________________________




More information about the jdom-interest mailing list