(String[] args)
| 1 | class StringAppend { |
| 2 | |
| 3 | public static void main(String[] args) { |
| 4 | stringAdd(); |
| 5 | stringBuffer(); |
| 6 | stringBuilder(); |
| 7 | } |
| 8 | |
| 9 | static void stringAdd() { |
| 10 | String taint = SourceSink.source(); |
nothing calls this directly
no test coverage detected