Hammurapi (software)
From Wikipedia, the free encyclopedia
(Redirected from Hammurapi code review tool)
|
|
The topic of this article may not meet Wikipedia's notability guidelines for products and services. Please help to establish notability by adding reliable, secondary sources about the topic. If notability cannot be established, the article is likely to be merged, redirected, or deleted. (September 2010) |
Hammurapi is a static analysis tool for identifying potential problems in source code and for collecting metrics. The tool's architecture allows one to analyze source files written in different programming languages. As of version 5.6.0, only Java is supported. There are 88 out-of-the-box Java inspectors.
The tool was named after Hammurabi, the father of written laws.
Hammurapi uses the visitor pattern and a forward chaining inference engine – “Hammurapi Rules” – to analyze code and report potential problems and metrics.
[edit] Embodiments
Hammurapi can be used as a plugin for Eclipse, an Ant task, or can be embedded in a Java application.