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

Line 68: Line 68:
  
 
'''Clearing extension of Association Classes [https://bugs.eclipse.org/bugs/show_bug.cgi?id=330528 330528])'''<br/>
 
'''Clearing extension of Association Classes [https://bugs.eclipse.org/bugs/show_bug.cgi?id=330528 330528])'''<br/>
This defect prevented users from clearing extensions of Association Classes.  It has now been resolved.
+
This defect prevented users from clearing extensions of Association Classes.  It has now been resolved.'
 +
 
 +
 
 +
'''Resolved a deadlock issue related to dependencies [https://bugs.eclipse.org/bugs/show_bug.cgi?id=330796 330796])'''<br/>
 +
Resolved a deadlock issue that would result from a certain dependency structure.
 +
 
 +
[[Image:association_class.png]]
 +
 
 +
 
 +
'''Removed extra column in Attribute/Constant/Method list of editors [https://bugs.eclipse.org/bugs/show_bug.cgi?id=321131 321131])'''<br/>
 +
Extra column in Attribute/Constant/Method list of editors has been removed.
 +
 
 +
 
 +
'''BEFORE:'''
 +
[[Image:extra_columns_before.png]]
 +
 
 +
 
 +
'''AFTER:'''
 +
[[Image:extra_columns_after.png]]
 +
 
 +
 
 +
 
 +
'''Support annotations of method arguments [https://bugs.eclipse.org/bugs/show_bug.cgi?id=329931 329931])'''<br/>
 +
Modelers now have the option of annotating method arguments.
 +
 
 +
 
 +
 
 +
'''Error when logging enabled in generator [https://bugs.eclipse.org/bugs/show_bug.cgi?id=328439 328439])'''<br/>
 +
Resolved an issue where an error occurred when logging was enabled in generator.
 +
 
 +
 
 +
'''User is now warned when none of the rules match model artifacts [https://bugs.eclipse.org/bugs/show_bug.cgi?id=324148 324148])'''<br/>
 +
Users are now warned when none of the rules of a generator match the model artifacts.

Revision as of 16:10, 22 December 2010

In Progress. Please check back later...


Summary:

Enhancements: 7
Major Defects: 4
Normal Defects: 6
Total: TODO


Changes to Tigerstripe in Iteration 27:

Refactoring Issue: Moving diagrams from one package to another now properly updates the package (Bugzilla 330524)
In the past when diagrams were moved from one package to another, the associated package name was not updated properly. As a result, this would lead to an auditing error. Issue has now been resolved.


Issues related to package deletion has been resolved (Bugzilla 331145)
Deleting packages would also remove the hidden .package file, which would result in the presentation layout to be displayed incorrectly. It would also lead to some files being automatically removed in sub-packages.


Problems with Annotation View has been resolved (Bugzilla 330374)
Annotation View used to throw an NPE in certain cases. This issue has now been resolved.


Fixed project import in headless mode (Bugzilla 331457)
Project import in headless mode is now working. Please click here for more details on headless model generation with Tigerstripe. Please note that you have to specify an absolute path for PROJECT_IMPORT argument.


Fixed a major issue with Tigerstripe Generator Editor Bugzilla 329229)
There was an intermittent issue with the generator form editor where the artifact type of a rule was ot getting persisted properly. For example, selecting 'Entity' as an artifact type would persist it as 'Enumeration'! This issue was identified and resolved.


Fixed a regression where an NPE was thrown every time a Tigerstripe descriptor file was saved 333019)
NPE would be thrown every time TS descriptor file was modified and saved. This regression was quickly identified and resolved.


Diagram files being marked as SCM dirty when opened for first time 327835)
Fixed an issue where diagram files would get marked as SCM dirty when opened for first time.


TS Explorer issue where instance diagram file would not be displayed in source folder 323169)
Fixed an issue where instance diagram file would not be displayed in source folder of TS Explorer.


Opening package of a model would throw an exception 244309)
Fixed an issue where opening package of a model would throw an exception.


Issue with reverting files in TS Explorer 244309)
There were issues with reverting files in TS Explorer that are now resolved.


Clearing extension of Association Classes 330528)
This defect prevented users from clearing extensions of Association Classes. It has now been resolved.'


Resolved a deadlock issue related to dependencies 330796)
Resolved a deadlock issue that would result from a certain dependency structure.

Association class.png


Removed extra column in Attribute/Constant/Method list of editors 321131)
Extra column in Attribute/Constant/Method list of editors has been removed.


BEFORE: Extra columns before.png


AFTER: Extra columns after.png


Support annotations of method arguments 329931)
Modelers now have the option of annotating method arguments.


Error when logging enabled in generator 328439)
Resolved an issue where an error occurred when logging was enabled in generator.


User is now warned when none of the rules match model artifacts 324148)
Users are now warned when none of the rules of a generator match the model artifacts.

Back to the top