org.sonar.api.batch.sensor.duplication
Class DuplicationGroup.Block

java.lang.Object
  extended by org.sonar.api.batch.sensor.duplication.DuplicationGroup.Block
Enclosing class:
DuplicationGroup

public static class DuplicationGroup.Block
extends Object


Constructor Summary
DuplicationGroup.Block(String resourceKey, int startLine, int length)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 int length()
           
 String resourceKey()
           
 int startLine()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicationGroup.Block

public DuplicationGroup.Block(String resourceKey,
                              int startLine,
                              int length)
Method Detail

resourceKey

public String resourceKey()

startLine

public int startLine()

length

public int length()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009–2015 SonarSource. All rights reserved.