...
Value | Result |
---|---|
test | Returns all violations with file paths containing the string "Test", for example:
But not:
|
com/ex | Returns all violations with file paths containing the string "com/ex", for example:
But not:
|
com/parasoft/** | Returns all violations in the "com/parasoft" directory tree, for example:
But not:
|
**/test/*.java | Returns all violations in files with the ".java" suffix under test directories from anywhere in the directory tree, for example:
But not:
|
...