Violation | Line |
---|---|
Avoid calls to overridable methods during construction | 27 |
Avoid calls to overridable methods during construction | 28 |
Avoid calls to overridable methods during construction | 33 |
Violation | Line |
---|---|
Avoid if (x != y) ..; else ..; | 52 |
Violation | Line |
---|---|
Avoid calls to overridable methods during construction | 49 |
Violation | Line |
---|---|
Avoid if (x != y) ..; else ..; | 103 |
Avoid reassigning parameters such as 'feed' | 171 |
Avoid if (x != y) ..; else ..; | 233 |
Violation | Line |
---|---|
Avoid if (x != y) ..; else ..; | 108 |
Avoid if (x != y) ..; else ..; | 122 |
Avoid if (x != y) ..; else ..; | 255 |
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 |