Changes (v1.1.0 -> v1.1.1) ========================== Features: -> added Eclipse dynamic help for developing OCL libraries with the editor -> the former stable and unstable releases are fused now (OCL for UML and DSL models) -> added project statistics for OCL projects and libraries (LOC, #definitions, #queries, #tests, ...) visualized with BIRT -> definitions check (are they documented/used?), warnings displayed -> show usage of definitions -> optimized OCL library parser -> running tests on library and project level in the background -> tracing of OCL expressions ('debug' mode) -> code folding -> optional sorting of the outline by name or document position -> optional complete parsing of projects on startup -> query message extension with more complex OCL statements -> read only access to the source of libraries that are imported as a jar file -> evaluation from OCL queries from the outline view Bug Fixes: -> Library import loop check Changes (v1.0.2 -> v1.1.0) ========================== + internal OCL representation through an UMLEnvironment (instead of EcoreEnvironment) -> support of UML Profiles + major bug fixes: -> code completion -> workspace builder -> OCL library parser