Serializing Java Objects in Plain Code
收藏资源简介:
This is the anonymized replication package for "Serializing Java Objects in Plain Code". The zip file contains the following directory structure: . ├── BroadleafCommerce ├── BroadleafDemoSite ├── generated-tests ├── gephi ├── graphhopper ├── pdfbox └── prodj The tool exists under "prodj", the generated tests can be found in "generated-tests" and the other projects are in their respective directories and are configured to run with prodj. You can run prodj from the "prodj/rockstofetch" directory by executing `java -jar target/rocks-to-fetch.jar --help`. Our configurations can be found in "prodj/rockstofetch/src/test/resources".
本资源为《在纯代码中序列化Java对象》的匿名可复现包。该压缩包包含如下目录结构:. ├── BroadleafCommerce ├── BroadleafDemoSite ├── generated-tests ├── gephi ├── graphhopper ├── pdfbox └── prodj 工具位于prodj目录下,生成的测试集可于generated-tests目录中找到,其余项目均置于各自目录中,且已配置为可通过prodj运行。可通过进入prodj/rockstofetch目录并执行命令`java -jar target/rocks-to-fetch.jar --help`来运行prodj。我们的配置文件可在prodj/rockstofetch/src/test/resources路径下找到。



