Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1346 - development/main/magic/spells/checkstyle/etc/deliverables/formats

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1346 - development/main/magic/spells/checkstyle/etc/deliverables/formats
  • Date: Mon, 03 Jan 2005 01:45:37 +0100

Author: mcconnell
Date: Mon Jan 3 01:45:37 2005
New Revision: 1346

Modified:

development/main/magic/spells/checkstyle/etc/deliverables/formats/dpml.format
Log:
Fix mutable static format handling (default from checkstyle is equivalent to
a inline variable name). The DPML pattern now enforces mutable static
members to m_SOMETHING_IN_UPPERCASE.

Modified:
development/main/magic/spells/checkstyle/etc/deliverables/formats/dpml.format
==============================================================================
---
development/main/magic/spells/checkstyle/etc/deliverables/formats/dpml.format
(original)
+++
development/main/magic/spells/checkstyle/etc/deliverables/formats/dpml.format
Mon Jan 3 01:45:37 2005
@@ -154,6 +154,7 @@
<property name="severity" value="warning"/>
</module>
<module
name="com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck">
+ <property name="format" value="^m_[A-Z0-9]*$"/>
<property name="severity" value="warning"/>
</module>
<module
name="com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheck">



  • svn commit: r1346 - development/main/magic/spells/checkstyle/etc/deliverables/formats, mcconnell, 01/02/2005

Archive powered by MHonArc 2.6.24.

Top of Page