Commit Graph

1890 Commits

Author SHA1 Message Date
Lars Kühne b297bb366a improved intro blurb 2005-01-09 13:24:02 +00:00
Lars Kühne 5122460b44 added german translation 2005-01-09 13:13:28 +00:00
Lars Kühne 9f595a1795 removed checks from javadoc:
- This is not really code any user should rely on. Package names, API, etc. are not stable
- trims down distribution size by several MB (uncompressed)
- class javadoc of checks is used for autogenerating xdocs (see CheckDocsDoclet),
  those classdocs are easier to write if they only serve one purpose
2005-01-09 12:30:07 +00:00
Lars Kühne f7a4546f1a fixed lbrace location 2005-01-09 10:59:02 +00:00
Lars Kühne 0d887cde58 happy new year 2005-01-09 10:50:57 +00:00
Lars Kühne 9c1fd20b30 happy new year 2005-01-09 09:09:42 +00:00
Lars Kühne 28b37309f2 Documentation contains an alphabetically sorted list of all available checks 2005-01-08 15:58:56 +00:00
Lars Kühne f068d34d01 use html escape for '@' in annotation examples to avoid javadoc warnings 2005-01-08 15:34:13 +00:00
Lars Kühne 6d940ae4fa removed snippet from writingchecks, probably a copy/paste error during the transition to xdocs 2005-01-08 14:03:24 +00:00
Lars Kühne 2781597303 added logos for cenqua and sourceforge (these logos serve as hit counters) 2005-01-08 14:01:29 +00:00
Lars Kühne 52287b22c2 fixed typos and doubled single quotes for parameterized messages (patch #1097980 by Olivier Parent) 2005-01-08 08:03:26 +00:00
Lars Kühne 503026d202 fixed typos and doubled single quotes for parameterized messages (patch #1097980 by Olivier Parent) 2005-01-08 07:24:10 +00:00
Michael Studman d270a8582b Integrated patch from James Nichols to fix scope problems with enums, interfaces and annotations. 2005-01-07 22:27:55 +00:00
Oleg Sukhodolsky e6c56a62d6 fixed typos reported in patch 1061431 by scop. 2004-12-22 18:08:13 +00:00
Michael Studman fee0ec8258 Fixed bug where for-each statements caused a NPE when checking special case for for statements with empty iterator clauses in ParenPadCheck. 2004-12-19 23:44:21 +00:00
Michael Studman 9bcd88cf20 Fixed bug where local variables to for-each clauses where flagged as requiring the final modifier. 2004-12-19 23:10:56 +00:00
Michael Studman c83b8eeeac Fixed bug where enum constants were causing NPE in Javadoc style check because enum constants have no explicit modifiers. 2004-12-19 23:05:21 +00:00
Oliver Burn 06b377b34c bug 1080343: fix handling of suppressions to only effect file errors. 2004-12-07 11:49:26 +00:00
Oliver Burn a015df25f2 Fix version number 2004-12-07 11:46:28 +00:00
Oliver Burn 66cc059f71 Just minor code cleanup 2004-12-07 10:50:44 +00:00
Oliver Burn 441025a2f7 Not needed anymore 2004-12-05 06:51:43 +00:00
Oliver Burn 7ae44527dd Not needed anymore 2004-12-05 06:46:13 +00:00
Oliver Burn aa78210274 Brought across changes from v3-branch. 2004-12-05 06:38:31 +00:00
Oliver Burn fbd6b0be8d brought across from v3-branch 2004-12-05 05:46:43 +00:00
Oliver Burn fa096b7c1e Brought across from v3-branch. 2004-12-05 05:43:00 +00:00
Oliver Burn 258c680408 Bringing across from v3-branch 2004-12-05 04:43:03 +00:00
Oliver Burn 35cd2f3df1 bring across from v3 branch 2004-12-05 04:41:37 +00:00
Lars Kühne 18f4f7efe9 patch #1078748, contributed by Dave Brosius:
Guard against NPEs, improve map traversal algos
2004-12-04 08:03:13 +00:00
Michael Studman 898b05afda Fixed small bug that stopped recognising variable argument methods. 2004-10-27 21:41:47 +00:00
Lars Kühne c4d8550b2e added index of all available checks to xdocs (rfe #1007499) 2004-10-24 10:28:16 +00:00
Lars Kühne 76e9e8ee63 changed javadoc for better results in overview pages 2004-10-24 10:18:50 +00:00
Lars Kühne 72377cb042 added description for xdoc target, so it appears in IDEA 2004-10-24 10:13:49 +00:00
Oliver Burn 7344a99c88 Migrated more documentation. 2004-10-23 12:48:59 +00:00
Lars Kühne 91994467f4 improved docs for anakia 2004-10-19 21:36:26 +00:00
Lars Kühne c0e20524a6 improved docs 2004-10-19 21:25:37 +00:00
Lars Kühne a539deb14d fixed generated docs 2004-10-19 21:22:02 +00:00
Lars Kühne 4a1cad246c improved javadocs for automatic doc generation 2004-10-19 21:03:26 +00:00
Lars Kühne a74112c8eb fixed long line 2004-10-19 20:55:27 +00:00
Lars Kühne e028a502f4 made screenshot available in "writing checks" 2004-10-19 20:44:50 +00:00
Michael Studman 6a275cabe3 Fixed bug where idents were only tracked if inside classes and interfaces - fixed to include enums and annotations. 2004-10-19 11:03:47 +00:00
Oleg Sukhodolsky b090a07e19 fix for 952508 (RequireThis generates Unable find where 'x' is declared. 2004-10-18 18:13:14 +00:00
Lars Kühne d8fcf45143 rfe #1041590, allow header specification directly in checkstyle config file 2004-10-16 17:27:20 +00:00
Lars Kühne d1a2974764 rfe #1041590, allow header specification directly in checkstyle config file 2004-10-16 17:13:04 +00:00
Lars Kühne 510bf2e6a7 updated links 2004-10-16 14:05:24 +00:00
Oleg Sukhodolsky a1ae361325 Let's compile sources with iso-8859-1 encoding 2004-10-14 12:46:48 +00:00
Oleg Sukhodolsky c9a1ce7de0 Fix for 1033166 2004-10-10 08:47:39 +00:00
Lars Kühne 2c02a737d9 Updated to V 1.7 of commons-beanutils (Apache license 2.0).
This allows us to change the type converters locally in AutomaticBean,
not globally per classloader. This change is beneficial mainly
in some embedded scenarios like IDE plugins.
2004-10-09 05:43:46 +00:00
Michael Studman 083ab98e4a Folded all three Java grammars into one with optional assert/enum keyword treatment. 2004-10-08 12:39:13 +00:00
Oleg Sukhodolsky 1ac7fc3f8f merging changes from v3 branch 2004-10-05 17:11:54 +00:00
Michael Studman 6125beffc4 Initial Java 1.5 support 2004-09-27 18:55:50 +00:00