X-Received: by 10.66.86.166 with SMTP id q6mr1114318paz.44.1355952356083; Wed, 19 Dec 2012 13:25:56 -0800 (PST) Received: by 10.50.7.198 with SMTP id l6mr3233666iga.3.1355952356045; Wed, 19 Dec 2012 13:25:56 -0800 (PST) Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.linkpendium.com!news.linkpendium.com!news.snarked.org!newsfeed.news.ucla.edu!usenet.stanford.edu!kr7no13122406pbb.0!news-out.google.com!6ni51708pbd.1!nntp.google.com!f6no2812484pbd.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Wed, 19 Dec 2012 13:25:55 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.28.149.29; posting-account=CP-lKQoAAAAGtB5diOuGlDQk0jIwmH0T NNTP-Posting-Host: 69.28.149.29 References: <7f36342c-2331-4484-874b-4a0f8953f160@googlegroups.com> <50cfda1c$0$287$14726298@news.sunsite.dk> <50d11d62$0$287$14726298@news.sunsite.dk> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <876cb8bb-ed4f-446a-918f-6f84cda6f53e@googlegroups.com> Subject: Re: multi-line Strings From: Lew Injection-Date: Wed, 19 Dec 2012 21:25:56 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:20594 Arved Sandstrom wrote: > Nice point btw about being careful about changing the value of a named > constant willy-nilly w/o inspecting all the usage sites, as it may break > business rules. That would depend on whether the clients recompile after the change. It is quite conceivable to have a scenario where some artifacts still contain the old value of the constant while others the new. -- Lew