Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.36 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.36 KB

Build Status Java CI with Maven

SEiP-lab-assignments 2022

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.

Modules

  • 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

Required Tools

How to Built

  1. Download the required tools
  2. Clone this repository (or your Fork)
  3. Run mvn package