mbuet2ner / JEasyCrypto

A project for educational purposes for the course "Open Source Software Development" at the University of Oulu
GNU General Public License v3.0
2 stars 23 forks source link

Some of the files are not following the coding style conventions #44

Open rmakynen opened 4 years ago

rmakynen commented 4 years ago

Some of the files in the repository don't follow the coding conventions of the repository.

Example: JEasyCryptoClient\src\CryptoClient.java

This file has a switch case that does not follow the Google Java Style, since the indentation for the "case" clauses are not indented correctly. Many files may have coding style issues.

The coding style guidelines were updated in issue #26 and pull request #39.

Help is needed to format all .java files to the correct format. The guidelines on how to easily format the files can be found in the pull request #39 (see changed files). If that pull request is already merged by the time you read this then you can simply read the Contribution guidelines regarding the formatting.