|
|
Choosing A Webhost: |
Re: New Detector for static use of Calendar and DateFormat: msg#00013java.findbugs.general
Hi Daniel, On 4/17/07, Daniel Schneller <dannyschneller@xxxxxxxxxxx> wrote: In the meantime I am still open for pointers on how to detect whether LockDataflow can answer that question. Given a Location (a particular bytecode instruction within a particular basic block): LockDataflow ld = classContext.getLockDataflow(method); Location loc = ... LockSet lockSet = ld.getFactAtLocation(loc); if (lockSet.getNumLockedValues() > 0) { // location is in a synchronized block or in synchronized method } Since you have a BytecodeScanningDetector, then you will need to do a bit of work to get Location(s) for a bytecode offset. Use the getCFG() method of ClassContext to get the CFG for the method, then call the getLocationsContainingInstructionWithOffset(int) method passing the bytecode offset as an argument. That gives you a collection of Locations matching that offset. (A single bytecode instruction can be considered as multiple Locations because of JSR subroutines reachable via multiple paths.) Hope this helps! -Dave
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | findbugs 1.2.0-rc5 released; no changes planned between now and 1.2.0 final next week., Bill Pugh |
|---|---|
| Next by Date: | detector for inefficient use of collection classes, Eugene Kuleshov |
| Previous by Thread: | Re: New Detector... (synchronized blocks), Eugene Kuleshov |
| Next by Thread: | detector for inefficient use of collection classes, Eugene Kuleshov |
| 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 |