Glenn Hollingsworth
9bee8a0a22
Fix comma replaced with period in docs
...
In config_whitespace, a comma was incorrectly replaced with a period.
2015-02-25 15:33:47 -08:00
ychulovskyy
03914ce3a0
Issue #572 BooleanExpressionComplexity misidentifies integer expression as boolean expression
2015-02-25 15:19:07 -08:00
alexkravin
f08c38b631
Site: moved 'Extending Checkstyle' to Developers groups, issue #606
2015-02-25 11:32:48 -08:00
Michał Kordas
825d99da0b
Remove duplication and spaces before dots in release notes
2015-02-25 11:12:45 -08:00
Michal Kordas
97d3306175
Update maven-jxr-plugin to 2.5 for issue #644
2015-02-24 20:12:31 -08:00
Roman Ivanov
bf93b318a6
6.4 release notes
2015-02-24 20:07:22 -08:00
alexkravin
e508f61a11
Illegal Type Check, updated memberModifiers option setting, issue #663
2015-02-23 22:40:52 -08:00
Michał Kordas
1e93e40864
Repair typos in UniqueProperties description
2015-02-23 22:34:56 -08:00
Michal Kordas
8462f4fabd
Reformat and fix example for AnnotationUseStyle, issue #672
2015-02-23 18:13:06 +01:00
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