eclipse-ocl / org.eclipse.ocl

Eclipse Public License 2.0
0 stars 0 forks source link

Regression: No Create Dynamic Instance in current OCLinEcore #2011

Open eclipse-ocl-bot opened 1 month ago

eclipse-ocl-bot commented 1 month ago

| --- | --- | | Bugzilla Link | 540751 | | Status | NEW | | Importance | P3 normal | | Reported | Nov 04, 2018 09:54 EDT | | Modified | Nov 04, 2018 13:47 EDT | | See also | 533254 | | Reporter | Ed Willink |

Description

https://www.eclipse.org/forums/index.php/mv/msg/1096002/1797665/#msg_1797665 reports that the Create Dynamic Instance menu entry is missing in OCLinEcore although present in older releases.

Confirmed. Not in current code. Present in Neon.

eclipse-ocl-bot commented 1 month ago

By Ed Willink on Nov 04, 2018 10:20

Oops. As part of the elimination of deprecated UI extension points for Bug 533254, the default inherited "TextEditorContext" was explicitly defined as e.g. "OCLinEcoreEditorContext" but the plugin.xml registrations were not changed.

Therefore broken in 6.4.0 (Photon), 6.5.0 (2018-09). Simple fix for 6.5.1 (2018-12).

eclipse-ocl-bot commented 1 month ago

By Ed Willink on Nov 04, 2018 13:47

Simple fix for 6.5.1 (2018-12).

Pushed to master for 6.5.1M2.

But since this is a regression we really need a JUnit test. Bug therefore stays open.

?? a programmed construction of the menu ??

?? finally time to learn how to use SWTbot ??