Plugins (1068)


Training and Consulting (40)



EPIC Poll

What is your favourite developer portal?

[ Results | Polls ]

Votes: 539
Comments: 0


Category: Plugin Directory / Source Code Analyzer / Kaveri : A Java Program Slicing Plugin

Kaveri : A Java Program Slicing Plugin 
Rate this plugin | Report broken link | Details | Comments (1)

Rating: 5.5 (2 Votes) | hits: 0
Kaveri : A Java Program Slicing Plugin

Version: 0.8
Support Eclipse Version: 3.1/3.2
License: Free for non-commercial use
Development Status: Production/Stable
Company: Santos Laboratory
Plugin home pageHome Page
Plugin SupportPlugin Support
Discussion ForumsDiscussion Forum
Buy Now

Kaveri provides a tool for performing static slicing of Java programs. Using Kaveri, the user can select a program point p and find all the program points that may depend on or influence the program behavior at p. The tool supports various data-flow or control-flow based influences/dependences at varying level of accuracy. Kaveri can handle both sequential and concurrent programs. Building on the calculated information, Kaveri provides a rich set of views (Dependence tracking, Dependence history, Jimple View) that enable the user to explore various dependences in programs. It supports both simple select-click-view usage as well as expert configure-select-click-view usage. Features such as scoping and context-restriction allow the user to inject application-context information to improve scalability and accuracy. Kaveri provides a scripting based query framework (based on GroovyMonkey plugin) that allows users to easily write scripts to customize the display of analysis information and to perform light-weight analysis building on existing analysis information. Under the hood, Kaveri is powered by the program analysis and slicing framework catered by the Indus toolkit. Object-flow analysis, escape analysis, various dependence analyses, side-effect analysis, atomicity analysis, monitor analysis, and safe lock analysis are available in the Indus toolkit and are accessible via the scripting support in Kaveri. Kaveri is availabe in both source and binary form under a free-for-non-commercial-use license from Santos Laboraties, Kansas State University (http://www.cis.ksu.edu/santos). For commercial purposes, please contact either Santos Laboratories or Venkatesh Prasad Ranganath (venkateshprasad.ranganath@gmail.com).
Added on: 30-Oct-2006




Last 1 Comments


User: AnonymousRating: 102007-08-21 11:27:25
Nice Plugin..