1.4.0
- Make data-holder classes abstract. This gives more flexibility to override original class,
see proposal #4 for more information. This change includes class: -
Span
->AbstractSpan
-
Position
->AbstractPosition
-
Label
->AbstractLabel
-
Warning
&Error
(Partially) ->Report
(only fields are effected)
- Make
FileReportBuilder
accepts abstract classes metioned in previous statement. FileReportBuilder
internal code cleanup.