Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Test Configuration - Scope Filters for static code analysis

LegacyForum
LegacyForum Posts: 1,664 ✭✭
edited December 2016 in Jtest
How to filter specific packages
Hi

Is there a way to filter by package names (full or partial) so that the static analysis may focus on that set of classes?

Comments

  • LegacyForum
    LegacyForum Posts: 1,664 ✭✭
    From the GUI, there are no filters in the scope tab to filter specific packages. All you should need to do is make the selection in the package explorer on the specific set of packages/files you want to test before running the Jtest analysis.

    From the command-line, you can use the -include/-exclude or -filters option to focus on specific packages/files.
  • LegacyForum
    LegacyForum Posts: 1,664 ✭✭

    From the GUI, there are no filters in the scope tab to filter specific packages. All you should need to do is make the selection in the package explorer on the specific set of packages/files you want to test before running the Jtest analysis.

    From the command-line, you can use the -include/-exclude or -filters option to focus on specific packages/files.


    Yes, I forgot about that. Thanks