From ceeebf2cd6bfdcc4d9598e901c8a0a223671ac43 Mon Sep 17 00:00:00 2001 From: Oleg Sukhodolsky Date: Mon, 29 Mar 2004 14:57:36 +0000 Subject: [PATCH] Users should provide classpath for RedundantThrows. --- docs/config_coding.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/config_coding.html b/docs/config_coding.html index beb901866..67a10c6fb 100644 --- a/docs/config_coding.html +++ b/docs/config_coding.html @@ -860,6 +860,12 @@ public class MySingleton <property name="allowUnchecked" value="true"/> </module> +

Note

+ +

The classpath should be configured to locate the class + information. The classpath configuration is dependent on the + mechanism used to invoke Checkstyle.

+

Package

com.puppycrawl.tools.checkstyle.checks.coding