eclipse-ocl / org.eclipse.ocl

Eclipse Public License 2.0
0 stars 0 forks source link

Method org.eclipse.ocl.internal.parser.OCLParser::oclExpressionCS(..) needs to be non-final #168

Closed eclipse-ocl-bot closed 1 month ago

eclipse-ocl-bot commented 1 month ago

| --- | --- | | Bugzilla Link | 183993 | | Status | CLOSED FIXED | | Importance | P3 enhancement | | Reported | Apr 25, 2007 09:10 EDT | | Modified | May 27, 2011 02:41 EDT | | Version | 1.1.0 | | Reporter | Sergey Boyko |

Description

QVT parser is build on top of OCLParser. Since some of QVT expressions extends OCLExpression there is need to override oclExpressionCS() member.

In general QVT operational is ready to be delivered and this is critical issue for it.

eclipse-ocl-bot commented 1 month ago

By Christian Damus on Apr 25, 2007 09:26

Lucky thing this is internal API :-)

None of the CST-to-AST conversion methods actually need to be final.

eclipse-ocl-bot commented 1 month ago

By Christian Damus on Apr 25, 2007 17:26

OCLParser now has no final methods.

eclipse-ocl-bot commented 1 month ago

By Nick Boldt on Jan 28, 2008 16:37

Move to verified as per bug 206558.

eclipse-ocl-bot commented 1 month ago

By Ed Willink on May 27, 2011 02:40

Closing after over a year in verified state.

eclipse-ocl-bot commented 1 month ago

By Ed Willink on May 27, 2011 02:41

Closing after over a year in verified state.