-
Bug
-
Resolution: Won't Fix
-
Major
-
None
When running a Codenarc report against a subdirectory (i.e. a Gradle subproject), Codenarc generates a report where the <Package> path is relative to the subproject but includes a <SourceDirectory> tag to indicate path of the subproject relative to the root project.
The CodenarcParser doesnt' respect the SourceDirectory tag when generating the file model so violations aren't rendered appropriately to the view. The violation is displayed on the summary, but clicking the link brings you to an empty page.