<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$RemoteCause'><shortDescription>Gestartet durch entfernten Rechner 192.30.252.34</shortDescription><addr>192.30.252.34</addr></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>976</buildNumber><marked><SHA1>41868a95435ade010cb4e27067fc5d4ae272d259</SHA1><branch><SHA1>41868a95435ade010cb4e27067fc5d4ae272d259</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>41868a95435ade010cb4e27067fc5d4ae272d259</SHA1><branch><SHA1>41868a95435ade010cb4e27067fc5d4ae272d259</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>41868a95435ade010cb4e27067fc5d4ae272d259</SHA1><branch><SHA1>41868a95435ade010cb4e27067fc5d4ae272d259</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/wurstscript/WurstScript.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>9</failCount><skipCount>0</skipCount><totalCount>715</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#976</displayName><duration>1558463</duration><estimatedDuration>737407</estimatedDuration><fullDisplayName>Wurst #976</fullDisplayName><id>976</id><inProgress>false</inProgress><keepLog>false</keepLog><number>976</number><queueId>4758</queueId><result>FAILURE</result><timestamp>1538424939998</timestamp><url>https://grill.wurstlang.org/hudson/user/frotty/my-views/view/all/job/Wurst/976/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/FlowAnalysisTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/validation/controlflow/DataflowAnomalyAnalysis.java</affectedPath><commitId>41868a95435ade010cb4e27067fc5d4ae272d259</commitId><timestamp>1538424741000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/peter.peq</absoluteUrl><fullName>Peter.peq</fullName></author><authorEmail>Peter.peq@googlemail.com</authorEmail><comment>new compilation error when trying to access destroyed var
as suggested by Frotty in #731
when a local variable or 'this' has been destroyed this is stored in the 
control flow analysis and subsequent uses of the variable become an 
error. Note that this is not a complete analysis, it will not detect 
aliasing problems and does not do inter-procedure analysis, for example:
let a = new A() let b = a destroy b a.doSomething() // just a runtime
error
</comment><date>2018-10-01 22:12:21 +0200</date><id>41868a95435ade010cb4e27067fc5d4ae272d259</id><msg>new compilation error when trying to access destroyed var</msg><path><editType>edit</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/validation/controlflow/DataflowAnomalyAnalysis.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/FlowAnalysisTests.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://grill.wurstlang.org/hudson/user/peter.peq</absoluteUrl><fullName>Peter.peq</fullName></culprit></freeStyleBuild>