This repository is used for the Software Eningineering in Practice (SEiP) course taught in Athens University of Economics and Business Department of Management Science & Technology.
- Histogram Generator Takes a grades txt file and generates a histogram
- JUnit Test Implements some arithmetic functions and includes various test cases and techniques
- Source Code Analyzer Reads a Java source code file that is stored locally or on the web, calculates the Lines of Code (LOC), Number of Classes (NOC), and Number of Methods (NOM) metrics, and finally, exports these metrics to an output file
- Java JDK version 1.8 (or later)
- Maven 3.6 (or later)
- Download the required tools
- Clone this repository (or your Fork)
- Run
mvn package