Skip to content

Changes

Summary

  1. [NONE] Simplify AdapterInjector. (details)
  2. [NONE] Remove duplicate binding in logo example. (details)
Commit 4887db5e144d4971c050492d4feb9872ef1fcecc by anyssen
[NONE] Simplify AdapterInjector.

- Revised implementation of AdapterInjector to no longer sort adapter
bindings by their keys. The bindings might simply be applied in the
order they are retrieved, as all bindings need to be applied in any case
and precedence thus is not relevant.
The file was modified org.eclipse.gef.common/src/org/eclipse/gef/common/adapt/inject/AdapterInjector.java (diff)
Commit 9daa0d3facdaa2a2f164dbcf18fb31fc9a42d29b by anyssen
[NONE] Remove duplicate binding in logo example.

Fixed that content part factory was bound twice.
The file was modified org.eclipse.gef.mvc.examples.logo/src/org/eclipse/gef/mvc/examples/logo/MvcLogoExampleModule.java (diff)