Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Knute Johnson Newsgroups: comp.lang.java.help Subject: Object copies? Date: Sun, 31 Jul 2011 15:59:43 -0700 Organization: A noiseless patient Spider Lines: 12 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sun, 31 Jul 2011 22:59:36 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="mz/LDSJwiWnk3Jnnqg7x+Q"; logging-data="5519"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18YZGwIk5cKMUShivOI6rIr" User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 Cancel-Lock: sha1:nhYQee4osynElLoay3lJChAoan0= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.help:910 I need a copy of a String that contains the same data as the original. I need to keep the reference to the original String. The copy's reference I'm going to use to get a modified String by applying methods of the String class. If I just create a new String with the String(String str) constructor, FindBugs complains. Is there another way to get a copy? Thanks, -- Knute Johnson