Community
Participate
Working Groups
Any objections in moving the org.eclipse.e4.ui.*css.* to Java 6? I like to start using @Override in them.
Daniel, you work primary on these plug-ins. Do you have any objections?
For me the change is fine. However we have to ask the E4 RCP developers whether they see any regression regarding it. BTW. There are some classes that don't use generics (especially the *.css.core bundle) so we can also consider the migration to generics. Daniel
(In reply to Daniel Rolka from comment #2) > For me the change is fine. However we have to ask the E4 RCP developers > whether they see any regression regarding it. > Daniel Equinox requires Java 1.6, see Bug 416432, hence the RCP developer which wants to use Luna anyhow must use this version, so I think we should be fine with this change.
https://git.eclipse.org/r/#/c/21851/
Fixed with https://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=08b918f3c9d1878a43d23a139b7bf2b499682d10
Also updated the CSS tests to Java 1. 6 https://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=e91a5d94461c0dbaaca9d10a74751ac39009e174
Verified in Git