auto_delete_threshold |
specifies the number of builds to save when the auto delete feature is enabled |
yes |
Numerical value; pass a null value to turn off the retention policy |
10 |
bug_tracker_schema |
Used to replace {0} with id, and convert id to a hyperlink |
N/A |
url pattern that passes the information to the bug tracker url |
https://bugs.example.com/project/id={0} |
copy_tables |
specifies whether Klocwork tables will be copied to projects_root by kwadmin load |
yes |
true or false |
true |
creator |
user ID under which the project was created |
no |
N/A |
joebloggs |
database.host |
Database Server host name |
no |
N/A |
myserver.acme.com |
database.port |
Database Server port |
no |
N/A |
3306 |
database.started_by |
user ID that started the Database Server |
no |
N/A |
adminuser |
database.type |
Database type |
no |
name of database type |
mysql |
database.user |
the user who started the Database Server |
no |
N/S |
kw |
description |
project description |
yes (editable in Klocwork Static Code Analysis) |
N/A |
This project contains toolbus source code. |
grouping_on_default |
changes the way the system displays server issues. By default, desktop issues are shown with grouping off while server issues are shown with grouping on. If you want server issues for a project to persistently show issues with grouping off, change the setting to false. |
yes |
true or false |
true |
incompatible_server_versions |
server versions that are incompatible with the current projects_root directory |
no |
N/A |
6.1,7.0 |
klocwork.host or web.host |
Klocwork Server host name |
no |
N/A |
myserver.acme.com |
klocwork.port or web.port |
Klocwork Server port number |
no |
N/A |
8080 |
klocwork.started_by or web.started_by |
user ID that started the Klocwork Server |
no |
N/A |
adminuser |
language |
programming language of the source files in the project |
yes |
comma-separated list. Acceptable values: c, cxx, java, csharp |
c,cxx |
license.host |
License Server host name |
no |
N/A |
myserver.acme.com |
license.port |
License Server port |
no |
N/A |
27000 |
locale |
overrides the locale for the project set during project creation. Should only be set before running an integration build analysis with kwbuildproject, so that the language of issue messages and traceback will be consistent in all builds |
yes |
en, ja |
ja |
project_creation_time_stamp |
project creation timestamp; localized by Klocwork Static Code Analysis |
no |
N/A |
1136234753965 |
project_creation_version |
for internal use |
no |
N/A |
21.0 |
project_version |
for internal use |
no |
|
21.0 |
projects_root_creation_version |
for internal use |
no |
N/A |
21.0 |
source.tables |
location of pre-built tables used for the project |
no |
N/A |
C:\klocwork\projects_root\projects\MyProject\builds\build_4\tables |
source_encoding |
language encoding of project source files. See kwadmin create-project. |
yes |
language encodings. Use the --list option of kwconv to find the list of acceptable values. |
utf-8 |