Skip to content

University project for Advanced Java Programming course that simulates the business logic of a warehouse stock management app

Notifications You must be signed in to change notification settings

angelobarbu/Warehouse-Stock-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Warehouse-Stock-Management

Advanced Java Programming

UNSTPB - Faculty of Automatic Control and Computer Science

Barbu Angelo-Gabriel - Advanced Software Services Master's Degree

University project for Advanced Java Programming course that simulates the business logic of a warehouse stock management app. The project implements functionalities presented in the course, such as:

  • collections for object sets and warehouse report
  • multi-threading
  • lambdas for listener function implementation
  • streams for streams warehouse report

The UML Class diagram is the following: UML_Class_diagram

The unit testing is done using JUnit 4.13. Unit tests were writted for:

  • Classes
  • WarehouseReport (Collections)
  • WarehouseReportStreams (Streams) Unit tests are covering 73% of the code.

About

University project for Advanced Java Programming course that simulates the business logic of a warehouse stock management app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages