blob: 7bb448512b89e9120d7ed2294b53493f9fd7b91f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>DoubleNegation.java</file>
<line>6</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Double negation</problem_class>
<description>Double negation in &lt;code&gt;!(b1 != b2)&lt;/code&gt; #loc</description>
</problem>
<problem>
<file>DoubleNegation.java</file>
<line>7</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Double negation</problem_class>
<description>Double negation in &lt;code&gt;!!b1&lt;/code&gt; #loc</description>
</problem>
<problem>
<file>DoubleNegation.java</file>
<line>8</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Double negation</problem_class>
<description>Double negation in &lt;code&gt;!b1 != b2&lt;/code&gt; #loc</description>
</problem>
<problem>
<file>DoubleNegation.java</file>
<line>9</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Double negation</problem_class>
<description>Double negation in &lt;code&gt;b1 != (b2 != b3)&lt;/code&gt; #loc</description>
</problem>
<problem>
<file>DoubleNegation.java</file>
<line>10</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Double negation</problem_class>
<description>Double negation in &lt;code&gt;b1 != b2 != b3&lt;/code&gt; #loc</description>
</problem>
</problems>