Ive been adding comments to java.lang.Math.java and after I finished and
attempted to run javadoc on it, it gave me this error. I dont know if it was
because of the comments I added or not. Most methods were not documented at all
so I ended up doing them. I believe that I made sure that everything was
commented properly.
danny
lang(alize) => wsccs info
Nothing being edited
lang(alize) => javadoc -d ~/API/NEW/ Math.java
generating documentation for class java.lang.Math
java.lang.StringIndexOutOfRangeException String index out of range: 8
at java.lang.Exception.<init>(Exception.java)
at java.lang.StringIndexOutOfRangeException.<init>(StringIndexOutOfRangeException.java)
at java.lang.String.substring(String.java)
at java.lang.String.substring(String.java)
at java.tools.javadoc.DocumentationGenerator.genMethodDocumentation(DocumentationGenerator.java:530)
at java.tools.javadoc.DocumentationGenerator.genClassDocumentation(DocumentationGenerator.java:906)
at java.tools.javadoc.Main.main(Main.java:169)
javadoc: an exception has occurred, please contact x47242.
attempted to run javadoc on it, it gave me this error. I dont know if it was
because of the comments I added or not. Most methods were not documented at all
so I ended up doing them. I believe that I made sure that everything was
commented properly.
danny
lang(alize) => wsccs info
Nothing being edited
lang(alize) => javadoc -d ~/API/NEW/ Math.java
generating documentation for class java.lang.Math
java.lang.StringIndexOutOfRangeException String index out of range: 8
at java.lang.Exception.<init>(Exception.java)
at java.lang.StringIndexOutOfRangeException.<init>(StringIndexOutOfRangeException.java)
at java.lang.String.substring(String.java)
at java.lang.String.substring(String.java)
at java.tools.javadoc.DocumentationGenerator.genMethodDocumentation(DocumentationGenerator.java:530)
at java.tools.javadoc.DocumentationGenerator.genClassDocumentation(DocumentationGenerator.java:906)
at java.tools.javadoc.Main.main(Main.java:169)
javadoc: an exception has occurred, please contact x47242.