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

http://bugzilla.slf4j.org/show_bug.cgi?id=321 Priority: P5 Bug ID: 321 Assignee: slf4j-dev@qos.ch Summary: instead of appending string.substring(), use string.charSquence() Severity: enhancement Classification: Unclassified OS: Windows NT Reporter: nitin.chauhan@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.

http://bugzilla.slf4j.org/show_bug.cgi?id=321 Nitin <nitin.chauhan@live.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|instead of appending |use append(charSquence, |string.substring(), use |start, end) instead of |string.charSquence() |append(string.substring(sta | |rt,end)) -- You are receiving this mail because: You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@qos.ch