Re: [PROPOSAL] Apache Commons JUnit

2017-11-03 Thread kenneth mcfarland
Sounds like a logical category of reusable components. I'm a lurker but I think that is a very very cool idea! On Nov 3, 2017 4:11 PM, "Gary Gregory" wrote: > Hi All, > > I'd propose we start a new component called "Apache Commons JUnit". > > The goal would be to gather useful and reusable code

Re: [VOTE] Release Apache Commons JCS 2.2.1 (roll 2)

2017-10-24 Thread kenneth mcfarland
Gary, I can't help but say great work on all of these releases. #praise On Oct 24, 2017 8:24 PM, "Gary Gregory" wrote: > Our process documented here http://commons.apache.org/ > releases/prepare.html > makes it pretty clear that the RC tag should be labeled as such and that a > tag like "commons

Re: [OT] Running builds on my Galaxy phone?

2017-10-20 Thread kenneth mcfarland
That looks cool. I hope it doesn't go the way of the Ubuntu phone that was able to dual boot Android and Ubuntu. Being able to unplug your phone and turn it into a desktop was a pretty cool feature that they had. On Oct 20, 2017 10:23 AM, "Gary Gregory" wrote: > Some day, maybe: > > https://www.

Re: [text] always use static imports for assertion methods

2017-10-16 Thread kenneth mcfarland
The inclusion of static imports is fairly common in the context Matt provided. One could easily argue that polluting names with another assertEquals method was a bad design decision. Especially when you have made a concisious design decision to use JUnit. Is it likely to cause confusion in real pr