• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

uber / NullAway / #831 / 1
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 25 Apr 2022 06:47PM UTC
Files 73
Run time 14s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

25 Apr 2022 06:44PM UTC coverage: 92.055% (+0.02%) from 92.036%
#831.1

push

github-actions

web-flow
Fixes line breaks and tabs in serializing errors. (#584)

At this moment, NullAway will produce the following output when serializing reporting errors:

```java
foo(X.m()
      ?  X.m2()
    : null)
foo (Object bar) { }
```
```
PASS_NULLABLE   passing @Nullable parameter 'X.m()
            ?                                      X.m2()
            : null' where @NonNull is required   com.uber.foo.Bar    baz()  

```

Since columns are separated by `\t` in `tsv` files and every row should be in one single line, the output should have been the below:
```
PASS_NULLABLE   passing @Nullable parameter 'X.m()\n\t\t? X.m2()\n\t: null' where @NonNull is required   com.uber.foo.Bar  baz()  
```

This PR fixes this issue with a test to verify the correctness.

In addition to `\n` and `\t`, this PR encodes other escape characters (`\r`, `\f` and `\b`) as well.

4785 of 5198 relevant lines covered (92.05%)

0.92 hits per line

Source Files on job #831.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 831
  • 8044b9e8 on github
  • Prev Job for on master (##830.1)
  • Next Job for on master (##836.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc