"Malformed format string" inspection tests
[fedora-idea.git] / plugins / InspectionGadgets / test / com / siyeh / igtest / bugs / malformed_format_string / expected.xml
blobdb1df41dc0f085d2127e23bf7ec4942f6f4698a9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <problems>
3     <problem>
4         <file>MalformedFormatString.java</file>
5         <line>10</line>
6         <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Malformed format string</problem_class>
7         <description>Too many arguments for format string &quot;%&quot; #loc</description>
8     </problem>
10     <problem>
11         <file>MalformedFormatString.java</file>
12         <line>11</line>
13         <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Malformed format string</problem_class>
14         <description>Too many arguments for format string &quot;%&quot; #loc</description>
15     </problem>
17     <problem>
18         <file>MalformedFormatString.java</file>
19         <line>12</line>
20         <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Malformed format string</problem_class>
21         <description>Format string &quot;%q&quot; is malformed #loc</description>
22     </problem>
24     <problem>
25         <file>MalformedFormatString.java</file>
26         <line>13</line>
27         <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Malformed format string</problem_class>
28         <description>Format string &quot;%d&quot; does not match the type of its arguments #loc</description>
29     </problem>
31     <problem>
32         <file>MalformedFormatString.java</file>
33         <line>14</line>
34         <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Malformed format string</problem_class>
35         <description>Format string &quot;%d%s&quot; does not match the type of its arguments #loc</description>
36     </problem>
38     <problem>
39         <file>MalformedFormatString.java</file>
40         <line>21</line>
41         <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Malformed format string</problem_class>
42         <description>Too few arguments for format string &quot;%s %s&quot; #loc</description>
43     </problem>
45     <!--<problem>
46         <file>MalformedFormatString.java</file>
47         <line>22</line>
48         <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Malformed format string</problem_class>
49         <description>Too few arguments for format string &quot;%s %s&quot; #loc</description>
50     </problem>-->
52     <problem>
53         <file>MalformedFormatString.java</file>
54         <line>23</line>
55         <problem_class severity="WARNING" attribute_key="WARNING_ATTRIBUTES">Malformed format string</problem_class>
56         <description>Too few arguments for format string &quot;%s %s&quot; + &quot;hmm&quot; #loc</description>
57     </problem>
58 </problems>