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

Difference between revisions of "I35 Release Notes"

Line 55: Line 55:
  
  
'''Deleting a Tigerstripe project fails in some cases (Bugzilla https://bugs.eclipse.org/bugs/show_bug.cgi?id=342787 342787])'''<br/>
+
'''Deleting a Tigerstripe project fails in some cases (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=342787 342787])'''<br/>
This was a intermittent problem where deleting a Tigerstripe project would not work properly.
+
This was an intermittent issue where invoking the delete context menu action on a Tigerstripe project would not do anything.
 +
 
 +
 
 +
'''Issue with adding an Extends relationship between an Association Class and an Entity (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=346369 346369])'''<br/>
 +
An error message was generated when adding an Extends relationship between an Association Class and an Entity.
 +
 
 +
 
 +
'''Issue with converting an Association Class to an Association (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=345396 345396])'''<br/>
 +
In some cases converting an Association Class to an Association would throw a null pointer exception.
 +
 
 +
 
 +
'''Better error messages when a referenced field cannot be found (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=345897 345897])'''<br/>
 +
This defect resolved an issue where an error message was not properly displayed when a referenced constant in an Enumeration was removed.
 +
 
 +
 
 +
'''Some field of an inherited method are modifiable (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=346394 346394])'''<br/>
 +
Some of the fields of an inherited method are modifiable.  None of the inherited fields should be modifiable.
 +
 
 +
 
 +
 
 +
 
  
  
 
'''Defects marked as Invalid:'''<br/>
 
'''Defects marked as Invalid:'''<br/>
 
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=345914 345914] - Add validation for literal names<br/>
 
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=345914 345914] - Add validation for literal names<br/>

Revision as of 14:04, 2 June 2011

Summary:

UNDER HEAVY CONSTRUCTION. CHECK BACK LATER.




Major Defects: ?
Normal Defects: ?
Minor Defects: ?
Total: ??


Changes to Tigerstripe in Iteration 35:

Manage Artifact Links dialog has been extended to include all relationships on a diagram (Bugzilla 221441)
This dialog can be accessed by right clicking on your class diagram and selecting 'Manage Artifact Links...'. From here users can view all relationship types including associations, implementations, dependencies, extensions, and association classes. Relationships are organized into three different tabs and the lists can be sorted by clicking on the columns. Users can also show/hide any of the relationships on diagram.


Manage artifact dialog.png


Spell checking is now enabled under description field of TS editors (Bugzilla 256661)
A red squiggly line is drawn underneath any typos in the description field of TS editors.

Spell checking.png


Fixed typos on TS editors (Bugzilla 345382)
There were some typos in the Details field of TS editors which were resolved.


Context menu action not working properly for an Extends relationship (Bugzilla https://bugs.eclipse.org/bugs/show_bug.cgi?id=345398 345398])
Invoking 'Open with editor' action on a Extends relationship now properly opens the artifact in its corresponding editor and the 'Remove from Diagram' action is properly enabled and working for Extends relationships.


Deleting a Tigerstripe project fails in some cases (Bugzilla 342787)
This was an intermittent issue where invoking the delete context menu action on a Tigerstripe project would not do anything.


Issue with adding an Extends relationship between an Association Class and an Entity (Bugzilla 346369)
An error message was generated when adding an Extends relationship between an Association Class and an Entity.


Issue with converting an Association Class to an Association (Bugzilla 345396)
In some cases converting an Association Class to an Association would throw a null pointer exception.


Better error messages when a referenced field cannot be found (Bugzilla 345897)
This defect resolved an issue where an error message was not properly displayed when a referenced constant in an Enumeration was removed.


Some field of an inherited method are modifiable (Bugzilla 346394)
Some of the fields of an inherited method are modifiable. None of the inherited fields should be modifiable.




Defects marked as Invalid:
Bugzilla 345914 - Add validation for literal names

Back to the top