Class CodeClimateIssue.Location

  • Enclosing class:
    CodeClimateIssue

    public static class CodeClimateIssue.Location
    extends java.lang.Object
    Location structure
    • Field Summary

      Fields 
      Modifier and Type Field Description
      net.sourceforge.pmd.renderers.CodeClimateIssue.Location.Lines lines  
      java.lang.String path  
    • Constructor Summary

      Constructors 
      Constructor Description
      Location​(java.lang.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 java.lang.String path
      • lines

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

      • Location

        public Location​(java.lang.String path,
                        int beginLine,
                        int endLine)