All Downloads are FREE. Search and download functionalities are using the official Maven repository.

repairability.Elixir.ep_3.xml Maven / Gradle / Ivy

<pattern name="if_null_check">

    <entity id="1" type="If"/>

    <entity id="2" type="BinaryOperator" role="condition" >
        <parent parentId="1" distance="1"/>
    </entity>

    <entity id="3" type="*"  value="null">
        <parent parentId="2" distance="1"/>
    </entity>

    <entity id="4" type="Statement"/>

    <action entityId="4" type="MOV"/>
    <action entityId="1" type="INS"/>
    <action entityId="3" type="INS"/>

</pattern>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy