codeanalyzer/src/main/java/nl/obren/sokrates/sourcecode/duplication/DuplicatedFileBlock.java [25:62]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public int getSourceFileCleanedLinesOfCode() {
        return sourceFileCleanedLinesOfCode;
    }

    public void setSourceFileCleanedLinesOfCode(int sourceFileCleanedLinesOfCode) {
        this.sourceFileCleanedLinesOfCode = sourceFileCleanedLinesOfCode;
    }

    public int getStartLine() {
        return startLine;
    }

    public void setStartLine(int startLine) {
        this.startLine = startLine;
    }

    public int getEndLine() {
        return endLine;
    }

    public void setEndLine(int endLine) {
        this.endLine = endLine;
    }

    public int getCleanedStartLine() {
        return cleanedStartLine;
    }

    public void setCleanedStartLine(int cleanedStartLine) {
        this.cleanedStartLine = cleanedStartLine;
    }

    public int getCleanedEndLine() {
        return cleanedEndLine;
    }

    public void setCleanedEndLine(int cleanedEndLine) {
        this.cleanedEndLine = cleanedEndLine;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



reports/src/main/java/nl/obren/sokrates/reports/dataexporters/duplication/DuplicateFileBlockExportInfo.java [25:62]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public int getSourceFileCleanedLinesOfCode() {
        return sourceFileCleanedLinesOfCode;
    }

    public void setSourceFileCleanedLinesOfCode(int sourceFileCleanedLinesOfCode) {
        this.sourceFileCleanedLinesOfCode = sourceFileCleanedLinesOfCode;
    }

    public int getStartLine() {
        return startLine;
    }

    public void setStartLine(int startLine) {
        this.startLine = startLine;
    }

    public int getEndLine() {
        return endLine;
    }

    public void setEndLine(int endLine) {
        this.endLine = endLine;
    }

    public int getCleanedStartLine() {
        return cleanedStartLine;
    }

    public void setCleanedStartLine(int cleanedStartLine) {
        this.cleanedStartLine = cleanedStartLine;
    }

    public int getCleanedEndLine() {
        return cleanedEndLine;
    }

    public void setCleanedEndLine(int cleanedEndLine) {
        this.cleanedEndLine = cleanedEndLine;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



