43 messages in org.apache.mina.devRe: svn commit: r659372 - /mina/branc...
FromSent OnAttachments
Emmanuel LecharnyMay 22, 2008 7:40 pm 
이희승 (Trustin Lee)May 22, 2008 7:46 pm 
Emmanuel LecharnyMay 22, 2008 8:02 pm 
이희승 (Trustin Lee)May 22, 2008 8:14 pm 
Emmanuel LecharnyMay 22, 2008 8:21 pm 
Emmanuel LecharnyMay 22, 2008 8:24 pm 
이희승 (Trustin Lee)May 22, 2008 8:30 pm 
Emmanuel LecharnyMay 22, 2008 8:43 pm 
이희승 (Trustin Lee)May 22, 2008 8:48 pm 
Mike HeathMay 22, 2008 9:52 pm 
이희승 (Trustin Lee)May 22, 2008 9:59 pm 
이희승 (Trustin Lee)May 22, 2008 10:20 pm 
Emmanuel LecharnyMay 22, 2008 10:31 pm 
이희승 (Trustin Lee)May 22, 2008 10:35 pm 
Mike HeathMay 22, 2008 10:44 pm 
Rich DoughertyMay 22, 2008 11:24 pm 
Julien VermillardMay 22, 2008 11:37 pm 
이희승 (Trustin Lee)May 22, 2008 11:44 pm 
Julien VermillardMay 23, 2008 12:13 am 
이희승 (Trustin Lee)May 23, 2008 12:39 am 
Michael QiMay 23, 2008 12:46 am 
Stefano BagnaraMay 23, 2008 1:09 am 
Stefano BagnaraMay 23, 2008 1:17 am 
Julien VermillardMay 23, 2008 1:21 am 
Brad HarveyMay 23, 2008 1:45 am 
Mark WebbMay 23, 2008 6:09 am 
Brad HarveyMay 23, 2008 6:31 am 
Niklas TherningMay 23, 2008 6:54 am 
Alex KarasuluMay 23, 2008 7:30 am 
Emmanuel LecharnyMay 23, 2008 7:50 am 
Emmanuel LecharnyMay 23, 2008 8:07 am 
Julien VermillardMay 23, 2008 8:44 am 
Stefano BagnaraMay 23, 2008 10:03 am 
Alex KarasuluMay 23, 2008 10:14 am 
Mark WebbMay 23, 2008 10:16 am 
Stefano BagnaraMay 23, 2008 10:26 am 
Stefano BagnaraMay 23, 2008 10:28 am 
Emmanuel LecharnyMay 23, 2008 10:40 am 
Mark WebbMay 23, 2008 1:43 pm 
Emmanuel LecharnyMay 23, 2008 2:23 pm 
jver...@archean.frMay 24, 2008 11:07 pm 
Frédéric BrégierMay 24, 2008 11:26 pm 
Emmanuel LecharnyMay 25, 2008 4:00 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: svn commit: r659372 - /mina/branches/buffer/core/src/main/java/org/apache/mina/queue/DefaultByteBufferQueue.javaActions...
From:Emmanuel Lecharny (elec@apache.org)
Date:May 23, 2008 7:50:04 am
List:org.apache.mina.dev

As pointed out by Mark Webb, the initial intention was to avoid having long classes without ANY javadoc.As a developper, I don't really care that a class implementing an interface also inherits the javadoc. I'd rather get some hint about which javadoc is inherited, by the explicit use of whatever @see or @inehritdoc tag. Otherwise, you have no clue if the class has been written by a lazy guy who don't care about users or by someone who consider that it's user's business to make the difference.

The fact that we are almost all using 'modern' IDE is totally irrelevant to the issue. Considering Eclipse, waiting half a second on top of a method declaration in order to get the small yellow box to open, then having to press F2 to get the full content of the javadoc, with sliders on right side and bottom is just a PITA. Having a very simple javadoc on the code is so much simpler, and cost energy to one simgle person instead of annoying hundreds. We are writing code for others, not for our own pleasure.

Now, considering your attitude : your are sometime just behaving like a stubborn childish person. You are interpreting the ASF rules at your own advantage, with no respect for person around you. Like it or not, this is not the way it works. When I asked you to revert the code, this is because we reached a point where we have to discuss the portion of code you have committed, it was not a punishment. But you took it as if I wanted to personally insult you, and you insulted me in return. I will swallow the insult, because it's just totally irrelevant to the discussion.

I don't care about what you think as a person, I care about what you do as a committer on an ASF project. This is what I want you to consider.