https://github.com/angelobarbu/warehouse-stock-management
University project for Advanced Java Programming course that simulates the business logic of a warehouse stock management app
https://github.com/angelobarbu/warehouse-stock-management
advanced-java-programming business-logic
Last synced: 10 months ago
JSON representation
University project for Advanced Java Programming course that simulates the business logic of a warehouse stock management app
- Host: GitHub
- URL: https://github.com/angelobarbu/warehouse-stock-management
- Owner: angelobarbu
- Created: 2024-01-23T18:12:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T15:23:32.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T20:47:05.117Z (11 months ago)
- Topics: advanced-java-programming, business-logic
- Language: Java
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:

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.