Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368865 - R4E_RANK_MINOR is using the wrong literal
Summary: R4E_RANK_MINOR is using the wrong literal
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Alvaro Sanchez-Leon CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-17 14:10 EST by Alvaro Sanchez-Leon CLA
Modified: 2012-02-16 20:51 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alvaro Sanchez-Leon CLA 2012-01-17 14:10:25 EST
The R4E_RANK_MINOR enum literal is using an empty string as literal instead of "R4E_RANK_MINOR", 
this causes inconsistencies while generating a metrics report
Comment 1 Alvaro Sanchez-Leon CLA 2012-01-17 15:24:16 EST
Replacing the literal from "" to the R4E_RANK_MINOR causes incompatibility issues so the existing reviews using ranks of minor open with a pop up error 
Since the value is no longer valid.  
   In order to avoid the compatibility error and pop-up we are introducing a new R4E_RANK_DEPRECATED with a literal of "", 
We can use this for about a year to avoid a deteriorated user experience.  

  However it would be ideal if the UI and report modify deprecated values to MINOR in order to correct the issue for any existing reviews.
Comment 2 Alvaro Sanchez-Leon CLA 2012-02-16 20:51:36 EST
Implemented and pushed to the repository