Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 16: Line 16:
 
   <tr>
 
   <tr>
 
     <td>'''Total''':</td>
 
     <td>'''Total''':</td>
     <td>'''17'''</td>
+
     <td>'''TODO'''</td>
 
   </tr>
 
   </tr>
  
Line 40: Line 40:
  
  
'''Fixed a major issue with Tigerstripe Generator Form editor Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=329229 329229])'''<br/>
+
'''Fixed a major issue with Tigerstripe Generator Editor Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=329229 329229])'''<br/>
 
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.   
 
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.   
  
Line 46: Line 46:
 
'''Fixed a regression where an NPE was thrown every time a Tigerstripe descriptor file was saved [https://bugs.eclipse.org/bugs/show_bug.cgi?id=333019 333019])'''<br/>
 
'''Fixed a regression where an NPE was thrown every time a Tigerstripe descriptor file was saved [https://bugs.eclipse.org/bugs/show_bug.cgi?id=333019 333019])'''<br/>
 
NPE would be thrown every time TS descriptor file was modified and saved.  This regression was quickly identified and resolved.
 
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  [https://bugs.eclipse.org/bugs/show_bug.cgi?id=327835 327835])'''<br/>
 +
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 [https://bugs.eclipse.org/bugs/show_bug.cgi?id=323169 323169])'''<br/>
 +
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 [https://bugs.eclipse.org/bugs/show_bug.cgi?id=244309 244309])'''<br/>
 +
Fixed an issue where opening package of a model would throw an exception.
 +
 +
 +
'''Issue with reverting files in TS Explorer [https://bugs.eclipse.org/bugs/show_bug.cgi?id=244309 244309])'''<br/>
 +
There were issues with reverting files in TS Explorer that are now resolved.
 +
 +
 +
'''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.

Revision as of 14:37, 22 December 2010

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.

Back to the top