Method of Unit Testing for Collections

2016-08-25 Thread Landon Blake
I was taking a look at the code for Collections. I did see a big set of
unit tests. However, I couldn't figure out what library was being used to
run the unit tests. I didn't see any JUnit import statements in the
beginning of any of the test classes, and if they are unit tests, they are
old, because I didn't see any JUnit 4 annotations either.

I was hoping to work with Ustav a bit on some of the collections code, but
wanted to make sure we could run all of the unit tests first.

Can anyone give us a bit of help on this?

Thanks!

Landon

-- 
Landon
"Homemade cookies. Hmm!"

Web: www.landonblake.com

LinkedIn: https://www.linkedin.com/in/landonblake

Google+: https://plus.google.com/u/0/+LandonBlake

Facebook: https://www.facebook.com/scott.l.blake.3

Pinterest: https://www.pinterest.com/landon_blake/

Sumry: https://sumry.me/landonblake

About.Me: https://about.me/landonblake


Re: Help for a Newbie

2016-08-15 Thread Landon Blake
Utsav:

I've been meaning to do a little bit of clean-up and unit testing in the
Collections package of Apache Commons. Perhaps we could work together. Ping
me if your interested and I'll take a look at the code to see if there is a
small task we can tackle together.

Its great that you want to participate in an open source project, and I
commend you for reaching out to volunteer. :]

Landon

On Thu, Aug 11, 2016 at 9:37 AM, Utsav Oza  wrote:

> Since this is my first open source any small task would be quite
> helpful for me to get started. I am quite comfortable with Java and
> C++ programming languages.
>
> I am sorry if this conversation may seem a bit out of context from mailing
> list.
>
> Regards,
> Utsav Oza
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
Landon
"Homemade cookies. Hmm!"

Web: www.landonblake.com

LinkedIn: https://www.linkedin.com/in/landonblake

Google+: https://plus.google.com/u/0/+LandonBlake

Facebook: https://www.facebook.com/scott.l.blake.3

Pinterest: https://www.pinterest.com/landon_blake/

Sumry: https://sumry.me/landonblake

About.Me: https://about.me/landonblake


Re: Finding a Place to Help

2015-06-16 Thread Landon Blake
Thanks for the e-mail Gary. I'm not an Apache Committer yet, so I'll take a
look at the process to become one. In the meantime, I'll see if I can get
my hands wrapped around BeanUtils and will start on some unit tests for
that module.

Landon


On Tue, Jun 16, 2015 at 10:39 AM, Gary Gregory 
wrote:

> Hi Landon,
>
> I would say the least active is BeanUtils. Collections is being worked on
> ATM, so you should get feedback on that one. IO is in need of some
> attention and has not gone 1.0 yet.
>
> I hope others will provide ideas and guidance.
>
> It's no longer called Jakarta Commons BTW, it has been Apache Commons for a
> while.
>
> See also:
> - https://commons.apache.org/volunteering.html
> - https://commons.apache.org/patches.html
>
> Welcome aboard.
>
> If you are already an Apache Committer, you already have rights to commit
> to Commons.
>
> Gary
>
> On Tue, Jun 16, 2015 at 10:21 AM, Landon Blake <
> sunburned.surve...@gmail.com
> > wrote:
>
> > I'm interested in helping a bit with Jakarta Commons. Is there anyone
> > currently working on the BeanUtils or Collections modules? What about the
> > image IO modules?
> >
> > I thought I might start by dressing up the documentation or writing some
> > unit tests for one of those modules if they are currently without a
> > maintainer. I hope I can help.
> >
> > Landon
> >
>
>
>
> --
> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>


Finding a Place to Help

2015-06-16 Thread Landon Blake
I'm interested in helping a bit with Jakarta Commons. Is there anyone
currently working on the BeanUtils or Collections modules? What about the
image IO modules?

I thought I might start by dressing up the documentation or writing some
unit tests for one of those modules if they are currently without a
maintainer. I hope I can help.

Landon