Bug 536829

Summary: Missing content assist for EAttributes in long path expressions
Product: [Modeling] Viatra Reporter: Zoltan Ujhelyi <zoltan.ujhelyi>
Component: QueryAssignee: Project Inbox <viatra-query>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: mayer.krisztian.gabor
Version: 2.0.0   
Target Milestone: 2.0.1   
Hardware: Macintosh   
OS: Mac OS X   
See Also: https://git.eclipse.org/r/125835
https://git.eclipse.org/c/viatra/org.eclipse.viatra.git/commit/?id=0f0ec77c8f05d2082c579130a13a1cbbf351ab8b
https://git.eclipse.org/r/125896
https://git.eclipse.org/c/viatra/org.eclipse.viatra.git/commit/?id=fc243d3e0855666dffb736b82ddca458ac399ddf
Whiteboard:

Description Zoltan Ujhelyi CLA 2018-07-09 07:57:34 EDT
Krisztian Mayer has found out that content assist works incorrectly for long path expression, e.g. the EAttribute name is not shown for classifiers, if the path expression is at least three elements long.

E.g. after EClassifier.n 'name' is suggested, but after EGenericType.eClassifier.n it is not.

I have tested and this is a regression in 2.0.0, targeting fix for 2.0.1.
Comment 1 Eclipse Genie CLA 2018-07-09 12:21:11 EDT
New Gerrit change created: https://git.eclipse.org/r/125835
Comment 3 Eclipse Genie CLA 2018-07-10 13:53:02 EDT
New Gerrit change created: https://git.eclipse.org/r/125896
Comment 5 Zoltan Ujhelyi CLA 2018-07-10 14:53:08 EDT
Fixed in master and backported to 2.0-maintenance. Closing the isse.