It can be seen at
https://download.eclipse.org/eclipse/downloads/drops4/I20230103-1800/compilelogs/plugins/org.eclipse.e4.tools.compatibility.migration.tests_1.0.0.v20221220-0825/@dot.html#OTHER_WARNINGS
:
1. WARNING in /src/org/eclipse/e4/tools/compatibility/migration/tests/E4MigrationToolTest.java
(at line 90)
MElementContainer<MPerspectiveStack> windowContainer =
(MElementContainer<MPerspectiveStack>)mWindowElement;
Type safety: Unchecked cast from MWindowElement to
MElementContainer<MPerspectiveStack>
As it's test code it's fine to cast thus suppress warning.
Some other minor code improvements done too.