blob: 27e35b9d3aa80edc3415350c3fe7b004076853ca [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>ConditionalExpressionWithIdenticalBranches.java</file>
<line>6</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Conditional expression with identical branches</problem_class>
<description>Conditional expression &lt;code&gt;b ? 1 + 2 + 3 : 1 + 2 + 3&lt;/code&gt; with identical branches #loc</description>
</problem>
<problem>
<file>ConditionalExpressionWithIdenticalBranches.java</file>
<line>14</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Conditional expression with identical branches</problem_class>
<description>Conditional expression &lt;code&gt;b ? java.lang.String.class : String.class&lt;/code&gt; with identical branches #loc</description>
</problem>
</problems>