Re: [lang] @inheritDoc

2011-04-08 Thread Luc Maisonobe
Le 08/04/2011 07:36, Simone Tripodi a écrit : > I'm +1 to keep @inheritDoc, for me it's like @Override +1 to keep it too. Checkstyle complains otherwise. Luc > Simo > > http://people.apache.org/~simonetripodi/ > http://www.99soft.org/ > > > > On Fri, Apr 8, 2011 at 1:58 AM, sebb wrote: >> O

Re: [lang] @inheritDoc

2011-04-07 Thread Jörg Schaible
Hi Sebb, sebb wrote: > On 8 April 2011 00:09, Jörg Schaible wrote: [snip] >> Since we have no consensus yet and in case someone else wants to get rid >> of it, here is the bash command: >> >> == %< >> $ cd lang >> $ sed -i -s -e '\,/\*\*, { >> N >> /{@inheritDoc}/ { >>

Re: [lang] @inheritDoc

2011-04-07 Thread Simone Tripodi
I'm +1 to keep @inheritDoc, for me it's like @Override Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Fri, Apr 8, 2011 at 1:58 AM, sebb wrote: > On 8 April 2011 00:09, Jörg Schaible wrote: >> Matt Benson wrote: >> >>> On Thu, Apr 7, 2011 at 5:02 PM, Konstantin Kolinko

Re: [lang] @inheritDoc

2011-04-07 Thread sebb
On 8 April 2011 00:09, Jörg Schaible wrote: > Matt Benson wrote: > >> On Thu, Apr 7, 2011 at 5:02 PM, Konstantin Kolinko >> wrote: >>> 2011/4/8 Jörg Schaible : Hi, just a reminder. Such a javadoc comment for a method is completely superfluous: %< ===

Re: [lang] @inheritDoc

2011-04-07 Thread Jörg Schaible
Matt Benson wrote: > On Thu, Apr 7, 2011 at 5:02 PM, Konstantin Kolinko > wrote: >> 2011/4/8 Jörg Schaible : >>> Hi, >>> >>> just a reminder. Such a javadoc comment for a method is completely >>> superfluous: >>> >>> %< = >>> /** >>> * {@inheritDoc} >>> */ >>> ===

Re: [lang] @inheritDoc

2011-04-07 Thread Stephen Colebourne
On 7 April 2011 23:33, Matt Benson wrote: >>> This is what the javadoc nowadays does by default ... >>> >> >> Yes, but personally I like them as a good reminder when looking though the >> code. >> (Or as "nothing more to add"). > > I feel more comfortable seeing them as well (I'm almost certainly

Re: [lang] @inheritDoc

2011-04-07 Thread Matt Benson
On Thu, Apr 7, 2011 at 5:02 PM, Konstantin Kolinko wrote: > 2011/4/8 Jörg Schaible : >> Hi, >> >> just a reminder. Such a javadoc comment for a method is completely >> superfluous: >> >> %< = >> /** >>  * {@inheritDoc} >>  */ >> %< = >> >> This is

Re: [lang] @inheritDoc

2011-04-07 Thread Konstantin Kolinko
2011/4/8 Jörg Schaible : > Hi, > > just a reminder. Such a javadoc comment for a method is completely > superfluous: > > %< = > /** >  * {@inheritDoc} >  */ > %< = > > This is what the javadoc nowadays does by default ... > Yes, but personally I li

Re: [lang] @inheritDoc

2011-04-07 Thread Henri Yandell
Feel free to remove :) Looks like not much in there on the lang side. On Thu, Apr 7, 2011 at 2:46 PM, Jörg Schaible wrote: > Hi, > > just a reminder. Such a javadoc comment for a method is completely > superfluous: > > %< = > /** >  * {@inheritDoc} >  */ > %<

[lang] @inheritDoc

2011-04-07 Thread Jörg Schaible
Hi, just a reminder. Such a javadoc comment for a method is completely superfluous: %< = /** * {@inheritDoc} */ %< = This is what the javadoc nowadays does by default ... - Jörg --