Skip to main content

CloneGroup

Type Alias CloneGroup 

Source
pub type CloneGroup = CloneGroup;

Aliased Type§

pub struct CloneGroup {
    pub instances: Vec<CloneInstance>,
    pub token_count: usize,
    pub line_count: usize,
}

Fields§

§instances: Vec<CloneInstance>

All instances where this duplicated code appears.

§token_count: usize

Number of tokens in the duplicated block.

§line_count: usize

Number of lines in the duplicated block.