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

Refactor Thread Creation to ThreadFactory for better Thread namings #466

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

feat: Add ThreadFactory for better thread namings

ec6263c
Select commit
Loading
Failed to load commit list.
Open

Refactor Thread Creation to ThreadFactory for better Thread namings #466

feat: Add ThreadFactory for better thread namings
ec6263c
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Oct 28, 2023 in 4s

33 issues fixed. 28 issues found.

Annotations

Check notice on line 218 in src/main/java/net/coreprotect/utility/Util.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/utility/Util.java#L123-L218

Complex Method

Check notice on line 796 in src/main/java/net/coreprotect/utility/Util.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/utility/Util.java#L740-L796

Complex Method

Check notice on line 1142 in src/main/java/net/coreprotect/utility/Util.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/utility/Util.java#L1075-L1142

Complex Method

Check failure on line 156 in src/main/java/net/coreprotect/command/CommandHandler.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/command/CommandHandler.java#L47-L156

Very Complex Method

Check warning on line 1251 in src/main/java/net/coreprotect/command/CommandHandler.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/command/CommandHandler.java#L1146-L1251

Very Complex Method

Check notice on line 234 in src/main/java/net/coreprotect/command/CommandHandler.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/command/CommandHandler.java#L157-L234

Complex Method

Check notice on line 333 in src/main/java/net/coreprotect/command/CommandHandler.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/command/CommandHandler.java#L253-L333

Complex Method

Check notice on line 412 in src/main/java/net/coreprotect/command/CommandHandler.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/command/CommandHandler.java#L334-L412

Complex Method

Check notice on line 449 in src/main/java/net/coreprotect/command/CommandHandler.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/command/CommandHandler.java#L413-L449

Complex Method

Check notice on line 600 in src/main/java/net/coreprotect/command/CommandHandler.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/command/CommandHandler.java#L508-L600

Complex Method

Check notice on line 692 in src/main/java/net/coreprotect/command/CommandHandler.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/command/CommandHandler.java#L601-L692

Complex Method

Check notice on line 793 in src/main/java/net/coreprotect/command/CommandHandler.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/command/CommandHandler.java#L693-L793

Complex Method

Check notice on line 920 in src/main/java/net/coreprotect/command/CommandHandler.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/command/CommandHandler.java#L798-L920

Complex Method

Check notice on line 1029 in src/main/java/net/coreprotect/command/CommandHandler.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/command/CommandHandler.java#L970-L1029

Complex Method

Check notice on line 1067 in src/main/java/net/coreprotect/command/CommandHandler.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/command/CommandHandler.java#L1030-L1067

Complex Method

Check notice on line 1132 in src/main/java/net/coreprotect/command/CommandHandler.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/command/CommandHandler.java#L1099-L1132

Complex Method

Check failure on line 347 in src/main/java/net/coreprotect/command/LookupCommand.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/command/LookupCommand.java#L40-L347

Very Complex Method

Check warning on line 1118 in src/main/java/net/coreprotect/command/LookupCommand.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/command/LookupCommand.java#L713-L1118

Very Complex Method

Check failure on line 926 in src/main/java/net/coreprotect/listener/player/PlayerInteractListener.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/listener/player/PlayerInteractListener.java#L513-L926

Very Complex Method

Check notice on line 96 in src/main/java/net/coreprotect/listener/player/PlayerInteractListener.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/listener/player/PlayerInteractListener.java#L59-L96

Complex Method

Check notice on line 512 in src/main/java/net/coreprotect/listener/player/PlayerInteractListener.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/listener/player/PlayerInteractListener.java#L417-L512

Complex Method

Check warning on line 345 in src/main/java/net/coreprotect/command/RollbackRestoreCommand.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/command/RollbackRestoreCommand.java#L34-L345

Very Complex Method

Check notice on line 488 in src/main/java/net/coreprotect/command/RollbackRestoreCommand.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/command/RollbackRestoreCommand.java#L346-L488

Complex Method

Check notice on line 95 in src/main/java/net/coreprotect/command/PurgeCommand.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/command/PurgeCommand.java#L29-L95

Complex Method

Check notice on line 390 in src/main/java/net/coreprotect/command/PurgeCommand.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/java/net/coreprotect/command/PurgeCommand.java#L96-L390

Complex Method