public final class Nullfree
extends java.lang.Object
implements dev.youshallnotpass.plugin.Inspection
| Constructor and Description |
|---|
Nullfree(SourceMask sourceMask,
boolean skipComparisons,
int threshold) |
Nullfree(SourceMask sourceMask,
boolean skipComparisons,
int threshold,
java.util.List<Null> nulls) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(java.io.File file) |
dev.youshallnotpass.plugin.Failures |
failures() |
java.lang.String |
name() |
public Nullfree(SourceMask sourceMask, boolean skipComparisons, int threshold)
public Nullfree(SourceMask sourceMask, boolean skipComparisons, int threshold, java.util.List<Null> nulls)
public java.lang.String name()
name in interface dev.youshallnotpass.plugin.Inspectionpublic void accept(java.io.File file)
throws dev.youshallnotpass.plugin.IwfyException
accept in interface dev.youshallnotpass.plugin.Inspectiondev.youshallnotpass.plugin.IwfyExceptionpublic dev.youshallnotpass.plugin.Failures failures()
failures in interface dev.youshallnotpass.plugin.Inspection