Skip to content

Fix: null manifest if not using db or protobuf output#32

Open
JordanSamhi wants to merge 1 commit intosiis:masterfrom
JordanSamhi:master
Open

Fix: null manifest if not using db or protobuf output#32
JordanSamhi wants to merge 1 commit intosiis:masterfrom
JordanSamhi:master

Conversation

@JordanSamhi
Copy link

In protected void processResults(Ic3CommandLineArguments commandLineArguments) method in Ic3Analysis.java file, there is the following statement: System.out.println(detailedManifest.toString());
Obviously in protected void prepareManifestFile(Ic3CommandLineArguments commandLineArguments) if no db file nor protobuf destination is given, we get a null pointer exception for detailedManifest.

If one uses IC3 for test purposes and just want to check the standard output, this modification allows it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant