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 075baa9 commit 0cd1114Copy full SHA for 0cd1114
eclipse-platform-parent/pom.xml
@@ -585,6 +585,8 @@
585
<cleanup.always_use_blocks>true</cleanup.always_use_blocks>
586
<!-- Use pattern matching for instanceof -->
587
<cleanup.instanceof>true</cleanup.instanceof>
588
+ <!-- Remove unnecessary array creation -->
589
+ <cleanup.remove_unnecessary_array_creation>true</cleanup.remove_unnecessary_array_creation>
590
</cleanUpProfile>
591
</configuration>
592
</execution>
0 commit comments