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

Breaking: Make containerDesc private and final in TemplateData implementations #2628

Merged
merged 2 commits into from
Apr 28, 2021

Conversation

srawlins
Copy link
Member

PropertyTemplateData and MethodTemplateData each had a public non-final containerDesc. Each one could be made final by assigning in constructor initializers, and each could be made private; neither was ever accessed outside the class.

@google-cla google-cla bot added the cla: yes Google CLA check succeeded. label Apr 28, 2021
@coveralls
Copy link

Coverage Status

Coverage increased (+0.08%) to 57.548% when pulling 7bdeb7c on srawlins:container-desc into f9a875d on dart-lang:master.

Copy link
Contributor

@jcollins-g jcollins-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title might be better rephrased as "Make containerDesc private and final in TemplateData implementations". Otherwise, LGTM!

@srawlins srawlins changed the title Breaking: Make some TemplateData containerDesc private and final Breaking: Make containerDesc private and final in TemplateData implementations Apr 28, 2021
@srawlins
Copy link
Member Author

Done!

@srawlins srawlins merged commit d283722 into dart-lang:master Apr 28, 2021
@srawlins srawlins deleted the container-desc branch April 28, 2021 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA check succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants