Max
2a3be6769c
CustomImportOrder was introduced #231
2014-08-10 15:52:59 +04:00
Max
0518b753a4
Update for EmptyLineSeparatorCheck #227
2014-08-08 13:44:58 -07:00
Max
39f40e5785
Fixed AvoidUnicodeChars #216 . Fix NPE in case when allowByTailComment=true, fix false positive in case when allowEscapesForControlCharacters=true
2014-08-07 14:31:24 -07:00
Max
3a51c61b4a
OverrideMethodsDeclarationOrderCheck #32
2014-08-07 20:23:03 +04:00
Max
c4e886312a
VariableDeclarationUsageDistanceCheck was imported #223
2014-08-06 22:50:45 -07:00
Max
a5031acb33
EmptyLineSeparatorCheck was updated #218
2014-08-06 22:49:05 -07:00
Roman Ivanov
001d9cc213
issue #129 : make a handler for INDEX_OP so child method call gets a proper suggested indent level
2014-08-04 16:06:35 -07:00
Roman Ivanov
7c5f94aafd
AbbreviationAsAWordInName moved to naming package , documentation was rewritten, mTarget was removed from Check (fix after non problematic rebase)
2014-08-02 12:42:12 -07:00
Roman Ivanov
9c9ba5466d
AbbreviationAsAWordInName moved to naming package , documentation was rewritten, mTarget was removed from Check
2014-08-02 10:54:49 -07:00
Max
0ceec15029
AbbreviationAsWordInName. #212
2014-08-02 10:54:49 -07:00
Vaclav Chalupa
c3f856aba5
Enable array initialisation indentation settings
...
- created new 'arrayInitIndent' property to set
different indentation than basic offset
2014-08-01 08:13:59 +02:00
Roman Ivanov
02e6ed4038
TODO was removed
2014-07-30 17:44:09 -07:00
Jarmo Isotalo
85265a9b28
Added the missing period
2014-07-30 17:43:02 -07:00
Joni Salmi
dc787c89fd
Added method to clear cache
2014-07-30 17:43:02 -07:00
Max
39ad631113
Fixed false positive. #213
2014-07-30 16:09:33 -07:00
Thomas Jensen
f3d433723b
Support annotations in TypeNameCheck
2014-07-28 22:55:39 +02:00
Max
f39f224203
InterfaceTypeParameterNameCheck was introdused. #202
2014-07-26 21:02:23 +04:00
Ilja Dubinin
023b564417
Issue 165 fixed. New rule only for catch types has been added. IllegalCatchCheck has been extended to use catch with few exception types.
2014-07-25 02:08:00 +04:00
Max
522a6b31b6
Allowed empty anonymous classes. Was updated allowEmptyTypes property. #197
2014-07-24 16:23:58 +04:00
Baratali Izmailov
dfb851e673
Javadoc comments were fixed
2014-07-22 23:44:50 +04:00
Dominic Jones
238bacaf90
Adding ANNOTATION_DEF to the valid list of parentASTs for the SuppressWarningsHolder. Without this, any @SuppressWarnings (checkstyle or not) present on an annotation definition class will fail.
2014-07-20 17:22:00 +04:00
Max
154016d609
AvoidEscapedUnicodeCharactersCheck #194 . Avoided using Unicode escapes.
2014-07-18 08:36:53 -07:00
Max
32ca737edc
LocalVariableNameUpdate #192 . Allowed one char variables in
...
initialization expressions in FOR loop
2014-07-16 17:14:40 -07:00
Max
ec19316322
RightCurly was updated #182 . Added option to check line break after the closing brace if that brace terminates a statement or the body of a method, constructor or named class.
2014-07-16 17:12:54 -07:00
Max
af8d57317f
EmptyBlockUpdate #190 . Were updated UT and input. Corrected link in EmptyLineSeparatorCheck
2014-07-16 23:06:07 +04:00
Max
d9452c8d5e
EmptyLineSeparatorCheck #186 . Exactly one blank line separates each section that is present.
2014-07-15 20:08:17 -07:00
Max
05211d164a
SeparatorWrapCheck #179 . Covers separators like ',', '.'.
2014-07-15 19:57:57 -07:00
Christoph Kutzinski
902fa7302c
Use a thread-safe map implementation to keep the compiled patterns.
...
Note that the comment about Pattern itself not being thread-safe was
wrong, only the Matcher instances created from a Pattern are not
thread-safe, but that's in the responsibility of the caller.
2014-07-13 11:52:25 +02:00
Maroontress Fast Software
8c1b62313f
Fix style of existing code.
...
Fix style for the enhancement to pass “mvn verify.”
2014-07-09 10:17:27 +09:00
Maroontress Fast Software
d4c8bd11ed
Enhance WhitespaceAroundCheck
...
Enhance WhitespaceAroundCheck to check DO_WHILE and LITERAL_SWITCH
tokens.
2014-07-09 09:50:55 +09:00
Tobias Baum
7dc94ba7ab
Fixed AbstractTypeAwareCheck for generics in interfaces (issue #473 )
2014-07-06 14:50:08 +02:00
Max
55c2560774
Update for existing Check: WhitespaceAround #170
2014-07-05 09:30:16 -07:00
Max
9d93afb1f3
OneTopLevelClass #172
2014-07-05 06:58:45 -07:00
Max
f9b6da329f
NoLineWrap #173
2014-07-05 06:55:27 -07:00
Ivan Sopov
dcd4e9148c
fix for #47
2014-07-02 15:46:15 +04:00
Max
6cd89ebeba
Update for existing Check: DeclarationOrder #4
2014-06-30 21:37:30 -07:00
Roman Ivanov
3994e36e8d
fix for build failure
2014-06-14 23:07:59 -07:00
Roman Ivanov
5b9f1c1141
Java doc was extended for Docklets to explain their role in project
2014-06-14 21:44:11 -07:00
James Gorman
e196edcf8b
Update UnusedImportsCheck to correctly detect classes in parameters and inline tags nested within block tags.
...
fixing checkstyle issues
Fixing even more checkstyle issues
2014-06-10 22:01:59 -07:00
theqaguy
2ed89e1e58
Fix for issue #119 "HTML comments break the Javadoc style HTML check" error in TagParser
2014-03-29 22:13:32 -07:00
Jacob Tomaw
208e0208ca
Enhance WhitespaceAroundCheck to ignore Annotation Array Initialization curlies as it does for Array Initialization outside of annotations.
2014-03-27 16:19:52 -07:00
Ilja Gubins
dfde8d0ffd
Adding u HTML tag to list of allowed tags in JavaDoc. Fixes issue #58 .
2014-03-27 16:15:31 -07:00
Ilja Gubins
19b80e2938
Fixed JavaDoc wrong method reference
2014-03-16 16:42:41 +02:00
Ivan Sopov
f1efb27670
moving to standard directory layout
2014-03-04 19:18:11 +02:00