Lack of ASL 2.0 license header, and generally speaking, Javadoc lacking
-----------------------------------------------------------------------
Key: DIRMINA-599
URL: https://issues.apache.org/jira/browse/DIRMINA-599
Project: MINA
Issue Type: Bug
Affects Versions: 2.0.0-M2
Reporter: Emmanuel Lecharny
Priority: Blocker
Some files added back in 2007 have been committed without any header, javadoc,
comment, nothing.
Here is an exemple :
http://svn.apache.org/repos/asf/mina/tags/2.0.0-M1/transport-apr/src/main/java/org/apache/mina/transport/socket/apr/AprDatagramSession.java
Basically, after having auditing the seven first classes in common, the total
lack of Javadoc and comment make it really difficult to help users if you
didn't wrote the code. Typically, almost all the protected methods are
javadoc-less, and pretty much no fields are documented.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.