cerner / ccl-testing

A collection of maven plugins and their dependencies to perform CCL Unit tests and static analyses and to generate reports from the results.
Apache License 2.0
16 stars 11 forks source link

Whitenoise filterFile might not be working as expected. #49

Open feckertson opened 4 years ago

feckertson commented 4 years ago

Adding subroutineName to violationId + scriptName + variableName stops the filtering.

feckertson commented 3 years ago

Currently violations do not know the subroutine in which they occur.

Using JdomAnalysisRule.Delegate.getScope it would be possible to identify the subroutine [name] and support this.