Skip to Content.
Sympa Menu

notify-dpml - r1099 - in trunk/main: depot/tools/checkstyle/etc/prefs/formats metro/station/console/src/main/net/dpml/station/console

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1099 - in trunk/main: depot/tools/checkstyle/etc/prefs/formats metro/station/console/src/main/net/dpml/station/console
  • Date: Wed, 15 Feb 2006 04:52:16 +0100

Author: mcconnell
Date: 2006-02-15 04:52:12 +0100 (Wed, 15 Feb 2006)
New Revision: 1099

Modified:
trunk/main/depot/tools/checkstyle/etc/prefs/formats/dpml.format

trunk/main/metro/station/console/src/main/net/dpml/station/console/StationPlugin.java
Log:
chckstylecheckstyle


Modified: trunk/main/depot/tools/checkstyle/etc/prefs/formats/dpml.format
===================================================================
--- trunk/main/depot/tools/checkstyle/etc/prefs/formats/dpml.format
2006-02-15 03:44:35 UTC (rev 1098)
+++ trunk/main/depot/tools/checkstyle/etc/prefs/formats/dpml.format
2006-02-15 03:52:12 UTC (rev 1099)
@@ -24,7 +24,7 @@
<property name="tokens" value="METHOD_DEF, VARIABLE_DEF"/>
</module>
<module
name="com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck">
- <property name="severity" value="warning"/>
+ <property name="severity" value="ignore"/>
</module>
<module name="com.puppycrawl.tools.checkstyle.checks.UpperEllCheck">
<property name="severity" value="warning"/>

Modified:
trunk/main/metro/station/console/src/main/net/dpml/station/console/StationPlugin.java
===================================================================
---
trunk/main/metro/station/console/src/main/net/dpml/station/console/StationPlugin.java
2006-02-15 03:44:35 UTC (rev 1098)
+++
trunk/main/metro/station/console/src/main/net/dpml/station/console/StationPlugin.java
2006-02-15 03:52:12 UTC (rev 1099)
@@ -122,7 +122,7 @@

if( m_logger.isDebugEnabled() )
{
- logRawArguments(logger, args );
+ logRawArguments( logger, args );
}

// handle commands




  • r1099 - in trunk/main: depot/tools/checkstyle/etc/prefs/formats metro/station/console/src/main/net/dpml/station/console, mcconnell at BerliOS, 02/14/2006

Archive powered by MHonArc 2.6.24.

Top of Page