ibnemahdi / owasp-esapi-java

Automatically exported from code.google.com/p/owasp-esapi-java
Other
0 stars 0 forks source link

Our Javadoc should be linked to standard JDK / J2EE javadoc #230

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Our latest current production javadoc for ESAPI 2.0GA is at:
http://owasp-esapi-java.googlecode.com/svn/trunk_doc/latest/index.html

The javadoc there is not linked to the standard Sun (now Oracle)
javadoc. (Or maybe it is and Oracle changed the links.)

Anyhow, our javadoc would be a lot more developer friendly
if we linked it against the javadoc of the other dependencies
that show up in the interfaces, which minimally would be
the standard JDK and J2EE javadoc.

Original issue reported on code.google.com by kevin.w.wall@gmail.com on 4 Jul 2011 at 2:34

GoogleCodeExporter commented 9 years ago
Since we require only JDK 5 as the minimal JDK, we should link to the JDK 5 
javadoc at:
http://docs.oracle.com/javaee/5/api/

Original comment by kevin.w.wall@gmail.com on 24 Jun 2012 at 2:48