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

Line 4: Line 4:
 
   <tr>
 
   <tr>
 
     <td>Normal Defects:</td>
 
     <td>Normal Defects:</td>
     <td></td>
+
     <td>6</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
 
     <td>Major Defects:</td>
 
     <td>Major Defects:</td>
     <td></td>
+
     <td>1</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
 
     <td>Enhancement:</td>
 
     <td>Enhancement:</td>
     <td></td>
+
     <td>3</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
 
     <td>'''Total''':</td>
 
     <td>'''Total''':</td>
     <td>'''??'''</td>
+
     <td>'''10'''</td>
 
   </tr>
 
   </tr>
  
 
</table>
 
</table>
  
 
THIS PAGE IS UNDER CONSTRUCTION. PLEASE CHECK BACK LATER.
 
  
 
== Changes to Tigerstripe in Iteration 46: ==
 
== Changes to Tigerstripe in Iteration 46: ==
 +
 +
 +
'''Support annotation-based exclusion for Facets (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=366987 366987])'''<br/>
 +
Similar to stereotype-based exclusion, users can now specify annotation-based exclusion/inclusion in Tigerstripe Facets.  This means users can exclude/include certain artifacts based on their annotation(s).
 +
<br/><br/>
 +
To leverage this feature, create a Facet > switch to 'Scope' tab > Look under 'Annotation Scope Details'.
 +
 +
[[Image:annotation_based_exclusion.png]]
  
  
Line 45: Line 51:
  
  
'''Title (Bugzilla [URL])'''<br/>
+
'''Entity in referenced project is not updated (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=367568 367568])'''<br/>
description
+
If Tigerstripe project A is referencing project B in the same workspace and user makes modifications to artifacts contained in project B, the references were not updated under project A. This defect resolves the issue and now properly updates the referenced artifacts.  
 
+
[[Image: image .png]]
+
 
+
 
+
'''Title (Bugzilla [URL])'''<br/>
+
description
+
 
+
[[Image: image .png]]
+
 
+
'''Title (Bugzilla [URL])'''<br/>
+
description
+
 
+
[[Image: image .png]]
+
 
+
 
+
'''Title (Bugzilla [URL])'''<br/>
+
description
+
 
+
[[Image: image .png]]
+
 
+
'''Title (Bugzilla [URL])'''<br/>
+
description
+
 
+
[[Image: image .png]]
+
 
+
 
+
'''Title (Bugzilla [URL])'''<br/>
+
description
+
 
+
[[Image: image .png]]
+
 
+
'''Title (Bugzilla [URL])'''<br/>
+
description
+
 
+
[[Image: image .png]]
+
 
+
 
+
'''Title (Bugzilla [URL])'''<br/>
+
description
+
 
+
[[Image: image .png]]
+
  
'''Title (Bugzilla [URL])'''<br/>
 
description
 
  
[[Image: image .png]]
+
'''Issue with finding source folder for a File Copy Rule  (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=365546 365546])'''<br/>
 +
There were some issues with certain paths specified for a Copy Rule, which are now resolved.
  
 +
[[Image:copy_rule.png]]
  
'''Title (Bugzilla [URL])'''<br/>
 
description
 
  
[[Image: image .png]]
+
'''CopyRule should only issue a warning if a Source dir is not there (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=367979 367979])'''<br/>
 +
This was a request by one of our users to issue a warning instead of an error when source folder did not exist for a Copy Rule.  The idea is that Copy Rule should apply to certain projects and not to others.
  
  
 +
'''Defect(s) marked as Invalid:'''<br/>
 +
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=367272 367272] - Opened editors are closed when I convert Association Class <br/>
  
  
'''Defect(s) marked as Works For Me:'''<br/>
+
'''Defect(s) marked as Won't Fix:'''<br/>
Bugzilla [URL] - Summary <br/>
+
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=251850 251850] - Need to be able to specify annotation patterns <br/>

Revision as of 10:53, 25 January 2012

Summary:

Normal Defects: 6
Major Defects: 1
Enhancement: 3
Total: 10


Changes to Tigerstripe in Iteration 46:

Support annotation-based exclusion for Facets (Bugzilla 366987)
Similar to stereotype-based exclusion, users can now specify annotation-based exclusion/inclusion in Tigerstripe Facets. This means users can exclude/include certain artifacts based on their annotation(s).

To leverage this feature, create a Facet > switch to 'Scope' tab > Look under 'Annotation Scope Details'.

Annotation based exclusion.png


Issues with adding artifact attributes (Bugzilla 368719)
This was a regression where attributes could not be properly added and renamed for an artifact. Adding multiple attributes and selecting one to rename it would automatically change user's selection.


Return value of stereotype is not displayed in editor (Bugzilla 320105)
This enhancement outlined a number of usability improvements to artifact editors that had already been implemented.


Do not support addition of stereotypes in referenced TS modules (Bugzilla 366988)
Since referenced Tigerstripe modules are read-only, user should not be allowed to add stereotypes to its artifacts. This action was disabled from Annotation Property view.

Stereotype disabled123.png


Moving attributes will not move its corresponding annotations (Bugzilla 367567)
Attributes that are moved from one artifact to another would not move their corresponding annotations. With this fix, the annotations are moved as well.


Entity in referenced project is not updated (Bugzilla 367568)
If Tigerstripe project A is referencing project B in the same workspace and user makes modifications to artifacts contained in project B, the references were not updated under project A. This defect resolves the issue and now properly updates the referenced artifacts.


Issue with finding source folder for a File Copy Rule (Bugzilla 365546)
There were some issues with certain paths specified for a Copy Rule, which are now resolved.

Copy rule.png


CopyRule should only issue a warning if a Source dir is not there (Bugzilla 367979)
This was a request by one of our users to issue a warning instead of an error when source folder did not exist for a Copy Rule. The idea is that Copy Rule should apply to certain projects and not to others.


Defect(s) marked as Invalid:
Bugzilla 367272 - Opened editors are closed when I convert Association Class


Defect(s) marked as Won't Fix:
Bugzilla 251850 - Need to be able to specify annotation patterns

Back to the top