fix test
[fedora-idea.git] / plugins / InspectionGadgets / test / com / siyeh / igtest / style / unnecessary_valueof / expected.xml
blobc9f1d45a8644766270d6e296b7cb83e748375217
1 <?xml version="1.0" encoding="UTF-8"?>
2 <problems>
3   
4   <problem>
5     <file>UnnecessaryCallToStringValueOf.java</file>
6     <line>6</line>
7     <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Unnecessary call to 'String.valueOf()'</problem_class>
8     <description>&lt;code&gt;String.valueOf(7)&lt;/code&gt; can be simplified to 'PsiLiteralExpression:7'</description>
9   </problem>
11 </problems>