From 0e4caec12682489d1cec445e888b47c0ab3d7e76 Mon Sep 17 00:00:00 2001 From: Mikhail Pyltsin Date: Sun, 14 Apr 2024 18:55:38 +0200 Subject: [PATCH] [java-inspections] IDEA-337706 Support conversion System.out to log calls - fix quick-fix message GitOrigin-RevId: 0e81b3efffaa4af7fb739b72ee232ea68665a40e --- .../resources/messages/InspectionGadgetsBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/java-analysis-impl/resources/messages/InspectionGadgetsBundle.properties b/java/java-analysis-impl/resources/messages/InspectionGadgetsBundle.properties index 0b932fe703bb..1751d89d6f2a 100644 --- a/java/java-analysis-impl/resources/messages/InspectionGadgetsBundle.properties +++ b/java/java-analysis-impl/resources/messages/InspectionGadgetsBundle.properties @@ -1960,7 +1960,7 @@ invert.quickfix=Invert ''{0}'' throwable.printed.to.system.out.display.name='Throwable' printed to 'System.out' throwable.printed.to.system.out.problem.descriptor=''Throwable'' argument #ref to ''System.{0}.{1}()'' call throwable.printed.to.system.out.problem.fix.level.option=Log method for fix: -convert.system.out.to.log.call.family.name=Convert ''System.out'' call to log call +convert.system.out.to.log.call.family.name=Convert 'System.out' call to log call convert.system.out.to.log.call.name=Convert ''System.out'' call to call of ''{0}'' suppress.for.tests.scope.quickfix=Suppress for 'Tests' scope implicit.default.charset.usage.display.name=Implicit platform default charset