visual studio - Obtaining Code Clone Analysis Results grouped by File -


as part of code analysis report i've been asked create, need rate duplication of each file in solution. rate each file using scale of 0 - 100 number corresponds 1 of categories in code clone analysis results window in visual studio (i.e. 0 == exact match(es), 25 == strong match(es), 50 == medium match(es), 75 == weak match(es), 100 == no matches).

the problem have that, when ran within visual studio, code clone analysis results displayed in window cannot copy text, let alone group file. there way output results text file or other file type @ least perform "find all" text matching name of each file i'm interested in see if , matches files have? better still, there way group results file identify matches file rather flat list of matches?

see if works you.

  • go upper lower right of results window scrolling way bottom.
  • click on last entry.
  • keyboard this: control + shift + home.
  • all entries should selected.
  • keyboard this: control + c.
  • all entries should copied keyboard open excel.
  • paste excel.
  • manipulate away.

healy in tampa


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -