Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency mineflayer to v4.23.0 - abandoned #265

Open
wants to merge 1 commit into
base: alpha
Choose a base branch
from

fix(deps): update dependency mineflayer to v4.23.0

715ce96
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

fix(deps): update dependency mineflayer to v4.23.0 - abandoned #265

fix(deps): update dependency mineflayer to v4.23.0
715ce96
Select commit
Loading
Failed to load commit list.
GitHub Actions / Checkstyle completed Nov 27, 2024 in 0s

Checkstyle Source Code Analyzer report

499 violation(s) found

Annotations

Check warning on line 1 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck

File does not end with a newline.

Check warning on line 17 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - com.fasterxml.jackson.dataformat.yaml.YAMLFactory.

Check warning on line 22 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'com.palmergames.bukkit.towny.TownyAPI'

Check warning on line 22 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - com.palmergames.bukkit.towny.TownyAPI.

Check warning on line 23 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - io.github.townyadvanced.commentedconfiguration.CommentedConfiguration.

Check warning on line 28 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'java.io.File'

Check warning on line 28 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.io.File' import. Should be before 'me.romvnly.TownyPlus.TownyPlusMain'.

Check warning on line 29 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.io.IOException' import. Should be before 'me.romvnly.TownyPlus.TownyPlusMain'.

Check warning on line 30 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'me.romvnly.TownyPlus.TownyPlusMain'.

Check warning on line 31 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.lang.management.ManagementFactory' import. Should be before 'me.romvnly.TownyPlus.TownyPlusMain'.

Check warning on line 32 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.net.*' import. Should be before 'me.romvnly.TownyPlus.TownyPlusMain'.

Check warning on line 32 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck

Using the '.*' form of import should be avoided - java.net.*.

Check warning on line 33 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.nio.file.FileSystems' import. Should be before 'me.romvnly.TownyPlus.TownyPlusMain'.

Check warning on line 34 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.nio.file.Path' import. Should be before 'me.romvnly.TownyPlus.TownyPlusMain'.

Check warning on line 35 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.*' import. Should be before 'me.romvnly.TownyPlus.TownyPlusMain'.

Check warning on line 35 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck

Using the '.*' form of import should be avoided - java.util.*.

Check warning on line 36 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.jar.JarFile' import. Should be before 'me.romvnly.TownyPlus.TownyPlusMain'.

Check warning on line 37 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.jar.Manifest' import. Should be before 'me.romvnly.TownyPlus.TownyPlusMain'.

Check warning on line 38 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'java.util.stream.Collectors' import. Should be before 'me.romvnly.TownyPlus.TownyPlusMain'.

Check warning on line 40 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Extra separation in import group before 'me.romvnly.TownyPlus.configuration.Config'

Check warning on line 41 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - me.romvnly.TownyPlus.configuration.Lang.

Check warning on line 45 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'me.romvnly.TownyPlus.util.DatabaseType' import. Should be before 'me.romvnly.TownyPlus.util.WebUtils'.

Check warning on line 45 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - me.romvnly.TownyPlus.util.DatabaseType.

Check warning on line 47 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - org.bukkit.configuration.InvalidConfigurationException.

Check warning on line 48 in src/main/java/me/romvnly/TownyPlus/dump/DumpInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - org.bukkit.configuration.file.FileConfiguration.