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

Line 1: Line 1:
 
== Summary: ==
 
== Summary: ==
 
 
 
'''UNDER HEAVY CONSTRUCTION.  CHECK BACK LATER.'''
 
 
 
 
 
 
  
 
<table border=0>
 
<table border=0>
 
   <tr>
 
   <tr>
 
     <td>Major Defects:</td>
 
     <td>Major Defects:</td>
     <td>?</td>
+
     <td>1</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
 
     <td>Normal Defects:</td>
 
     <td>Normal Defects:</td>
     <td>?</td>
+
     <td>12</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
 
     <td>Minor Defects:</td>
 
     <td>Minor Defects:</td>
     <td>?</td>
+
     <td>2</td>
 +
  </tr>
 +
  <tr>
 +
    <td>Trivial Defects:</td>
 +
    <td>1</td>
 +
  </tr>
 +
  <tr>
 +
    <td>Enhancements:</td>
 +
    <td>3</td>
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
 
     <td>'''Total''':</td>
 
     <td>'''Total''':</td>
     <td>'''??'''</td>
+
     <td>'''19'''</td>
 
   </tr>
 
   </tr>
  
Line 54: Line 53:
 
Invoking 'Open with editor' action on a Extends relationship now properly opens the artifact in its corresponding editor and the 'Remove from Diagram' action is properly enabled and working for Extends relationships.
 
Invoking 'Open with editor' action on a Extends relationship now properly opens the artifact in its corresponding editor and the 'Remove from Diagram' action is properly enabled and working for Extends relationships.
  
 +
 +
[[Image:spell_checking.png]]
  
 
'''Deleting a Tigerstripe project fails in some cases (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=342787 342787])'''<br/>
 
'''Deleting a Tigerstripe project fails in some cases (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=342787 342787])'''<br/>
Line 71: Line 72:
  
  
'''Some field of an inherited method are modifiable (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=346394 346394])'''<br/>
+
'''Some fields of an inherited method are modifiable (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=346394 346394])'''<br/>
 
Some of the fields of an inherited method are modifiable.  None of the inherited fields should be modifiable.
 
Some of the fields of an inherited method are modifiable.  None of the inherited fields should be modifiable.
  
  
 +
'''Problem deleting artifacts from diagram (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=345871 345871])'''<br/>
 +
Even though delete operation would work as expected, a null pointer exception was thrown, which is now resolved.
  
  
 +
'''Problem with creating two types of artifacts on a class diagram with the same name (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=259136 259136])'''<br/>
 +
Creating two artifacts of different types, but with the same name would confuse Tigerstripe. 
 +
 +
'''Refactoring Issue (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=300885 300885])'''<br/>
 +
This was an old refactoring issue that has already been fixed in Tigerstripe
 +
 +
 +
'''Editor Issues (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=270646 270646])'''<br/>
 +
This was an old issue with the Profile editor where state of checkboxes was not saved properly.
 +
 +
 +
'''Issues with package icon in Tigerstripe (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=247814 247814])'''<br/>
 +
In certain cases the package icon used by Tigerstripe would revert back to JDT's package icon.  This issue seems to be fixed now.
 +
 +
 +
'''Adding children of an artifact to class diagram (Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=342080 342080])'''<br/>
 +
In certain cases adding children of an artifact to a class diagram would result in an exception.
  
  
 
'''Defects marked as Invalid:'''<br/>
 
'''Defects marked as Invalid:'''<br/>
 
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=345914 345914] - Add validation for literal names<br/>
 
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=345914 345914] - Add validation for literal names<br/>
 +
 +
 +
'''Defects marked as Won't Fix:'''<br/>
 +
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=253900 253900] - Audit is double checking ends!<br/>
 +
 +
 +
'''Defects marked as Works for me:'''<br/>
 +
Bugzilla [https://bugs.eclipse.org/bugs/show_bug.cgi?id=336807 336807] - Error if no generator available that matches specification<br/>

Revision as of 16:38, 2 June 2011

Summary:

Major Defects: 1
Normal Defects: 12
Minor Defects: 2
Trivial Defects: 1
Enhancements: 3
Total: 19


Changes to Tigerstripe in Iteration 35:

Manage Artifact Links dialog has been extended to include all relationships on a diagram (Bugzilla 221441)
This dialog can be accessed by right clicking on your class diagram and selecting 'Manage Artifact Links...'. From here users can view all relationship types including associations, implementations, dependencies, extensions, and association classes. Relationships are organized into three different tabs and the lists can be sorted by clicking on the columns. Users can also show/hide any of the relationships on diagram.


Manage artifact dialog.png


Spell checking is now enabled under description field of TS editors (Bugzilla 256661)
A red squiggly line is drawn underneath any typos in the description field of TS editors.

Spell checking.png


Fixed typos on TS editors (Bugzilla 345382)
There were some typos in the Details field of TS editors which were resolved.


Context menu action not working properly for an Extends relationship (Bugzilla https://bugs.eclipse.org/bugs/show_bug.cgi?id=345398 345398])
Invoking 'Open with editor' action on a Extends relationship now properly opens the artifact in its corresponding editor and the 'Remove from Diagram' action is properly enabled and working for Extends relationships.


Spell checking.png

Deleting a Tigerstripe project fails in some cases (Bugzilla 342787)
This was an intermittent issue where invoking the delete context menu action on a Tigerstripe project would not do anything.


Issue with adding an Extends relationship between an Association Class and an Entity (Bugzilla 346369)
An error message was generated when adding an Extends relationship between an Association Class and an Entity.


Issue with converting an Association Class to an Association (Bugzilla 345396)
In some cases converting an Association Class to an Association would throw a null pointer exception.


Better error messages when a referenced field cannot be found (Bugzilla 345897)
This defect resolved an issue where an error message was not properly displayed when a referenced constant in an Enumeration was removed.


Some fields of an inherited method are modifiable (Bugzilla 346394)
Some of the fields of an inherited method are modifiable. None of the inherited fields should be modifiable.


Problem deleting artifacts from diagram (Bugzilla 345871)
Even though delete operation would work as expected, a null pointer exception was thrown, which is now resolved.


Problem with creating two types of artifacts on a class diagram with the same name (Bugzilla 259136)
Creating two artifacts of different types, but with the same name would confuse Tigerstripe.

Refactoring Issue (Bugzilla 300885)
This was an old refactoring issue that has already been fixed in Tigerstripe


Editor Issues (Bugzilla 270646)
This was an old issue with the Profile editor where state of checkboxes was not saved properly.


Issues with package icon in Tigerstripe (Bugzilla 247814)
In certain cases the package icon used by Tigerstripe would revert back to JDT's package icon. This issue seems to be fixed now.


Adding children of an artifact to class diagram (Bugzilla 342080)
In certain cases adding children of an artifact to a class diagram would result in an exception.


Defects marked as Invalid:
Bugzilla 345914 - Add validation for literal names


Defects marked as Won't Fix:
Bugzilla 253900 - Audit is double checking ends!


Defects marked as Works for me:
Bugzilla 336807 - Error if no generator available that matches specification

Back to the top