Rick Giles
|
0587b63fec
|
documented Filter configuration
|
2003-07-14 20:28:12 +00:00 |
Rick Giles
|
524a7eca73
|
Renamed "filter" package to "filters" for consistency with "checks".
Incorporated "filters" in package names.
|
2003-07-14 18:43:49 +00:00 |
Rick Giles
|
e464c7197a
|
spelling
|
2003-07-14 17:48:19 +00:00 |
Rick Giles
|
89600c8253
|
"Undo" last commit. These are not AutomaticBeans.
|
2003-07-14 17:30:05 +00:00 |
Oliver Burn
|
51dae59b8d
|
New Javadoc style check from Chris Stillwell.
|
2003-07-14 12:31:52 +00:00 |
Rick Giles
|
d917b95a01
|
a SuppressElement is not an AutomaticBean.
|
2003-07-14 11:08:51 +00:00 |
Rick Giles
|
0d636bb7bb
|
correct checkstyle error.
|
2003-07-14 11:03:35 +00:00 |
Rick Giles
|
f55fcd5462
|
Removed clutter: empty abstract class AuditEventFilter.
|
2003-07-14 10:58:07 +00:00 |
Rick Giles
|
e55435125e
|
corrected misspelling of "precede", bug 744342
|
2003-07-14 10:24:01 +00:00 |
Rick Giles
|
35e4a41c10
|
YACPE - Yet another copy-paste error
|
2003-07-14 09:24:20 +00:00 |
Rick Giles
|
4b841439a6
|
corrected constant reference
|
2003-07-14 09:13:02 +00:00 |
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 |