Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

OCL/New and Noteworthy/Neon

< OCL‎ | New and Noteworthy
Revision as of 05:19, 23 May 2016 by Ed.willink.me.uk (Talk | contribs) (Release Overview)

Eclipse OCL New and Noteworthy items for the Neon 6.1.0 release.

Release Overview

This minor release fixes many bugs and provides enhanced extensibility for OCL-based applications such as QVT. The code base has moved to Java 8 to exploit the type-based @NonNull annotations and eliminate the need to distribute a clone of the Java 7 support. Java 7 related support such as org.eclipse.ocl.jdt.annotation7 and org.eclipse.ocl.examples.codegen.asm3 are no longer distributed; only ASM 5 is supported. The Neon release is installable on Luna, Mars and Neon platforms; movement to Java 8 terminates Helios, Indigo, Juno and Kepler installability.

Milestone 1

Code Generation

  • 471118 _ no longer used as an identifier (avoiding Java 8 deprecation)
  • 471948 Custom messages are supported again in code generated validations
  • 474307 EList returns no longer inhibit Ecore Editor delete commands

Editors

  • 469967 Concurrent editor no longer leads to a stuck /* Please Wait */
  • 471785 Problem in imported files no longer shown at local lines
  • 473249 Unresolved references due to stale Complete OCL context fixed

Pivot

  • 473632 CollectionRange to a more negative last no longer includes first

Pivot UML

  • 470805 Operations are no longer ignored for UML DataTypes
  • 472261 Constraints may be specified for Signals
  • 472469 UML DataType generals treated as superclasses
  • 474085 Stereotypes are no longer ignored in the Xtext OCL Console

Milestone 2

Pivot

  • 476438 *.oclas no longer requires explicit registration for standalone usage
  • 477283 Complete OCL references to subpackages no longer fail

Pivot UML

  • 476463 Post-Mars regression preventing use of OCL editor in Papyrus fixed
  • 476662 InstanceSpecification EnumerationLiteral properties no longer malfunction
  • 476769 OCLforUML::Validation at last controls Papyrus InstanceSpecification validation
  • 478416 Non-OCL Constraints are now tolerated

Milestone 3

Pivot

  • 479405 Names using special sequences such as :: may now be used.
  • 480018 DataTypes no longer convert to their behavioral type prematurely.
  • 480635 EnumLiterals may now have annotations.

Milestone 4

Many fixes relate to support for auto-generation in conjunction with the QVTd project.

Pivot

  • 480567 oclContainer/oclContents library properties added
  • 482264 silent syntax errors in profiles diagnosed
  • 482788 iterator variable names can now use arbitrary characters

Milestone 5

Pivot UML

  • 485225 allInstances() now works for Stereotypes
  • 485586 OCL parsing no longer fails for too simple UML models

Milestone 6

Milestone 7

Editors

  • 473825 Reload problems mitigated by tolerating a UI freeze on open.
  • 491966 Type-diagnosing hovertext takes precedence over marker hovertext.

OCLinEcore

  • 492800 Template parameters may now be used with bidirectional properties.

Pivot

  • 492293 Collections are now null-free by default.

Pivot UML

  • 423905 Navigation to/from Associations/AssociationClasses is supported.

RC1

Complete OCL

  • 491845 A Complete OCL load failure no longer re-fails while attempting to report the failure.

OCLinEcore

  • 492960 References to EKeys are now persisted in Ecore.

RC2

Pivot

  • 494227 Problems with unresolved pivot proxies in the Sample Ecore Editor resolved..

RC3

RC4

SR1

Eclipse OCL New and Noteworthy items for the Neon 6.1.1 SR1 release.

SR2

Eclipse OCL New and Noteworthy items for the Neon 6.1.2 SR2 release.

Back to the top