mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 05:09:37 +07:00
Java: remove some unused properties
GitOrigin-RevId: 5596e0f45c7e187ca2888a2b19c016b8fe74ae35
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ffbf481523
commit
fb29b4a8f5
@@ -89,7 +89,6 @@ write.only.object.display.name=Write-only object
|
|||||||
write.only.object.option.ignore.impure.constructors=Ignore impure constructors
|
write.only.object.option.ignore.impure.constructors=Ignore impure constructors
|
||||||
result.of.method.call.ignored.problem.descriptor=Result of <code>{0}.#ref()</code> is ignored #loc
|
result.of.method.call.ignored.problem.descriptor=Result of <code>{0}.#ref()</code> is ignored #loc
|
||||||
result.of.method.call.ignored.class.column.title=Class Name
|
result.of.method.call.ignored.class.column.title=Class Name
|
||||||
result.of.method.call.ignored.method.column.title=Method Name Regex
|
|
||||||
result.of.method.call.ignored.non.library.option=Report all ignored non-library calls
|
result.of.method.call.ignored.non.library.option=Report all ignored non-library calls
|
||||||
infinite.recursion.display.name=Infinite recursion
|
infinite.recursion.display.name=Infinite recursion
|
||||||
infinite.recursion.problem.descriptor=Method <code>#ref()</code> recurses infinitely, and can only end by throwing an exception #loc
|
infinite.recursion.problem.descriptor=Method <code>#ref()</code> recurses infinitely, and can only end by throwing an exception #loc
|
||||||
@@ -220,8 +219,6 @@ single.class.import.display.name=Single class import
|
|||||||
single.class.import.problem.descriptor=Single class import <code>#ref</code> #loc
|
single.class.import.problem.descriptor=Single class import <code>#ref</code> #loc
|
||||||
static.import.display.name=Static import
|
static.import.display.name=Static import
|
||||||
static.import.problem.descriptor=Static import <code>#ref</code> #loc
|
static.import.problem.descriptor=Static import <code>#ref</code> #loc
|
||||||
unresolved.class.reference.repair.display.name=Unresolved class reference
|
|
||||||
unresolved.class.reference.repair.problem.descriptor=Cannot resolve ''{0}'' reference
|
|
||||||
static.import.replace.quickfix=Replace with non-static import
|
static.import.replace.quickfix=Replace with non-static import
|
||||||
static.import.fix.ignore.class=Allow static imports for class ''{0}''
|
static.import.fix.ignore.class=Allow static imports for class ''{0}''
|
||||||
static.import.options.border.title=Statically importable classes:
|
static.import.options.border.title=Statically importable classes:
|
||||||
@@ -1593,7 +1590,6 @@ loop.with.implicit.termination.condition.display.name=Loop with implicit termina
|
|||||||
loop.with.implicit.termination.condition.dowhile.problem.descriptor=<code>#ref-while</code> loop with implicit termination condition #loc
|
loop.with.implicit.termination.condition.dowhile.problem.descriptor=<code>#ref-while</code> loop with implicit termination condition #loc
|
||||||
loop.with.implicit.termination.condition.problem.descriptor=<code>#ref</code> loop with implicit termination condition #loc
|
loop.with.implicit.termination.condition.problem.descriptor=<code>#ref</code> loop with implicit termination condition #loc
|
||||||
loop.with.implicit.termination.condition.quickfix=Make condition explicit
|
loop.with.implicit.termination.condition.quickfix=Make condition explicit
|
||||||
rename.catch.parameter.to.ignored=Rename ''catch'' parameter to ''{0}''
|
|
||||||
inspection.empty.catch.block.generate.body=Generate 'catch' body from template
|
inspection.empty.catch.block.generate.body=Generate 'catch' body from template
|
||||||
unnecessary.super.qualifier.display.name=Unnecessary 'super' qualifier
|
unnecessary.super.qualifier.display.name=Unnecessary 'super' qualifier
|
||||||
unnecessary.super.qualifier.problem.descriptor=Qualifier <code>#ref</code> is unnecessary in this context #loc
|
unnecessary.super.qualifier.problem.descriptor=Qualifier <code>#ref</code> is unnecessary in this context #loc
|
||||||
@@ -1718,7 +1714,6 @@ ignore.single.method.static.imports.option=Ignore single &method static imports
|
|||||||
ignore.methods.with.boolean.return.type.option=Ignore methods with 'java.lang.&Boolean' return type
|
ignore.methods.with.boolean.return.type.option=Ignore methods with 'java.lang.&Boolean' return type
|
||||||
ignore.boolean.methods.in.an.interface.option=Ignore boolean methods in an @&interface
|
ignore.boolean.methods.in.an.interface.option=Ignore boolean methods in an @&interface
|
||||||
ignore.methods.overriding.super.method=Ignore methods &overriding/implementing a super method
|
ignore.methods.overriding.super.method=Ignore methods &overriding/implementing a super method
|
||||||
ignored.io.resource.types=Ignored I/O Resource Types
|
|
||||||
ignored.io.resource.types.label=Ignored I/O resource types:
|
ignored.io.resource.types.label=Ignored I/O resource types:
|
||||||
choose.io.resource.type.to.ignore=Choose I/O Resource Type to Ignore
|
choose.io.resource.type.to.ignore=Choose I/O Resource Type to Ignore
|
||||||
ignore.accesses.from.the.same.class=Ignore accesses from the same class
|
ignore.accesses.from.the.same.class=Ignore accesses from the same class
|
||||||
@@ -1730,9 +1725,7 @@ class.name=Class Name
|
|||||||
method.name.regex=Method Name Regex
|
method.name.regex=Method Name Regex
|
||||||
inspection.test.method.without.assertion.list.name=Assertion methods:
|
inspection.test.method.without.assertion.list.name=Assertion methods:
|
||||||
choose.class=Choose Class
|
choose.class=Choose Class
|
||||||
query.column.name=Query Names Start with
|
|
||||||
query.label=Query names start with:
|
query.label=Query names start with:
|
||||||
update.column.name=Update Names Start with
|
|
||||||
update.label=Update names start with:
|
update.label=Update names start with:
|
||||||
assert.keyword.is.considered.an.assertion='assert' keyword is considered an assertion
|
assert.keyword.is.considered.an.assertion='assert' keyword is considered an assertion
|
||||||
expected.exception.never.thrown.display.name=Expected exception never thrown in test method body
|
expected.exception.never.thrown.display.name=Expected exception never thrown in test method body
|
||||||
@@ -2248,7 +2241,6 @@ inspection.constant.expression.display.name=Constant expression can be evaluated
|
|||||||
inspection.constant.expression.message=Constant expression can be evaluated to ''{0}''
|
inspection.constant.expression.message=Constant expression can be evaluated to ''{0}''
|
||||||
inspection.constant.expression.fix.name=Compute constant value of ''{0}''
|
inspection.constant.expression.fix.name=Compute constant value of ''{0}''
|
||||||
inspection.constant.expression.fix.name.short=Replace with constant value
|
inspection.constant.expression.fix.name.short=Replace with constant value
|
||||||
inspection.constant.expression.fix.name.with.value=Replace ''{0}'' with constant value ''{1}''
|
|
||||||
inspection.constant.expression.fix.family.name=Compute constant value
|
inspection.constant.expression.fix.family.name=Compute constant value
|
||||||
inspection.constant.expression.skip.non.literal=Don't report expressions containing references to defined constants
|
inspection.constant.expression.skip.non.literal=Don't report expressions containing references to defined constants
|
||||||
inspection.constant.expression.skip.non.literal.description=Ignore the expressions which contain references to non-literal operands, \
|
inspection.constant.expression.skip.non.literal.description=Ignore the expressions which contain references to non-literal operands, \
|
||||||
@@ -2412,7 +2404,6 @@ refused.bequest.fix.family.name=Insert call to super method
|
|||||||
mark.modules.as.loaded.together.fix.family.name=Mark modules as loaded together
|
mark.modules.as.loaded.together.fix.family.name=Mark modules as loaded together
|
||||||
mark.modules.as.loaded.together.fix.text=Mark ''{0}'' and ''{1}'' modules as loaded together
|
mark.modules.as.loaded.together.fix.text=Mark ''{0}'' and ''{1}'' modules as loaded together
|
||||||
inspection.suspicious.package.private.access.description={0} is {1}, but declared in a different module ''{2}''
|
inspection.suspicious.package.private.access.description={0} is {1}, but declared in a different module ''{2}''
|
||||||
ignore.class.fix.family.name=Ignore for these types
|
|
||||||
replace.case.default.with.default=Replace 'case default' with 'default'
|
replace.case.default.with.default=Replace 'case default' with 'default'
|
||||||
replace.case.default.null.with.null.default=Replace 'case default, null' with 'case null, default'
|
replace.case.default.null.with.null.default=Replace 'case default, null' with 'case null, default'
|
||||||
create.default.branch.fix.family.name=Insert 'default' branch
|
create.default.branch.fix.family.name=Insert 'default' branch
|
||||||
|
|||||||
@@ -1801,7 +1801,6 @@ notification.group.setup.sdk=JDK configured
|
|||||||
notification.group.setup.external.annotations=Failed to load external annotations
|
notification.group.setup.external.annotations=Failed to load external annotations
|
||||||
notification.group.testintegration=Failed to generate tests for @TestDataPath
|
notification.group.testintegration=Failed to generate tests for @TestDataPath
|
||||||
notification.group.legacy.library=Legacy library depends on IDE installation
|
notification.group.legacy.library=Legacy library depends on IDE installation
|
||||||
popup.title.effective.visibility=Effective Visibility
|
|
||||||
inspection.io.stream.constructor.description='InputStream' and 'OutputStream' can be constructed using 'Files' methods
|
inspection.io.stream.constructor.description='InputStream' and 'OutputStream' can be constructed using 'Files' methods
|
||||||
inspection.input.stream.constructor.message='InputStream' can be constructed using 'Files.newInputStream()'
|
inspection.input.stream.constructor.message='InputStream' can be constructed using 'Files.newInputStream()'
|
||||||
inspection.output.stream.constructor.message='OutputStream' can be constructed using 'Files.newOutputStream()'
|
inspection.output.stream.constructor.message='OutputStream' can be constructed using 'Files.newOutputStream()'
|
||||||
@@ -1817,7 +1816,6 @@ introduce.parameter.inlay.title.delegate=Delegate
|
|||||||
introduce.parameter.inlay.tooltip.delegate=Delegate via overloading method
|
introduce.parameter.inlay.tooltip.delegate=Delegate via overloading method
|
||||||
introduce.parameter.advertisement.text=Press {0} to delegate via overloading method or {1} to show more options
|
introduce.parameter.advertisement.text=Press {0} to delegate via overloading method or {1} to show more options
|
||||||
progress.title.collect.method.overriders=Collect method overriders...
|
progress.title.collect.method.overriders=Collect method overriders...
|
||||||
unresolved.class.reference.repair.message=Try to resolve class reference
|
|
||||||
remove.var.keyword.text=Remove 'var'
|
remove.var.keyword.text=Remove 'var'
|
||||||
|
|
||||||
error.message.ide.does.not.support.starting.processes.using.old.java=IDE doesn''t support starting Java processes using Java {0}, \
|
error.message.ide.does.not.support.starting.processes.using.old.java=IDE doesn''t support starting Java processes using Java {0}, \
|
||||||
|
|||||||
Reference in New Issue
Block a user