=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== electric-9.07+dfsg/com/sun/electric/tool/user/CircuitChangeJobs.java-1658- // see if any arcs can be reconnected as a result of this kill electric-9.07+dfsg/com/sun/electric/tool/user/CircuitChangeJobs.java:1659: Reconnect re = Reconnect.erasePassThru(ni, false, false, ep); electric-9.07+dfsg/com/sun/electric/tool/user/CircuitChangeJobs.java-1660- if (re != null) re.reconnectArcs(ep); ############################################## electric-9.07+dfsg/com/sun/electric/tool/user/CircuitChangeJobs.java-1695- { electric-9.07+dfsg/com/sun/electric/tool/user/CircuitChangeJobs.java:1696: Reconnect re = Reconnect.erasePassThru(ni, false, false, ep); electric-9.07+dfsg/com/sun/electric/tool/user/CircuitChangeJobs.java-1697- if (re != null) ############################################## electric-9.07+dfsg/com/sun/electric/tool/user/CircuitChangeJobs.java-2403- { electric-9.07+dfsg/com/sun/electric/tool/user/CircuitChangeJobs.java:2404: Reconnect re = Reconnect.erasePassThru(ni, false, true, ep); electric-9.07+dfsg/com/sun/electric/tool/user/CircuitChangeJobs.java-2405- if (re != null) ############################################## electric-9.07+dfsg/com/sun/electric/tool/user/CircuitChangeJobs.java-2436- */ electric-9.07+dfsg/com/sun/electric/tool/user/CircuitChangeJobs.java:2437: public static Reconnect erasePassThru(NodeInst ni, boolean allowdiffs, boolean checkPermission, EditingPreferences ep) electric-9.07+dfsg/com/sun/electric/tool/user/CircuitChangeJobs.java-2438- { ############################################## electric-9.07+dfsg/com/sun/electric/tool/routing/AutoStitch.java-509- { electric-9.07+dfsg/com/sun/electric/tool/routing/AutoStitch.java:510: CircuitChangeJobs.Reconnect re = CircuitChangeJobs.Reconnect.erasePassThru(ni, false, true, ep); electric-9.07+dfsg/com/sun/electric/tool/routing/AutoStitch.java-511- if (re != null) ############################################## electric-9.07+dfsg/com/sun/electric/tool/routing/InteractiveRouter.java-240- if (ni.getProto().getFunction().isPin()) { electric-9.07+dfsg/com/sun/electric/tool/routing/InteractiveRouter.java:241: CircuitChangeJobs.Reconnect re = CircuitChangeJobs.Reconnect.erasePassThru(ni, false, true, getEditingPreferences()); electric-9.07+dfsg/com/sun/electric/tool/routing/InteractiveRouter.java-242- if (re != null) re.reconnectArcs(ep);