0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote-tracking branch 'origin/main' into external_refs More... almost 3 years ago
finished external refs -> TODO: Debug? More... almost 3 years ago
we no longer create SmartESets since EMF needs an order to resolve external model elements More... almost 3 years ago
initial implementation of foreign reference injection More... almost 3 years ago
Merge branch 'extract_FQN_from_GenModel' into main More... almost 3 years ago
fixed an issue where removed messages were send after removeadapter messages More... almost 3 years ago
status is now properly returned More... almost 3 years ago
deactivated some code in the resetContainment method which prevented the creation of necessary notifications if containment edges were removed More... almost 3 years ago
methods setResource(Resource, boolean) and setResourcesSilently(Resource) will not be generated anymore -> instead, if a class has a containment, specialized code will be generated into a setResourceContainments(Consumer<SmartObject>) helpher method, which gets called from the two methods above More... almost 3 years ago
fixes some problems with interactions between bidirectional edges and containments (experimental and should be cleaned up) More... almost 3 years ago
fixed a problem with missing removeAdapter messages More... almost 3 years ago
fixed some problems with redundant notifications the remaining problem is that Remove_Adapter messages are not generated correctly More... almost 3 years ago
implemented add and remove by index (by ignoring it at the moment) More... almost 3 years ago
eInverseAdd should work for 0..1 refs setter methods for 0..* refs now throw an unsupportedOperation exception More... almost 3 years ago
fixed a problem where resources were not set correctly More... almost 3 years ago
Minor refactoring More... almost 3 years ago
Merge remote-tracking branch 'origin/removing_notifications_and_collections' into extract_FQN_from_GenModel More... almost 3 years ago
fixed a bug where ADD messages were not send when resource stayed the same More... almost 3 years ago
introduced a new kind of enums to control sending of notifications More... almost 3 years ago
tried to fix the problem with redundant add notifications More... almost 3 years ago
implemented eSetProxy More... almost 3 years ago
Refactored SmartEMFNotification#toString More... almost 3 years ago
Improved project context menu entry for choosing between EMF & SmartEMF code generator More... almost 3 years ago
Cherry picked extended SmartEMFUtil interface More... almost 3 years ago
tried to implement eSetting in SmartObject More... almost 3 years ago
Generated source code is now automatically formatted using eclipse JDT CodeFormatter More... almost 3 years ago
FQN is now generated by loading genmodel first and checking for basePackages More... almost 3 years ago
implemented iterator based get, remove and add More... almost 3 years ago
implemented removeIf of SmartCollection More... almost 3 years ago
implemented eopposite stuff More... almost 3 years ago