Exakat\Analyzer\Exceptions\Unthrown::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $thrown = $this->query('g.V().hasLabel("Throw").out("THROW").out("NEW").values("fullnspath").unique()');
        $this->atomIs('Class')->analyzerIs('Exceptions/DefinedExceptions')->fullnspathIsNot($thrown);
        $this->prepareQuery();
    }