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

Remove unused code and add more specific exemptions #30116

Merged
merged 7 commits into from
Aug 8, 2024

Conversation

reinsch82
Copy link
Member

Fixes https://github.com/gradle/bt-ide-experience/issues/11

Reviewing cheatsheet

Before merging the PR, comments starting with

  • ❌ ❓must be fixed
  • 🤔 💅 should be fixed
  • 💭 may be fixed
  • 🎉 celebrate happy things

@reinsch82 reinsch82 self-assigned this Aug 7, 2024
@reinsch82 reinsch82 marked this pull request as ready for review August 7, 2024 12:55
@reinsch82 reinsch82 requested review from a team as code owners August 7, 2024 12:55
@reinsch82 reinsch82 requested review from donat and tresat August 7, 2024 12:55
Copy link
Member

@jvandort jvandort left a comment

Choose a reason for hiding this comment

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

Jvm owned files seem fine

@@ -30,7 30,7 @@ class DiagnosticToProblemListenerTest extends Specification {
1 * additionalData(org.gradle.api.problems.internal.GeneralDataSpec, _)
}

def diagnosticToProblemListener = new DiagnosticToProblemListener(null, null)
def diagnosticToProblemListener = new DiagnosticToProblemListener(null, null as Context)
Copy link
Member

Choose a reason for hiding this comment

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

🤔 Since we have only one constructor now, we probably don't need to cast on the second parameter.

@reinsch82 reinsch82 force-pushed the reinhold/problems/remove-unused-code branch from 7151dde to a9b5cae Compare August 8, 2024 07:33
@reinsch82 reinsch82 added this pull request to the merge queue Aug 8, 2024
@bot-gradle bot-gradle added this to the 8.11 RC1 milestone Aug 8, 2024
Merged via the queue into master with commit 0236919 Aug 8, 2024
21 checks passed
@reinsch82 reinsch82 deleted the reinhold/problems/remove-unused-code branch August 8, 2024 10:18
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.

4 participants