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

Empty statement #9

Closed Guergeiro closed 4 years ago

Guergeiro commented 4 years ago

CodeFactor found an issue: Empty statement.

It's currently on: src\main\RMIServer.java:122 Commit b892c8b2e63e65e9d1f12ae437d66391069142c5

Originally posted by @Guergeiro in https://github.com/Cepos-e-Mabecos/distributed-systems-2019/pull/8#issuecomment-556557423

Guergeiro commented 4 years ago

Typing mistakes and misunderstandings about where semicolons are required can lead to semicolons that are unnecessary. While not technically an error, extra semicolons can cause confusion when reading code.