blob: c0d1992bbfa25db72519b01e01fb8cc9f0dee2db [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>SizeReplaceableByIsEmpty.java</file>
<line>8</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">'size() == 0' replaceable with 'isEmpty()'</problem_class>
<description>&lt;code&gt;s.length() == 0&lt;/code&gt; can be replaced with 's.isEmpty()' #loc</description>
</problem>
<problem>
<file>SizeReplaceableByIsEmpty.java</file>
<line>16</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">'size() == 0' replaceable with 'isEmpty()'</problem_class>
<description>&lt;code&gt;c.size() == 0&lt;/code&gt; can be replaced with 'c.isEmpty()' #loc</description>
</problem>
</problems>