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
Posts: 1,664 ✭✭
How to filter specific packages
HiIs there a way to filter by package names (full or partial) so that the static analysis may focus on that set of classes?
Tagged:
0
Comments
-
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.0 -
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. Thanks0