Class CodeAnalyzer::Warning
In: lib/code_analyzer/warning.rb
Parent: Object

Warning is the violation.

it indicates the filenname, line number and error message for the violation.

Methods

new   to_s  

Attributes

filename  [R] 
line_number  [R] 
message  [R] 

Public Class methods

Public Instance methods

[Validate]