Aleksandr Chesnokov created IGNITE-25803:
--------------------------------------------
Summary: [perfStat] Fix checkstyle violations after IGNITE-24287
Key: IGNITE-25803
URL: https://issues.apache.org/jira/browse/IGNITE-25803
Project: Ignite
Issue Type: Bug
Reporter: Aleksandr Chesnokov
Assignee: Aleksandr Chesnokov
After merging
https://issues.apache.org/jira/browse/IGNITE-25251
https://issues.apache.org/jira/browse/IGNITE-24287
New checkstyle violations appeared:
{noformat}
PrintHandler.java:370:9: '}' at column 9 should be alone on a line. [RightCurly]
PerformanceStatisticsReportSelfTest.java:260: Abbrevation should be used for
sysViewHandler! Please, use hnd, instead of Handler [IgniteAbbrevationsRule]
PerformanceStatisticsPrinterTest.java:105: Abbrevation should be used for
logger! Please, use log, instead of logger [IgniteAbbrevationsRule]
PerformanceStatisticsPrinterTest.java:146: Abbrevation should be used for
logger! Please, use log, instead of logger [IgniteAbbrevationsRule]
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)