mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
[java-inspections] EditContractIntention: invert 'pure' checkbox
GitOrigin-RevId: 62da5eb1361fb121b17b84f487e3d2cb98a0d311
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5669a1dd60
commit
b9cfeaf1e2
@@ -1552,7 +1552,7 @@ import.layout.panel.down.button=Down
|
||||
import.layout.panel.blank.line.entry=<blank line>
|
||||
import.layout.panel.all.other.imports=all other imports
|
||||
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.mutates.hint=Specify comma-separated elements that can be mutated<p>Example: <code>this,param1</code>
|
||||
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
|
||||
edit.range.value.should.be.less.than=Should not be less than {0}
|
||||
@@ -1632,7 +1632,7 @@ action.go.to.super.method.text=Go to super method
|
||||
tooltip.recursive.call=Recursive call
|
||||
label.compact.constructor=Compact constructor
|
||||
label.canonical.constructor=Canonical constructor
|
||||
edit.contract.dialog.checkbox.pure.method=Method is &pure (has no side effects)
|
||||
edit.contract.dialog.checkbox.impure.method=Method may produce &side effects
|
||||
separator.mark.as.entry.point.if.annotated.by=Mark as entry point if annotated by:
|
||||
separator.mark.field.as.implicitly.written.if.annotated.by=Mark field as implicitly written if annotated by:
|
||||
rename.super.methods.chooser.popup.title={0} has super methods
|
||||
|
||||
Reference in New Issue
Block a user