[ http://jira.codehaus.org/browse/MPJAVADOC-61?page=comments#action_53185 ]
Jeff Jensen commented on MPJAVADOC-61: -------------------------------------- Thanks for looking at it Lukas. The error occurred with the standard version(s) shipped with b1 and b2. I know b2 shipped with 1.7, which I still am running. I just tried the 1.8-SNAPSHOT from cvs.apache.org. (date of 12/9/05), and it still has the problem: Caught exception evaluating: [EMAIL PROTECTED] Reason: java.lang.StringIndexOutOfBoundsException: String index out of range: -64 java.lang.StringIndexOutOfBoundsException: String index out of range: -64 I am not sure how to create a small test case. I'm not sure if it is based on number of errors, number of files, or what. An in-progress small project (just getting going) has 104 .java files, and has the problem. Another smaller project with some common files has only 44 .java files but does not have the problem Two other main projects have thousands of .java files (about 2500 in one and almost 5000 in another) and they both have the problem. Would having the javadoc-warnings.xml file for a problem one help? Is it crashing on parsing that file? > StringIndexOutOfBoundsException on parsing the files > ---------------------------------------------------- > > Key: MPJAVADOC-61 > URL: http://jira.codehaus.org/browse/MPJAVADOC-61 > Project: maven-javadoc-plugin > Type: Bug > Versions: 1.7 > Environment: Maven 1.1b1 and b2, Windows 2K > Reporter: Jeff Jensen > Attachments: stacktrace.log > > > Happens on 1.1 b1 and b2. > While parsing, throws: > Caught exception evaluating: [EMAIL PROTECTED] Reason: > java.lang.StringIndexOutOfBoundsException: String index out of range: -60 > java.lang.StringIndexOutOfBoundsException: String index out of range: -60 > at java.lang.String.substring(String.java:1444) > at java.lang.String.substring(String.java:1411) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at > org.apache.commons.jexl.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:268) > [snip] > This causes a rather empty Javadoc Warnings report (but Javadoc Report is > good): > JavaDoc Warnings > The following document contains JavaDoc warnings. > Summary > Files Errors > 24 0 > Files > Files Errors > I am not sure what info to provide - please ask! -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]