mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
IJPL-245459 [java]: drop "Convert to string literal" intention in favour of "Replace char literal with string" intention
GitOrigin-RevId: c889ac6465f22c9b83f79e75af9a6b4a22e774e3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
abcc22c75a
commit
c84e13829d
@@ -31,12 +31,6 @@
|
||||
<bundleName>messages.JavaBundle</bundleName>
|
||||
<categoryKey>intention.category.try.statements</categoryKey>
|
||||
</intentionAction>
|
||||
<intentionAction>
|
||||
<language>JAVA</language>
|
||||
<className>com.intellij.codeInsight.daemon.impl.quickfix.ConvertToStringLiteralAction</className>
|
||||
<bundleName>messages.JavaBundle</bundleName>
|
||||
<categoryKey>intention.category.strings</categoryKey>
|
||||
</intentionAction>
|
||||
<intentionAction>
|
||||
<language>JAVA</language>
|
||||
<className>com.intellij.codeInsight.intention.impl.BreakStringOnLineBreaksIntentionAction</className>
|
||||
|
||||
Reference in New Issue
Block a user