Files
tubestation/build/annotationProcessors
Mike Hommey 60654a08a1 Bug 1428989 - Generate Android bindings more deterministically. r=nalexander
There are multiple methods with the same name and that differ in their
arguments. They end up being ordered in the source file randomly,
despite there being some sorting done, because the sorting was only done
on the method name.

Now, when the method name matches, also compare the arguments.
2018-01-09 16:44:27 +09:00
..