Miha-x64 / Mikes_IDEA_extensions

IntelliJ IDEA: missing parts.
Apache License 2.0
34 stars 7 forks source link

Request: offer to replace `TextUtils.isEmpty()` with Kotlin's `isNullOrEmpty()` #10

Closed AndroidDeveloperLB closed 2 years ago

AndroidDeveloperLB commented 2 years ago

As the title says... This can happen when converting from Java to Kotlin.

AndroidDeveloperLB commented 2 years ago

Why close? Was it added?

Miha-x64 commented 2 years ago

As usual, there's a link to according commit above.

AndroidDeveloperLB commented 2 years ago

Thank you!

AndroidDeveloperLB commented 2 years ago

May I ask if this is a hard thing to work on?

Miha-x64 commented 2 years ago

As usual, this depends on experience. I think that this case is quite trivial:

You can take a look at the commit yourself to get an idea about how it works.

AndroidDeveloperLB commented 2 years ago

I see. Thanks.