Start here

Home
About Klocwork
What's new
Fixed issues
Release notes
Installation

Reference

C/C++ checkers
Java checkers
C# checkers
MISRA C 2004 checkers
MISRA C++ 2008 checkers
MISRA C 2012 checkers
MISRA C 2012 checkers with Amendment 1
Commands
Metrics
Troubleshooting
Reference

Product components

C/C++ Integration build analysis
Java Integration build analysis
Desktop analysis
Refactoring
Klocwork Static Code Analysis
Klocwork Code Review
Structure101
Tuning
Custom checkers

Coding environments

Visual Studio
Eclipse for C/C++
Eclipse for Java
IntelliJ IDEA
Other

Administration

Project configuration
Build configuration
Administration
Analysis performance
Server performance
Security/permissions
Licensing
Klocwork Static Code Analysis Web API
Klocwork Code Review Web API

Community

View help online
Visit RogueWave.com
Klocwork Support
Rogue Wave Videos

Legal

Legal information

Displaying links and comments from the bug tracker

Optionally, you can display the bug ID, a link to the bug in the tracking system, or comment information from the bug tracking system in Static Code Analysis:

  1. To display the bug ID in the Static Code Analysis issues lists and issue details page, call the following method in your review_action.py script:
    set_bug_id(id)
  2. To display the bug ID as a link, use kwadmin to define a project property:
    kwadmin set-project-property <project> bug_tracker_schema <schema>
    For example, your schema could be
    https://bugs.example.com/project/id={0}
    The schema is used to replace {0} with id , and convert id to a hyperlink. The hyperlink is displayed in Static Code Analysis for direct access to the bug in the tracking system.
  3. To display citing comments in the Comment pane, call the following method in your review_action.py script:
    set_comment(comment)