From fb29b4a8f54c35f27e000ca05dffec957956cf56 Mon Sep 17 00:00:00 2001 From: Bas Leijdekkers Date: Thu, 7 Dec 2023 15:24:02 +0100 Subject: [PATCH] Java: remove some unused properties GitOrigin-RevId: 5596e0f45c7e187ca2888a2b19c016b8fe74ae35 --- .../messages/InspectionGadgetsBundle.properties | 9 --------- java/openapi/resources/messages/JavaBundle.properties | 2 -- 2 files changed, 11 deletions(-) diff --git a/java/java-analysis-impl/resources/messages/InspectionGadgetsBundle.properties b/java/java-analysis-impl/resources/messages/InspectionGadgetsBundle.properties index af7e76c9953a..10ef680ab6b4 100644 --- a/java/java-analysis-impl/resources/messages/InspectionGadgetsBundle.properties +++ b/java/java-analysis-impl/resources/messages/InspectionGadgetsBundle.properties @@ -89,7 +89,6 @@ write.only.object.display.name=Write-only object write.only.object.option.ignore.impure.constructors=Ignore impure constructors result.of.method.call.ignored.problem.descriptor=Result of {0}.#ref() is ignored #loc 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 infinite.recursion.display.name=Infinite recursion infinite.recursion.problem.descriptor=Method #ref() 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 #ref #loc static.import.display.name=Static import static.import.problem.descriptor=Static import #ref #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.fix.ignore.class=Allow static imports for class ''{0}'' 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=#ref-while loop with implicit termination condition #loc loop.with.implicit.termination.condition.problem.descriptor=#ref loop with implicit termination condition #loc 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 unnecessary.super.qualifier.display.name=Unnecessary 'super' qualifier unnecessary.super.qualifier.problem.descriptor=Qualifier #ref 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.boolean.methods.in.an.interface.option=Ignore boolean methods in an @&interface 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: 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 @@ -1730,9 +1725,7 @@ class.name=Class Name method.name.regex=Method Name Regex inspection.test.method.without.assertion.list.name=Assertion methods: choose.class=Choose Class -query.column.name=Query Names Start with query.label=Query names start with: -update.column.name=Update Names Start with update.label=Update names start with: 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 @@ -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.fix.name=Compute constant value of ''{0}'' 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.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, \ @@ -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.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}'' -ignore.class.fix.family.name=Ignore for these types 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' create.default.branch.fix.family.name=Insert 'default' branch diff --git a/java/openapi/resources/messages/JavaBundle.properties b/java/openapi/resources/messages/JavaBundle.properties index 09de026381fc..65ba9ad2b270 100644 --- a/java/openapi/resources/messages/JavaBundle.properties +++ b/java/openapi/resources/messages/JavaBundle.properties @@ -1801,7 +1801,6 @@ notification.group.setup.sdk=JDK configured notification.group.setup.external.annotations=Failed to load external annotations notification.group.testintegration=Failed to generate tests for @TestDataPath 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.input.stream.constructor.message='InputStream' can be constructed using 'Files.newInputStream()' 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.advertisement.text=Press {0} to delegate via overloading method or {1} to show more options progress.title.collect.method.overriders=Collect method overriders... -unresolved.class.reference.repair.message=Try to resolve class reference 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}, \