[jboss-jira] [JBoss JIRA] Created: (JBBUILD-327) JBossStringBuilder.deleteCharAt always fails

David Lloyd (JIRA) jira-events at jboss.com
Mon Nov 6 17:35:42 EST 2006


JBossStringBuilder.deleteCharAt always fails
--------------------------------------------

                 Key: JBBUILD-327
                 URL: http://jira.jboss.com/jira/browse/JBBUILD-327
             Project: JBoss Build System
          Issue Type: Bug
    Affects Versions:  JBossRetro-1.0.4.GA
            Reporter: David Lloyd
         Assigned To: David Lloyd
             Fix For:  JBossRetro-1.0.5.GA


JBossStringBuilder.deleteCharAt calls up to JBossStringBuilder.delete, setting the "end" parameter to 1.  Unfortunately, this makes delete() fail because end is less than start for most values of start.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list