Commit Graph

1178 Commits

Author SHA1 Message Date
Oliver Burn 0ac2db237e Fixing broken windows...... http://www.artima.com/intv/fixitP.html 2003-03-27 10:17:40 +00:00
Oliver Burn 7e34b7d408 Fixing broken windows...... http://www.artima.com/intv/fixitP.html 2003-03-27 10:08:07 +00:00
Oliver Burn 65277d3042 Fixing broken windows...... http://www.artima.com/intv/fixitP.html 2003-03-27 09:50:54 +00:00
Oliver Burn 92707fb90a Just being picky 2003-03-27 09:38:16 +00:00
Lars Kühne d216ec7525 Major refactorings to allow the use of SeverityLevels in FileSetChecks
as well as in Checks and to simplify logging of messages in FileSetChecks.

Introduction of a new class called AbstractViolationReporter, from which
both Check and FileSetCheck are derived.

Severity is passed to submodules by means of the Contextualizable
mechanism. This means that the user can f.ex. set severity to INFO
in a TreeWalker and all Checks below that TreeWalker will use severity INFO.
2003-03-26 19:52:30 +00:00
Oliver Burn d4cee63283 Small refactor to improve all test failures. Probably defining the default
severity level in the SeverityLevel class is not the best thing to do - but I
could not think of an other obvious place.
2003-03-25 10:55:47 +00:00
Oliver Burn 26c4b0998f Fix cause of GUMP failure 2003-03-25 10:46:03 +00:00
Oliver Burn 068d52958b fix must GUMP errors 2003-03-25 09:53:02 +00:00
Lars Kühne 678deac3fe fixed copy and paste naming error 2003-03-25 05:57:41 +00:00
Lars Kühne 085edafb3b only consider events with severity ERROR when counting events,
necessary to make the Ant task's failOnError property work as expected
2003-03-23 08:29:12 +00:00
Lars Kühne bd9f7c6809 only log non-IGNORE events 2003-03-23 08:24:16 +00:00
Lars Kühne a14cef2fec events with no message are only generated by fireFileFinished,
these events are clearly INFO, not WARNING severity.
2003-03-23 08:04:56 +00:00
Lars Kühne 7480bff68a xref in javadoc 2003-03-22 09:23:31 +00:00
Oliver Burn c0da7e0d0b Just another very useful patch from Peter Dobratz. 2003-03-19 03:48:49 +00:00
Oliver Burn 5c273c9f39 Patch from Peter Dobratz to remove warnings from <tar> tasks. 2003-03-16 22:00:06 +00:00
Oliver Burn 44c7e4480b Another handy patch for Peter Dobratz - thanks for keeping us honest
with the documentation.
2003-03-16 09:36:25 +00:00
Oliver Burn 20325ac897 Another great patch from Peter Dobratz - this time to fix validate.xml 2003-03-16 06:17:41 +00:00
Oliver Burn 36cc8b2f69 picky 2003-03-16 06:13:14 +00:00
Oliver Burn 8dd44cbead Refactored out ugly copy/paste code. 2003-03-14 03:22:53 +00:00
Oliver Burn 4cddf4771c Patch from Simon Kitching to allow more configuration control over the
JavadocMethodCheck.
2003-03-11 22:49:58 +00:00
Oliver Burn 53197d9be9 Patch from David Schneider to add Severity to logged messages. 2003-03-11 06:56:45 +00:00
Oliver Burn 5d4dd44322 tighten the noose 2003-03-11 05:55:03 +00:00
Oliver Burn 093b30843e added how to not use a global classpath 2003-03-07 07:51:28 +00:00
Oliver Burn ca80f50be8 Fixed GUMP reported errors. 2003-03-04 10:53:24 +00:00
Lars Kühne b5126f45c4 added Peter's documentation improvements 2003-03-02 16:01:06 +00:00
Lars Kühne 51987ba098 fix commandline, patch by Peter Dobratz 2003-03-02 15:58:17 +00:00
Lars Kühne 4af1cc7842 removed obsolete file, it was used to document the engine of version 2 2003-03-02 09:45:36 +00:00
Lars Kühne c291163790 fixed avalon links, patch by Peter Dobratz 2003-03-02 09:42:30 +00:00
Lars Kühne b99f72832a applied patches by Peter Dobratz to make lintlink happy 2003-03-02 09:35:01 +00:00
Lars Kühne 7e610c264c javadoc fixes 2003-03-02 08:45:40 +00:00
Lars Kühne 0efabf8e76 hide constructor 2003-03-02 08:10:41 +00:00
Lars Kühne 491c948d9f added link to home page (patch by Peter Dobratz) 2003-03-02 07:58:06 +00:00
Lars Kühne 94c3033786 added javadoc for toString() 2003-03-01 09:09:38 +00:00
Lars Kühne 66d14ffc83 javadoc fixes (patch by Peter Dobratz) 2003-03-01 09:09:17 +00:00
Lars Kühne 250aa4b3ff javadoc fixes (patch by Peter Dobratz) 2003-03-01 09:01:24 +00:00
Lars Kühne 4e87da6bea added link to ANTLR FAQ (patch by Peter Dobratz) 2003-03-01 08:55:31 +00:00
Lars Kühne 1ddca05027 added link to writingchecks.html (patch by Peter Dobratz) 2003-03-01 07:56:08 +00:00
Lars Kühne 43982ded33 make sure that offset settings are correct for users who have changed the defaults in .emacs 2003-03-01 07:45:36 +00:00
Lars Kühne 3f4fdc2743 added xhtml patch by Peter Dobratz 2003-03-01 07:43:19 +00:00
Lars Kühne 875c87ee57 added use flag to javadoc (patch by Peter Dobratz) 2003-03-01 07:35:40 +00:00
Lars Kühne 632b1cd8cf copy array before returning it
thanks to Peter Dobratz for reporting this problem
2003-03-01 07:24:09 +00:00
Rick Giles 784b327005 Handle all parse errors,esp.those throws by the ANTLR parser on a
syntax error (see bug request id 694111).
2003-02-28 18:24:31 +00:00
Oliver Burn 0f8970e390 Added patch from Peter Dobratz to improve documentation. Thanks. 2003-02-28 12:14:03 +00:00
Oliver Burn 8c42377886 Fix cause of GUMP failure. 2003-02-25 05:47:43 +00:00
Oliver Burn 5185681ca8 added Clover reference 2003-02-24 06:12:14 +00:00
Oliver Burn c60f4cb6f2 Just a minor tweak to the logic to check early for a null
Properties object.
2003-02-23 21:53:17 +00:00
Lars Kühne 03d9719f47 added request id for InterfaceIsType 2003-02-23 13:29:27 +00:00
Lars Kühne c40ba98dbf added ConfigurationLoader bug + small fixes 2003-02-23 12:42:29 +00:00
Lars Kühne 4780212174 use a PropertyResolver interface instead of using Properties directly 2003-02-23 12:29:18 +00:00
Lars Kühne 7166b6a1d0 made ConfigurationLoader final
moved SaxHandler methods to inner class so they do not appear in the public API
2003-02-23 08:20:36 +00:00