node[].skip[0] elements != null
Does it mean that for all elements of node, skip pointer field is never NULL? If yes, the reported invariant is not true. Is it normal that invariants reported by Daikon are actually not satisfied by the workload?
Please note that I have set --config_option daikon.inv.Invariant.confidence_limit=0.99 for running daikon.
Thank you
Can you please let me know how interpret following ooutput from daikonnode[].skip[0] elements != null
Does it mean that for all elements of node, skip pointer field is never NULL? If yes, the reported invariant is not true. Is it normal that invariants reported by Daikon are actually not satisfied by the workload?