Skip to content

Conversation

Marcono1234
Copy link
Contributor

StringBuffer and StringBuilder have the same internal superclass AbstractStringBuilder and therefore have nearly the same methods.
Therefore most often queries don't care whether StringBuffer or StringBuilder is used (as seen by the queries updated by this pull request). For convenience this pull request introduces StringBuildingType which matches both types (but only these types).

@Marcono1234 Marcono1234 requested a review from a team as a code owner March 21, 2021 23:23
@github-actions github-actions bot added the Java label Mar 21, 2021
@aschackmull aschackmull added the no-change-note-required This PR does not need a change note label Mar 22, 2021
@aschackmull aschackmull merged commit f681d58 into github:main Mar 22, 2021
@Marcono1234 Marcono1234 deleted the marcono1234/string-building-type branch March 22, 2021 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Java no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants