eclipse-ocl / org.eclipse.ocl

Eclipse Public License 2.0
0 stars 0 forks source link

[tests] Completion proposal tests are not synchronized with Java activities #1760

Closed eclipse-ocl-bot closed 2 hours ago

eclipse-ocl-bot commented 2 hours ago

| --- | --- | | Bugzilla Link | 507566 | | Status | RESOLVED WORKSFORME | | Importance | P3 normal | | Reported | Nov 15, 2016 15:09 EDT | | Modified | Dec 15, 2016 07:19 EDT | | Depends on | 507571, 508081 | | Reporter | Ed Willink |

Description

Bug 507557 provoked a strange CompletionProposalTests failure. It seems the proposals were computed before Java classes had been refreshed.

Need to use some JDT / Platform API to detect when builds are active.

eclipse-ocl-bot commented 2 hours ago

By Ed Willink on Nov 15, 2016 17:21

Not a problem on Neon SR0, Oxygen 2. Maybe it's an M3 JDT regression. Bug 507571.

eclipse-ocl-bot commented 2 hours ago

By Ed Willink on Dec 15, 2016 07:19

Bug 507571 seems to fix it.