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 f051ae2 commit 4ae66abCopy full SHA for 4ae66ab
eclipse-platform-parent/pom.xml
@@ -587,6 +587,8 @@
587
<cleanup.instanceof>true</cleanup.instanceof>
588
<!-- Remove unnecessary array creation -->
589
<cleanup.remove_unnecessary_array_creation>true</cleanup.remove_unnecessary_array_creation>
590
+ <!-- Remove unnecessary suppress warning tokens -->
591
+ <cleanup.remove_unnecessary_suppress_warnings>true</cleanup.remove_unnecessary_suppress_warnings>
592
</cleanUpProfile>
593
</configuration>
594
</execution>
0 commit comments