summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/performance/boolean_constructor/expected.xml
blob: d7cc45f68716c31268fde4e8548f6e5ac9eca6a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<problems>
  <problem>
    <file>BooleanConstructor.java</file>
    <line>7</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Boolean constructor call</problem_class>
    <description>Boolean constructor call &lt;code&gt;new Boolean(b)&lt;/code&gt; #loc</description>
  </problem>

  <problem>
    <file>BooleanConstructor.java</file>
    <line>8</line>
    <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Boolean constructor call</problem_class>
    <description>Boolean constructor call &lt;code&gt;new Boolean(true)&lt;/code&gt; #loc</description>
  </problem>

</problems>