struct Report::PMD::ReportFile

Overview

An entry in the Report#files array.

Included Modules

Defined in:

report/pmd.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(filename : String, violations : Array(Violation)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(filename _filename = @filename, violations _violations = @violations) #

[View source]
def filename : String #

def violations : Array(Violation) #