Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tracecompass-dev] Using apache.commons.lang3

Hi Marc-André,

Guava and Apache Commons have a lot of overlap. Are the things you are looking for not already in Guava?

About Pair, we already have an implementation in the tree. Although I'd argue that Pair is bad practice, and that you are usually better off implementing your own compound objects ;)

Cheers,
Alex


On 2015-08-19 05:11 PM, Marc-André Laperle wrote:
Hi,

I'd like to start making use of apache.commons.lang3 from Orbit.
There are a few things useful, like StringUtils.EMPTY, Pair, ExceptionUtils.getStackTrace() and probably more.

You can find the javadoc here:
https://commons.apache.org/proper/commons-lang/javadocs/api-release/index.html

If there are no objections, I will create a CQ for this.

Marc-Andre



_______________________________________________
tracecompass-dev mailing list
tracecompass-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tracecompass-dev



Back to the top