Versions Compared

Key

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

...

Jtest

 can Jtest can automatically and unobtrusively analyze code in the background so that you are instantly alerted when the code you are working on does not comply with your development policy. This helps you identify and fix problems as soon as they are introduced - without having to interrupt your workflow to start the analysis. 

Continuous static analysis is run in Continuous Quality Assistant (CQA) mode, which triggers analysis on the following events:

...

The on-save analysis will be run when you save code manually with the Save or Save All options. If code the code is automatically saved by your IDE, the analysis will not be performed.

With CQA mode enabled, some time-consuming operations and rules specified in the configuration you are using will be skipped to speed up analysis. These may include:

...

  • Report Generation
  • Source Control Information
  • Publishing Reports to DTP
  • Publishing Source Code to DTP
  • Static Analysis rules that work on a global scope

When you enable CQA mode, you will be notified of the features that will be disabled in the configuration that you specified. See CQA Supported Rules for the list of rules that are supported in CQA mode. Code Duplicate Detection and Flow Analysis rules can be enabled in CQA mode, but their scope is limited to ensure that analysis is performed in a reasonable time.

...