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: runtime/bundles/org.eclipse.e4.core.contexts/src/org/eclipse/e4/core/internal/contexts/ConcurrentNeutralValueMap.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -92,8 +92,9 @@ public int hashCode() {
92
92
/** return does NOT use equals() of the neutralValue **/
Copy file name to clipboardExpand all lines: runtime/bundles/org.eclipse.e4.core.contexts/src/org/eclipse/e4/core/internal/contexts/ContextChangeEvent.java
Copy file name to clipboardExpand all lines: runtime/bundles/org.eclipse.e4.core.contexts/src/org/eclipse/e4/core/internal/contexts/ContextObjectSupplier.java
+38-21Lines changed: 38 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,9 @@ public ContextInjectionListener(IEclipseContext context, Object[] result, String
52
52
53
53
@Override
54
54
publicReference<Object> getReference() {
55
-
if (requestorinstanceofRequestor)
55
+
if (requestorinstanceofRequestor) {
56
56
return ((Requestor<?>) requestor).getReference();
57
+
}
57
58
returnsuper.getReference();
58
59
}
59
60
@@ -62,16 +63,19 @@ public boolean update(IEclipseContext eventsContext, int eventType, Object[] ext
62
63
if (eventType == ContextChangeEvent.INITIAL) {
63
64
// needs to be done inside runnable to establish dependencies
0 commit comments