Closed Guergeiro closed 4 years ago
CodeFactor found an issue: Empty statement.
It's currently on: src\main\RMIServer.java:122 Commit b892c8b2e63e65e9d1f12ae437d66391069142c5
Example of correct code
doSomething();
while (condition) {
/** intentionally empty */
}
A new issue #9 was created and will be solve in the future. It is not a priority. It can be fixed in the next sprint.
Completly redesigned RMIServer.java to have a better feel and not so much spaghetti.
Added all mechanisms necessary to the PlaceManager.java in order to respond to RAFT.
Fixed missing throws in ReplicasManagerInterface.java.
Added ConsensusAppendRequest.java, ConsensusInterface.java and ConsensusVoteRequest.java to use in RAFT.