You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/07/31 08:30:59 UTC

[GitHub] pokebadgerswithspoon opened a new pull request #641: Adds Version parsing to svn output.

pokebadgerswithspoon opened a new pull request #641: Adds Version parsing to svn output.
URL: https://github.com/apache/incubator-netbeans/pull/641
 
 
   So comparing verion numbers would be based on numbers, not strings.
   I.e. its now possible to determine if 1.2.2 and 1.2.123 have same MAJOR.MINOR version.
   
   Fixes NETBEANS-771.
   
   NETBEANS-771 caused by version.indexOf("1.1") > -1 
   it was fine for svn 1.9, but is broken since 1.10, as 1.10 is treated as 1.0. That is motivation behind actual parsing of string to version container.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists