Closed bobbylight closed 4 months ago
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 74.63%. Comparing base (
36b928f
) to head (ad03530
).
Files | Patch % | Lines |
---|---|---|
...a/org/fife/ui/rsyntaxtextarea/RSyntaxDocument.java | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
As discussed in #545, an NPE in
SyntaxView
is caused by anull
token returned fromRSyntaxDocument
in certain unexpected circumstances. This method should always return non-null
values.