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

There are quite a bit of libraries in with that "package" (20?), see:
http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/

I don't think it's practical to depend on all of them but I think it's reasonable to depend on individual ones that we really want.

As for common.lang3, I'm OK with not depending on it now. I thought there might be more enthusiasm. I can move our implementation of getStackTrace to the commons plugin.

Marc-Andre

________________________________________
From: tracecompass-dev-bounces@xxxxxxxxxxx [tracecompass-dev-bounces@xxxxxxxxxxx] on behalf of Matthew Khouzam [matthew.khouzam@xxxxxxxxxxxx]
Sent: Tuesday, 25 August 2015 2:54 PM
To: tracecompass-dev@xxxxxxxxxxx
Subject: Re: [tracecompass-dev] Using apache.commons.lang3

Quick question:  why not apache.commons.*, I could see lots of things
being useful like the command line parser and circularfifobuffers?

On 15-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

_______________________________________________
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