(String[] args)
| 19 | public class test{ |
| 20 | |
| 21 | public static void main(String[] args) throws Exception { |
| 22 | |
| 23 | Path fileName = Path.of("CommonsCollections7.xml"); |
| 24 | String xml = Files.readString(fileName); |
| 25 | XStream xstream = new XStream(); |
| 26 | xstream.fromXML(xml); |
| 27 | } |
| 28 | } |
nothing calls this directly
no outgoing calls
no test coverage detected