Commit Graph

1724 Commits

Author SHA1 Message Date
Oleg Sukhodolsky 6e39e207cb Updated documentation for ReturnCount check (bug 904443) 2004-02-26 04:04:16 +00:00
Oleg Sukhodolsky 5fb27c0fe2 Fix for 897749 (JavadocStyleCheck @value tag). Fixed javadoc inline tags handling. 2004-02-25 18:31:09 +00:00
Oleg Sukhodolsky 804e50ee31 Implementation for 724871 (provide programmatic access to tokentype documentation) 2004-02-24 19:41:51 +00:00
Oleg Sukhodolsky 401394cfd4 restore FileLength to default, using suppression filter instead. 2004-02-24 19:31:33 +00:00
Lars Kühne c83578baf4 removed unused imports 2004-02-21 13:21:34 +00:00
Lars Kühne da2328d0f1 added new check EmptyForInitializerPad and changed logic in NoWhiteSpaceBefore and ParenPad to fix bug #895072 2004-02-15 11:31:32 +00:00
Lars Kühne 0b2ea87e30 gump target now uses the test suite to speed up the build (3:29 -> 0:39 on my machine) 2004-02-15 11:25:06 +00:00
Lars Kühne 2bbeb9e27a fixed typo
improved the rationale explanation in response to invalid bug report.
2004-02-15 07:04:25 +00:00
Rick Giles e5ad46010b Fixed MagicNumberCheck bug when checking a cast, bug 890706. 2004-02-04 22:44:59 +00:00
Oleg Sukhodolsky 63fc2b75aa One more update of release notes 2004-01-30 07:26:09 +00:00
Oleg Sukhodolsky 7f103f3760 TrailingComment check, request 744970 2004-01-29 19:30:03 +00:00
Oleg Sukhodolsky 30a744e620 release notes' update 2004-01-29 07:41:51 +00:00
Oleg Sukhodolsky 803dafc96a Implemented 885993 (Wrap all comments into TextBlocks).
Draft implementation for 744970 (Forbid endline comments)
2004-01-29 02:41:50 +00:00
Oleg Sukhodolsky 9696781072 Fix for IllegalStateException in CheckUtils.isEqualsMethod() 2004-01-28 09:36:02 +00:00
Oliver Burn 498e85c3b0 Part of the refactoring. 2004-01-26 10:53:01 +00:00
Oliver Burn 433209f256 A refactoring to remove the circular dependency between the checkstyle and
checkstyle.filters packages. I moved AbstractLoader to the checkstyle.api
package. I moved the SuppressionsLoader to the checkstyle.filters package.

I found the dependencies using the neat Pasta tool which I recommend. It is
available from http://javacentral.compuware.com/pasta/ for free.
2004-01-26 10:39:08 +00:00
Oleg Sukhodolsky 74b57239f5 Implementation of rfe 695935 (Valid public identifier is still failing field naming style). Not sure that this is a best approach to implement. Open to discussions. 2004-01-25 14:17:27 +00:00
Oliver Burn 88b72c3df7 General clean up - setting up Eclipse 3.0 M6. 2004-01-25 10:23:53 +00:00
Oliver Burn 5bfd76b4de Removed unused variables. 2004-01-25 10:13:03 +00:00
Oliver Burn 8150d69c42 General house cleanup - setting up Eclipse M6 2004-01-25 08:36:59 +00:00
Rick Giles c9a1a41a16 fixed bug 880954: UnusedPrivateMethod false positive (ternary call). 2004-01-23 01:02:56 +00:00
Oliver Burn b70d5956b6 Fixing up ignore 2004-01-21 09:38:24 +00:00
Rick Giles 9e5fe92b7c corrected errors reported by MethodParamPadCheck 2004-01-21 01:23:25 +00:00
Rick Giles 43a05ed66d added MethodParamPadCheck 2004-01-21 01:22:20 +00:00
Rick Giles 821540c3a8 corrected test case 2004-01-21 01:13:52 +00:00
Rick Giles dc5ea22c73 Added check for the padding between the
identifier of a method definition, constructor definition,
method call, or constructor invocation;
and the left parenthesis of the parameter list.  (module
MethodParamPad, request 843254)
2004-01-21 01:10:59 +00:00
Oleg Sukhodolsky 09f901f537 Added link to optional checks into TreeWalker's checks section. (patch 880026, from Ville Skytta) 2004-01-20 03:52:28 +00:00
Rick Giles 30a895e589 Fixed bug: JavadocStyleCheck throws StringIndexOutOfBoundsException when open tag character, <, is the last character on a line. 2004-01-18 20:08:07 +00:00
Rick Giles a7bede3cb4 Fixed bug: MagicNumberCheck throws NumberFormatException with negative octal and hex ints and longs. 2004-01-18 19:37:48 +00:00
Rick Giles ddff555c2d Fixed bug 878608: Error in reporting UnusedLocalVariable for multi-dimensional array index. 2004-01-17 15:28:18 +00:00
Lars Kühne 2dda964c91 fixed NPE in DesignForExtension when checking native methods 2004-01-17 12:02:45 +00:00
Oliver Burn 5670252b46 updated license details 2004-01-14 21:10:39 +00:00
Rick Giles d28061d9f2 Removed JDK 1.4 dependency (bug 876570) 2004-01-14 17:26:19 +00:00
Oleg Sukhodolsky 384b21e735 Workaround for DefaultHandler.resolveEntity() throws problem. 2004-01-13 14:26:20 +00:00
Rick Giles 02e614f091 Noted that UnusedPrivateMethod may require configuring the classpath. 2004-01-12 21:35:57 +00:00
Oleg Sukhodolsky d298d68e67 Added multiLines property for RegexpHeaderCheck. Added AbstractHeaderCheck - superclass for header checks. 2004-01-11 04:43:25 +00:00
Oleg Sukhodolsky 0340dcb26d Added multiLines property for RegexpHeaderCheck. Added AbstractHeaderCheck - superclass for header checks. 2004-01-11 04:36:20 +00:00
Oleg Sukhodolsky 46146514c3 messages for MultipleVariableDeclarations check. 2004-01-10 17:39:09 +00:00
Oleg Sukhodolsky 95871dcc26 Some enhancement and documentation for RequireThis check. 2004-01-10 14:41:28 +00:00
Oleg Sukhodolsky a6a288813e MultipleVariableDeclarations (requests 639233, 753858, 844705). 2004-01-10 03:54:15 +00:00
Oleg Sukhodolsky 80f34569e7 Draft implementation of RequireThis check submitted by Stephen Bloch. More testing needed 2004-01-09 11:37:28 +00:00
Oleg Sukhodolsky 553f3eb61e FallThrough check, request 754438. 2004-01-08 19:21:45 +00:00
Oleg Sukhodolsky db19bd67dc Checnge some check to use new API (I hate wrapping :) 2004-01-08 03:30:59 +00:00
Oleg Sukhodolsky e029c0077f MissingCtor check, request 696129. 2004-01-06 19:32:58 +00:00
Lars Kühne 29dab4fd7e added assertion failure message 2004-01-06 14:54:15 +00:00
Lars Kühne 41833b1ce3 got info from Simon that false alarms are theoretically possible
but highly unlikely in Simian (just like in our own check)
2004-01-06 14:47:43 +00:00
Lars Kühne 2e572720e6 added column information to text blocks
This is a step towards implementing RFE #680988, Don't apply GenericIllegalRegexp on comments
2004-01-06 14:28:51 +00:00
Lars Kühne 4ec69ed49e fixed copy&paste error in main header 2004-01-06 09:08:42 +00:00
Oleg Sukhodolsky d559cf9414 DefaultComesLast check (request 754486) 2004-01-06 05:50:49 +00:00
Oleg Sukhodolsky 3396d43ff2 Fix for rfe #843551 (Additional log call for Check API class) 2004-01-05 12:36:41 +00:00