hartwigmedical / hmftools

Various algorithms for analysing genomics data
GNU General Public License v3.0
189 stars 58 forks source link

ACTIN-41: Add optional disclaimer to ORANGE #385

Closed jbartletthmf closed 1 year ago

jbartletthmf commented 1 year ago

@kduyvesteyn I'm not in the habit of adding @NotNull and @Nullable annotations but I'll keep trying to add them where needed. Did I miss any in this PR? I mostly added booleans, which cannot be null.

jbartletthmf commented 1 year ago

I missed that ReportResources because I added it in a previous PR. I'll add the annotations now because we don't currently have a better way of avoiding NPEs in Java.