Skip to content

Conversation

@notmarven
Copy link

Replaced all printStackTrace() calls with proper plugin logging Secured SQL with parameterized PreparedStatements
Used try-with-resources to prevent memory leaks in DB operations Cleaned up SQL schema (e.g., INT(200) → INT)
Removed unused annotations and legacy Java code
Standardized formatting in SQL and JDBC logic
Added consistent DB connection checks across methods Improved error messages with clearer context

Replaced all printStackTrace() calls with proper plugin logging
Secured SQL with parameterized PreparedStatements
Used try-with-resources to prevent memory leaks in DB operations
Cleaned up SQL schema (e.g., INT(200) → INT)
Removed unused annotations and legacy Java code
Standardized formatting in SQL and JDBC logic
Added consistent DB connection checks across methods
Improved error messages with clearer context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant