Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This guide will help you executing a custom rule analysis in Kiuwan Analyzer. If you need more information on programming a rule, please check the Getting Started with rule development page. 

You can also find usefull and step-to-step guide on how to develop and run custom rules in the following posts of Kiuwan Blog

  1. Rules development (I): Where do we start?
  2. Rules development (II): basis for implementation
  3. Rules development (III): debugging custom rules
  4. Rules development (IV): Basic API – navigating through the AST
  5. Rules development (V): Query API

Prerequisites

First of all, you will need a suitable Kiuwan account for developing rules. Check Kiuwan Editions page for further information.

...

The next step is to run Kiuwan Local Analyzer and analyze your application. If you need more information on this topic, please read the Kiuwan local analyzerLocal Analyzer page.

We will use a test application made of two Java classes. One with a rule violation, one with no violations. We will call this application "Test application".

...