[slf4j-dev] [Bug 321] New: instead of appending string.substring(), use string.charSquence()

bugzilla-daemon at qos.ch bugzilla-daemon at qos.ch
Thu Oct 23 09:38:10 CEST 2014


http://bugzilla.slf4j.org/show_bug.cgi?id=321

          Priority: P5
            Bug ID: 321
          Assignee: slf4j-dev at qos.ch
           Summary: instead of appending string.substring(), use
                    string.charSquence()
          Severity: enhancement
    Classification: Unclassified
                OS: Windows NT
          Reporter: nitin.chauhan at live.com
          Hardware: PC
            Status: NEW
           Version: unspecified
         Component: Core API
           Product: SLF4J

eg.

sbuf.append( messagePattern.substring(begin, end) );

use 

sbuf.append( messagePattern, start, end );

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.qos.ch/pipermail/slf4j-dev/attachments/20141023/b2d4bfd5/attachment.html>


More information about the slf4j-dev mailing list