-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct path manipulation on Windows and UNIX (#37)
This fixes: - [X] `Path` to `URI` and `URI` to `Path` conversions - [X] Path manipulation issues (comparision, relative to absolute conversion, etc.) - [X] Path relativization issues (w.r.t. the test root) - [X] Attempts to copy a file onto itself - [X] Issues when line numbers from SARIF exceed the actual line count
- Loading branch information
1 parent
7cf2ba4
commit 40e16d6
Showing
8 changed files
with
701 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ target | |
.gradle | ||
build | ||
/.idea | ||
/.run/ | ||
*.iml | ||
out | ||
.DS_Store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.