Skip to content

A repo used for Software Engineering in Practice course lab assignments

License

Notifications You must be signed in to change notification settings

AirlineDog/SEiP-lab-assignments

Repository files navigation

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

About

A repo used for Software Engineering in Practice course lab assignments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages