[Swift-devel] [Bug 178] New: strange unused string replacement in CSVMapper needs investigating
bugzilla-daemon at mcs.anl.gov
bugzilla-daemon at mcs.anl.gov
Wed Feb 25 18:27:57 CST 2009
http://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=178
Summary: strange unused string replacement in CSVMapper needs
investigating
Product: Swift
Version: unspecified
Platform: Macintosh
OS/Version: Mac OS
Status: NEW
Severity: normal
Priority: P2
Component: General
AssignedTo: benc at hawaga.org.uk
ReportedBy: benc at hawaga.org.uk
CSVMapper contains (as of r2606) the following TODO to investigate:
// TODO PMD reports this for the
// following line:
// An operation on an Immutable object
(
String, BigDecimal or BigInteger) won't change the object itself
// This is likely a bug
column.replaceAll("\\s", "_");
That's meant to do something, presumably, but it doesn't...
--
Configure bugmail: http://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
You are the assignee for the bug, or are watching the assignee.
More information about the Swift-devel
mailing list