Uses of Interface
org.jacoco.core.internal.analysis.filter.IFilter
Packages that use IFilter
-
Uses of IFilter in org.jacoco.core.internal.analysis
Fields in org.jacoco.core.internal.analysis declared as IFilter -
Uses of IFilter in org.jacoco.core.internal.analysis.filter
Classes in org.jacoco.core.internal.analysis.filter that implement IFilterModifier and TypeClassDescriptionfinal class
Filters classes and methods annotated withruntime visible
andinvisible
annotation whose simple name containsGenerated
.(package private) final class
Filters bridge methods.final class
Filters empty enum constructors.final class
Filters methodsvalues
andvalueOf
that compiler creates for enums.final class
Filter that combines other filters.final class
Filters duplicates of finally blocks that compiler generates.final class
Filters branches that Kotlin compiler generates for coroutines.final class
Filters branches that Kotlin compiler generates for default arguments.(package private) final class
Filters methods that Kotlin compiler generates for non-overridden non-abstract methods of interfaces.class
Filters methods generated by the Kotlin compiler.final class
Filters out instructions that were inlined by Kotlin compiler.class
Filters branch in bytecode that Kotlin compiler generates for reading fromlateinit
properties.final class
Filters branch in bytecode that Kotlin compiler generates for not-null assertion operator.final class
Filters branch in bytecode that Kotlin compiler generates for "unsafe" cast operator.final class
Filters bytecode that Kotlin compiler generates forwhen
expressions which list all cases ofenum
orsealed class
, i.e.final class
Filters bytecode that Kotlin compiler generates forwhen
expressions with aString
.final class
Filters private empty constructors that do not have arguments.final class
Filters methodstoString
,hashCode
andequals
that compiler generates for records.final class
Filters code that is generated by ECJ for aswitch
statement with aString
and by Kotlin compiler 1.5 and above for awhen
expression with aString
.final class
Filters code that is generated by javac for a switch statement with a String.final class
Filters code that is generated for synchronized statement.final class
Filters synthetic methods unless they represent bodies of lambda expressions.final class
Filters code that ECJ generates for try-with-resources statement.final class
Filters code which is generated for try-with-resources statement by javac starting from version 11.final class
Filters code which is generated for try-with-resources statement by javac versions from 7 to 10.Fields in org.jacoco.core.internal.analysis.filter declared as IFilterModifier and TypeFieldDescriptionprivate final IFilter[]
Filters.filters
static final IFilter
Filters.NONE
Filter that does nothing.Methods in org.jacoco.core.internal.analysis.filter that return IFilterModifier and TypeMethodDescriptionstatic IFilter
Filters.all()
Creates filter that combines all other filters.Constructors in org.jacoco.core.internal.analysis.filter with parameters of type IFilter