(String name)
| 10 | final int listeners; |
| 11 | |
| 12 | public Track(String name) { |
| 13 | this(null, name, null, 0, null); |
| 14 | } |
| 15 | |
| 16 | public Track(String band, String name) { |
| 17 | this(band, name, null, 0, null); |
nothing calls this directly
no outgoing calls
no test coverage detected