public final class Allfinal
extends java.lang.Object
implements dev.youshallnotpass.plugin.Inspection
| Constructor and Description |
|---|
Allfinal(SourceMask sourceMask,
int threshold,
boolean skipInterfaceMethodParams,
boolean skipLambdaParams,
boolean skipCatchParams) |
Allfinal(SourceMask sourceMask,
int threshold,
boolean skipInterfaceMethodParams,
boolean skipLambdaParams,
boolean skipCatchParams,
java.util.List<Nonfinal> nonfinals) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(java.io.File file) |
dev.youshallnotpass.plugin.Failures |
failures() |
java.lang.String |
name() |
public Allfinal(SourceMask sourceMask, int threshold, boolean skipInterfaceMethodParams, boolean skipLambdaParams, boolean skipCatchParams)
public Allfinal(SourceMask sourceMask, int threshold, boolean skipInterfaceMethodParams, boolean skipLambdaParams, boolean skipCatchParams, java.util.List<Nonfinal> nonfinals)
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