Description
The Java script LOC is counted under the .Net technology and cannot be shown as a separate technology on the dashboard. This page explains how to resolve the issue when the js files are not taken into account by the Number of Line Of Code.
Observed in CAST AIP
Release | Yes/No |
---|---|
8.3.x | |
8.2.x | |
8.1.x | |
8.0.x | |
7.3.x | |
7.2.x | |
7.0.x |
Observed on RDBMS
RDBMS | Yes/No |
---|---|
Oracle Server | |
Microsoft SQL Server | |
CSS2 | |
CSS1 |
Action Plan
When java script are expected in the number of line of code and they are not taken into account,
Execute the two queries below on your Local Database.
QueryTruncate Table DSS_TECHNOLOGIES; Insert Into DSS_TECHNOLOGIES(MODULE_TYPE_ID, TECHNO_TYPE_ID) Select MODULE_TYPE_ID, TECHNO_TYPE_ID From DSS_TECHNOLOGIES_VW;
- Then, run the snapshot again.
Notes/comments
Related Pages