Purpose

You are seeing Object Violations from Vanilla on the Engineering Dashboard when you are only expecting to see objects from the project.

Applicable in CAST Version

 

Release
Yes/No
8.3.x(tick)
Applicable RDBMS
RDBMS
Yes/No
CSS (tick)
Action Plan

It is expected to get some vanilla objects displayed on the dashboard for modules REPOSITORY_MODIFIED and <appname>_MODIFIED.

Indeed, here is the definition of every module:

  • Repository_Added are all objects that are added in your repository compared to what is in the standard vanilla analyzed .
  • Repository_modified are objects from the vanilla that have been modified in the Repository.
  • <appname>_added are all objects that are added in your application compared to what is in the standard vanilla analyzed (that is a subset of Repository_Added),
  • <appname>_modified are objects from the vanilla that have been modified in the application  (that is a subset of Repository_modified).

The Repository_modified is listing all the violations of objects from vanilla that have been modified in the repository (when compared to the standard). Please note that the violations given can be already present in the standard object and not due to the modification done. The Siebel package is not able to distinguish between violations already present in the standard object and the one created by the modification done.

In case the violation was already present in the standard object,

  1. Exclude the violation from the dashboard as it is not due to the modification you made.
Notes/comments

 Ticket # 4827

Related Pages