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"

(New page: '''In progress. Stay tuned....''')
 
Line 1: Line 1:
'''In progressStay tuned....'''
+
== Summary: ==
 +
 
 +
<table border=0>
 +
  <tr>
 +
    <td>Enhancements:</td>
 +
    <td>7</td>
 +
  </tr>
 +
  <tr>
 +
    <td>Major Defects:</td>
 +
    <td>4</td>
 +
  </tr>
 +
  <tr>
 +
    <td>Normal Defects:</td>
 +
    <td>6</td>
 +
  </tr>
 +
  <tr>
 +
    <td>'''Total''':</td>
 +
    <td>'''17'''</td>
 +
  </tr>
 +
 
 +
</table>
 +
 
 +
 
 +
== Changes to Tigerstripe in Iteration 27: ==
 +
 
 +
'''Refactoring Issue: Moving diagrams from one package to another now properly updates the package (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=330524 330524])'''<br/>
 +
In the past when diagrams were moved from one package to another, the associated package name was not updated properlyAs a result, this would lead to an auditing error. Issue has now been resolved.
 +
 
 +
 
 +
'''Issues related to package deletion has been resolved (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=331145 331145])'''<br/>
 +
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 [https://bugs.eclipse.org/bugs/show_bug.cgi?id=330374 330374])'''<br/>
 +
Annotation View used to throw an NPE in certain cases.  This issue has now been resolved.
 +
 
 +
 
 +
'''Fixed project import in headless mode (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=331457 331457])'''<br/>
 +
Project import in headless mode is now working.  Please click [http://wiki.eclipse.org/Tigerstripe_Headless_Generation_Tutorial 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 Form 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. 
 +
 
 +
 
 +
'''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.

Revision as of 14:11, 22 December 2010

Summary:

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


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 Form 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.

Back to the top