eclipse-ocl / org.eclipse.ocl

Eclipse Public License 2.0
0 stars 0 forks source link

Wrong completions on dot or arrow after operation call #175

Closed eclipse-ocl-bot closed 13 hours ago

eclipse-ocl-bot commented 13 hours ago

| --- | --- | | Bugzilla Link | 184691 | | Status | CLOSED FIXED | | Importance | P2 normal | | Reported | Apr 30, 2007 08:29 EDT | | Modified | May 27, 2011 02:42 EDT | | Version | 1.1.0 | | Reporter | Christian Damus |

Description

Completions of

true or false implies self.someOperationCall().

or

true or false implies self.someOperationCall()->

do not return choices applicable to the type of the called operation. Rather, they return variables and completions for "self.".

eclipse-ocl-bot commented 13 hours ago

By Christian Damus on Apr 30, 2007 08:40

Updated the OCLSyntaxHelper to make use of the Concrete Syntax Model to more accurately determine the right-most subexpression on which to perform syntax completion. Because of this new usage of the CST, corrections were made to EReference features that should have been containments to identify them as such.

eclipse-ocl-bot commented 13 hours ago

By Nick Boldt on Jan 28, 2008 16:37

Move to verified as per bug 206558.

eclipse-ocl-bot commented 13 hours ago

By Ed Willink on May 27, 2011 02:40

Closing after over a year in verified state.

eclipse-ocl-bot commented 13 hours ago

By Ed Willink on May 27, 2011 02:42

Closing after over a year in verified state.