| Violation |
Line |
| Found non-transient, non-static member. Please mark as transient or provide accessors. |
32 |
| This final field could be made static |
32 |
| Found non-transient, non-static member. Please mark as transient or provide accessors. |
39 |
| Local variable 'repositoryCount' could be declared final |
55 |
| Local variable 'uris' could be declared final |
68 |
| A catch statement should never catch throwable since it includes errors. |
79 |
| The method exportFile() has an NPath complexity of 960 |
85 - 180 |
| A method/constructor shouldnt explicitly throw java.lang.Exception |
85 |
| Parameter 'dest' is not assigned and could be declared final |
85 |
| A method/constructor shouldnt explicitly throw java.lang.Exception |
85 |
| Avoid declaring a variable if it is unreferenced before a possible exit point. |
87 |
| Avoid declaring a variable if it is unreferenced before a possible exit point. |
88 |
| A method should have only one exit point, and that should be the last statement in the method |
94 |
| New exception is thrown in catch block, original stack trace may be lost |
104 |
| New exception is thrown in catch block, original stack trace may be lost |
115 |
| New exception is thrown in catch block, original stack trace may be lost |
129 |
| Local variable 'destFile' could be declared final |
132 |
| Avoid if (x != y) ..; else ..; |
133 - 150 |
| When instantiating a SimpleDateFormat object, specify a Locale |
141 |
| Local variable 'formatter' could be declared final |
141 |
| Local variable 'command' could be declared final |
157 - 160 |
| Local variable 'process' could be declared final |
161 |
| Avoid variables with short names like is |
165 |
| Local variable 'is' could be declared final |
165 |
| Avoid assignments in operands |
168 |
| Avoid instantiating new objects inside loops |
170 |
| Local variable 'err' could be declared final |
174 |
| Avoid using redundant field initializer for 'checkedMagicDraw' |
185 |
| Found non-transient, non-static member. Please mark as transient or provide accessors. |
185 |
| Found non-transient, non-static member. Please mark as transient or provide accessors. |
190 |
| Found non-transient, non-static member. Please mark as transient or provide accessors. |
195 |
| Local variable 'home' could be declared final |
211 |
| Avoid variables with short names like os |
218 |
| Local variable 'os' could be declared final |
218 |
| Local variable 'pluginName115' could be declared final |
225 |
| Local variable 'pluginName116' could be declared final |
226 |
| Local variable 'pluginName15' could be declared final |
227 |