Code Monkey home page Code Monkey logo

lab_assignments's Introduction

Build Status

lab_assignments

Purpose

This repository contains the lab assignments of the subject "Applied Software Engineering".

Tools

The tools used in this repository and necessary to build it are:

  • Java (12 or up will work for sure)
  • Maven (3.6.3 or up will work for sure)

How to build and run

  1. Clone the project: Execute the command git clone https://github.com/giorgossideris/lab_assignments.git
  2. Move into the project: Execute the command cd lab_assignments
  3. Build the modules: Execute the command mvn package
  4. Run the jars:
    1. In order to run the jar for HistogramGenerator execute the command java -jar gradeshistogram/target/gradeshistogram-0.0.1-SNAPSHOT-jar-with-dependencies.jar gradeshistogram/src/main/resources/grades.txt

Notes

  1. unittesting module refers to practice on Unit Testing and you can read more about it here.
  2. sourcecodeanalyzer module refers to practice on Design Principles and Patterns and you can read more about it here.
  3. In case you want to get a report for the test covery of each module execute the command mvn package jacoco:report (from the parent folder). The results can be found in the path: target/site/jacoco/index.html of each module (Caution: the report will be produced only if tests are run in the particular module).

lab_assignments's People

Contributors

giorgossideris avatar zkotti avatar

Watchers

 avatar

lab_assignments's Issues

Redundant parent directory

There is no reason to have a top directory for the parent Maven project since the packaging is set to pom and, thus, this code will not be compiled and packaged.

Please remove this directory.

Duplicated .gitignore files

Having more than one .gitignore files in this project serves no purpose. One is enough.
Keep the one in the root directory of your repository and remove the redundant one(s), moving its contents to the former.

Code errors

Your code is not executable, thus the produced jar file does not work properly. Please correct your code mistakes.

Incomplete README file

Be as detailed as possible. Please complete:

  • the purpose of this repository,
  • technologies and tools used and required to build the project,
  • how to build and run the project.

Missing or Improper use of Maven project names

Use meaningful names and descriptions for Maven projects and directories in your repository.
Avoid using "parent" and "child" or "module". They should reflect the functionality of the project/module.
Consider that the parent project will contain all future assignments.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.