A library for monitoring the garbage collection of app objects
gcRadar is not a static code anayser but it is a library using which is ment to beused in your source code and it will monitor and report the lifetime events of yuor objects. gcRadar can provide this information by using callbacks, log4j & polling.
gcRadar can monitor entities ranging from individula objects to full object trees comprising of is-a & has-a relationships.
By using gcRadar you can monitor the lifetime of the objects that are created by your application in runtime,...
Functional Test Automation tool for pure AS 3.0 SWF and Flash Games
Automated UI Tester for Adobe® ActionScript® is a pure ActionScript 3.0 SWF automation testing tool with the capability of recording user actions on an SWF file and playing them back with high fidelity. The API for this tool is provided with name “Genie” (Adobe internal code name for the tool).
Some major features of this tool are
• No instrumentation or application manipulation is required.
• Automate pure ActionScript 3.0 SWF.
• No sourcecode access required.
• No need to run inside any wrapper.
• Works on web based apps and standalone SWF.
• Performs native automation (no image dependency) thus making scripts reliable and lowering down maintenance cost...
Runtime concurrency analysis for Java. Instruments your Java app at run time, and monitors field access, synchronization and locking, to verify concurrent access is safe.