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

method references does not supply the correct quickfixes. #30

Open
Tvede-dk opened this issue Apr 21, 2024 · 2 comments
Open

method references does not supply the correct quickfixes. #30

Tvede-dk opened this issue Apr 21, 2024 · 2 comments
Assignees
Milestone

Comments

@Tvede-dk
Copy link
Collaborator

No description provided.

@Tvede-dk Tvede-dk added this to the 2.1.3 milestone Apr 21, 2024
@Tvede-dk Tvede-dk self-assigned this Apr 21, 2024
@sassrobi
Copy link

sassrobi commented May 8, 2024

I think I ran into an issue described in the title. For this code:

Files.createDirectories(projectWorkDir)

the plugin recommends this fix:

Files.try {
  createDirectories(projectWorkDir)
} catch (exception: IOException) {
  TODO("Add error handling here")
}

which is incorrect.

By the way, this is an awesome plugin, a missing piece in Kotlin ecosystem, so thank you!

@Tvede-dk
Copy link
Collaborator Author

Tvede-dk commented May 8, 2024

@sassrobi
Oh no this is a "new" thing :/
I did not realize it chopped off some of the code. That seems a bit weird...
I have made this #31
Ill fix it asap :)

@Tvede-dk Tvede-dk modified the milestones: 2.1.3, 2.1.4 May 8, 2024
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

No branches or pull requests

2 participants