Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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

wants to merge 1 commit into from

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