Skip navigation links

Package net.sourceforge.cobertura.instrument.pass1

There are cases when the same piece of java code generates multiple series of ASM instructions.

See: Description

Package net.sourceforge.cobertura.instrument.pass1 Description

There are cases when the same piece of java code generates multiple series of ASM instructions. In particular the same line of code can be rendered in many places of destination code. See DetectDuplicatedCodeClassVisitor for example. This package contains DetectDuplicatedCodeClassVisitor that is responsible for detecting such a duplicates. It does not change class but only provide analysis.
Skip navigation links