-
Notifications
You must be signed in to change notification settings - Fork 59
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
Expose rewrite issue 4488 #1227
base: main
Are you sure you want to change the base?
Conversation
95073d3
to
171d6b9
Compare
☀️ Quality Monitor 🚦 Tests: 98% successful (✔️ 96 passed, 🙈 2 skipped) Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1227 +/- ##
=========================================
Coverage 88.87% 88.87%
Complexity 164 164
=========================================
Files 11 11
Lines 683 683
Branches 85 85
=========================================
Hits 607 607
Misses 59 59
Partials 17 17 ☔ View full report in Codecov by Sentry. |
|
||
public abstract class ACTest<T extends Comparable<T>> { | ||
void shouldBeNegativeIfThisIsSmaller() { | ||
T smaller = createSmallerSut(); |
Check notice
Code scanning / CodeQL
Unread local variable Note test
public abstract class ACTest<T extends Comparable<T>> { | ||
void shouldBeNegativeIfThisIsSmaller() { | ||
T smaller = createSmallerSut(); | ||
T greater = createGreaterSut(); |
Check notice
Code scanning / CodeQL
Unread local variable Note test
☀️ Quality Monitor 🚦 Tests: 98% successful (✔️ 96 passed, 🙈 2 skipped) Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result. |
☀️ Quality Monitor 🚦 Tests: 98% successful (✔️ 96 passed, 🙈 2 skipped) Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result. |
Expose openrewrite/rewrite#4488 in real project.