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

Monits / findbugs-plugin / 83
96%

Build:
DEFAULT BRANCH: master
Ran 23 Feb 2016 09:22PM UTC
Jobs 1
Files 20
Run time 1s
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

pending completion
83

push

travis-ci

mvanotti
Add Nullness annotations (JSR 305)

Summary:
Now all parameters have the corresponding @Nonnull and @Nullable
annotations.

If the parameter was used assuming it was not null, a @Nonnull
annotation was added.

If the parameter might be null without breaking everything (example:
object.Equals or dictionary lookup), it was tagged with @Nullable.

Abstract methods were annotated with @Nonnull, as well as
TypeQualifierValue<?>s and Column Types.

Fix checkstyle issues.

Make findSuperMethods private on UnknownNullnessDetector
The method was public but should be private.

Test Plan: No test plan.

Reviewers: jmsotuyo

Reviewed By: jmsotuyo

Subscribers: itirabasso

Differential Revision: http://ph.monits.com/D14950

77 of 77 new or added lines in 12 files covered. (100.0%)

670 of 695 relevant lines covered (96.4%)

0.96 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
src/main/java/jp/co/worksap/oss/findbugs/jpa/NullablePrimitiveDetector.java
1
100.0
src/main/java/jp/co/worksap/oss/findbugs/jsr305/nullness/UnknownNullnessDetector.java
Jobs
ID Job ID Ran Files Coverage
1 83.1 23 Feb 2016 09:22PM UTC 0
96.4
Travis Job 83.1
Source Files on build 83
  • Tree
  • List 0
  • Changed 16
  • Source Changed 16
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #83
  • 1bce352f on github
  • Prev Build on master (#82)
  • Next Build on master (#84)
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

© 2025 Coveralls, Inc