You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/AutomaticUpdater.java
+1-2
Original file line number
Diff line number
Diff line change
@@ -70,8 +70,7 @@ public AutomaticUpdater() {
70
70
71
71
privatevoidcreateProfileListener() {
72
72
profileListener = o -> {
73
-
if (oinstanceofIProfileEvent) {
74
-
IProfileEventevent = (IProfileEvent) o;
73
+
if (oinstanceofIProfileEventevent) {
75
74
if (event.getReason() == IProfileEvent.CHANGED && sameProfile(event.getProfileId())) {
Copy file name to clipboardExpand all lines: bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/PreviousConfigurationFinder.java
Copy file name to clipboardExpand all lines: bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/migration/MigrationPage.java
+3-6
Original file line number
Diff line number
Diff line change
@@ -164,11 +164,9 @@ public int compare(Viewer viewer1, Object e1, Object e2) {
0 commit comments