Bug 572842 - Report multiple increase of the service segment or minor version
Summary: Report multiple increase of the service segment or minor version
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: API Tools (show other bugs)
Version: 4.20   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.20 M2   Edit
Assignee: Vikas Chandra CLA
QA Contact:
URL:
Whiteboard:
Keywords: noteworthy
Depends on:
Blocks:
 
Reported: 2021-04-14 08:30 EDT by Vikas Chandra CLA
Modified: 2021-05-21 08:39 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vikas Chandra CLA 2021-04-14 08:30:35 EDT
Few times, inspite of the the service segment already increased, the developer tends to increase the service segment by 100. All such scenarios are currently detected if the major or minor version is already increased. But in the scenarios when major or minor version is not increased, then redundant increase of service version should be detected as unnecessary version change. Similar for minor version. If minor version is increased once, it should not be increased again. API tools should warn about redundant increase.
Comment 1 Eclipse Genie CLA 2021-04-14 08:34:18 EDT
New Gerrit change created: https://git.eclipse.org/r/c/pde/eclipse.pde.ui/+/179302
Comment 3 Eclipse Genie CLA 2021-05-19 11:47:36 EDT
New Gerrit change created: https://git.eclipse.org/r/c/www.eclipse.org/eclipse/news/+/180782
Comment 5 Sarika Sinha CLA 2021-05-20 03:00:20 EDT
I increased the service segment for JDT Debug plugin and I got the error  

"The micro version is increased unnecessarily since either major or minor or micro version is already increased"


Should it be micro or service segment?
https://wiki.eclipse.org/Version_Numbering -> Says service segment.



Something like this -

"The service segment is increased unnecessarily since either major, minor or service segment is already increased"
Comment 6 Vikas Chandra CLA 2021-05-20 03:03:10 EDT
(In reply to Sarika Sinha from comment #5)
> I increased the service segment for JDT Debug plugin and I got the error  
> 
> "The micro version is increased unnecessarily since either major or minor or
> micro version is already increased"
> 
> 
> Should it be micro or service segment?
> https://wiki.eclipse.org/Version_Numbering -> Says service segment.
> 
> 
> 
> Something like this -
> 
> "The service segment is increased unnecessarily since either major, minor or
> service segment is already increased"

We can change it to service version in 4.21. We are calling it micro version for last few years at least but I guess we can change it to service version.

Please open a bug for 4.21
Comment 7 Eclipse Genie CLA 2021-05-21 08:22:54 EDT
New Gerrit change created: https://git.eclipse.org/r/c/pde/eclipse.pde.ui/+/180873
Comment 9 Vikas Chandra CLA 2021-05-21 08:39:27 EDT
opened bug 573693 for changing micro to service in 4.21