Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Should EvaluationReference execute PropertyChangeEvent within runExternalCode?(Otherwise the EvaluationReference may track values not present in the core expression)
Should EvaluationReference execute PropertyChangeEvent within runExternalCode? [message #1819514] Thu, 16 January 2020 15:32
Darrel Karisch is currently offline Darrel KarischFriend
Messages: 14
Registered: July 2012
Junior Member
Otherwise the EvaluationReference may track values not present in the core expression. I don't think that is the intent.

EclipseContext.addDependency(String, Computation) line: 464
where computation is TrackableComputationExt of the EvaluationReference from line 117
EclipseContext.trackAccess(String) line: 460
EclipseContext.getActiveChild() line: 662
...
1873211921.propertyChange(PropertyChangeEvent) line: not available
EvaluationReference.evaluate() line: 106
EvaluationReference.changed(IEclipseContext) line: 95
TrackableComputationExt.update(ContextChangeEvent) line: 117
EclipseContext.runAndTrack(RunAndTrack) line: 347
EvaluationService.addEvaluationReference(IEvaluationReference) line: 250
EvaluationService.addEvaluationListener(Expression, IPropertyChangeListener, String) line: 223
Previous Topic:Eclipse RCP product customization
Next Topic:Eclipse does not accept https certificate
Goto Forum:
  


Current Time: Sun Apr 28 08:07:46 GMT 2024

Powered by FUDForum. Page generated in 0.03304 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top