juan157 / raft

Automatically exported from code.google.com/p/raft
GNU General Public License v3.0
0 stars 0 forks source link

addOverallResult does not handle a span=None #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Create an analyzer, in the postanalysis function, add the following:

            results.addOverallResult(type="Bug",
                                     desc="Bug Verification",
                                     data={'test':'bug verification'},
                                     span=None,
                                     certainty=None,
                                     context="all.example.com"
                                     )

Original issue reported on code.google.com by seth.w.law@gmail.com on 12 Jul 2011 at 4:06

GoogleCodeExporter commented 8 years ago
Fixed.  None is now a valid value for span.
Also fixed all of the analyzers that were using dummy values for span (I think 
I found them all).

Original comment by justinen...@gmail.com on 20 Jul 2011 at 5:18