docer-outdated_documentation-
v1.0.0
Published
This repository includes reports of the projects scanned and implementation of the approach used in the paper `Detecting Outdated Code Element References in Software Repository Documentation`. To scan for outdated code element references in other GitHub p
Downloads
3
Readme
This repository includes reports of the projects scanned and implementation of the approach used in the paper Detecting Outdated Code Element References in Software Repository Documentation. To scan for outdated code element references in other GitHub projects, follow the steps below:
Setup
- Add a list of GitHub projects to scan in
new_projects.txt - Clone the projects with
bash src/clone_projects.sh
Normal analysis
- Run the analysis with
bash src/normal_analysis.sh - Generate the report with
python3 src/normal_report.py
Extended analysis
- Run the extended analysis with
bash src/extended_analysis.sh - Generate the extended report with
python3 src/extended_report.py
