Groovy Documentation

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

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

class InlineViolationsParser

Parser for inline violation metadata within Rule test classes

Authors:
Artur Gajowy


Nested Class Summary
static class InlineViolationsParser.ParseResult

 
Property Summary
def result

 
Method Summary
protected static String inlineViolation(String violationMessage)

InlineViolationsParser.ParseResult parse(String annotatedSource)

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

Property Detail

result

def result


 
Method Detail

inlineViolation

protected static String inlineViolation(String violationMessage)


parse

InlineViolationsParser.ParseResult parse(String annotatedSource)


 

Groovy Documentation