Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1339 - 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: r1339 - development/main/magic/spells/checkstyle/etc/deliverables/formats
  • Date: Sun, 02 Jan 2005 15:40:20 +0100

Author: mcconnell
Date: Sun Jan 2 15:40:20 2005
New Revision: 1339

Modified:

development/main/magic/spells/checkstyle/etc/deliverables/formats/standard.format
Log:
Update checkstyle format to allow interrfaces without methods.

Modified:
development/main/magic/spells/checkstyle/etc/deliverables/formats/standard.format
==============================================================================
---
development/main/magic/spells/checkstyle/etc/deliverables/formats/standard.format
(original)
+++
development/main/magic/spells/checkstyle/etc/deliverables/formats/standard.format
Sun Jan 2 15:40:20 2005
@@ -98,9 +98,11 @@
<module
name="com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck">
<property name="severity" value="warning"/>
</module>
+ <!--
<module
name="com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck">
<property name="severity" value="warning"/>
</module>
+ -->
<module
name="com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck">
<property name="severity" value="warning"/>
</module>



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

Archive powered by MHonArc 2.6.24.

Top of Page