See: Description
| Class | Description |
|---|---|
| CodeFootstamp |
Represents a single 'footprint' of some piece of ASM code.
|
| DetectDuplicatedCodeClassVisitor |
The same line can cause generation of many byte-code blocks connected to the same line.
|
| DetectDuplicatedCodeMethodVisitor |
Detects duplicates in a single analyzed method of ASM code.
|
| DetectDuplicatedCodeMethodVisitor.LineIdWithCodeFootstamp |
Represents pair of lineId and
CodeFootstamp connected with that DetectDuplicatedCodeMethodVisitor.LineIdWithCodeFootstamp.lineId |
| DetectIgnoredCodeClassVisitor | |
| DetectIgnoredCodeMethodVisitor |
| Enum | Description |
|---|---|
| DetectIgnoredCodeMethodVisitor.IgnoredStatus |
DetectDuplicatedCodeClassVisitor for example.
This package contains DetectDuplicatedCodeClassVisitor that is responsible for
detecting such a duplicates. It does not change class but only provide analysis.