Skip to content

Refactor: BinaryExporter optimization + javadoc #2524

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

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

Conversation

capdevon
Copy link
Contributor

@capdevon capdevon commented Jun 24, 2025

This PR improves the BinaryExporter class in several ways:

  • Updates the copyright year to 2025.
  • Refactors import statements for clarity and specificity.
  • Cleans up code formatting and combines declarations for readability.
  • Enhances Javadoc comments and adds missing documentation for constructors and methods.
  • Refactors logging: changes debug logging from Level.FINE to Level.INFO for better visibility and provides more informative log messages.
  • Refactors method signatures and code blocks for consistency and clarity.

These changes are purely structural and do not alter the class’s functionality. They improve code maintainability and readability for future development.

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