Book a Demo

Author Topic: Version 4.00 - Build 728 Released  (Read 16751 times)

sparks

  • EA Administrator
  • EA User
  • *****
  • Posts: 691
  • Karma: +4/-2
    • View Profile
Version 4.00 - Build 728 Released
« on: May 25, 2004, 08:55:59 pm »
Release Notes for EA 4.00 Build 728
***********************************

Added check for self-parent and circular parent object errors in the Data Integrity check.
Added ability to import Linked Requirements into TestCases in the same manner as importing standard Element Requirements
Modified Hierarchy window to include "Connector" and "Delegate" as "LinkTo" connection types
Improved ODBC DDL import of check constraints and table/column comments.
Restricted length of Oracle foreign key names to max of 30 characters.
Fixed DDL Generation of Referential Integrity constraints for Interbase.
Fixed syntax of DDL Generated inline column comments.
Added "use database" option to generate DDL dialogs.
Added refresh of treeview when adding/modifying table attributes/operations.
Added warning about deleting attributes/operations that are part FK relationships.
Added isBehavior notation for UML Ports
Fixed Sequence Diagram behavior to update diagram when message scope is changed
Fixed bug where templates from functions would be given to the following class when reverse engineering C++.
Fixed bug where first parameter was ignored when code was wrapped after the open brace in reverse engineering VB.Net.
The modify property dialogue now loads up the current property values and saves modifications properly.
Added multiplicity notation to UML Ports
Fixed multiplicity notation for UML Parts
Fixed Version Control handling of pipe symbol (|) when using Eap file.
Fixed Type Hierarchy Dialog to properly show Package names of generalized Types.
Fixed bug where method definitions spread over multiple lines in Java didn't import correctly.
Fixed a mouse problem when moving swimlanes in diagrams that are zoomed in or out
Added check to adjust diagram size after performing an auto layout
Modified "Set connector Source and Target" dialog to remove boundary, note and text from the general list
Fixed bug where first attribute of a Visual Basic enumeration was missed.
Added paramNotes macro to Code Template Framework, for accessing parameter notes from code templates
Changed operations dialogue so it wouldn't override an empty return type with "void".
Fixed Import DDL ODBC bug where non-FK relationships are deleted.
Corrected some main menu items which were enabled when no project loaded

Stopped code template macro WRAP_COMMENT from producing an extra line for comments with a length equal to the wrap length.
Fixed bug where self-realizations and self-dependencies were incorrectly drawn with solid lines

Added main menu item to Diagram Menu for managing Diagram Views - included:
     Close All
     Close Current
     Close All Except Current
     Reload Current
     Save All

Code Template Updates:
- C# Operation Declaration and Operation Declaration with property stereotype to resolve interface names