What dependencies does the assessment tool identify?
The assessment tool identifies the dependencies between the application components analyzing different aspects of the source code, including: • Application references: Explicit references to user components indicate that there is a dependence relationship between different user projects. • Variable declarations: When a variable is declared using a type that is defined in a different module or project, a dependence relationship between different modules or projects is established. • Member accesses: Member accesses also produce dependences between subroutines, functions, or properties.