Roman Ivanov
86d5bcbc4f
single-line is mentioned at desired message description
2015-02-22 22:26:31 -08:00
Michal Kordas
7a60fe484c
Update maven-surefire-plugin to 2.18.1 for issue #644
2015-02-22 11:15:59 -08:00
Michal Kordas
f42c620c66
Update org.jacoco:jacoco-maven-plugin to 0.7.2.201409121644 for issue #644
2015-02-22 11:13:37 -08:00
Michal Kordas
b4246edbf7
Update maven-enforcer-plugin to 1.4 for issue #644
2015-02-22 17:42:05 +01:00
alexkravin
afa3be755c
Annotation Location Check, extended typo fixing, issue #585
2015-02-21 13:15:21 +04:00
alexkravin
84115fe9bf
Boolean Expression Complexity Check, fixed NPE, issue #654
2015-02-21 02:52:34 +04:00
alexkravin
5ede09997c
Refactored UTs, checks package, issue #537
2015-02-20 17:02:47 +04:00
alexkravin
27149f3504
Refactored UTs, coding package, issue #537
2015-02-20 17:02:47 +04:00
alexkravin
e912c46b5b
Refactored UTs, design package, issue #537
2015-02-20 17:02:47 +04:00
alexkravin
5d698f4a58
Refactored UTs, header package, issue #537
2015-02-20 17:02:47 +04:00
alexkravin
2ea1a3dbab
Refactored UTs, imports package, issue #537
2015-02-20 17:02:46 +04:00
alexkravin
a15fcb34fb
Refactored UTs, indentation package, issue #537
2015-02-20 17:02:46 +04:00
alexkravin
cee4f35194
Refactored UTs, javadoc package, issue #537
2015-02-20 17:02:46 +04:00
alexkravin
d8f8de2b53
Refactored UTs, metrics package, issue #537
2015-02-20 17:02:46 +04:00
alexkravin
0b98c0389e
Refactored UTs, modifier package, issue #537
2015-02-20 17:02:46 +04:00
alexkravin
8ad4aebb66
Refactored UTs, naming package, issue #537
2015-02-20 17:02:46 +04:00
alexkravin
545237e358
Refactored UTs, regexp package, issue #537
2015-02-20 17:02:45 +04:00
alexkravin
0dc48c7c56
Refactored UTs, sizes package, issue #537
2015-02-20 17:02:45 +04:00
alexkravin
4596d0b4c5
Refactored UTs, whitespace package, issue #537
2015-02-20 17:02:45 +04:00
Roman Ivanov
2935730a7a
xdoc: Build all jars, and launch CLI from new build
2015-02-19 15:50:41 -08:00
Roman Ivanov
0578116103
cobertura: generated files grammar/javadoc was added to exclude
2015-02-18 23:23:55 -08:00
alexkravin
a6b4759706
Final Local Variable Check, fixed false-positive, issue #258
2015-02-18 22:07:04 -08:00
Roman Ivanov
bf780dee7d
Copiright become 2015 and 'the original author or authors.'
2015-02-18 13:19:23 -08:00
Roman Ivanov
c9a9e6508c
Copiright become 2015 and 'the original author or authors.'
2015-02-18 13:14:32 -08:00
Alexey
b37b43b59f
Added missed @Test annotation on test-case 'IndentationCheckTest.testMethodCallLineWrap'
2015-02-18 09:45:27 -08:00
Roman Ivanov
252a37caac
assembly profile is now skipping all reports generation
2015-02-18 09:44:58 -08:00
Alexey
24c13109a5
IndentationCheck. Refactoring: got rid of anonymous classes.
2015-02-18 07:31:33 -08:00
Baratali Izmailov
82f4a9852d
Fixes #612 . Added support of Windows line separator. Fixed UTs
2015-02-17 14:28:00 -08:00
Michal Kordas
ff5cbc39c4
Replace verbose type arguments with diamond type <>
...
This syntax is not supported under Java 6 or earlier, but Checkstyle codebase uses Java 7 already.
2015-02-15 08:22:16 -08:00
Michal Kordas
ca634f7caf
Replace `StringBuffer` with `StringBuilder` to improve performance
...
Thread-safety given by `StringBuffer` doesn't give any benefit when used within one method, so in such cases `StringBuilder` is safe and more efficient replacement.
2015-02-15 09:57:43 +01:00
Michal Kordas
a03a2c5c51
Require at least Maven 3.0.1 to build Checkstyle - fixes #620
2015-02-13 15:29:12 -08:00
alexkravin
456d918a77
Linkcheck plugin, excluded broken links until corresponding plugins will be fixed, issue #549
2015-02-13 15:13:54 -08:00
alexkravin
d4d2b130d2
Suppression Comment Filter, extended docs for messageFormat option, issue #123
2015-02-13 23:27:44 +04:00
Baratali Izmailov
438456a8f1
fix #409 . Javadoc comments for JAVADOC_TAG and JAVADOC_INLINE_TAG related nodes
2015-02-12 14:23:37 -08:00
Roman Ivanov
0e2615600f
cobertura version is specified as 2.6 as in other place'
2015-02-11 13:58:56 -08:00
Roman Ivanov
3d7bfee555
================================ Organization Profile =======================
2015-02-10 16:25:59 -08:00
Aaron Sheldon
83e23be070
Fix NPE when setting classpath.
...
Issue introduced with b8ca6a585b
2015-02-10 21:57:54 +00:00
alexkravin
3bcfcac9ee
Abstract Class Name Check, updated default regex, issue #595
2015-02-10 07:06:49 -08:00
alexkravin
7c262e61e6
Empty Line Separator Check, fixed Exception if file doesn't have header, issue #621
2015-02-10 07:03:15 -08:00
alexkravin
351d79582d
Fixed typo in 'ignoreOverriden' property of IllegalThrowsCheck, issue #623
2015-02-09 22:20:52 +04:00
Michal Kordas
dfc803a1cc
Use Collections.addAll() instead of adding elements individually
...
As per javadoc, `Collections.addAll()` may be significantly faster than adding elements individually using a for loop.
2015-02-08 15:48:11 -08:00
Michal Kordas
e9f49b799b
Fix for typos in documentation
2015-02-08 15:18:44 -08:00
Glenn Hollingsworth
c9e799a266
Fix table display
2015-02-08 15:10:57 -08:00
Roman Ivanov
745525e03b
"cobertura.skip" was removed as it fail a build
2015-02-08 14:57:25 -08:00
Roman Ivanov
39a94873d0
"site" was removed as verify already do all
2015-02-08 14:30:18 -08:00
Roman Ivanov
9bf24fa3d7
more ignore options were added for build
2015-02-08 14:26:51 -08:00
Roman Ivanov
a4c5c652f6
extra method getAcceptableTokens was removed
2015-02-08 14:06:51 -08:00
alexkravin
abe2b20031
Acceptable tokens are specified for all checks, issue #342
2015-02-08 13:46:27 -08:00
alexkravin
39ce82b920
TreeWalker update, added logging warning if AcceptableTokens are broken, issue #342
2015-02-08 13:46:27 -08:00
Roman Ivanov
39e9c990f3
fix for reference to configuration line
2015-02-08 13:12:04 -08:00