Skip to content

Tags: eclipse-platform/eclipse.platform.ui.tools

Tags

I20230220-0600

Retire content from the merged repository

Moved to https://github.com/eclipse-platform/eclipse.platform.ui
The content of this repo has been moved to
https://github.com/eclipse-platform/eclipse.platform.ui by merging both
master branches together.

This repository is therefore obsolete for any new developments, it is
still available to document the developments which went into older
releases via the maintenance branches.

S4_27_0_M3

867

S4_27_0_M1

785

Y20230219-1000

Fix warning in I-build

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.

Y20230218-1000

Fix warning in I-build

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.

Y20230217-1000

Fix warning in I-build

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.

Y20230216-1000

Fix warning in I-build

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.

Y20230215-1000

Fix warning in I-build

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.

Y20230214-1000

Fix warning in I-build

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.

Y20230213-1000

Fix warning in I-build

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.