This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Threads and Synchronization and the fly likes tool to locate NON thread safe code? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "tool to locate NON thread safe code?" Watch "tool to locate NON thread safe code?" New topic
Author

tool to locate NON thread safe code?

Robin Clark
Ranch Hand

Joined: Dec 17, 2003
Posts: 81
I have a very large code base where I need to locate modules that have problems with threading. It is a web-based/struts application. Is there a utility that can narrow down the number of modules that need to be analyzed by hand?

Thank you!
magesh karnam
Greenhorn

Joined: Sep 08, 2003
Posts: 14
Try jprofiler and you would see what all you want to see in ur module to the bottom most level.

regards
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: tool to locate NON thread safe code?
 
Similar Threads
asterisk program possible to do in module way
how can we make a module (web) plug and play for the customer?
Ant building error
String.toString() and Integer.toString()
Help with Indexing problem using logic:iterate and nested:iterate