mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
4 lines
450 B
Plaintext
4 lines
450 B
Plaintext
| IAmBad.java:1:18:1:23 | IAmBad | Do not use empty interfaces; put some of the behavior in the interface or (better) an abstract superclass. |
|
|
| IAmBadAsWell.java:1:18:1:29 | IAmBadAsWell | Do not use empty interfaces; put some of the behavior in the interface or (better) an abstract superclass. |
|
|
| IAmBadToo.java:1:18:1:26 | IAmBadToo | Do not use empty interfaces; put some of the behavior in the interface or (better) an abstract superclass. |
|