CodeScan has the Filters feature which helps to get a clear view on the specific errors on the code and work on similar kinds of issues if needed to optimize it.
This documentation helps you to get familiar with our Filters.
To use this feature, go to Organization > Project > Issues
Once you go to the issues tab, it opens up a new page with different kinds of filters on the left side as shown in the image below.
Now as you can see, there are a lot of filters which will help you on how and what kind of an error or a warning you want to work on or view depending on language preferences, type of errors, severity, rules, etc.
You can filter the specific errors by selecting the dropdowns you think are relevant.
Here are a few example screenshots on how you can actually select the filters and work on them.
- Here, you can see the options provided once you click on the specific filter dropdown category and choose the one which is necessary.
- This is a screenshot of a list of similar issues which show up after the filters are selected.
- The Rule filter enables you to view every instance of a specific issue being found in your project.
- To know the definition of the rule, click on the
icon which is available on the issue.
This will expose the rule description and an example to help you to get more information about this issue.