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 "I37 Release Notes"

 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
== Summary: ==
 
== Summary: ==
 
 
'''UNDER HEAVY CONSTRUCTION.  CHECK BACK LATER.'''
 
  
 
<table border=0>
 
<table border=0>
  <tr>
 
    <td>Major Defects:</td>
 
    <td>?</td>
 
  </tr>
 
 
   <tr>
 
   <tr>
 
     <td>Normal Defects:</td>
 
     <td>Normal Defects:</td>
     <td>?</td>
+
     <td>7</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
 
     <td>Minor Defects:</td>
 
     <td>Minor Defects:</td>
     <td>?</td>
+
     <td>3</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
     <td>Enhancements:</td>
+
     <td>Enhancement:</td>
     <td>?</td>
+
     <td>1</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
 
     <td>'''Total''':</td>
 
     <td>'''Total''':</td>
     <td>'''??'''</td>
+
     <td>'''11'''</td>
 
   </tr>
 
   </tr>
  
Line 43: Line 36:
  
 
'''Entities not displayed for browse button of Association classes (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=350892 350892])'''<br/>
 
'''Entities not displayed for browse button of Association classes (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=350892 350892])'''<br/>
Entities are valid super-artifacts for Association classes, but entities were not displayed in the browse dialog of Association Class wizards.  This issue is not resolved.
+
Entities are valid super-artifacts for Association classes, but entities were not displayed in the browse dialog of Association Class wizards.  This issue is now resolved.
  
 
[[Image:browse_association_class.png]]
 
[[Image:browse_association_class.png]]
Line 50: Line 43:
 
'''Disabling argument buttons when no arguments are selected (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=351133 351133])'''<br/>
 
'''Disabling argument buttons when no arguments are selected (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=351133 351133])'''<br/>
 
This was an issue with the editor where argument buttons were enabled when no arguments were selected.
 
This was an issue with the editor where argument buttons were enabled when no arguments were selected.
 
 
'''Problem with saving resources after converting Entities to a Datatype (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=350764 350764])'''<br/>
 
This issue is similar to bugzilla#350555 where there were issues with saving resources after converting an entity to a datatype.
 
  
  
Line 61: Line 50:
  
 
'''Handler conflict in Tigerstripe (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=350706 350706])'''<br/>
 
'''Handler conflict in Tigerstripe (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=350706 350706])'''<br/>
A handler conflict occurs where there are multiple handlers for the same command.  This can cause problems with the execution of the command.
+
A handler conflict occurs when there are multiple handlers for the same command.  This can cause problems with the execution of the command.
  
  
Line 86: Line 75:
  
 
'''Issue with editor buttons being enabled when they should be disabled (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=351785 351785])'''<br/>
 
'''Issue with editor buttons being enabled when they should be disabled (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=351785 351785])'''<br/>
This was a minor issue in the editors when the method argument button should have been disabled when they were actually enabled.
+
This was a minor issue in the editors where the method argument button should have been disabled when they were actually enabled.

Latest revision as of 15:31, 18 July 2011

Summary:

Normal Defects: 7
Minor Defects: 3
Enhancement: 1
Total: 11


Changes to Tigerstripe in Iteration 37:

Problems with saving a class diagram after converting an Entity to a Datatype (Bugzilla 350555)
In certain scenarios when an Entity was converted to a Datatype, there were issues with saving the corresponding class diagram file.


Edit stereotype action for an Extends relationship (Bugzilla 349940)
When right clicking on an Extends relationship in a class diagram, the 'Edit Stereotype' action was visible. Upon selecting this action, an exception was thrown, since Extends relationships cannot have stereotypes. This action has now been disabled for Extends relationships.


Extends context menu.png


Entities not displayed for browse button of Association classes (Bugzilla 350892)
Entities are valid super-artifacts for Association classes, but entities were not displayed in the browse dialog of Association Class wizards. This issue is now resolved.

Browse association class.png


Disabling argument buttons when no arguments are selected (Bugzilla 351133)
This was an issue with the editor where argument buttons were enabled when no arguments were selected.


Problem with saving resources after converting Entities to a Datatype (Bugzilla 350764)
This issue is similar to bugzilla#350555 where there were issues with saving resources after converting an entity to a datatype.


Handler conflict in Tigerstripe (Bugzilla 350706)
A handler conflict occurs when there are multiple handlers for the same command. This can cause problems with the execution of the command.


Display annotation storage files in TS explorer (Bugzilla 351055)
There were two ways of filtering out annotation files in TS Explorer. Through the view's menu and the preferences. The preference option was removed, since it's no longer necessary. Also, TS explorer now displays the annotation file by default. Annotation files can be filtered via the Customize View dialog as displayed below:

Customize view action.png


Customize view dialog.png


Edit Stereotype action for Implements relationships (Bugzilla 350212)
This is a similar problem as bugzilla#349940 where Edit Stereotype action was enabled for Implements relationships


Validation for method's return value and arguments (Bugzilla 351130)
The default value of a method's return value as well as its arguments is now validated against their type.


Extends relationship is not removed from an entity<->datatype conversion (Bugzilla 350903)
This was an issue where the extends relationship was not removed when entities were converted to datatypes


Issue with editor buttons being enabled when they should be disabled (Bugzilla 351785)
This was a minor issue in the editors where the method argument button should have been disabled when they were actually enabled.

Back to the top