Closed sreilly closed 6 years ago
@sreilly Removing the Apache Commons Lang3 dependency reduces the total filesize of the MXT file by 20kB only – or 2.5% –, but it introduces the complex wrapLongWords
method which is copied from that same library after all.
This shouldn't change anything functionally, but I believe it simplifies things just a bit by reducing the dependency on external libraries from which only one or two methods are used. Please feel free to reject this as unnecessary, especially since those dependencies can't actually be removed due to the tracking code.