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

Line 44: Line 44:
 
For a stereotype that has attributes, the description of the selected attribute is displayed on the bottom of the dialog:
 
For a stereotype that has attributes, the description of the selected attribute is displayed on the bottom of the dialog:
  
[[Image:stereotype_attribute2.png]]
+
[[Image:stereotype_attribute.png]]
  
 
Users can click on the help context button to obtain more information:
 
Users can click on the help context button to obtain more information:

Revision as of 16:39, 20 April 2011

THIS PAGE IS UNDER CONSTRUCTION. CHECK BACK LATER.

Summary:

Major Defects: ?
Normal Defects: ?
Enhancments: ?
Total: ??

Changes to Tigerstripe in Iteration 33:

Improved guidance when selecting a Stereotype (Bugzillas 341548 341677)
The 'Add Stereotype Dialog' now displays a description of the selected stereotype on the bottom of the dialog. The description is retrieved from the workbench profile defining the stereotype:

Stereotype list.png

Users can click on the context help to obtain more information on the selected stereotype:

Stereotype list context help.png

When a stereotype of an artifact is selected, its description will be displayed to the right of the stereotype within the editor:

Stereotype description.png

For a stereotype that has attributes, the description of the selected attribute is displayed on the bottom of the dialog:

Stereotype attribute.png

Users can click on the help context button to obtain more information:

Stereotype attribute context help.png


Performance improvement of refactoring (Bugzilla 336735)
During refactoring the auto build feature is now automatically turned off prior to the start of refactoring. It's turned back on when refactoring is complete. This significantly improves the performance of refactoring for large model projects. In the past, the auto builder would continuously interrupt the refactoring process which would cause a significant performance degradation.


Enhancement: Target folder marked out of date when there are changes to a model project
Now when there are changes to the Model, Stereotypes, Tigerstripe Descriptor, Active Facet, or if the Active Facet is re-assigned the target output folder for generation will be marked with a warning marker as out-of-date. Running generation on the project will remove the marker.


Remove from Diagram Action is disabled in certain scenarios (Bugzilla 320339)
In certain cases the 'Remove from Diagram' context menu action would get disabled.


Stack overflow when specifying a circular dependency (Bugzilla 337817)
There was an issue which would cause a stack overflow when users inadvertently created a circular dependency.


Problems with deleting Facets (Bugzilla 337682)
In certain cases deleting facets would cause a Core Exception.


Problems with removing referenced modules (Bugzilla 338204)
Deleting referenced modules from projects would cause an internal error. Even though the operation completed successfully, this would cause some of the test cases to fail.


NPE when adding/removing facets to generators (Bugzilla 337663)
In certain cases adding/removing facets to generators would throw a null pointer exception.


Cancel button on the Annotation Conflict window doesn't function properly (Bugzilla 337794)
Pressing the cancel button on the annotation conflict window closed a second modal dialog, which wasn't correct.


Stereotype values not getting encoded properly (Bugzilla 336882)
There was an encoding issue with stereotype values where characters such as < > & " ' were not getting encoded properly.


NPE during refactoring (Bugzilla 336737)
In certain cases an NPE would be thrown during refactoring. Issue was diagnosed and resolved.

Defects marked as Wont Fix:
Bugzilla 311783 - Project creation and project names

Back to the top