Commit 03d7ab11 authored by Javier Costa's avatar Javier Costa
Browse files

Fixed summary arcs generation for output nodes

parent ad21e25e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ public class AnalysisSummaryArcsBuilder extends SummaryArcsBuilder {
                                return false;
                            }

                            return outFormalNode.getNodeType() == NodeType.METHOD_CALL_NORMAL_RETURN;
                            return outFormalNode.getNodeType() == NodeType.METHOD_OUTPUT;
                        })
                        .findFirst();