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.

Static Analysis Skipped File

fatmanur61
fatmanur61 Posts: 82

Hi,

I run static analysis via command line and I obtain successful result. There have a no error while execution. But I noticed that the Skipped info. What is it? I did not understand the meaning of it. I attached related screen shot to discussion.

Tagged:

Comments

  • brian_nuckles
    brian_nuckles Posts: 32 admin

    Hi @fatmanur61,

    These skipped files are files that C++test finds that it recognizes as non-source files. Object files, text files and unused header files can fall under this category. Anything that is not a C/C++ source file or a header file included in one of those source files will not be analyzed by C++test as they are not relevant to the test execution. For this reason, they are acknowledged as 'skipped'.

  • fatmanur61
    fatmanur61 Posts: 82

    Hi @brian_nuckles thank you for your explanation.