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: remove byte buddy and improve startup time significantly #492

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

refactor: remove useless toString() call

3d685c7
Select commit
Loading
Failed to load commit list.
Open

refactor: remove byte buddy and improve startup time significantly #492

refactor: remove useless toString() call
3d685c7
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Nov 27, 2024 in 0s

Your pull request is up to standards!

Codacy found no issues in your code

Annotations

Check notice on line 84 in server/src/main/java/org/allaymc/server/component/ComponentClass.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

server/src/main/java/org/allaymc/server/component/ComponentClass.java#L84

Unnecessary use of fully qualified name 'org.allaymc.server.component.annotation.ComponentObject' due to existing same package import 'org.allaymc.server.component.*'

Check warning on line 138 in server/src/main/java/org/allaymc/server/entity/type/EntityTypeDefaultInitializer.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

server/src/main/java/org/allaymc/server/entity/type/EntityTypeDefaultInitializer.java#L138

The method 'init()' has an NPath complexity of 2147483647, current threshold is 200