M201370367/javaparser

IndexOutOfBoundsException when parsing nested comments

Opened this issue · 0 comments

Parse the attached simple Class.

This results in a 
java.lang.IndexOutOfBoundsException.IndexOutOfBoundsException(String) at 
CommentsParser.parse(InputStream, String) line: 82

// delete last character
String content = 
currentContent.deleteCharAt(currentContent.toString().length()-1).toString();

--> currentContent is empty, deleteCharAt() fails.


What version of the product are you using? On what operating system?
1.0.11
windows

Original issue reported on code.google.com by rotesb...@googlemail.com on 27 Nov 2014 at 12:03

Attachments: