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

Line 40: Line 40:
  
  
'''Issues with diagram audits (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=342225 342225])'''<br/>
+
'''Issues with diagram audits (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=342225 342225]) (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=344076 344076])'''<br/>
In certain cases, a diagram audit would result in an error as indicated by corresponding bugzilla.
+
In certain cases, a diagram audit would result in an error as indicated by corresponding bugzillas.
  
  
'''Refactoring issue when renaming a package (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=343231 343231])'''<br/>
+
'''Refactoring issues when renaming a package (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=343231 343231])'''<br/>
This was a refactoring issue where renaming a package would not update the Implements fields, which reference a Session Facade.
+
The first bug was a refactoring issue where renaming a package would not update the Implements fields, which reference a Session Facade.  The second bug was a problem where refactoring a package would cause a second package to be created.  
  
  
'''Problem with removing the generated folder in Tigerstripe (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=251858 251858])'''<br/>
+
'''Problem with removing the generated folder in Tigerstripe (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=251858 251858]) (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=343227 343227])'''<br/>
 
This issue was only reproducible on Windows.  In some cases, an attempt to remove the generated Tigerstripe folder would result in an error.  The problem was with the Velocity log files where the streams to the files were not being closed properly.
 
This issue was only reproducible on Windows.  In some cases, an attempt to remove the generated Tigerstripe folder would result in an error.  The problem was with the Velocity log files where the streams to the files were not being closed properly.
 +
 +
  
  

Revision as of 12:14, 16 May 2011

UNDER CONSTRUCTION. CHECK BACK LATER...

Summary:

Normal Defects: ?
Minor Defects: ?
Enhancments: ?
Total: ?

Changes to Tigerstripe in Iteration 34:

Method return value missing from scope of Stereotypes (Bugzilla 342085)
Users now have the ability to bind a stereotype to a method return value as indicated in the snapshot below:

Stereotype scope.png


Primitives are not resolved from TS Profile (Bugzillas 344572)
This was a major regression caused in iteration 33 where custom primitives defined in a profile were not being resolved.


Error when deploying a generator (Bugzilla 344838)
This fixes an issue with deploying certain generators in Tigerstripe.


Issues with diagram audits (Bugzilla 342225) (Bugzilla 344076)
In certain cases, a diagram audit would result in an error as indicated by corresponding bugzillas.


Refactoring issues when renaming a package (Bugzilla 343231)
The first bug was a refactoring issue where renaming a package would not update the Implements fields, which reference a Session Facade. The second bug was a problem where refactoring a package would cause a second package to be created.


Problem with removing the generated folder in Tigerstripe (Bugzilla 251858) (Bugzilla 343227)
This issue was only reproducible on Windows. In some cases, an attempt to remove the generated Tigerstripe folder would result in an error. The problem was with the Velocity log files where the streams to the files were not being closed properly.



Defects marked as Works for me:
Bugzilla 343730 - Can't create artifact in empty source directory


Defects marked as Wont Fix:
Bugzilla 3442350 - Cannot rename class diagram in 'properties' view
Bugzilla 343333 - Illegal Association error in Association created across referenced Tigerstripe projects

Back to the top