tarantool / testcontainers-java-tarantool

Special testcontainers for Tarantool and Tarantool Cartridge
Other
7 stars 1 forks source link

Configure checkstyle and fix checkstyle warnings #30

Open vrogach2020 opened 3 years ago

vrogach2020 commented 3 years ago

Sync plugin config with https://github.com/tarantool/cartridge-java

Run mvn checkstyle:check and fix everything.

ArtDu commented 2 years ago

It's a lot :)

[INFO] There are 433 errors reported by Checkstyle 8.29 with sun_checks.xml ruleset

Also for javadoc mvn clean javadoc:javadoc

100 warnings
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module
.....