74 Commits

Author SHA1 Message Date
Trustin Lee
191ae3872f Ignore the missing private constructor checks for examples
.. because there's no point of having an empty private constructor for
the example classes with the main(String[]) methods.
2014-05-22 17:20:13 +09:00
Trustin Lee
e3e0b2acba [maven-release-plugin] prepare for next development iteration 2014-05-07 17:32:25 +09:00
Trustin Lee
120074437a [maven-release-plugin] prepare release netty-build-20 netty-build-20 2014-05-07 17:32:13 +09:00
Trustin Lee
6d906e1ecc Remove NoFinalize from the checkstyle rule
- We sometimes use it, although it's very rare.
2014-05-07 17:30:56 +09:00
Trustin Lee
5361c54041 Upgrade oss-parent to the latest version 2014-05-07 17:24:08 +09:00
Trustin Lee
0274b4c6be [maven-release-plugin] prepare for next development iteration 2013-04-04 13:53:16 +09:00
Trustin Lee
ab33f53965 [maven-release-plugin] prepare release netty-build-19 netty-build-19 2013-04-04 13:53:07 +09:00
Andrei Pozolotin
728acc3d9b Suppress JavadocPackage in the test packages
as suggested by
https://github.com/infynyxx
https://github.com/netty/netty-build/pull/4
2013-04-03 22:14:28 -05:00
Trustin Lee
2fe93eb73c [maven-release-plugin] prepare for next development iteration 2013-03-22 10:21:45 +09:00
Trustin Lee
31270a135d [maven-release-plugin] prepare release netty-build-18 netty-build-18 2013-03-22 10:21:10 +09:00
Trustin Lee
7f27c1fdb0 Upgrade dependencies 2013-03-22 09:34:24 +09:00
Trustin Lee
182dbb91a4 Remove DoubleCheckedLocking check which is gone in Checkstyle 5.6 2013-03-22 09:32:24 +09:00
Trustin Lee
204451ebc0 [maven-release-plugin] prepare for next development iteration 2013-02-26 15:41:17 -08:00
Trustin Lee
2e2457c16b [maven-release-plugin] prepare release netty-build-17 netty-build-17 2013-02-26 15:40:49 -08:00
Trustin Lee
fea132f66c Prepare to import ConcurrentHashMapV8 2013-02-26 15:36:35 -08:00
Trustin Lee
11993db503 [maven-release-plugin] prepare for next development iteration 2013-02-05 18:41:30 +09:00
Trustin Lee
3600cf1fdd [maven-release-plugin] prepare release netty-build-16 netty-build-16 2013-02-05 18:41:14 +09:00
Trustin Lee
b68c2ee0ef Exclude LocalTimeProtocol to use netty-build for 3.x 2013-02-05 18:40:08 +09:00
Trustin Lee
98eea47c0c [maven-release-plugin] prepare for next development iteration 2013-01-31 14:07:14 +09:00
Trustin Lee
5556e160c6 [maven-release-plugin] prepare release netty-build-15 netty-build-15 2013-01-31 14:06:13 +09:00
Trustin Lee
f23a34754a Replace regex match with NewlineCheck for more tolerative builds
- Fixes #2
2013-01-31 14:05:05 +09:00
Trustin Lee
78e2b52174 Check IDE-generated comments 2013-01-31 13:27:21 +09:00
Trustin Lee
9ecdf71a5c LocalTime -> WorldTime 2013-01-31 13:11:45 +09:00
Trustin Lee
758e9eca9c [maven-release-plugin] prepare for next development iteration 2013-01-30 21:03:38 +09:00
Trustin Lee
2b54e1da7e [maven-release-plugin] prepare release netty-build-14 netty-build-14 2013-01-30 21:03:22 +09:00
Trustin Lee
c4f6d059ea Remove SuperClone
.. because we are safe not to call super.clone() for certain cases.
2013-01-30 21:01:15 +09:00
Cruz Julian Bishop
c4b0630fdb Ignore the IntelliJ IDEA metadata directory
Signed-off-by: Cruz Julian Bishop <cruzjbishop@gmail.com>
2013-01-25 22:05:14 +09:00
Trustin Lee
2970289e85 [maven-release-plugin] prepare for next development iteration 2012-12-03 20:53:30 +09:00
Trustin Lee
2169df8ec9 [maven-release-plugin] prepare release netty-build-13 netty-build-13 2012-12-03 20:53:08 +09:00
Trustin Lee
7c91c0dbda Add rules for redundant empty lines 2012-12-03 20:45:29 +09:00
Trustin Lee
946cb46b30 [maven-release-plugin] prepare for next development iteration 2012-11-12 13:52:24 +09:00
Trustin Lee
fa400ccb49 [maven-release-plugin] prepare release netty-build-12 netty-build-12 2012-11-12 13:52:09 +09:00
Trustin Lee
89a3f296d2 Allow '_' in parameter names although discouraged 2012-11-12 13:37:35 +09:00
Trustin Lee
a70242ac89 More strict method parameter naming to prevent dumb parameter names such as arg0 2012-11-12 13:35:38 +09:00
Trustin Lee
d42ae2c3fd [maven-release-plugin] prepare for next development iteration 2012-11-09 17:56:25 +09:00
Trustin Lee
340888744a [maven-release-plugin] prepare release netty-build-11 netty-build-11 2012-11-09 17:56:09 +09:00
Trustin Lee
f7f9dd51ab Remove InterfaceIsType module which generates a false positive for singleton holders 2012-11-09 17:50:42 +09:00
Trustin Lee
7225f9b342 [maven-release-plugin] prepare for next development iteration 2012-09-22 12:34:28 +09:00
Trustin Lee
02cf6fcaf3 [maven-release-plugin] prepare release netty-build-10 netty-build-10 2012-09-22 12:33:57 +09:00
Trustin Lee
b62f14a18e Add a dummy VM_global_library.vm to silence velocity errors 2012-09-22 12:32:48 +09:00
Trustin Lee
5cb32bd104 Use LineLength module instead of regex 2012-06-09 18:34:56 +09:00
Trustin Lee
9dcab19917 [maven-release-plugin] prepare for next development iteration 2012-06-08 20:25:09 +09:00
Trustin Lee
cbb9d76757 [maven-release-plugin] prepare release netty-build-9 netty-build-9 2012-06-08 20:24:31 +09:00
Trustin Lee
29b876aeea Add a 120-column limit rule 2012-06-08 20:23:26 +09:00
Trustin Lee
192e14df5f [maven-release-plugin] prepare for next development iteration 2012-06-08 11:22:00 +09:00
Trustin Lee
262f96aad3 [maven-release-plugin] prepare release netty-build-8 netty-build-8 2012-06-08 11:21:25 +09:00
Trustin Lee
3a17bb6bc9 Fix broken CRLF rule / Check trailing whitespace
- Also removed unused imports
2012-06-08 11:16:03 +09:00
Trustin Lee
d5bae61655 Update license headers 2012-06-04 13:33:20 -07:00
Trustin Lee
d37dab6560 [maven-release-plugin] prepare for next development iteration 2012-03-02 10:22:39 -08:00
Trustin Lee
1341dce1a2 [maven-release-plugin] prepare release netty-build-7 netty-build-7 2012-03-02 10:22:35 -08:00