Giter Club home page Giter Club logo

static-code-analyzer's Introduction

This repository contains the code used to analyze C++ code for an assignment.

The repository being analyzed was nodejs

The steps taken:-

  1. Clone nodejs
  2. cd to the nodejs repository
  3. Copy my static-code-analyzer files here
  4. Run git for-each-ref --sort='*authordate' --format='%(tag)' refs/tags > versions to get all the releases sorted by date into a file called versions.
  5. Run git for-each-ref --sort='*authordate' --format='%(tag) %(*authordate:iso8601)' refs/tags > nodejs-dates to get all the releases with the date as well.
  6. Run analyze.sh versions which takes the first argument as the file. It will read the file and go through everyline while git checkout to that specific version in the nodejs repository and run cccc static code analyzer on it, creating folders in analyze/%version for every checkout.
  7. Move all the data to another folder for analyzing (including the static-code-analyzer files.
  8. Run node main.js versions > data.csv that will parse the XML data from the analyze folders into a .csv format
  9. Run node date.js nodejs-dates > age.csv that will sort the date by date with the age as well.
  10. Use R to plot graph using data.csv and age.csv

TODO:-

  • Write the R code for plotting graph

Data obtained is the total of:-

  • Number of modules
  • Lines of code
  • Cyclomatic complexity
  • Number of methods
  • Number of private methods

Dependency

static-code-analyzer's People

Contributors

feliciousx avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.