Skip to content

Commit c31f183

Browse files
committed
Enable "Use pattern matching for instanceof" in the cleanup profile
1 parent 66cdc83 commit c31f183

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eclipse-platform-parent/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,8 @@
583583
<!-- Convert control statement bodies to block -->
584584
<cleanup.use_blocks>true</cleanup.use_blocks>
585585
<cleanup.always_use_blocks>true</cleanup.always_use_blocks>
586+
<!-- Use pattern matching for instanceof -->
587+
<cleanup.instanceof>true</cleanup.instanceof>
586588
</cleanUpProfile>
587589
</configuration>
588590
</execution>

0 commit comments

Comments
 (0)