author thumb

Hello, my name is Zhewei Hu
Software Engineer@Microsoft Azure
Ph.D.@NC State

Software Development Process Bad Smell Detection

The goal of this project is to detect bad smells in the software development process by looking at the commits, issues, pull requests, labels and milestones in GitHub repositories. I worked with my classmates to analyze three projects and extracted 14 features to describe the software development process. We built six bad smell detectors to automatically analyze GitHub repositories. We also designed two metrics to provide warnings to teams in the early stage of the software development process.

Description

  1. Used gitable.py to collect information from a specific Github Repo and store in the format of JSON.
  2. Wrote 14 feature extractors to further process the raw JSON data.
  3. Implemented six bad smell detectors to detect whether this repo exists some bad smells during development process, such as “Issue Time Duration Detector”.
  4. Implemented two early warning detectors (“Issue Duration Early Warning” and “Issue Interval Early Warning”) to give early warnings of bad smell patterns.

/end