Groovy Documentation

groovy.org.codenarc.rule
[Groovy] Class Violation

java.lang.Object
  groovy.org.codenarc.rule.Violation

class Violation

Represents a single instance of a rule violation

Authors:
Chris Mair


Property Summary
Integer lineNumber

String message

Rule rule

String sourceLine

 
Method Summary
String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

lineNumber

Integer lineNumber


message

String message


rule

Rule rule


sourceLine

String sourceLine


 
Method Detail

toString

String toString()


 

Groovy Documentation