IDEA-384887 [java-intentions] Edit Contract intention throws an exception

GitOrigin-RevId: 3c95ded5f75ac965965a09ef68bdcbd9f92b7300
This commit is contained in:
Tagir Valeev
2026-01-20 22:57:24 +00:00
committed by intellij-monorepo-bot
parent 76ac4ad26c
commit 5309d528e6
@@ -1619,7 +1619,7 @@ rename.package.command.name=Rename package
class.filter.editor.table.model.column.name.pattern=Pattern
class.filter.editor.table.model.column.name.isActive=Is Active
create.class.mapping.dialog.title=Choose {0} Class
edit.contract.dialog.hint=<html>Please specify the contract text<p>Example: <code>_, null -> false</code><br><small>See intention action description for more details</small></html>
edit.contract.dialog.hint=Please specify the contract text<p>Example: <code>_, null -> false</code><br><small>See intention action description for more details</small>
edit.contract.dialog.mutates.hint=Specify comma-separated elements that can be mutated<p>Example: <code>this,param1</code><p>Leave empty for unspecified side effects.
edit.range.dialog.message=Leave empty if unrestricted
edit.range.error.invalid.value=Invalid value