eclipse-ocl / org.eclipse.ocl

Eclipse Public License 2.0
0 stars 0 forks source link

[editor] OclAny not considered for Enum and DataType #576

Closed eclipse-ocl-bot closed 2 hours ago

eclipse-ocl-bot commented 2 hours ago

| --- | --- | | Bugzilla Link | 320689 | | Status | CLOSED FIXED | | Importance | P3 normal | | Reported | Jul 23, 2010 01:54 EDT | | Modified | May 27, 2011 03:13 EDT | | Version | 3.0.0 | | Reporter | Ed Willink |

Description

package example : ex = 'ex'\ {\ datatype ThirtyCharString : 'java.lang.String'\ {\ invariant MaxLengthConstraint: oclIsUndefined();\ }\ }

fails since there is no DataTypeScopeAdapter adding OclAny content.

eclipse-ocl-bot commented 2 hours ago

By Ed Willink on Jul 23, 2010 02:12

Created attachment 175039 Fix to add OclAny conformance for DataType and Enum

Suitable for 3.0.1

:notepad_spiral: Bug320689.patch

eclipse-ocl-bot commented 2 hours ago

By Ed Willink on Aug 17, 2010 03:44

Committed to HEAD for 3.1.0M2 and to R3_0_maintenance for 3.0.1RC2.

eclipse-ocl-bot commented 2 hours ago

By Ed Willink on May 27, 2011 03:13

Closing