CMS Application - User Defined Modules - Information - Objects filtered out by the filter expression may be included by another analysis unit

Purpose

This page explains that when using a filter by analysis unit, keep in mind that objects filtered out by the filter expression may be included by another analysis unit, not sharing the same filter expression.

Applicable in CAST Version
Release
Yes/No
8.3.x(tick) 
8.2.x(tick)
Applicable RDBMS
RDBMS
Yes/No
Oracle Server(tick)
Microsoft SQL Server(tick)
CSS(tick)
Details

 When using a filter by analysis unit, keep in mind that objects filtered out by the filter expression may be included by another analysis unit, not sharing the same filter expression.

The above screenshot shows an example of a module filter created to exclude objects whose FullName is like '%Analyzed\EDDCORE%'.
So the objects which are filtered out in this module can be shared with other analysis units.

For example the below objects are filtered out for this module:

net.cingular.edd.dao.messagedeliverytypedao
net.cingular.edd.dao.messagedeliverytypedaoimpl
net.cingular.edd.dao.nulldao

Its likely that these objects are shared with other analysis units, hence these objects can be excluded from this module but included in other modules not sharing the same filter expression.
Notes/comments


Related Pages