Description

This page describes the case when a standard package is flagged for a violation when it is not supposed to be.

The following example shows that objects java.* are violated by the QR "Avoid cyclical calls and inheritances" while the objects are standard packages which should not be violated.


Observed in CAST AIP


Release
Yes/No
8.3.x(tick)
Observed on RDBMS
RDBMS
Yes/No
CSS(tick)
Step by Step Scenario

Below is the step-by-step scenario leading to the problem: Run Analysis and take snapshot

Impact of the Problem

The impact of the problem on the analysis or the dashboard is:

This impact the technical grade of application

Action Plan
  1. Check if you have use a custom module configuration, if yes then check if you have included those objects on the configured module. As an example the following query include java.* objects as they are in the CDT_OBJECTS table.
  2. So you should remove them from this query as well, if you do not want them in the dashboard.
Impact of the Solution

Impact of the solution on the analysis or the dashboard is: This will improve the technical grade of application


Notes/comments
 Ticket # 6805
Related Pages