Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space CPPTDESKDEV and version 10.3.3

...

  1. Select or create a Test Configuration with your preferred static code analysis settings.
  2. Start the test using the preferred Test Configuration.
  3. Review and respond to the results.
  4. (Optional) Fine-tune static code analysis settings as needed.

...

  • cpptestcli -solution “C:\temp\*.sln” –config team://CodingStandardsAnalysis -publish

See Testing from the Command Line Interface   for  for more details on configuring batch-mode tests.

...

By identifying and removing duplicate code, you make your code more concise, more readable, and  and easier to maintain. It  It can detect similar code fragments that were introduced during the development process (for example by copy-paste mistakes).  It is especially useful for large projects, where manual duplication detection is tedious and ineffective.

...