Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #910

Object copies?

From Knute Johnson <september@knutejohnson.com>
Newsgroups comp.lang.java.help
Subject Object copies?
Date 2011-07-31 15:59 -0700
Organization A noiseless patient Spider
Message-ID <j14moo$5cf$1@dont-email.me> (permalink)

Show all headers | View raw


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

Back to comp.lang.java.help | Previous | NextNext in thread | Find similar


Thread

Object copies? Knute Johnson <september@knutejohnson.com> - 2011-07-31 15:59 -0700
  Re: Object copies? Patricia Shanahan <pats@acm.org> - 2011-07-31 16:26 -0700
    Re: Object copies? Knute Johnson <september@knutejohnson.com> - 2011-07-31 16:38 -0700
      Re: Object copies? markspace <-@.> - 2011-07-31 16:47 -0700
        Re: Object copies? Knute Johnson <september@knutejohnson.com> - 2011-07-31 17:14 -0700
  Re: Object copies? Roedy Green <see_website@mindprod.com.invalid> - 2011-08-01 08:45 -0700

csiph-web