Violation | Line |
---|---|
Avoid calls to overridable methods during construction | 33 |
Avoid calls to overridable methods during construction | 34 |
Avoid calls to overridable methods during construction | 39 |
Violation | Line |
---|---|
Avoid if (x != y) ..; else ..; | 52 |
Avoid calls to overridable methods during construction | 65 |
Violation | Line |
---|---|
Avoid calls to overridable methods during construction | 51 |
Violation | Line |
---|---|
Avoid calls to overridable methods during construction | 58 |
Avoid calls to overridable methods during construction | 64 |
Avoid if (x != y) ..; else ..; | 118 |
Avoid reassigning parameters such as 'feed' | 185 |
Avoid unused formal parameters such as 'urlStr' | 234 |
Avoid if (x != y) ..; else ..; | 244 |
Violation | Line |
---|---|
Avoid calls to overridable methods during construction | 83 |
Avoid if (x != y) ..; else ..; | 109 |
Avoid if (x != y) ..; else ..; | 123 |
Avoid if (x != y) ..; else ..; | 263 |
Violation | Line |
---|---|
Avoid if (x != y) ..; else ..; | 51 |
All methods are static. Consider using Singleton instead. Alternatively, you could add a private constructor to silence this warning. | 57 |
Violation | Line |
---|---|
All methods are static. Consider using Singleton instead. Alternatively, you could add a private constructor to silence this warning. | 92 |
Violation | Line |
---|---|
Avoid unused local variables such as 'feed2' | 61 |