Home | History | Annotate | Download | only in filter

Lines Matching refs:Finally

23 import org.jacoco.core.test.filter.targets.Finally;
35 * Test of filtering of duplicated bytecode that is generated for finally block.
43 super(Finally.class);
47 * {@link Finally#example(boolean)}
63 * GOTO instructions at the end of duplicates of finally block might have
64 * line number of a last instruction of finally block and hence lead to
66 * {@link Finally#catchNotExecuted()}, {@link Finally#emptyCatch()}. So we
75 * {@link Finally#breakStatement()}
86 * {@link Finally#catchNotExecuted()}
97 * {@link Finally#emptyCatch()}
107 * {@link Finally#twoRegions()}
130 * {@link Finally#nested()}
150 * {@link Finally#emptyTry()}
166 * {@link Finally#alwaysCompletesAbruptly()}
186 final Source source = Source.getSourceFor("src", Finally.class);
189 new ClassReader(TargetLoader.getClassDataAsBytes(Finally.class))