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

I36 Release Notes

Summary:

UNDER CONSTRUCTION. CHECK BACK LATER.

Major Defects: 2
Normal Defects: 6
Minor Defects: 1
Enhancements: 5
Total: 14


Changes to Tigerstripe in Iteration 36:

Convenient method to convert a Datatype to an Entity and vice versa (Bugzilla 325174)
There is now a convenient method to convert a Datatype to an Entity and vice versa both from a class diagram and Tigerstripe Explorer.


Convert to dt from diagram.png


Convert to dt from explorer.png


Place generation log files in subdirectory (Bugzilla 347709)
In order to declutter the generation folder, the log files are now placed in their dedicated subdirectory.


Log folder.png


'Synch up with model' option for instance diagrams (Bugzilla 226405)
The 'Synch up with model' option is now provided for instance diagrams. This is similar to the option provided for class diagrams.
Should the diagram ever fall out-of-sync with the model, this option can be used to synchronize them.

Sync with model.png


Provide Suitable Fill Colors (Bugzilla 222174)
There are now suitable fill colors provided by right clicking on an artifact in a diagram > selecting format > Fill Color


Fill colors.png


Usability enhancements in Tigerstripe (Bugzilla 349458)
There were a couple of usability improvements in Tigerstripe:
1) The color of inherited fields are now darker for better readability
2) The description field of TS artifact editors is now wrapped. Hence it will no longer disturb the editor's layout as indicated below


Long description.png


NPE when enabling a generator (Bugzilla 349788)
This was a major regression where an NPE was thrown when a generator was enabled and the descriptor file was saved.


Importing projects with MS-Word markups (Bugzilla 338918)
Tigerstripe is now able to import projects where the description contains MS-Word specific XML markups. This can occur when the description is copy/pasted from MS-Word.


User is now warned if Facet cannot be resolved (Bugzilla 337683)
The tigerstripe.xml file is now marked with an error when a referenced Facet cannot be resolved.


Facet generator tab.png


Facet problem view.png


Fields of inherited methods marked as editable (Bugzilla 347614)
This was an issue where some of the fields of inherited methods were marked as editable.


Changes to facet are not automatically picked up (Bugzilla 348229)
In the past, users were required to re-add a facet after making changes to it. Tigerstripe now automatically updates the project when referenced facets are modified.


NPE during refactor operation (Bugzilla 349282)
This was an issue where an NPE was thrown during a refactoring operation when any two TS projects in the workspace had a circular dependency.


Defect(s) marked as Duplicate:
Bugzilla 347576 - Default value of attributes are not verified
Bugzilla 349818 - NullPointerException during build time


Defect(s) marked as Won't Fix:
Bugzilla 348984 - Check JVM parameters on startup

Back to the top