Package org.jacoco.core.internal.analysis.filter
package org.jacoco.core.internal.analysis.filter
-
ClassDescriptionFilters classes and methods annotated with
runtime visibleandinvisibleannotation whose simple name containsGenerated.Filters code that is generated for anassertstatement.Filters bridge methods.Filters empty enum constructors.Filters methodsvaluesandvalueOfthat compiler creates for enums.Filters default branch generated by compilers for exhaustive switch expressions.Filter that combines other filters.Filters duplicates of finally blocks that compiler generates.Interface for filter implementations.Context information provided to filters.Interface used by filters to mark filtered items.Filters branches that Kotlin compiler generates for coroutines.Filters branches that Kotlin compiler generates for default arguments.Filters methods that Kotlin compiler generates for non-overridden non-abstract methods of interfaces.Filters methods generated by the Kotlin compiler.Filters out instructions that were inlined by Kotlin compiler.Filters branch in bytecode that Kotlin compiler generates for reading fromlateinitproperties.Filters branch in bytecode that Kotlin compiler generates for not-null assertion operator.Filters branch in bytecode that Kotlin compiler generates for "unsafe" cast operator.Filters bytecode that Kotlin compiler generates forwhenexpressions which list all cases ofenumorsealed class, i.e.Filters bytecode that Kotlin compiler generates forwhenexpressions with aString.Filters private empty constructors that do not have arguments.Filters code that is generated for record patterns.Filters methodstoString,hashCodeandequalsthat compiler generates for records.Filters code that is generated by ECJ for aswitchstatement with aStringand by Kotlin compiler 1.5 and above for awhenexpression with aString.Filters code that is generated by javac for a switch statement with a String.Filters code that is generated for synchronized statement.Filters synthetic methods unless they represent bodies of lambda expressions.Filters code that ECJ generates for try-with-resources statement.Filters code which is generated for try-with-resources statement by javac starting from version 11.Filters code which is generated for try-with-resources statement by javac versions from 7 to 10.javac from JDK 7 and 8 generates bytecode that is equivalent to the compilation of source code that is described in JLS 14.20.3.