forked from osbixaodaunb/RGBender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport2.html
2 lines (2 loc) · 66.6 KB
/
report2.html
1
2
<!DOCTYPE html><html><head><title>OCLint Report</title><style type='text/css'> .priority1, .priority2, .priority3, .cmplr-error, .cmplr-warning, .checker-bug { font-weight: bold; text-align: center; } .priority1, .priority2, .priority3 { color: #BF0A30; } .priority1 { background-color: #FFC200; } .priority2 { background-color: #FFD3A6; } .priority3 { background-color: #FFEEB5; } .cmplr-error, .cmplr-warning { background-color: #BF0A30; } .cmplr-error { color: #FFC200; } .cmplr-warning { color: #FFD3A6; } .checker-bug { background-color: #002868; color: white; } table { border: 2px solid gray; border-collapse: collapse; -moz-box-shadow: 3px 3px 4px #AAA; -webkit-box-shadow: 3px 3px 4px #AAA; box-shadow: 3px 3px 4px #AAA; } td, th { border: 1px solid #D3D3D3; padding: 4px 20px 4px 20px; } th { text-shadow: 2px 2px 2px white; border-bottom: 1px solid gray; background-color: #E9F4FF; }</style></head><body><h1>OCLint Report</h1><hr /><h2>Summary</h2><table><thead><tr><th>Total Files</th><th>Files with Violations</th><th>Priority 1</th><th>Priority 2</th><th>Priority 3</th><th>Compiler Errors</th><th>Compiler Warnings</th><th>Clang Static Analyzer</th></tr></thead><tbody><tr><td>29</td><td>22</td><td class='priority1'>0</td><td class='priority2'>56</td><td class='priority3'>250</td><td class='cmplr-error'>0</td><td class='cmplr-warning'>0</td><td class='checker-bug'>0</td></tr></tbody></table><hr /><table><thead><tr><th>File</th><th>Location</th><th>Rule Name</th><th>Rule Category</th><th>Priority</th><th>Message</th></tr></thead><tbody><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/base64.cpp</td><td>38:10</td><td>useless parentheses</td><td>redundant</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/base64.cpp</td><td>84:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 11 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/base64.cpp</td><td>84:1</td><td>high npath complexity</td><td>size</td><td class='priority2'>2</td><td>NPath Complexity Number 364 exceeds limit of 200</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/base64.cpp</td><td>37:30</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `c` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/base64.cpp</td><td>43:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `i` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/base64.cpp</td><td>44:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `j` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/base64.cpp</td><td>86:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `i` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/base64.cpp</td><td>87:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `j` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/base64.cpp</td><td>62:3</td><td>prefer early exits and continue</td><td>convention</td><td class='priority3'>3</td><td>Use early exit/continue to simplify code and reduce indentation</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/Bullet.cpp</td><td>60:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 114 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/Bullet.cpp</td><td>27:18</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `a` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/Bullet.cpp</td><td>27:30</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `b` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/Bullet.cpp</td><td>31:21</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `a` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/Bullet.cpp</td><td>51:9</td><td>unnecessary else statement</td><td>redundant</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/Enemy.cpp</td><td>49:2</td><td>missing default in switch statements</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/Game.cpp</td><td>36:6</td><td>inverted logic</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/Game.cpp</td><td>41:7</td><td>inverted logic</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/Game.cpp</td><td>27:5</td><td>bitwise operator in conditional</td><td>basic</td><td class='priority2'>2</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/Game.cpp</td><td>20:1</td><td>high ncss method</td><td>size</td><td class='priority2'>2</td><td>Method of 33 non-commenting source statements exceeds limit of 30</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/Game.cpp</td><td>20:1</td><td>long method</td><td>size</td><td class='priority3'>3</td><td>Method with 63 lines exceeds limit of 50</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/GameObjectFactory.cpp</td><td>12:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `it` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/GameObjectFactory.cpp</td><td>25:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `it` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/GameObjectFactory.cpp</td><td>18:9</td><td>unnecessary else statement</td><td>redundant</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/GameObjectFactory.cpp</td><td>29:9</td><td>unnecessary else statement</td><td>redundant</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/GameOverState.cpp</td><td>15:1</td><td>avoid private static members</td><td>design</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/GameOverState.cpp</td><td>25:1</td><td>avoid private static members</td><td>design</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/GameOverState.cpp</td><td>29:1</td><td>avoid private static members</td><td>design</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/GameStateMachine.cpp</td><td>11:2</td><td>collapsible if statements</td><td>basic</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/InputHandler.cpp</td><td>62:3</td><td>missing default in switch statements</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/InputHandler.cpp</td><td>123:2</td><td>collapsible if statements</td><td>basic</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/InputHandler.cpp</td><td>130:11</td><td>unnecessary else statement</td><td>redundant</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/LevelParser.cpp</td><td>16:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 11 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/LevelParser.cpp</td><td>135:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 13 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/LevelParser.cpp</td><td>135:95</td><td>deep nested block</td><td>size</td><td class='priority3'>3</td><td>Block depth of 8 exceeds limit of 5</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/LevelParser.cpp</td><td>137:100</td><td>deep nested block</td><td>size</td><td class='priority3'>3</td><td>Block depth of 7 exceeds limit of 5</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/LevelParser.cpp</td><td>138:42</td><td>deep nested block</td><td>size</td><td class='priority3'>3</td><td>Block depth of 6 exceeds limit of 5</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/LevelParser.cpp</td><td>135:1</td><td>high ncss method</td><td>size</td><td class='priority2'>2</td><td>Method of 33 non-commenting source statements exceeds limit of 30</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/LevelParser.cpp</td><td>88:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 130 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/LevelParser.cpp</td><td>132:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 116 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/LevelParser.cpp</td><td>146:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 125 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/LevelParser.cpp</td><td>148:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 128 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/LevelParser.cpp</td><td>62:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `s` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/LevelParser.cpp</td><td>105:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `t` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/LevelParser.cpp</td><td>139:4</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `x` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/LevelParser.cpp</td><td>139:4</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `y` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/LevelParser.cpp</td><td>138:3</td><td>prefer early exits and continue</td><td>convention</td><td class='priority3'>3</td><td>Use early exit/continue to simplify code and reduce indentation</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/LevelParser.cpp</td><td>147:5</td><td>prefer early exits and continue</td><td>convention</td><td class='priority3'>3</td><td>Use early exit/continue to simplify code and reduce indentation</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/main.cpp</td><td>6:10</td><td>unused method parameter</td><td>unused</td><td class='priority3'>3</td><td>The parameter 'argc' is unused.</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/main.cpp</td><td>6:20</td><td>unused method parameter</td><td>unused</td><td class='priority3'>3</td><td>The parameter 'argv' is unused.</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/MainMenuState.cpp</td><td>16:1</td><td>avoid private static members</td><td>design</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/MainMenuState.cpp</td><td>60:1</td><td>avoid private static members</td><td>design</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/MainMenuState.cpp</td><td>64:1</td><td>avoid private static members</td><td>design</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/PauseState.cpp</td><td>13:1</td><td>avoid private static members</td><td>design</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/Player.cpp</td><td>40:12</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `a` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/Player.cpp</td><td>40:24</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `b` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/Player.cpp</td><td>44:15</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `a` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/PlayState.cpp</td><td>21:1</td><td>avoid private static members</td><td>design</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/PlayState.cpp</td><td>41:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 118 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/PlayState.cpp</td><td>76:32</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `p1` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/PlayState.cpp</td><td>76:51</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `p2` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/SDLGameObject.cpp</td><td>25:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 169 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/SDLGameObject.cpp</td><td>27:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 164 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/SDLGameObject.cpp</td><td>21:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `x` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/SDLGameObject.cpp</td><td>22:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `y` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/SkillManager.cpp</td><td>15:1</td><td>avoid private static members</td><td>design</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/SkillManager.cpp</td><td>24:1</td><td>avoid private static members</td><td>design</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/SkillManager.cpp</td><td>33:1</td><td>avoid private static members</td><td>design</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/SkillManager.cpp</td><td>42:1</td><td>avoid private static members</td><td>design</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/SkillManager.cpp</td><td>51:1</td><td>avoid private static members</td><td>design</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/SkillManager.cpp</td><td>60:1</td><td>avoid private static members</td><td>design</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/SkillManager.cpp</td><td>70:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 120 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/StateParser.cpp</td><td>27:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 123 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/StateParser.cpp</td><td>68:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `x` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/StateParser.cpp</td><td>68:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `y` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/TextureManager.cpp</td><td>65:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 167 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/TextureManager.cpp</td><td>7:49</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `id` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/TextureManager.cpp</td><td>27:27</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `id` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/TextureManager.cpp</td><td>27:43</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `x` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/TextureManager.cpp</td><td>27:50</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `y` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/TextureManager.cpp</td><td>44:32</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `id` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/TextureManager.cpp</td><td>44:48</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `x` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/TextureManager.cpp</td><td>44:55</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `y` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/TextureManager.cpp</td><td>65:31</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `id` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/TextureManager.cpp</td><td>65:72</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `x` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/TextureManager.cpp</td><td>65:79</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `y` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/TileLayer.cpp</td><td>16:35</td><td>unused method parameter</td><td>unused</td><td class='priority3'>3</td><td>The parameter 'tileID' is unused.</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/TileLayer.cpp</td><td>9:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 152 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/TileLayer.cpp</td><td>27:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `x` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/TileLayer.cpp</td><td>27:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `x2` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/TileLayer.cpp</td><td>27:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `y2` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/TileLayer.cpp</td><td>36:4</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `id` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinystr.cpp</td><td>34:1</td><td>avoid private static members</td><td>design</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinystr.cpp</td><td>81:25</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `a` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinystr.cpp</td><td>81:48</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `b` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinystr.cpp</td><td>90:25</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `a` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinystr.cpp</td><td>90:48</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `b` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinystr.cpp</td><td>100:25</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `a` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinystr.cpp</td><td>100:40</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `b` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1111:9</td><td>useless parentheses</td><td>redundant</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>52:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 14 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>986:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 11 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1418:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 14 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>387:7</td><td>inverted logic</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>401:7</td><td>inverted logic</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>822:7</td><td>inverted logic</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1778:7</td><td>inverted logic</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1806:7</td><td>inverted logic</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1807:2</td><td>empty if statement</td><td>empty</td><td class='priority2'>2</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>36:1</td><td>avoid private static members</td><td>design</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1418:1</td><td>high npath complexity</td><td>size</td><td class='priority2'>2</td><td>NPath Complexity Number 2000 exceeds limit of 200</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1689:3</td><td>empty for statement</td><td>empty</td><td class='priority2'>2</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1708:3</td><td>empty for statement</td><td>empty</td><td class='priority2'>2</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1727:3</td><td>empty for statement</td><td>empty</td><td class='priority2'>2</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1746:3</td><td>empty for statement</td><td>empty</td><td class='priority2'>2</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>52:1</td><td>high ncss method</td><td>size</td><td class='priority2'>2</td><td>Method of 39 non-commenting source statements exceeds limit of 30</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>986:1</td><td>high ncss method</td><td>size</td><td class='priority2'>2</td><td>Method of 40 non-commenting source statements exceeds limit of 30</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>930:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 106 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1046:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 114 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1047:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 108 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1048:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 132 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1049:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 124 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>54:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `i` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>58:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `c` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>597:56</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `i` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>613:70</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `i` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>629:56</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `d` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>645:70</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `d` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>802:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `i` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1052:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `p` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1053:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `q` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1054:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `CR` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1055:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `LF` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1087:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `fp` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1098:31</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `fp` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1212:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `n` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1212:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `v` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1337:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `i` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1596:27</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `in` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1684:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `i` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1703:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `i` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1722:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `i` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1741:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `i` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>52:1</td><td>long method</td><td>size</td><td class='priority3'>3</td><td>Method with 81 lines exceeds limit of 50</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>986:1</td><td>long method</td><td>size</td><td class='priority3'>3</td><td>Method with 95 lines exceeds limit of 50</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>392:2</td><td>unnecessary else statement</td><td>redundant</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>406:2</td><td>unnecessary else statement</td><td>redundant</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>980:2</td><td>unnecessary else statement</td><td>redundant</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1145:1</td><td>avoid default arguments on virtual methods</td><td>design</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>343:3</td><td>constant conditional operator</td><td>basic</td><td class='priority2'>2</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxml.cpp</td><td>1544:2</td><td>constant conditional operator</td><td>basic</td><td class='priority2'>2</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>522:11</td><td>useless parentheses</td><td>redundant</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1101:11</td><td>useless parentheses</td><td>redundant</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>196:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 26 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>314:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 17 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>401:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 14 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>438:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 25 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>534:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 15 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>574:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 18 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>704:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 22 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>818:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 13 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>903:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 33 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1043:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 34 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1179:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 11 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1275:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 13 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1392:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 24 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1466:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 11 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1497:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 11 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1572:1</td><td>high cyclomatic complexity</td><td>size</td><td class='priority2'>2</td><td>Cyclomatic Complexity Number 16 exceeds limit of 10</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1189:8</td><td>inverted logic</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1210:9</td><td>inverted logic</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>108:2</td><td>missing default in switch statements</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>43:1</td><td>avoid private static members</td><td>design</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>197:1</td><td>deep nested block</td><td>size</td><td class='priority3'>3</td><td>Block depth of 6 exceeds limit of 5</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>904:1</td><td>deep nested block</td><td>size</td><td class='priority3'>3</td><td>Block depth of 6 exceeds limit of 5</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>438:1</td><td>high npath complexity</td><td>size</td><td class='priority2'>2</td><td>NPath Complexity Number 588 exceeds limit of 200</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>704:1</td><td>high npath complexity</td><td>size</td><td class='priority2'>2</td><td>NPath Complexity Number 2688 exceeds limit of 200</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>903:1</td><td>high npath complexity</td><td>size</td><td class='priority2'>2</td><td>NPath Complexity Number 162694 exceeds limit of 200</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1043:1</td><td>high npath complexity</td><td>size</td><td class='priority2'>2</td><td>NPath Complexity Number 25920 exceeds limit of 200</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1275:1</td><td>high npath complexity</td><td>size</td><td class='priority2'>2</td><td>NPath Complexity Number 360 exceeds limit of 200</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1392:1</td><td>high npath complexity</td><td>size</td><td class='priority2'>2</td><td>NPath Complexity Number 5280 exceeds limit of 200</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>88:1</td><td>high ncss method</td><td>size</td><td class='priority2'>2</td><td>Method of 35 non-commenting source statements exceeds limit of 30</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>175:2</td><td>high ncss method</td><td>size</td><td class='priority2'>2</td><td>Method of 66 non-commenting source statements exceeds limit of 30</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>196:1</td><td>high ncss method</td><td>size</td><td class='priority2'>2</td><td>Method of 66 non-commenting source statements exceeds limit of 30</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>438:1</td><td>high ncss method</td><td>size</td><td class='priority2'>2</td><td>Method of 60 non-commenting source statements exceeds limit of 30</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>574:1</td><td>high ncss method</td><td>size</td><td class='priority2'>2</td><td>Method of 33 non-commenting source statements exceeds limit of 30</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>704:1</td><td>high ncss method</td><td>size</td><td class='priority2'>2</td><td>Method of 49 non-commenting source statements exceeds limit of 30</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>818:1</td><td>high ncss method</td><td>size</td><td class='priority2'>2</td><td>Method of 33 non-commenting source statements exceeds limit of 30</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>903:1</td><td>high ncss method</td><td>size</td><td class='priority2'>2</td><td>Method of 72 non-commenting source statements exceeds limit of 30</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1043:1</td><td>high ncss method</td><td>size</td><td class='priority2'>2</td><td>Method of 78 non-commenting source statements exceeds limit of 30</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1179:1</td><td>high ncss method</td><td>size</td><td class='priority2'>2</td><td>Method of 33 non-commenting source statements exceeds limit of 30</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1392:1</td><td>high ncss method</td><td>size</td><td class='priority2'>2</td><td>Method of 46 non-commenting source statements exceeds limit of 30</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1572:1</td><td>high ncss method</td><td>size</td><td class='priority2'>2</td><td>Method of 37 non-commenting source statements exceeds limit of 30</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>84:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 101 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>704:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 101 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>798:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 107 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1074:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 102 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1109:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 113 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1367:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 102 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1572:1</td><td>long line</td><td>size</td><td class='priority3'>3</td><td>Line with 101 characters exceeds limit of 100</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>441:5</td><td>unused local variable</td><td>unused</td><td class='priority3'>3</td><td>The local variable 'ent' is unused.</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1242:2</td><td>collapsible if statements</td><td>basic</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1299:2</td><td>collapsible if statements</td><td>basic</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>209:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `p` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>215:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `pU` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>314:40</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `p` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>324:4</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `pU` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>365:46</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `in` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>371:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `c` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>380:38</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `in` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>385:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `c` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>401:34</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `p` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>438:35</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `p` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>442:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `i` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>456:4</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `q` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>483:4</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `q` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>534:30</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `p` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>547:2</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `q` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>574:34</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `p` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>641:31</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `in` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>661:4</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `c` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>704:35</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `p` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>737:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `pU` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>818:33</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `p` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>903:30</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `in` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>909:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `c` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>971:5</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `c` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1011:5</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `c` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1043:34</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `p` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1179:38</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `p` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1251:30</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `in` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1255:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `c` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1275:34</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `p` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1310:30</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `in` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1314:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `c` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1337:34</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `p` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1392:36</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `p` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1466:27</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `in` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1470:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `c` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1497:31</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `p` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1549:34</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `in` is 2, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1553:3</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `c` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1572:38</td><td>short variable name</td><td>naming</td><td class='priority3'>3</td><td>Length of variable name `p` is 1, which is shorter than the threshold of 3</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>196:1</td><td>long method</td><td>size</td><td class='priority3'>3</td><td>Method with 115 lines exceeds limit of 50</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>438:1</td><td>long method</td><td>size</td><td class='priority3'>3</td><td>Method with 93 lines exceeds limit of 50</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>574:1</td><td>long method</td><td>size</td><td class='priority3'>3</td><td>Method with 58 lines exceeds limit of 50</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>641:1</td><td>long method</td><td>size</td><td class='priority3'>3</td><td>Method with 59 lines exceeds limit of 50</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>704:1</td><td>long method</td><td>size</td><td class='priority3'>3</td><td>Method with 92 lines exceeds limit of 50</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>818:1</td><td>long method</td><td>size</td><td class='priority3'>3</td><td>Method with 81 lines exceeds limit of 50</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>903:1</td><td>long method</td><td>size</td><td class='priority3'>3</td><td>Method with 137 lines exceeds limit of 50</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1043:1</td><td>long method</td><td>size</td><td class='priority3'>3</td><td>Method with 133 lines exceeds limit of 50</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1179:1</td><td>long method</td><td>size</td><td class='priority3'>3</td><td>Method with 68 lines exceeds limit of 50</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1337:1</td><td>long method</td><td>size</td><td class='priority3'>3</td><td>Method with 52 lines exceeds limit of 50</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1392:1</td><td>long method</td><td>size</td><td class='priority3'>3</td><td>Method with 71 lines exceeds limit of 50</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1572:1</td><td>long method</td><td>size</td><td class='priority3'>3</td><td>Method with 57 lines exceeds limit of 50</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>141:4</td><td>unnecessary else statement</td><td>redundant</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>162:4</td><td>unnecessary else statement</td><td>redundant</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1026:4</td><td>unnecessary else statement</td><td>redundant</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1140:3</td><td>unnecessary else statement</td><td>redundant</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1134:4</td><td>unnecessary else statement</td><td>redundant</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1225:4</td><td>unnecessary else statement</td><td>redundant</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1537:2</td><td>unnecessary else statement</td><td>redundant</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>108:2</td><td>missing break in switch statement</td><td>convention</td><td class='priority2'>2</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>416:2</td><td>prefer early exits and continue</td><td>convention</td><td class='priority3'>3</td><td>Use early exit/continue to simplify code and reduce indentation</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>670:3</td><td>prefer early exits and continue</td><td>convention</td><td class='priority3'>3</td><td>Use early exit/continue to simplify code and reduce indentation</td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>704:1</td><td>avoid default arguments on virtual methods</td><td>design</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>543:3</td><td>constant conditional operator</td><td>basic</td><td class='priority2'>2</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>592:4</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>601:3</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>626:5</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>742:4</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>747:5</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>759:4</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>776:5</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>778:5</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>780:5</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>782:5</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>785:3</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>822:2</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>828:2</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1045:2</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1066:2</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1071:5</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1086:3</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1109:4</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1125:5</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1150:4</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1185:2</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1201:5</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1207:5</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1229:6</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1239:3</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1278:2</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1342:2</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1394:2</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1404:2</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1410:2</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1418:2</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1433:3</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1439:3</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1533:3</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1541:3</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1574:2</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1602:3</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1606:4</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1612:4</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr><tr><td>/home/gustavo/Gustavo - UnB/ije/RGBender/src/tinyxmlparser.cpp</td><td>1618:4</td><td>parameter reassignment</td><td>convention</td><td class='priority3'>3</td><td></td></tr></tbody></table><hr /><p>Tue May 9 16:18:31 2017
| Generated with <a href='http://oclint.org'>OCLint v0.12</a>.</p></body></html>