Rick Giles
|
0daafbddda
|
fixed copy-paste error
|
2003-07-14 08:57:04 +00:00 |
Rick Giles
|
5bd9d65213
|
added Javadoc comment
|
2003-07-14 08:53:13 +00:00 |
Rick Giles
|
0fe4109620
|
enable setting as a module in config file
|
2003-07-14 08:33:24 +00:00 |
Rick Giles
|
26ac073352
|
enable setting as a module in config file
|
2003-07-14 08:24:47 +00:00 |
Rick Giles
|
21f0b07bd0
|
Refactor and extend filters to filter chains.
Add suppression filters.
|
2003-07-14 08:22:10 +00:00 |
Oliver Burn
|
8dc1a8ab99
|
Fix checkstyle errors
|
2003-07-13 10:30:23 +00:00 |
Oliver Burn
|
1c33f79ad5
|
being picky
|
2003-07-13 10:01:19 +00:00 |
Lars Kühne
|
201e6c46cd
|
first cut at duplicate code detection tool.
TBD:
- performance optimizations
- remove basedir from secondary file name
|
2003-07-12 14:25:44 +00:00 |
Lars Kühne
|
6c958d0c13
|
added test input for hidden field to prevent false alarms
also removed some trailing whitespace (Emacs highlights them for me)
|
2003-07-12 13:30:14 +00:00 |
Lars Kühne
|
9a24542da3
|
removed redunant type cast, fixed javadoc typo
|
2003-07-12 12:58:51 +00:00 |
Rick Giles
|
a4222b86ea
|
Enable addition of AuditListener modules in configuration.
|
2003-07-11 23:00:39 +00:00 |
Rick Giles
|
38c44ee0e9
|
correct checkstyle error (introduced automagically by Eclipse, argh).
|
2003-07-11 22:48:02 +00:00 |
Rick Giles
|
343250f12c
|
corrected filter logic error
|
2003-07-11 18:41:59 +00:00 |
Rick Giles
|
ea10feeb83
|
usage docs
|
2003-07-11 18:37:45 +00:00 |
Rick Giles
|
5d90d9cfdf
|
Added default constructor with default ignoreFormat
|
2003-07-11 18:36:54 +00:00 |
Rick Giles
|
c3baa3fa77
|
Added filter feature to Checker.
|
2003-07-11 18:35:17 +00:00 |
Rick Giles
|
04bca2e043
|
Added check for private field used in only one method.
Minor code cleanup.
|
2003-07-11 10:28:17 +00:00 |
Rick Giles
|
686de78ad4
|
Added package.html.
Broke package dependenct cycle.
|
2003-07-10 23:54:05 +00:00 |
Rick Giles
|
c91964b8d9
|
simplified testing and reduced nested if levels.
|
2003-07-10 23:25:58 +00:00 |
Rick Giles
|
3d734ac416
|
fixed most checkstyle errors
|
2003-07-10 23:01:56 +00:00 |
Rick Giles
|
79d2d3d3e2
|
usage checks
|
2003-07-10 22:20:29 +00:00 |
Rick Giles
|
bb52a25c6c
|
added check that overriding finalize method calls super.finalize
|
2003-07-07 09:17:30 +00:00 |
Rick Giles
|
18718ffeab
|
added check that an overriding clone() method calls super.clone().
|
2003-07-06 22:33:59 +00:00 |
Rick Giles
|
89b56ea0ea
|
minor improvement in object creation
|
2003-07-06 20:25:44 +00:00 |
Oliver Burn
|
0cd7b4fe60
|
remove evil tabs
|
2003-07-06 12:31:35 +00:00 |
Oliver Burn
|
7c1bdded08
|
[rfe-756416] added DTD for configuration of suppressions
|
2003-07-06 11:47:50 +00:00 |
Oleg Sukhodolsky
|
319b894042
|
Minor javadoc-comment checnges to please javadoc.
|
2003-07-06 08:07:21 +00:00 |
Oleg Sukhodolsky
|
4ada1aa1ef
|
Fixed GUMP failure - HomeInterfaceCheckTest
|
2003-07-06 07:49:49 +00:00 |
Oleg Sukhodolsky
|
672b00878f
|
Added comment for setAllowInSwitchCase() - fix GUMP failure.
|
2003-07-06 07:48:01 +00:00 |
Lars Kühne
|
eabb79303a
|
fixed parameter type issue (strange)
|
2003-07-06 06:19:01 +00:00 |
Rick Giles
|
8929cfc00f
|
updated configuration
|
2003-07-05 19:19:19 +00:00 |
Rick Giles
|
4463465340
|
include tests for j2ee checks.
|
2003-07-05 17:30:19 +00:00 |
Rick Giles
|
cde9b8b618
|
moved to main distribution
|
2003-07-05 17:29:35 +00:00 |
Rick Giles
|
a43e43e0e7
|
moved to main distribution
|
2003-07-05 17:23:25 +00:00 |
Rick Giles
|
b904923180
|
docs for j2ee checks
|
2003-07-05 17:17:28 +00:00 |
Rick Giles
|
5cce308aec
|
tests for j2ee checks.
|
2003-07-05 17:16:05 +00:00 |
Rick Giles
|
192d09dfc0
|
Major refactoring. Moved to main distribution.
|
2003-07-05 17:14:33 +00:00 |
Lars Kühne
|
97d669aad4
|
Added allowInSwitchCase property to AvoidNestedBlocksCheck
to allow limiting the scope of variables to one case of a switch statement.
|
2003-07-05 11:12:17 +00:00 |
Lars Kühne
|
59de966a7e
|
Added allowInSwitchCase property to AvoidNestedBlocksCheck
to allow limiting the scope of variables to one case of a switch statement.
Also currently playing with the Clover IDEA plugin - man, this rocks!!
|
2003-07-05 11:09:52 +00:00 |
Oliver Burn
|
6db0b3effd
|
Code cleanup to force the class name for the cause of the message to be
logged. Required as part of changes I am making for RFE 756416.
|
2003-07-05 10:47:35 +00:00 |
Lars Kühne
|
e6860c68f6
|
renamed ant project name, makes ant tree look better in IDEA
|
2003-07-05 10:44:21 +00:00 |
Rick Giles
|
f9e4b4c304
|
minor grammar correction
|
2003-07-02 19:50:41 +00:00 |
Rick Giles
|
d14153b5be
|
added check for native methods to configuration
|
2003-07-02 12:56:30 +00:00 |
Rick Giles
|
b07f845ac1
|
added IllegalTokenCheck, request 750755
|
2003-07-02 12:48:43 +00:00 |
Rick Giles
|
983111eb06
|
added check that static fields are final.
|
2003-07-02 10:37:00 +00:00 |
Rick Giles
|
9089e7a210
|
corrected rules. added references.
|
2003-07-01 23:24:28 +00:00 |
Rick Giles
|
cb72198165
|
Checks that 'this' is not a parameter and 'this' is not a return value.
Check that EntityBean ejbCreate method has a matching ejbPostCreate method.
|
2003-07-01 19:39:00 +00:00 |
Rick Giles
|
135b7a010b
|
implement requirement that a bean class cannot be abstract
|
2003-07-01 11:58:27 +00:00 |
Rick Giles
|
d0fbb100b6
|
added check for FinderException throws clause to ejbSelect check
|
2003-06-30 23:49:37 +00:00 |
Rick Giles
|
772107d27c
|
correct checkstyle errors
|
2003-06-30 23:48:29 +00:00 |