MCPcopy Create free account
hub / github.com/chudyPB/XStream-Gadgets / main

Method main

tests/test.java:21–27  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

19public 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected