blob: ddccdf841d1a227a6c17f320ecc1d57fceb2f694 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>OverlyStrongTypeCast.java</file>
<line>17</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Overly strong type cast</problem_class>
<description>Cast to &lt;code&gt;ArrayList&lt;/code&gt; can be weakened to 'Iterable' #loc</description>
</problem>
<problem>
<file>OverlyStrongTypeCast.java</file>
<line>18</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Overly strong type cast</problem_class>
<description>Cast to &lt;code&gt;ArrayList&lt;String&gt;&lt;/code&gt; can be weakened to 'Iterable&lt;String&gt;' #loc</description>
</problem>
<problem>
<file>OverlyStrongTypeCast.java</file>
<line>25</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Overly strong type cast</problem_class>
<description>Cast to &lt;code&gt;SubClass2&lt;/code&gt; can be weakened to 'SuperClass' #loc</description>
</problem>
<problem>
<file>OverlyStrongTypeCast.java</file>
<line>31</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Overly strong type cast</problem_class>
<description>Cast to &lt;code&gt;ArrayList&lt;/code&gt; can be weakened to 'AbstractList' #loc</description>
</problem>
</problems>