wernight edited a comment on Bug JENKINS-12465

Got the same issue from a Simian generated XML file.

What I noticed it that the issue comes from a single element:

<simian version="2.3.33">
    <check failOnDuplication="true" ignoreCharacterCase="true" ignoreCurlyBraces="true" ignoreIdentifierCase="true" ignoreModifiers="true" ignoreStringCase="true" threshold="6">
        <set lineCount="6">
            <block sourceFile="..." startLineNumber="8" endLineNumber="29"/>
            ...
            over 300 blocks here
            ...
            <block sourceFile="..." startLineNumber="8" endLineNumber="29"/>
        </set>
        <summary duplicateFileCount="2043" duplicateLineCount="88608" duplicateBlockCount="7312" totalFileCount="7194" totalRawLineCount="1167701" totalSignificantLineCount="477153" processingTime="7750"/>
    </check>
</simian>

PS: It seems that the issue is reproducible only if the files exist.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to