A tool that predicts Software defects from GIT repositories.
Project description
Schwa
A tool that analyzes GIT Repositories and estimates the defect probability of Software components to help developers focusing their resources to fix bugs where they really are. We are currently supporting method granularity for Java.
Schwa is under heavy development as a Master Thesis and is only available as pre-release on the Python Package Index.
Install
Install Python3 and pip first and then:
pip3.4 install schwa --pre
or
python3.4 setup.py install
Usage
Command line:
usage: schwa [-h] [--commits COMMITS] repository
Predicts defects from GIT repositories.
positional arguments:
repository repository full path on local file system
optional arguments:
-h, --help show this help message and exit
--commits COMMITS maximum number of commits, since the last one, to be
analyzed
Importing class:
from schwa import Schwa
s = Schwa(repository_path)
analytics = s.analyze()
Configuration file
You can configure Schwa parameters using a YAML file. Just place a .schwa.yml file in the root of the repository and use this example:
commits: 20 # maximum commits
features_weights: # sum must be 1
revisions: 0.3
fixes: 0.5
authors: 0.2
Test
Run nosetests
Contributing
Requirements
Install Python 3.4 and pip
Install Git
Run pip3.4 install -r requirements.txt
Install Pycharm
Guidelines
Write tests first using TDD approach
Document important modules, functions and classes
Use Pycharm debugger to kill bugs faster
Contribute to documentation
Documentation
Project documentation is available in the Wiki. Please read it to get familiar with the project.
License
Copyright (c) 2015 Faculty of Engineering of the University of Porto
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Schwa-0.1.dev27.tar.gz
.
File metadata
- Download URL: Schwa-0.1.dev27.tar.gz
- Upload date:
- Size: 96.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5bf27fb9db6b792ee8d844ab6a3c503de4e283c18c446f11671b110e3941c48 |
|
MD5 | 29a1062d60a9d5f6efac1b9251ce5246 |
|
BLAKE2b-256 | 880b8e887ab0b1d8e765e42f1edc4d77cbccea6b87294e014fdbf5c512abfce9 |