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

Detect more problems and support their quick fixes. #3398

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

rgrunber
Copy link
Contributor

New quick fixes

  • UsingDeprecatedMethod
    • org.eclipse.jdt.core.compiler.problem.deprecation
UsingDeprecatedMethod.mp4
  • VarIsNotAllowedHere
VarIsNotAllowedHere.mp4
  • MethodButWithConstructorName
    • org.eclipse.jdt.core.compiler.problem.methodWithConstructorName
MethodButWithConstructorName.mp4
  • SwitchExpressionsReturnWithinSwitchExpression
SwitchExpressionsReturnWithinSwitchExpression.mp4
  • Use the ReturnTypeBaseSubProcessor to reduce duplicated code

- UsingDeprecatedMethod, VarIsNotAllowedHere,
  MethodButWithConstructorName,
  SwitchExpressionsReturnWithinSwitchExpression
- Use the ReturnTypeBaseSubProcessor to reduce duplicated code

Signed-off-by: Roland Grunberg <[email protected]>
@rgrunber rgrunber self-assigned this Feb 26, 2025
@rgrunber rgrunber added this to the End March 2025 milestone Feb 27, 2025
@rgrunber rgrunber merged commit 59872de into eclipse-jdtls:master Feb 27, 2025
7 checks passed
@rgrunber rgrunber deleted the more-quick-fixes branch February 27, 2025 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant