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

(New page: == Summary: == <table border=0> <tr> <td>Trivial Defect:</td> <td></td> </tr> <tr> <td>Minor Defect:</td> <td></td> </tr> <tr> <td>Normal Defects:</td> <...)
 
Line 4: Line 4:
 
   <tr>
 
   <tr>
 
     <td>Trivial Defect:</td>
 
     <td>Trivial Defect:</td>
     <td></td>
+
     <td>2</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
 
     <td>Minor Defect:</td>
 
     <td>Minor Defect:</td>
     <td></td>
+
     <td>7</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
 
     <td>Normal Defects:</td>
 
     <td>Normal Defects:</td>
     <td></td>
+
     <td>11</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
 
     <td>Enhancements:</td>
 
     <td>Enhancements:</td>
     <td></td>
+
     <td>16</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
 
     <td>'''Total''':</td>
 
     <td>'''Total''':</td>
     <td>'''?'''</td>
+
     <td>'''36'''</td>
 
   </tr>
 
   </tr>
  
 
</table>
 
</table>
  
 
'''UNDER CONSTRUCTION. CHECK BACK LATER'''
 
  
 
== Changes to Tigerstripe in Iteration 49: ==
 
== Changes to Tigerstripe in Iteration 49: ==
  
  
'''HEADLINE (Bugzilla [URL ID])'''<br/>
+
'''Easy discovery of annotation inconsistencies (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=320070 320070])'''<br/>
Description
+
Annotation framework now indicates inconsistencies and dangling annotations in the Problems view.
  
 
<br/>
 
<br/>
[[Image: File]]
+
[[Image: dangling_annotations_problems.png]]
  
  
'''HEADLINE (Bugzilla [URL ID])'''<br/>
+
'''Display AssociationEnds in Detailed Editor (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=283138 283138])'''<br/>
Description
+
This was an old enhancement that had been resolved before, but the corresponding bugzilla was never closed.
  
<br/>
 
[[Image: File]]
 
  
 +
'''Multiple XML parsers are used  (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=228545 228545])'''<br/>
 +
There were two XML parsers being used in Tigerstripe.  For the sake of consistency, the code was refactored to use Dom4J.
  
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
 
Description
 
  
<br/>
+
'''Audit Instance diagram support  (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=221309 221309])'''<br/>
[[Image: File]]
+
Diagram audits for Instance diagrams is now supported.
  
  
'''HEADLINE (Bugzilla [URL ID])'''<br/>
+
'''Change all references of Tigerstripe Plugin Project to Tigerstripe Generator Plug-in Project (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=319402 319402])'''<br/>
Description
+
This enhancement was already resolved where all instances of "Tigerstripe Plugin" were replaced by "Tigerstripe Generator" to simply things for users.
  
<br/>
 
[[Image: File]]
 
  
 +
'''Artifacts' names incoherently cached  (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=330565 330565])'''<br/>
 +
This issue related to Tigerstripe's caching mechanism misbehaving in certain cases when generation was executed.  As a result, stale data was fed into generators, which resulted in invalid output.
  
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
 
Description
 
  
<br/>
+
'''Disabling artifacts in profile has variable impact  (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=219575 219575])'''<br/>
[[Image: File]]
+
This was an old issue related to disabling artifacts in profiles.  Issue is no longer reproducible in latest version of Tigerstripe.
  
  
'''HEADLINE (Bugzilla [URL ID])'''<br/>
+
'''Deploy profile does not refresh the explorer (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=300370 300370])'''<br/>
Description
+
This issue related to Tigerstripe Explorer not getting updated after a new profile was deployed.  Specifically, it related to Stereotype information not getting update in Tigerstripe Explorer.
  
 
<br/>
 
<br/>
[[Image: File]]
+
[[Image:stereotypes_in_explorer.png]]
  
  
'''HEADLINE (Bugzilla [URL ID])'''<br/>
+
'''Some exceptions are not reported to the Eclipse Error Log (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=337128 337128])'''<br/>
Description
+
There were certain cases where exceptions were not being logged in Eclipse's Error log view.  This limitation arose from the requirement to use Tigerstripe in a headless environment.  The code now properly checks to see if the Error Log is available.  If so, it logs the messages as expected.
 
+
<br/>
+
[[Image: File]]
+
  
  
'''HEADLINE (Bugzilla [URL ID])'''<br/>
+
'''Some TS wizards are repeated twice in context menu (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=373446 373446])'''<br/>
Description
+
This defect fixed the issue where some wizards were repeated twice and facet wizard was not displayed when user right clicked on a regular folder in a TS project.
  
 
<br/>
 
<br/>
[[Image: File]]
+
[[Image:wizard_issue.png]]
  
  
'''HEADLINE (Bugzilla [URL ID])'''<br/>
+
'''Diagram audit - internal pointer file names (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=221468 221468])'''<br/>
Description
+
Diagram audits now check and fix any issues related to incorrect filenames.
  
 
<br/>
 
<br/>
[[Image: File]]
+
[[Image:diagram_audit_menu.png]]
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
  
 
<br/>
 
<br/>
[[Image: File]]
+
[[Image:audit_result.png]]
  
 
+
'''Issues with enabling/disabling references under dependencies (Bugzilla [URL ID])'''<br/>
'''HEADLINE (Bugzilla [URL ID])'''<br/>
+
In certain cases enabling/disabling references under dependencies would not work as expected.  Please see defect description for more details.
Description
+
  
 
<br/>
 
<br/>
[[Image: File]]
+
[[Image:ts_dep.png]]
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
'''HEADLINE  (Bugzilla [URL ID])'''<br/>
+
Description
+
 
+
<br/>
+
[[Image: File]]
+
 
+
 
+
 
+
  
  
 +
'''Additional Requests for Audit/Sync diagrams  (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=226387 226387])'''<br/>
 +
This issue related to bugzilla#221468 and is now resolved.
  
  
 
'''Defect(s) marked as Invalid:'''<br/>
 
'''Defect(s) marked as Invalid:'''<br/>
Bugzilla [URL ID] - Headline <br/>
+
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=230177 230177] - Class diagram: Visualize an association between superclasses <br/>
Bugzilla [URL ID] - Headline  <br/>
+
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=350009 350009] - WikiText and Annotations item in Associations link in Class Diagram  <br/>
Bugzilla [URL ID] - Headline  <br/>
+
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=240205 240205] - Instance diagram: should not be allowed to instantiate abstract types <br/>
Bugzilla [URL ID] - Headline <br/>
+
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=337800 337800] - At the creation new Font Annotation configuration of existing font is changed <br/>
Bugzilla [URL ID] - Headline  <br/>
+
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=337796 337796] - Two identical annotations "Color" can be added in the Annotations Property View <br/>
Bugzilla [URL ID] - Headline <br/>
+
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=238413 238413] - IArgument does not implement IModelComponent  <br/>
Bugzilla [URL ID] - Headline  <br/>
+
Bugzilla [URL ID] - Headline <br/>
+
Bugzilla [URL ID] - Headline  <br/>
+
Bugzilla [URL ID] - Headline  <br/>
+
 
<br/>
 
<br/>
  
 
'''Defect(s) marked as Won't Fix:'''<br/>
 
'''Defect(s) marked as Won't Fix:'''<br/>
Bugzilla [URL ID] - Headline <br/>
+
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=217421 217421] - "Recover" profile from active session <br/>
Bugzilla [URL ID] - Headline <br/>
+
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=222533 222533] - Allow filtering of the Explorer view <br/>
Bugzilla [URL ID] - Headline <br/>
+
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=320069 320069] - Enable and Disable a set of annotations <br/>
Bugzilla [URL ID] - Headline <br/>
+
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=237052 237052] - Allow users to change package name during import of UML <br/>
Bugzilla [URL ID] - Headline <br/>
+
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=240280 240280] - Allow importing from XMI and not just UML <br/>
Bugzilla [URL ID] - Headline <br/>
+
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=300703 300703] - Refactor "Model Refactoring Wizard" code for better reuse and realignment <br/>
Bugzilla [URL ID] - Headline <br/>
+
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=223400 223400] - Hyperlink between diagrams <br/>
Bugzilla [URL ID] - Headline <br/>
+
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=231339 231339] - Configuring velocity run time logger location and logger system class <br/>
Bugzilla [URL ID] - Headline <br/>
+
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=333422 333422] - Allow multiple (graphical representation) occurances of an artifact in class diagram <br/>
Bugzilla [URL ID] - Headline <br/>
+
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=289142 289142] - Automated Support for Tigerstripe Versioning <br/>
 +
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=236285 236285] - Audit rules have some inconsistency  <br/>
 +
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=236273 236273] - Audit messages formats are inconsistent  <br/>
 +
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=225729 225729] - Stereotypes of the same name in different profiles get deleted  <br/>
 +
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=290371 290371] - Exceptions artefact 'extends' field always defaults to java.lang.Exception  <br/>
 +
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=216139 216139] - isValidAttribute method allows an invalid Attrbute to pass  <br/>
 +
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=249624 249624] - Add packages to the class and instance diagrams  <br/>
 +
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=226856 226856] - Default Line colour and undo don't restore correctly <br/>
 
<br/>
 
<br/>
 
'''Defect(s) marked as Duplicate:'''<br/>
 
Bugzilla [URL ID] - Headline  <br/>
 
Bugzilla [URL ID] - Headline  <br/>
 
Bugzilla [URL ID] - Headline  <br/>
 
Bugzilla [URL ID] - Headline  <br/>
 
Bugzilla [URL ID] - Headline  <br/>
 
Bugzilla [URL ID] - Headline  <br/>
 
Bugzilla [URL ID] - Headline  <br/>
 
Bugzilla [URL ID] - Headline  <br/>
 
Bugzilla [URL ID] - Headline  <br/>
 
Bugzilla [URL ID] - Headline  <br/>
 
<br/>
 
 
'''Defect(s) marked as Works for Me:'''<br/>
 
Bugzilla [URL ID] - Headline  <br/>
 
Bugzilla [URL ID] - Headline  <br/>
 
Bugzilla [URL ID] - Headline  <br/>
 
Bugzilla [URL ID] - Headline  <br/>
 
Bugzilla [URL ID] - Headline  <br/>
 
Bugzilla [URL ID] - Headline  <br/>
 
Bugzilla [URL ID] - Headline  <br/>
 
Bugzilla [URL ID] - Headline  <br/>
 
Bugzilla [URL ID] - Headline  <br/>
 
Bugzilla [URL ID] - Headline  <br/>
 

Revision as of 17:20, 27 March 2012

Summary:

Trivial Defect: 2
Minor Defect: 7
Normal Defects: 11
Enhancements: 16
Total: 36


Changes to Tigerstripe in Iteration 49:

Easy discovery of annotation inconsistencies (Bugzilla 320070)
Annotation framework now indicates inconsistencies and dangling annotations in the Problems view.


Dangling annotations problems.png


Display AssociationEnds in Detailed Editor (Bugzilla 283138)
This was an old enhancement that had been resolved before, but the corresponding bugzilla was never closed.


Multiple XML parsers are used (Bugzilla 228545)
There were two XML parsers being used in Tigerstripe. For the sake of consistency, the code was refactored to use Dom4J.


Audit Instance diagram support (Bugzilla 221309)
Diagram audits for Instance diagrams is now supported.


Change all references of Tigerstripe Plugin Project to Tigerstripe Generator Plug-in Project (Bugzilla 319402)
This enhancement was already resolved where all instances of "Tigerstripe Plugin" were replaced by "Tigerstripe Generator" to simply things for users.


Artifacts' names incoherently cached (Bugzilla 330565)
This issue related to Tigerstripe's caching mechanism misbehaving in certain cases when generation was executed. As a result, stale data was fed into generators, which resulted in invalid output.


Disabling artifacts in profile has variable impact (Bugzilla 219575)
This was an old issue related to disabling artifacts in profiles. Issue is no longer reproducible in latest version of Tigerstripe.


Deploy profile does not refresh the explorer (Bugzilla 300370)
This issue related to Tigerstripe Explorer not getting updated after a new profile was deployed. Specifically, it related to Stereotype information not getting update in Tigerstripe Explorer.


Stereotypes in explorer.png


Some exceptions are not reported to the Eclipse Error Log (Bugzilla 337128)
There were certain cases where exceptions were not being logged in Eclipse's Error log view. This limitation arose from the requirement to use Tigerstripe in a headless environment. The code now properly checks to see if the Error Log is available. If so, it logs the messages as expected.


Some TS wizards are repeated twice in context menu (Bugzilla 373446)
This defect fixed the issue where some wizards were repeated twice and facet wizard was not displayed when user right clicked on a regular folder in a TS project.


Wizard issue.png


Diagram audit - internal pointer file names (Bugzilla 221468)
Diagram audits now check and fix any issues related to incorrect filenames.


Diagram audit menu.png


Audit result.png

Issues with enabling/disabling references under dependencies (Bugzilla [URL ID])
In certain cases enabling/disabling references under dependencies would not work as expected. Please see defect description for more details.


Ts dep.png


Additional Requests for Audit/Sync diagrams (Bugzilla 226387)
This issue related to bugzilla#221468 and is now resolved.


Defect(s) marked as Invalid:
Bugzilla 230177 - Class diagram: Visualize an association between superclasses
Bugzilla 350009 - WikiText and Annotations item in Associations link in Class Diagram
Bugzilla 240205 - Instance diagram: should not be allowed to instantiate abstract types
Bugzilla 337800 - At the creation new Font Annotation configuration of existing font is changed
Bugzilla 337796 - Two identical annotations "Color" can be added in the Annotations Property View
Bugzilla 238413 - IArgument does not implement IModelComponent

Defect(s) marked as Won't Fix:
Bugzilla 217421 - "Recover" profile from active session
Bugzilla 222533 - Allow filtering of the Explorer view
Bugzilla 320069 - Enable and Disable a set of annotations
Bugzilla 237052 - Allow users to change package name during import of UML
Bugzilla 240280 - Allow importing from XMI and not just UML
Bugzilla 300703 - Refactor "Model Refactoring Wizard" code for better reuse and realignment
Bugzilla 223400 - Hyperlink between diagrams
Bugzilla 231339 - Configuring velocity run time logger location and logger system class
Bugzilla 333422 - Allow multiple (graphical representation) occurances of an artifact in class diagram
Bugzilla 289142 - Automated Support for Tigerstripe Versioning
Bugzilla 236285 - Audit rules have some inconsistency
Bugzilla 236273 - Audit messages formats are inconsistent
Bugzilla 225729 - Stereotypes of the same name in different profiles get deleted
Bugzilla 290371 - Exceptions artefact 'extends' field always defaults to java.lang.Exception
Bugzilla 216139 - isValidAttribute method allows an invalid Attrbute to pass
Bugzilla 249624 - Add packages to the class and instance diagrams
Bugzilla 226856 - Default Line colour and undo don't restore correctly

Back to the top