Skip to content

Commit aff0874

Browse files
committed
docs(spotbugs): clarify file path construction
1 parent a3a6bd8 commit aff0874

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

codesectools/sasts/tools/SpotBugs/parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def __init__(self, output_dir: Path, result_data: dict, cmdout: dict) -> None:
7777
rule_index = result["ruleIndex"]
7878
checker = result["ruleId"]
7979

80+
# Note: All file paths are relative to the application's class path, not the project source directory.
8081
partial_filepath = Path(
8182
result["locations"][0]["physicalLocation"]["artifactLocation"][
8283
"uri"

0 commit comments

Comments
 (0)