Skip to content

Conversation

Copy link

Copilot AI commented Aug 24, 2025

Updating jmx-scraper module to follow style guide with minimal changes:

  • Analyze current code against docs/style-guide.md
  • Verify code builds and tests pass
  • Check formatting compliance (already passes spotlessCheck)
  • Add final keyword to public non-internal classes that should be final
  • Review and optimize static imports for commonly used methods
  • Ensure proper class organization (fields, constructors, methods, nested classes)
  • Remove unnecessary final from method parameters if any
  • Verify @Nullable annotations are properly used
  • Run tests to ensure changes don't break functionality
  • Run spotlessApply to ensure formatting compliance

Fixes #264.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: trask <218610+trask@users.noreply.github.com>
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.

Update jmx-scraper module to follow style guide

2 participants