HOWTO
| Removes files from the list of files to translate. Separate multiple file | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<file_specifiers> |
| paths with semicolons (Windows) or colons | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| See "Specifying Files and Directories" on page 125 for more | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| information on how to use file specifiers. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| For example: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| sourceanalyzer |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| This example excludes all Java files in any Test subdirectory. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| Note: When you integrate the translation with a compiler or a |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| build tool, Fortify Static Code Analyzer translates all source files |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| that the compiler or build tool processes even if they are specified |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| with this option. |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| Equivalent Property Name: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| com.fortify.sca.exclude | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
Specifying Files and Directories File specifiers are expressions that allow you to pass a long list of files or a directory to Fortify Static Code Analyzer using wildcard characters. Fortify Static Code Analyzer recognizes two types of wildcard characters: a single asterisk character (*) matches part of a file name, and double asterisk characters (**) recursively matches directories. You can specify one or more files, one or more file specifiers, or a combination of files and file specifiers. <files> | <file_dir_specifiers> Note: File specifiers do not apply to C, C++, or The following table describes examples of file and directory specifiers.
|