Lars Kühne
347badbc09
added tests for tab expansion
2002-05-05 11:40:48 +00:00
Lars Kühne
f6c9d83def
simulate tab expansion in line length and error column calculations, includes fix for bug #524671
2002-05-05 11:39:13 +00:00
Lars Kühne
83a1c2d3b3
added column number to tab check
2002-05-01 08:31:27 +00:00
Lars Kühne
ff08629ef8
save task options in Runnables to make sure that task options
...
always overwrite the options in the properties file, independent of
the order in which the attributes are reported by ANT or the XML parser.
2002-05-01 07:40:41 +00:00
Lars Kühne
7a9a4c2045
added releasenotes for old releases, rewrote 2.2 releasenotes
2002-05-01 07:35:39 +00:00
Lars Kühne
a851e6db3c
added releasenotes. Oliver, please spellcheck and fill in the 2.1 release if possible
2002-04-30 20:36:38 +00:00
Oliver Burn
8f8879df46
Fixed bug with the parser falling back when failing on assert
...
statements. Found with problems with imports.
2002-04-30 10:56:49 +00:00
Oliver Burn
43c3cc7486
Fixed bug with handling padding around ()'s.
2002-04-30 10:54:08 +00:00
Oliver Burn
4d8f0c8066
Updated to make the error for a modifier that is out of order, have the column
...
number of the offending modifier, not the first modifier.
2002-04-29 04:09:10 +00:00
Oliver Burn
2d315277b6
Fixed Checkstyle errors. Important to make sure that Checkstyle passes with no
...
errors, as I get asked if "Checkstyle Checkstyle's" all the time. :-)
2002-04-29 04:07:08 +00:00
Lars Kühne
62ca98db34
added contrib dir to src/bindist, removed last reference to old Changelog file
2002-04-28 16:22:46 +00:00
Lars Kühne
a736b629f8
added documentation for patch 531230, 'add properties file functionality'
2002-04-28 12:53:33 +00:00
Lars Kühne
2abb08a812
integrated patch 531230, 'add properties file functionality', provided by Warner Onstine
2002-04-28 12:52:34 +00:00
Lars Kühne
1825bf38b9
fixed capitalization error that prevented link from working
2002-04-28 12:47:17 +00:00
Oliver Burn
659e6ec7aa
Added more support for column numbers.
2002-04-25 12:00:11 +00:00
Oliver Burn
a1cecb5e06
Added more support for column numbers.
2002-04-25 10:36:47 +00:00
Oliver Burn
dc764f3b6a
Added column numbers for checks on variable formats.
2002-04-25 09:35:49 +00:00
Oliver Burn
3d8c8ae213
Oh the pain! Just added column numbers for checks for whitespace. Updating the
...
unit tests was not fun.
2002-04-25 09:04:42 +00:00
Oliver Burn
552b917ddb
Support column numbers for ()'s.
2002-04-25 08:06:07 +00:00
Oliver Burn
1edf43ab32
Support column numbers for {}'s.
2002-04-25 07:50:34 +00:00
Oliver Burn
4d0adc9dee
Support column numbers for method names.
2002-04-25 07:18:12 +00:00
Oliver Burn
6970485b88
Started to add support for including the column number in the output. It
...
really rocks - I wish I had done it from the start!
Strangely, although I am starting to use IDEA a lot for code development, I
still use Emacs for fixing checkstyle errors.
2002-04-25 07:03:40 +00:00
Oliver Burn
2279ec2a48
Removed a hack of using toString() on AuditEvent in the default logger.
2002-04-25 05:30:37 +00:00
Oliver Burn
3ded17ac3d
Changed support for parenthesises padding to take an option, rather that being
...
a boolean of whether to ignore or not. This will allow the adding of more
styles in the future. Good idea Lars! :-)
2002-04-24 14:36:27 +00:00
Oliver Burn
f464a29605
Added IDEA files
2002-04-24 14:34:19 +00:00
Oliver Burn
cbb5f228d8
Removed unused code.
2002-04-24 14:33:47 +00:00
Oliver Burn
083a7d432a
Added option to disable checking for padding of parenthesis. As asked for by
...
Lars. Eventually should have an option to allow different styles - rather the
current "Sun way" or the "highway.
2002-04-22 10:41:10 +00:00
Oliver Burn
6b016753d1
Fixed a copy & paste error.
2002-04-22 09:51:01 +00:00
Oliver Burn
f1dc5b5778
Trying to get into the recommended style from Sun.
2002-04-22 09:02:22 +00:00
Lars Kühne
91a4d48af7
fix for bug 540384, multiple throws tags for the same exception should be OK
2002-04-22 05:23:50 +00:00
Lars Kühne
206ff56be6
added test for rfe 537107, "public" in interface method
...
moved test input for "order of modifiers" to InputModifiers
to keep InputSimple simple
2002-04-21 21:06:42 +00:00
Lars Kühne
caf539ded2
Implementation + docs for rfe 537107, "public" in interface methods
2002-04-21 21:02:57 +00:00
Oliver Burn
e200d9bf3d
545128: implemented "-r" recursive option and improved the argument handling
2002-04-17 11:59:52 +00:00
Oliver Burn
a1de100581
Reworked the logic to give a better error reporting.
2002-04-17 11:57:32 +00:00
Oliver Burn
44950d1ee4
Fixed #544985 to handle Javadoc on variable declarations that span several lines
2002-04-17 11:56:24 +00:00
Lars Kühne
1b8483fc82
execute Checker.destroy() at the end of each test
2002-04-17 05:12:24 +00:00
Lars Kühne
d6785794bf
added trailing whitespace to enhance code coverage for Util.lengthMinusTrailingWhitespace()
2002-04-17 04:58:48 +00:00
Lars Kühne
a9f84b3767
execute Scope.getInstance() to enhance code coverage
2002-04-17 04:52:55 +00:00
Lars Kühne
e3588963d0
fixed typo in comment
2002-04-17 04:50:52 +00:00
Lars Kühne
00447a8fe3
added check for illegal imports
2002-04-17 04:43:55 +00:00
Lars Kühne
d3aa5da76d
added test for regexp-disabling of line-length checks
2002-04-13 08:33:41 +00:00
Lars Kühne
8eb824037e
added documentation for regexp-disabling of line-length checks
2002-04-13 08:31:46 +00:00
Lars Kühne
62e2b65b9e
Implementation for RFE #524650 , regexp-disable line-length checking
2002-04-13 08:30:01 +00:00
Oliver Burn
ed3e6a2428
Fixed bug where static variable checks were not taking into account the flags
...
to allow protected and package levels.
2002-04-12 12:23:14 +00:00
Oliver Burn
49314771b6
Fixed bug that allowed constant declarations to contain "__".
2002-04-07 09:16:43 +00:00
Oliver Burn
da5d8c09d2
Fixed checkstyle errors.
2002-04-04 13:48:48 +00:00
Oliver Burn
46f7cfd92a
Updated for new checks for whitespace around ()'s.
2002-04-04 13:46:44 +00:00
Oliver Burn
2b8786f133
Added checking for whitespace around ()'s. Currently checks for the format
...
of blah(p1, p2) and complains over blah( p1, p2 ).
2002-04-04 13:46:07 +00:00
Lars Kühne
9a8acc01fd
added example for failureProperty, contribution from Gray Herter [gray _AT_ fgm _DOT_ com]
2002-03-24 09:05:28 +00:00
Lars Kühne
50d5a434f1
removed Eclipse from 'plugins wanted' list
2002-03-24 08:04:32 +00:00