net.sourceforge.pmd.renderers
Class CodeClimateIssue.Location
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
path
public String path
lines
public net.sourceforge.pmd.renderers.CodeClimateIssue.Location.Lines lines
CodeClimateIssue.Location
public CodeClimateIssue.Location(String path,
int beginLine,
int endLine)
Copyright © 2002-2016 InfoEther. All Rights Reserved.