issues
search
Guergeiro
/
distributed-systems-2019
This repository contains our practical project for the class of distributed systems
https://cepos-e-mabecos.github.io/distributed-systems-2019/docs
MIT License
0
stars
2
forks
source link
General Fixes
#24
Closed
Guergeiro
closed
4 years ago
Guergeiro
commented
4 years ago
File Structure
Changed location of RMIServer.main, to the (default package) since it doesn't belong to any component.
Updated
pom.xml
to account for this change.
Updated
FullAddress.java
Fixed #21.
Fixed #23.
I discovered a bug in this class
.equals()
while refactoring it and it was handled correctly.
Updated
PlaceManager.java
Changed this class contructor so that when we create a new object, we don't depend on
FullAddress.java
.
Separated this class
.start()
into multiple methods for easier understand-ability.
Fixed #20.
Fixed #22.
File Structure
pom.xml
to account for this change.Updated
FullAddress.java
.equals()
while refactoring it and it was handled correctly.Updated
PlaceManager.java
FullAddress.java
..start()
into multiple methods for easier understand-ability.