Generating Reports

Code Insight 6.14.2 SP2

You can generate many types of reports. To see available report types, click the Reports button on the Main menu bar.

Reports are defined in the database. Refer to the default_reports.sql script for a sample definition of the default reports.
Reports are generated on the server using a groovy script for the report logic and velocity templates for the rendering logic. You can modify both of these sets of files. Your modifications will influence the report the next time it is generated.
Although the Web UI lets you preview and download a report that you generate, you can also access the report (and the reports generated by other users) at the following location:

<Code Insight_ROOT_DIR>/config/core/output/<productReleaseName>/<reportName>/<loggedInUserName>/<timestamp>

Code Insight offers a Third-Party Notices report as well as the Code Insight report, which is an extensive project detail summary report.