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

I38 Release Notes

Revision as of 18:16, 9 August 2011 by Nmehrega.cisco.com (Talk | contribs) (New page: == Summary: == <table border=0> <tr> <td>Normal Defects:</td> <td>5</td> </tr> <tr> <td>Minor Defects:</td> <td>1</td> </tr> <tr> <td>Enhancement:</td> <...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Summary:

Normal Defects: 5
Minor Defects: 1
Enhancement: 5
Total: 11


Changes to Tigerstripe in Iteration 38:

Support annotation of artifact attributes in Tigerstripe module JARs (Bugzilla 353219)
Users are now able to annotate attributes, methods, and constants of artifacts in referenced module JARs.

Attribute annotation.png


Removed all JDT-specific UI from Tigerstripe Explorer (https://bugs.eclipse.org/bugs/show_bug.cgi?id=353216 353216])
This enhancement removed all JDT-specific UI from Tigerstripe Explorer. These were visible after expanding a refrenced TS module JAR. As an example, right clicking on an Entity would reveal two Open actions (one for JDT, one for Tigerstripe).

TwoOpenActions.png

Before jdt.png

After no jdt.png


USABILITY: Capture description for annotation attributes (Bugzilla 352613)
This enhancement allows users to capture the description for annotation attributes. This description can then be relayed back to clients of the annotation. Please see corresponding enhancement for how you can leverage this functionality.


USABILITY: Display annotations in Tigerstripe Explorer and Class Diagrams (Bugzilla 305929)
This enhancement provides the ability to display annotations in Tigerstripe Explorer and Class Diagrams (similar to stereotypes). The following preference options need to be enabled in order to leverage this functionality.


Annotation display.png


USABILITY: Annotation descriptions are now properly displayed on the Add Annotation dialog (Bugzilla 352611)
In the past there, the annotation description was displayed at the top of the Add Annotation wizard. This caused the longer descriptions to be cut off and unreadable. This has been changed so they're now displayed in a scrollable section on the bottom of the wizard.

BEFORE: Before annotation dialog.png

AFTER: After annotation dialog.png


USABILITY: Annotation Property View should be added to Tigerstripe category (Bugzilla 352609)
This enhancement moved the Annotation Property View to the Tigerstripe category as indicated below. The following are snapshots of 'Show View' dialog accessed via Window > Show View > Other...

Before show view dialog.png


After show view dialog.png


Issues with Tigerstripe Facets (Bugzilla 352060)
This was an issue where the dependencies would become inactive after marking a Facet as active.


Save annotation dialog is displayed when it shouldn't be (Bugzilla 348495)
The 'save annotation' dialog would get displayed even when an attribute value was not modified. Simply clicking on the attribute value and deselecting it would trigger this dialog.


In certain cases, Save All action throws a Null Pointer Exception (Bugzilla 347438)
This was a corner case where the Save All action would fail right after moving Enumeration artifacts.


Stereotype is not removed from workbench profile after clicking on remove button (Bugzilla 351298)
This was an issue where the remove action for stereotypes was not behaving properly right after a save operation.


Defect(s) marked as Won't Fix:
Bugzilla 337439 - Would like a command line parameter to override the default target directory for generation

Back to the top