[java-inspections] ClassCanBeRecordInspection: simplify options; convert to OptPane

1. Radiobuttons -> checkbox
2. Remove annotation class selector, keep only textual input field (decrease of usability but people would rarely type a class name explicitly there, as we have a quick-fix)
Part of IDEA-313775 Process remaining inspections that have swing options panel

GitOrigin-RevId: f481bf923209cecb668e3b41370b52af029b1ed6
This commit is contained in:
Tagir Valeev
2023-07-06 11:13:57 +02:00
committed by intellij-monorepo-bot
parent 3b64038525
commit 0ffaede2b9
2 changed files with 15 additions and 28 deletions

View File

@@ -342,4 +342,5 @@ compiler.cache.option.max.download.time.units= mins
notification.title.jps.caches.downloader=Jps caches downloader
notification.content.internal.authentication.plugin.required.for.correct.work=<a href="https://plugins.jetbrains.com/plugin/14567-jetbrains-internal-authentication">JetBrains Internal Authentication</a> is required for the correct work of JPS Caches
notification.title.git.crlf.config=Wrong Git line-endings configuration
notification.content.git.crlf.config=To have working compiler caches you need to execute <code>{0}</code> command and force checkout the project
notification.content.git.crlf.config=To have working compiler caches you need to execute <code>{0}</code> command and force checkout the project
class.can.be.record.suppress.conversion.if.annotated.description=Specify class names or package wildcards like <code>com.example.*</code>