blob: 7c95a6f2665c9c35d90c686725eb3a9a7aa78048 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>EnumeratedConstantNamingConvention.java</file>
<line>5</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Enumerated constant naming convention</problem_class>
<description>Enumerated constant name &lt;code&gt;A&lt;/code&gt; is too short #loc</description>
</problem>
<problem>
<file>EnumeratedConstantNamingConvention.java</file>
<line>6</line>
<problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Enumerated constant naming convention</problem_class>
<description>Enumerated constant &lt;code&gt;aaaaaa&lt;/code&gt; doesn't match regex '[A-Z][A-Z_\d]*' #loc</description>
</problem>
</problems>