Ed Willink

Results 13 comments of Ed Willink

Obviously total pathologiocal reproducibility will need to log version numbers of all patches in all software and even hardware revisions. I'm not being that pathologiocal; just hitting the low hanging...

Yes. Once something has gone, reproducibility is reduced, but a human / tool can search the successors of [https://download.eclipse.org/eclipse/updates/4.31-I-builds/I20240228-1800](url) potentially locating exact IUs, but at least the closest match. Yes...

Hm. Not aware of "Update". Experimenting with an "Update" button in the target editor and `org.eclipse.license.feature.group` I fail to get any update from any of 0.0.0, 1.0.0.v20131003-1638, 1.0.1.v20140414-1359 or 2.0.0....

This suggestion arose from debugging the incompatibility between the JDT's Package Explorer and Sirius' Model Explorer and responding to a vintage OCL bug observing that DND from the Plugin Dependencies...

@Bananeweizen Yes arbitrary DND is little used and, when considering significant object trees, difficult to predict / implement. Perhaps a chicken and egg problem. My use case is just identity....

Your use of 'application' developers ignores the potential independence of source and target applications. For org.eclipse.ocl.xtext.completeocl.ui.commands.LoadCompleteOCLResourceHandler, I defined a DropTarget and transfers and operations realised by the 'custom' URIDropTargetListener. `...

> Is this similar to #821 ? Possibly, but I titled this issue 'correlates' since a causality between javax.annotation and JUnit4Provider is surprising.

A similar JUnit4Provider problem is reported in https://bugs.eclipse.org/bugs/show_bug.cgi?id=582650. There is a problem when using https://download.eclipse.org/releases/2023-12/202311171000 to provide org.eclipse.sdk.feature.group. The problem goes away when instead using https://download.eclipse.org/releases/2023-12/202310271000.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=582650#c5 identifies probably the same JUnit4Provider problem occurring between https://download.eclipse.org/releases/2023-12/202310271000 and https://download.eclipse.org/releases/2023-12/202311171000.

Usually the problem with menu actions is to avoid locking out the UI by moving the too-costly action code to a worker thread. However this seems to be an initialization...