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.Factory for all JaCoCo filters.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 bytecode generated by Compose Kotlin compiler plugin.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 methodgetEntriesthat Kotlin compiler creates for enums.Filters methods that Kotlin compiler generates for @JvmExposeBoxed.Filters methods generated by the Kotlin compiler.Filters methods that Kotlin compiler generates for inline classes.Filters out instructions that were inlined by Kotlin compiler.Filters methods that Kotlin compiler generates for functions and constructors annotated withJvmOverloads.Filters methods that Kotlin compiler generates for functions annotated withJvmStatic.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 bytecode that Kotlin compiler generates for chains of safe call operators (?.).Filters methods generated by Kotlin serialization compiler plugin.Parsed representation of SourceDebugExtension attribute.Parsed representation of a single LineSection from SourceDebugExtension attribute.Filters synthetic accessors generated by the Kotlin compiler.Filters branch in bytecode that Kotlin compiler generates for "unsafe" cast operator.Filters bytecode that Kotlin compiler generates forwhenexpressions and statements with subject of typeenum classorsealed class.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.Utility for creating an argument forIFilterOutput.replaceBranches(AbstractInsnNode, Replacements)with information about how to compute the coverage status of branches of instruction from the coverage status of branches of other instructions.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 classes.Filters synthetic methods in non-Kotlin classes 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.r = ...; try { ...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.