beehive-lab / TornadoVM

TornadoVM: A practical and efficient heterogeneous programming framework for managed languages
https://www.tornadovm.org
Apache License 2.0
1.17k stars 110 forks source link

Resolve checkstyle issues #368

Closed stratika closed 4 months ago

stratika commented 5 months ago

Description

This PR resolves some style issues that regard spacing, unused packages, unfolded packages, etc. and they were pointed by the command:

make checkstyle

Backend/s tested

Mark the backends affected by this PR.

OS tested

Mark the OS where this PR is tested.

Did you check on FPGAs?

If it is applicable, check your changes on FPGAs.

How to test the new patch?

make checkstyle

mikepapadim commented 5 months ago

it looks like these errors have been autogenerated by a miss-configured formatter

jjfumero commented 4 months ago

We need to revisit the instructions regarding code formatting in the latest version of IntelliJ.