mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
[java-import] IDEA-364508 support optimize imports
- new options are added - changes for optimize imports (cherry picked from commit 82b0223f9e7e2972d13ab182ea651cdccd28a5d3) GitOrigin-RevId: 99f0276e1d9464f75f5bbce91ad09727582d208b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
dc032bf4a7
commit
46bfa503aa
@@ -116,6 +116,7 @@ checkbox.suppress.with.suppresswarnings=Suppress with @SuppressWarnings
|
||||
checkbox.treat.get.k.null.the.same.as.containskey.k.may.change.semantics=Treat 'get(k) != null' the same as 'containsKey(k)' (may change semantics)
|
||||
checkbox.use.fully.qualified.class.names=Use fully qualified class names
|
||||
checkbox.use.single.class.import=Use single class import
|
||||
checkbox.preserve.module.import=Preserve module imports
|
||||
checkbox.use.throws.rather.than.exception=Use @throws rather than @exception
|
||||
checkbox.warn.if.only.foreach.replacement.is.available=Warn if only 'forEach' replacement is available
|
||||
checkbox.warn.if.the.loop.is.trivial=Warn if the loop is trivial
|
||||
@@ -365,6 +366,8 @@ ignore.imports.and.formatting=Ignore imports and formatting
|
||||
illegal.name.validation.info=Illegal name: {0}
|
||||
import.layout.static.imports.separately=Layout static imports separately
|
||||
import.layout.on.demand.import.from.same.package.first=Place on-demand import before single-class imports from the same package
|
||||
import.layout.module.import.first=Place module imports at the beginning of import table (otherwise at the end of import table)
|
||||
import.layout.space.between.module.import.other=Put empty line between module imports and other imports
|
||||
import.statically=Import statically
|
||||
include.accessors=&Include Accessors
|
||||
infer.nullity.progress=Post-processing results\u2026
|
||||
@@ -1607,6 +1610,7 @@ import.layout.panel.up.button=Up
|
||||
import.layout.panel.down.button=Down
|
||||
import.layout.panel.blank.line.entry=<blank line>
|
||||
import.layout.panel.all.other.imports=all other imports
|
||||
import.layout.panel.module.imports=module 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><p>Leave empty for unspecified side effects.
|
||||
edit.range.dialog.message=Leave empty if unrestricted
|
||||
|
||||
Reference in New Issue
Block a user