Issue #13809: kill mutation for AuditEventDefaultFormatter#13826
Merged
rdiachenko merged 1 commit intocheckstyle:masterfrom Oct 7, 2023
Merged
Issue #13809: kill mutation for AuditEventDefaultFormatter#13826rdiachenko merged 1 commit intocheckstyle:masterfrom
rdiachenko merged 1 commit intocheckstyle:masterfrom
Conversation
4c21095 to
1da8d2b
Compare
33 tasks
fbaeca3 to
02690a6
Compare
Member
romani
requested changes
Oct 4, 2023
src/main/java/com/puppycrawl/tools/checkstyle/AuditEventDefaultFormatter.java
Outdated
Show resolved
Hide resolved
b24014d to
0566523
Compare
777aa81 to
cc246f9
Compare
Member
|
@Kevin222004 , please move forward to other mutation s, I will handle this update to figure out how to avoid mutation. |
cc246f9 to
8adf5ae
Compare
romani
approved these changes
Oct 7, 2023
Member
romani
left a comment
There was a problem hiding this comment.
ok to merge.
I did this change :).
8adf5ae to
b4cbba4
Compare
b4cbba4 to
04c940e
Compare
Contributor
Author
|
@romani thanks, I have Fixed the ci |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #13809: kill mutation for AuditEventDefaultFormatter
Explaintation
I didn't find any test case for this and the reason may be in StringBuilder even after we assign the capacity if the character or string goes beyond the limit of assigned capacity. it will automatically expands the necessary memory to accommodate character to string builder.