|
|
Choosing A Webhost: |
Re: Bug in FindBugs?: msg#00013java.findbugs.general
Oakes, Jeff (HTSC, IT) wrote: I ran findBugs against some education example code. The following code was flagged as putting the collection at risk.Yes: String s[] = SalutationsClass.getSalutations(); s[0] = "Doughhead"; That last line just modified the salutation for everybody that has called or will call getSalutations. Making Salutations final just means nothing else in that class can assign to that variable, it doesn't protect what the variable references. You need to return a copy of the array. Brian
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Bug in FindBugs?, Bill Pugh |
|---|---|
| Next by Date: | Re: Bug in FindBugs?, Peter Franzen |
| Previous by Thread: | Re: Bug in FindBugs?, Peter Franzen |
| Next by Thread: | RE: Bug in FindBugs?, Horaci Macias |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |