net.sourceforge.pmd.renderers
Class CodeClimateIssue.Location

java.lang.Object
  extended by net.sourceforge.pmd.renderers.CodeClimateIssue.Location
Enclosing class:
CodeClimateIssue

public static class CodeClimateIssue.Location
extends Object

Location structure


Field Summary
 net.sourceforge.pmd.renderers.CodeClimateIssue.Location.Lines lines
           
 String path
           
 
Constructor Summary
CodeClimateIssue.Location(String path, int beginLine, int endLine)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

public String path

lines

public net.sourceforge.pmd.renderers.CodeClimateIssue.Location.Lines lines
Constructor Detail

CodeClimateIssue.Location

public CodeClimateIssue.Location(String path,
                                 int beginLine,
                                 int endLine)


Copyright © 2002-2016 InfoEther. All Rights Reserved.