[ http://jira.codehaus.org/browse/QDOX-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Scholte resolved QDOX-218. --------------------------------- Resolution: Fixed Fix Version/s: 2.0 Assignee: Robert Scholte Fixed in [rev. 739|http://fisheye.codehaus.org/changelog/qdox/?cs=739]. I've deployed a 2.0-SNAPSHOT version for you. Be aware that in the final 2.0 version of QDox the model might have changed a bit. > Illegal escape character > ------------------------ > > Key: QDOX-218 > URL: http://jira.codehaus.org/browse/QDOX-218 > Project: QDox > Issue Type: Bug > Components: Parser > Affects Versions: 1.12 > Reporter: P Boon > Assignee: Robert Scholte > Fix For: 2.0 > > Attachments: QDoxIllegalEscapeCharacter.java > > > It seems like String arguments to annotations containing escaped backslashes > fail. > @Annotation("This could be a regex \\d") > public void testTemplate() throws Exception { > JavaDocBuilder builder = new JavaDocBuilder(); > String source = "public class Foo { @SuppressWarnings({\"a\", > \"abc\\d\"})\nprivate void bar() { } }"; > builder.addSource( new StringReader(source) ); > } -- 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 from this list, please visit: http://xircles.codehaus.org/manage_email