[Git][java-team/libhamcrest-java][master] Improved the generated methods ordering
Emmanuel Bourg
gitlab at salsa.debian.org
Mon Apr 1 09:52:03 BST 2019
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libhamcrest-java
Commits:
7e9b3cf7 by Emmanuel Bourg at 2019-04-01T08:36:53Z
Improved the generated methods ordering
- - - - -
2 changed files:
- debian/changelog
- debian/patches/003-reproducible-build.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libhamcrest-java (1.3-9) unstable; urgency=medium
+
+ * Team upload.
+ * Improved the generated methods ordering
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 01 Apr 2019 10:36:34 +0200
+
libhamcrest-java (1.3-8) unstable; urgency=medium
* Team upload.
=====================================
debian/patches/003-reproducible-build.patch
=====================================
@@ -7,7 +7,7 @@
+ {
+ java.util.Arrays.sort(allMethods, new java.util.Comparator<Method>() {
+ public int compare(Method m1, Method m2) {
-+ return m1.getName().compareTo(m2.getName());
++ return m1.toGenericString().compareTo(m2.toGenericString());
+ }
+ });
+ }
View it on GitLab: https://salsa.debian.org/java-team/libhamcrest-java/commit/7e9b3cf7653b78f36fb25092d16d88653f36bae1
--
View it on GitLab: https://salsa.debian.org/java-team/libhamcrest-java/commit/7e9b3cf7653b78f36fb25092d16d88653f36bae1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20190401/1d2e88f9/attachment.html>
More information about the pkg-java-commits
mailing list