Skip to content

Conversation

Copilot
Copy link

@Copilot Copilot AI commented Aug 25, 2025

  • Add missing static imports for commonly used utility methods
  • Add final modifier to public non-internal classes where appropriate
  • Fix field ordering (static fields before instance fields, final before non-final)
  • Remove final from method parameters and local variables
  • Fix method ordering (calling methods above called methods)
  • Ensure correct visibility modifiers
  • Review and apply style guide to all classes in the module

Classes to update:

  • InferredSpansAutoConfig.java
  • InferredSpansProcessor.java
  • InferredSpansProcessorBuilder.java
  • WildcardMatcher.java
  • Internal package classes as needed

Fixes #385.


💡 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.

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 inferred-spans module to follow style guide
2 participants