Re: Omitting parentheses on .size() ?

2020-08-05 Thread Jochen Theodorou
On 05.08.20 16:26, MG wrote: Thank you, Jochen - that's actually a Groovy feature that has been around for a long time, that I completely forgot about :-) ;) https://groovy-lang.org/metaprogramming.html#_extension_modules https://mrhaki.blogspot.com/2013/01/groovy-goodness-adding-extra-method

Re: Omitting parentheses on .size() ?

2020-08-05 Thread MG
Thank you, Jochen - that's actually a Groovy feature that has been around for a long time, that I completely forgot about :-) https://groovy-lang.org/metaprogramming.html#_extension_modules https://mrhaki.blogspot.com/2013/01/groovy-goodness-adding-extra-methods.html Do you know if: 1. This wo

Re: GMavenPlus 1.10.0 Released

2020-08-05 Thread Paul King
Nice work again Keegan! On Wed, Aug 5, 2020 at 2:54 PM Keegan Witt wrote: > Bugs > > None > Enhancements > >- Change default GroovyDoc jar artifact type to javadoc, so its >extension gets set to "jar" by the artifact handler >

Re: Omitting parentheses on .size() ?

2020-08-05 Thread Jochen Theodorou
On 04.08.20 16:13, MG wrote: On 04/08/2020 15:16, Basurita wrote: On 8/1/20 14:41, MG wrote: Hmmm, I am for consistency, but at least I use very few maps as compared to lists, and rarely ever output the size of a map, but constantly for lists, so having getSize() on List would still be benefici