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]: This CL refactors a few things in ComponentDescriptor. #4066

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

[Refactor]: This CL refactors a few things in ComponentDescriptor.

  • Moves abstract methods in ComponentDescriptor to the top of the class so that it's easier to tell which methods contributes to the AutoValue equals/hashcode.
  • Moves ComponentDescriptorFactory directly to a nested class, ComponentDescriptor.Factory, to be more consistent with how structure other descriptors like ModuleDescriptor/ModuleDescriptor.Factory.
  • Moves CancellationPolicy class definition out of ComponentDescriptor since it's not directly related to that class.

RELNOTES=N/A

@copybara-service copybara-service bot force-pushed the test_563667275 branch 2 times, most recently from 7003435 to 70d4d74 Compare September 27, 2023 17:00
@copybara-service copybara-service bot closed this Sep 27, 2023
@copybara-service copybara-service bot deleted the test_563667275 branch September 27, 2023 17:26
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.

0 participants