Gábor Varga
Results
1
issues of
Gábor Varga
The following code produces a `NullPointerException` in [unshared mode](https://github.com/RuedigerMoeller/fast-serialization/wiki/Serialization#unshared-mode): ``` List list = new ArrayList(); list.add(URI.create("about:blank")); FSTConfiguration config = FSTConfiguration.createDefaultConfiguration(); config.setShareReferences(false); ByteArrayOutputStream baos = new ByteArrayOutputStream(); FSTObjectOutput output = new...
bug
minor