Duplicate :
|
Introducing a new FileObject implementation would break the javadoc tool. File JavadocClassReader.java reffers to ZipFileObject (does an instanceof test.) Whenever a new FileObject is added the JavaDoc tool doesn't know how to deal with it.
|