eclipse-ocl / org.eclipse.ocl

Eclipse Public License 2.0
0 stars 0 forks source link

[debugger] VariableFinder is not extensible #1550

Closed eclipse-ocl-bot closed 1 month ago

eclipse-ocl-bot commented 1 month ago

| --- | --- | | Bugzilla Link | 469559 | | Status | RESOLVED FIXED | | Importance | P3 normal | | Reported | Jun 07, 2015 05:11 EDT | | Modified | Jun 07, 2015 06:38 EDT | | Blocks | 469560 | | Reporter | Ed Willink |

Description

The QVTd debugger has suffered from the refactoring; seems that distractions caused it to be overlooked.

QVTd has richer debug 'variables' and so needs a richer VariableFinder. Need to make it extensible.

eclipse-ocl-bot commented 1 month ago

By Ed Willink on Jun 07, 2015 06:38

VariableFinder could do with a major refactor, but for RC4 there are limits.

Many of the static methods can be moved to non-static, retaining a static construct-an-instance deprecated method.

A new overload create requires an IVMEnvironmentFactoryExtensuon interface to avoid an API extension at RC4.

commit b4487503db331c0ce51bf8222f29f6e48e9c1523

pushed to master for RC4.