Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cf-dev] Usage of reflections library

Some info, what it is used for:

Reflections is used to load the test cases in cf-plugtest-checker. It lets the checker detect what classes are provided and simply run them all and it makes it easy to give a class name in the command line to load and execute the given class.

If someone did something similar without the Reflections package, please give a hint.
Otherwise I can look for a good replacement method.

Ciao
Matthias


> -----Original Message-----
> From: cf-dev-bounces@xxxxxxxxxxx [mailto:cf-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Hudalla Kai (INST/ESY)
> Sent: Donnerstag, 24. September 2015 10:20
> To: cf-dev@xxxxxxxxxxx
> Subject: [cf-dev] Usage of reflections library
> 
> Dear fellow committers,
> 
> we are currently using the "reflections" [1] library in Californium's "plugtest-
> checker" module for which I have created a CQ [2] in preparation for our
> upcoming 1.0.0 release.
> However, the CQ I wanted to piggy-back [3] has not been approved yet and
> based on the information provided by Jason & Sharon, I do not expect that to
> change any time soon.
> 
> With regard to our plans for the upcoming release my question thus is
> whether we would probably fare better if we got rid of the dependency on
> reflections altogether.
> What do you think?
> 
> [1] https://github.com/ronmamo/reflections
> [2] https://dev.eclipse.org/ipzilla/show_bug.cgi?id=10113
> [3] https://dev.eclipse.org/ipzilla/show_bug.cgi?id=10054
> 
> Regards,
> Kai
> _______________________________________________
> cf-dev mailing list
> cf-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit https://dev.eclipse.org/mailman/listinfo/cf-dev


Back to the top