Apache Commons Math
Go to file
Luc Maisonobe 93a8bb4f13 Configured checkstyle to stop complaining about incomplete Javadoc in some very specific cases.
This problem has been discussed previously here:
  http://markmail.org/message/pmbiyiqssjesq7tm

The solution implemented with this modification is to configure checkstyle
in such a way the errors can be filtered out using dedicated comments in the
source code:

  // CHECKSTYLE: stop JavadocMethodCheck

  // a bunch of functions known to trigger warnings
  // that we explicitly REFUSE to fix

  // CHECKSTYLE: resume JavadocMethodCheck

The checks are still performed normally in file parts not bracketed by
these comments. Hence the first few methods in o.a.c.m.stat.inference.TestUtils are
still checked for correct javadoc, and only for the last ones in the same files
are the checks relaxed.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@658671 13f79535-47bb-0310-9956-ffa450edef68
2008-05-21 12:58:15 +00:00
src Configured checkstyle to stop complaining about incomplete Javadoc in some very specific cases. 2008-05-21 12:58:15 +00:00
LICENSE.txt Actually, we should really be switching to Apache license 2.0. 2004-01-29 16:52:41 +00:00
NOTICE.txt Update m2 build: 2008-02-02 02:10:35 +00:00
PROPOSAL.html Fixing the mailing list addresses 2007-07-29 20:14:22 +00:00
RELEASE-NOTES.txt Changed version to RC2, added pointer to build instructions. 2008-02-17 05:19:41 +00:00
build.properties.sample Dropped reference to 1.1 release. 2008-02-17 16:55:24 +00:00
build.xml removed references to discovery 2008-04-24 14:40:29 +00:00
checkstyle.xml Configured checkstyle to stop complaining about incomplete Javadoc in some very specific cases. 2008-05-21 12:58:15 +00:00
doap_math.rdf replaced some references to Jakarta after commons switched as TLP 2007-08-15 16:43:31 +00:00
findbugs-exclude-filter.xml Fix global search+replace error. 2008-01-16 18:24:23 +00:00
license-header.txt Fixed copyright header (committing in parts as the full commit timed out) 2006-11-29 07:06:35 +00:00
maven.xml removed references to discovery 2008-04-24 14:40:29 +00:00
pom.xml changed groupId from commons-math to org.apache.commons 2008-05-19 07:13:41 +00:00
project.properties removed references to discovery 2008-04-24 14:40:29 +00:00
project.xml removed references to discovery 2008-04-24 14:40:29 +00:00
release-notes.jsl Changed version to RC2, added pointer to build instructions. 2008-02-17 05:19:41 +00:00
test-jar.xml removed references to discovery 2008-04-24 14:40:29 +00:00
testOnly.sh Fixed copyright header (committing in parts as the full commit timed out) 2006-11-29 07:06:35 +00:00