Refined code style: formatted all source files#2
Conversation
|
Please let me know if you have any feedback on this pull request |
|
Hi @javadev, I had a couple of quick questions for clarification:
Java CI Maven.yml on: push
java In which cases should the annotation be placed on the same line, and when on a new one?
java vs java What’s the preferred rule of thumb here? If you could provide some short guidelines or a good source where I can learn more about those questions, I’d be happy to check it out. Thanks again — I really appreciate your help and guidance! Best regards, |
|
The .yml file I added is a GitHub Actions workflow script. Its purpose is to automate tasks—in this case, to execute Maven commands for the repository (such as building the project, running tests, etc.) whenever certain events occur, like a push or pull request. I'm not sure why the build failed |
No worries, I'll try to improve it. The issue is probably in the tests. |
|
Hi @IvashDima, I have implemented fixes for the previously failing unit tests |
Hi @IvashDima,
I’ve just submitted a new pull request where I focused on refining the code style throughout the project. For this update, I went through and formatted all of the source files to ensure consistency and readability. The changes cover indentation, spacing, and general formatting to make future development and code reviews smoother.
There shouldn’t be any functional changes - this is strictly about improving style and alignment with our coding standards.
When you have a moment, could you please review the changes? Let me know if you spot any issues or if you’d prefer any further adjustments.
Thanks a lot!