Skip to content

Forbid unused imports#877

Merged
ascopes merged 1 commit into
mainfrom
task/forbid-unused-imports
Jun 20, 2026
Merged

Forbid unused imports#877
ascopes merged 1 commit into
mainfrom
task/forbid-unused-imports

Conversation

@ascopes

@ascopes ascopes commented Jun 20, 2026

Copy link
Copy Markdown
Owner

No description provided.

@ascopes ascopes self-assigned this Jun 20, 2026
@codecov

codecov Bot commented Jun 20, 2026

Copy link
Copy Markdown

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
2248 2 2246 16
View the top 2 failed test(s) by shortest run time
ToStringBuilder tests::CharSequences get escaped correctly ""form feed: \f <--"" escapes to "\"form feed: \f <--\""
Stack Traces | 0s run time

Expecting actual's toString() to return:
  "Bar{input="form feed: &#12; <--"}"
but was:
  "Bar{input="form feed: \u000c <--"}"
ToStringBuilder tests::Strings get escaped correctly ""form feed: \f <--"" escapes to "\"form feed: \f <--\""
Stack Traces | 0s run time

Expecting actual's toString() to return:
  "Foo{input="form feed: &#12; <--"}"
but was:
  "Foo{input="form feed: \u000c <--"}"

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@ascopes ascopes merged commit b520bd7 into main Jun 20, 2026
1 of 6 checks passed
@ascopes ascopes deleted the task/forbid-unused-imports branch June 20, 2026 11:24
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.

1 participant