Commit Graph

263 Commits

Author SHA1 Message Date
Lars Kühne 6f7fec94ee fixed missing javadoc 2002-05-20 10:53:23 +00:00
Lars Kühne 502082c736 docs for '-p' option 2002-05-20 10:36:25 +00:00
Lars Kühne ef5716560b RFE #557544, load properties from file on cmdline 2002-05-19 07:38:58 +00:00
Lars Kühne 032b3801aa fixed checkstyle error (empty exception handler). Do we need a framework for passing internal errors to the outside world, instead of just printing them? I'm not sure how useful printing is if you're not on the command line... 2002-05-15 05:02:46 +00:00
Lars Kühne 4425afa0c2 - #516255, find empty exception handlers. Maybe we should add some
"OK if commented" option, but I don't see how to do that in the grammar.
- initial support for #550205, find instantiations of Boolean. This is not
  configurable yet, and we should generalize it to find instantiation of
  arbitrary types. Docs are also still missing, will write them after
  generalization.
2002-05-15 04:34:59 +00:00
Oliver Burn 7b849d58d5 Implemented a factory to create RE objects. Also improved error handling. This
may improve performance?
2002-05-14 04:41:16 +00:00
Oliver Burn dfd7310b96 Fix documentation to:
- Include a version number in headings
- Use the ANT <filterset> to update the version number. No longer need to
  update the docs for each release.
2002-05-14 04:33:54 +00:00
Oliver Burn fca8c91804 Request 504275: detect to-do comments 2002-05-13 12:52:55 +00:00
Oliver Burn 65989e76a4 Request 555262: Include column number in the XML output 2002-05-13 01:48:41 +00:00
Oliver Burn 9556af52eb Updated the version number. 2002-05-10 11:50:03 +00:00
Lars Kühne 1b7f3c143d real names for style sheet contributors 2002-05-10 04:39:00 +00:00
Lars Kühne 475115172e added hint about regexp-disabling of linelength check 2002-05-05 12:27:55 +00:00
Lars Kühne a84406be77 doc for tab expansion 2002-05-05 11:45:53 +00:00
Lars Kühne fea8a2b4d7 added test class for low level tests of the Utils methods 2002-05-05 11:42:39 +00:00
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