We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72300d commit 4a0b603Copy full SHA for 4a0b603
eclipse-platform-parent/pom.xml
@@ -577,6 +577,9 @@
577
<cleanup.make_private_fields_final>true</cleanup.make_private_fields_final>
578
<!-- Replace deprecated calls with inlined content where possible -->
579
<cleanup.replace_deprecated_calls>true</cleanup.replace_deprecated_calls>
580
+ <!-- Convert control statement bodies to block -->
581
+ <cleanup.use_blocks>true</cleanup.use_blocks>
582
+ <cleanup.always_use_blocks>true</cleanup.always_use_blocks>
583
</cleanUpProfile>
584
</configuration>
585
</execution>
0 commit comments