Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
comment on trailing space
  • Loading branch information
msridhar committed Dec 5, 2025
commit 7bb824f41bb87cdba3329f3d8448f026bc7864a4
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ private static boolean hasNullMarkedOrNullUnmarkedAnnotation(Symbol symbol) {

@Override
public String linkUrl() {
// trailing space is deliberate to help ensure clickability from terminals
return "https://github.com/uber/NullAway/wiki/JSpecify-Support#requireexplicitnullmarking-checker ";
}
Comment thread
coderabbitai[bot] marked this conversation as resolved.
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void defaultURL() {
.addSourceLines(
"test/MissingAnnotation.java",
"package test;",
"// BUG: Diagnostic contains: https://github.com/uber/NullAway/wiki/JSpecify-Support#requireexplicitnullmarking-checker",
"// BUG: Diagnostic contains: https://github.com/uber/NullAway/wiki/JSpecify-Support#requireexplicitnullmarking-checker ",
"class MissingAnnotation {",
"}")
.doTest();
Expand Down
Loading