Description of "Fi" identifier type
 |
| |
Fortran identifiers or specifiers
|
When the identifier type appears on your output report, it indicates
that the file scanner recognized the identifier it found as a Fortran identifier or specifier.
Likely cause of overreporting
in Fortran programs |
Recommendation |
Most Common:
The file scanners assume that any identifier used like a specifier is a Fortran specifier. For example, any
identifier=literal used in an argument list will be interpreted as a Fortran specifier.
Another Possibility: An identifier in your source code that does not match any other Fortran type in the file scanner
database, and that is not recognized as user-defined, is assumed to be a Fortran identifier. |
Use -I synopsisID to exclude this
impact.
You can add the -I option to your .scanrc file. |
To obtain information about files that are classified as "unknown",
see Files of Unknown Type.
For more information on file scanner options, see:
|