<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$RemoteCause'><shortDescription>Gestartet durch entfernten Rechner 192.30.252.42</shortDescription><addr>192.30.252.42</addr></cause></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>301</buildNumber><marked><SHA1>c1247a13ad13986108582cb2f2a0d2a518c041ce</SHA1><branch><SHA1>c1247a13ad13986108582cb2f2a0d2a518c041ce</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>c1247a13ad13986108582cb2f2a0d2a518c041ce</SHA1><branch><SHA1>c1247a13ad13986108582cb2f2a0d2a518c041ce</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>c1247a13ad13986108582cb2f2a0d2a518c041ce</SHA1><branch><SHA1>c1247a13ad13986108582cb2f2a0d2a518c041ce</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/peq/WurstScript.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#301</displayName><duration>7282</duration><estimatedDuration>737407</estimatedDuration><fullDisplayName>Wurst #301</fullDisplayName><id>301</id><inProgress>false</inProgress><keepLog>false</keepLog><number>301</number><queueId>1587</queueId><result>FAILURE</result><timestamp>1497381748467</timestamp><url>https://grill.wurstlang.org/hudson/job/Wurst/301/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>de.peeeq.wurstscript/gradle/wrapper/gradle-wrapper.jar</affectedPath><affectedPath>de.peeeq.wurstscript/.gitignore</affectedPath><affectedPath>de.peeeq.wurstscript/gradlew.bat</affectedPath><affectedPath>de.peeeq.wurstscript/gradle/wrapper/gradle-wrapper.properties</affectedPath><affectedPath>de.peeeq.wurstscript/build.gradle</affectedPath><affectedPath>de.peeeq.wurstscript/gradlew</affectedPath><commitId>0febdc4f4c1a8fc626e24cd10308ebcecdf89a2f</commitId><timestamp>1497215102000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/peter.peq</absoluteUrl><fullName>Peter.peq</fullName></author><authorEmail>Peter.peq@googlemail.com</authorEmail><comment>adding first version of gradle build
</comment><date>2017-06-11T23:05:02+0200</date><id>0febdc4f4c1a8fc626e24cd10308ebcecdf89a2f</id><msg>adding first version of gradle build</msg><path><editType>add</editType><file>de.peeeq.wurstscript/build.gradle</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/gradlew</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/gradle/wrapper/gradle-wrapper.jar</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/.gitignore</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/gradlew.bat</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/gradle/wrapper/gradle-wrapper.properties</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/ILInterpreter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/SmallHelpers.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/GetUsages.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrExprType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/CompiletimeFunctionRunner.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ClassManagementVars.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeClass.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstNativeType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/CofigActualDef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/Description.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/ControlFlowGraph.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrPossibleFunctionSignatures.java</affectedPath><affectedPath>de.peeeq.wurstscript/parserspec/jass_im.parseq</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/UsedPackages.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/NameResolution.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeBoundTypeParam.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/ConstantAndCopyPropagation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/RecycleCodeGeneratorQueue.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/ImInliner.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/FunctionCall.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/JassAttributes.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrExprExpectedType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/StackTraceInjector2.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/StmtTranslation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/CallSignature.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/GetDefinition.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeCode.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeNull.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/TempMerger.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/OverloadingResolver.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/ImOptimizer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/controlflow/DataflowAnomalyAnalysis.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/DebugMessageRemover.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/IsDynamicContext.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeClosure.java</affectedPath><affectedPath>de.peeeq.wurstscript/parserspec/jass.parseq</affectedPath><affectedPath>de.peeeq.wurstscript/parserspec/lua.parseq</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/NameLinks.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/StackTraceInjector.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeUnknown.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/NullSetter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ImTranslator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ErrorHandling.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/InterpreterException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeBool.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/FunctionReference.java</affectedPath><affectedPath>de.peeeq.wurstscript/parserspec/wurstscript.parseq</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/EliminateClasses.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/InnerClasses.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/SimpleRewrites.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/PathDescription.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrImplicitParameter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/MultiArrayEliminator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeInt.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrPos.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/SyntacticSugar.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/DescriptionHtml.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/EliminateCallFunctionsWithAnnotation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/ProgramState.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/NameLink.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ReadVariables.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeArray.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrImportedPackage.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrNearest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrClosureCapturedVariables.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassValidator/LineMapAttr.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeString.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeInterface.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrFuncDef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/purity/PurityLevels.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/Utils.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/WurstValidator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/EvaluateExpr.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/intermediateLang/interpreter/CompiletimeNatives.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeUnion.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/Generics.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/ImToJassTranslator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeStaticTypeRef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/StatementTranslation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/Flow.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeTuple.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeVoid.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrFunctionSignature.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/CyclicFunctionRemover.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/PossibleFuncDefs.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrNameDef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/GlobalsInliner.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeNamedScope.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/Flatten.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ClosureTranslator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ImplicitFuncs.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/UselessFunctionCallsRemover.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeModule.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrWurstDoc.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/GetCompletions.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/SignatureInfo.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrTypeExprType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/ImAttributes.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/LocalMerger.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/UsedGlobalVariables.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassprinter/JassPrinter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/PrettyPrinter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/RunTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/ModuleExpander.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/VariableDefinition.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeModuleInstanciation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/EliminateTuples.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeReal.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeIntLiteral.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ImHelper.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/FunctionSignature.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/OverrideUtils.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/FuncRefRemover.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/CheckHelper.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ModifiersHelper.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeTypeParam.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/HoverInfo.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ClassTranslator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeHandle.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeInfer.java</affectedPath><commitId>47bffbb294242e97dba31da6e565ad2ceaa5506b</commitId><timestamp>1497215116000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/peter.peq</absoluteUrl><fullName>Peter.peq</fullName></author><authorEmail>Peter.peq@googlemail.com</authorEmail><comment>started adapting to new ast-generator (wip)
</comment><date>2017-06-11T23:05:16+0200</date><id>47bffbb294242e97dba31da6e565ad2ceaa5506b</id><msg>started adapting to new ast-generator (wip)</msg><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/GetDefinition.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/SignatureInfo.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrFuncDef.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/InnerClasses.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeIntLiteral.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrExprType.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/DebugMessageRemover.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/PathDescription.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/FunctionCall.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/parserspec/jass_im.parseq</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/NameResolution.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeReal.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ImplicitFuncs.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/CompiletimeFunctionRunner.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/parserspec/lua.parseq</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ErrorHandling.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeBool.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/ImToJassTranslator.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeModule.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeArray.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/SimpleRewrites.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/Flow.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ClassManagementVars.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/intermediateLang/interpreter/CompiletimeNatives.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/StackTraceInjector.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrNameDef.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/CallSignature.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/NameLinks.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/ImOptimizer.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/StackTraceInjector2.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ImHelper.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeStaticTypeRef.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/ConstantAndCopyPropagation.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/MultiArrayEliminator.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/EliminateCallFunctionsWithAnnotation.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/WurstValidator.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/RunTests.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/controlflow/DataflowAnomalyAnalysis.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstNativeType.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrFunctionSignature.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/UsedPackages.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeTypeParam.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/InterpreterException.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/CyclicFunctionRemover.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/EvaluateExpr.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstType.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/NullSetter.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/UselessFunctionCallsRemover.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeUnion.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ReadVariables.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/CofigActualDef.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeBoundTypeParam.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/Generics.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/SmallHelpers.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/FunctionSignature.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeHandle.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/StatementTranslation.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeInt.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrWurstDoc.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeUnknown.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeTuple.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeClass.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/CheckHelper.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeCode.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeInterface.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/purity/PurityLevels.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/parserspec/wurstscript.parseq</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrTypeExprType.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrImportedPackage.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/ImInliner.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/ProgramState.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/VariableDefinition.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ClosureTranslator.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrImplicitParameter.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/NameLink.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/LocalMerger.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeNull.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrClosureCapturedVariables.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/GlobalsInliner.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/TempMerger.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassValidator/LineMapAttr.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/FunctionReference.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/parserspec/jass.parseq</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeModuleInstanciation.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/HoverInfo.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/ILInterpreter.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/EliminateClasses.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeString.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/UsedGlobalVariables.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/PrettyPrinter.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/DescriptionHtml.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ImTranslator.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeNamedScope.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ModifiersHelper.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ClassTranslator.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/GetUsages.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/IsDynamicContext.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/ControlFlowGraph.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/GetCompletions.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/JassAttributes.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/OverloadingResolver.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrPossibleFunctionSignatures.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/RecycleCodeGeneratorQueue.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/FuncRefRemover.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/SyntacticSugar.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassprinter/JassPrinter.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/Utils.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrExprExpectedType.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrPos.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeInfer.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/StmtTranslation.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/ModuleExpander.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeClosure.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrNearest.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/PossibleFuncDefs.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/EliminateTuples.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeVoid.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/Description.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/Flatten.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/OverrideUtils.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/ImAttributes.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>de.peeeq.wurstscript/build.gradle</affectedPath><commitId>069dffe80ed3a1de31ef80e9dfff3d3768597e7b</commitId><timestamp>1497297902000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/peter.peq</absoluteUrl><fullName>Peter.peq</fullName></author><authorEmail>Peter.peq@googlemail.com</authorEmail><comment>downgradle ast version

migrating visitors to latest version would require adding a lot of
super-calls
</comment><date>2017-06-12T22:05:02+0200</date><id>069dffe80ed3a1de31ef80e9dfff3d3768597e7b</id><msg>downgradle ast version</msg><path><editType>edit</editType><file>de.peeeq.wurstscript/build.gradle</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/SmallHelpers.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeTypeParam.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/controlflow/ForwardExecution.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrExprType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/ImPrinter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/CheckHelper.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstNativeType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/Pair.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/BinaryDataInputStream.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrPossibleFunctionSignatures.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstAddable.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeBool.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectHelper.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/UsedPackages.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/RunMap.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/validation/controlflow/ReturnsAnalysis.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/TypeId.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/Pair.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/ConstantAndCopyPropagation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/LangServerTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/parser/antlr/AntlrWurstParseTreeTransformer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstMultiArray.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/RecycleCodeGeneratorQueue.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/ImInliner.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeClosure.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/RestrictedCompressedNames.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrImplicitParameter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/JassAttributes.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeInterface.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/datastructures/IntTuple.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/ErrorHandler.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrConstantValue.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/StackTraceInjector2.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/IntRange.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypePackage.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/ErrorHandling.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/WinRegistry.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/WTSFile.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/RecycleCodeGenerator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstAddable.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassAttributes/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrModuleDef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectModificationUnreal.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/TypeNameLinks.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/IsDynamicContext.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeStaticTypeRef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/CyclicFunctionRemover.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstReal.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/JassProgsAttr.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/ModelManager.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/ErrorReporting.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/InterfaceInstances.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeInt.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/map/importer/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/NativeTypes.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/compilationserver/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/purity/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/Debug.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/TypesHelper.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/VariableTypes.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/LangServerTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/WurstOperator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/TypeEquality.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/RestrictedCompressedNames.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/NotNullList.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/utils/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/SmallHelpers.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrParameterTypes.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeCode.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/InterpreterException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/CleanProject.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/mpq/Jmpq3BasedEditor.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/DefaultSpacer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/LineOffsets.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeInt.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/WurstChecker.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeEnum.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeNull.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/ProgramState.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/NameLink.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ReadVariables.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/names/NameLink.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrImportedPackage.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrTypeDef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jurst/AntlrJurstParseTreeTransformer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/WLoggerI.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrNearest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrClosureCapturedVariables.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ErrorHandler.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/WLogger.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/mpq/Jmpq2BasedEditor.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/intermediateLang/interpreter/ProgramStateIO.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassinterpreter/ReturnException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrFuncDef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/Range.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/UsedVariables.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/SubClasses.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/Utils.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/WLoggerDefault.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/controlflow/ReturnsAnalysis.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/IntRange.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/ExternCompileError.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/optimizer/ControlFlowGraph.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/intermediateLang/interpreter/CompiletimeNatives.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/NoSuchNativeException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/EarlyReturn.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/FunctionFlagEnum.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/ImAttrType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/StatementTranslation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeStaticTypeRef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/TLDTranslation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrExprType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstReal.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/RequestPacket.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/BinaryDataOutputStream.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/Flow.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstFuncRef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstInt.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/BackupController.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/purity/PurityLevel.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/ErrorReportingIO.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/map/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/PossibleFuncDefs.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/GetUsages.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/validation/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/names/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectFile.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ImplicitFuncs.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/RunArgs.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/lua/translation/LuaNatives.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeModule.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/gui/About.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/AbortCompilationException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrConstantValue.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstAbstract.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/MaxOneSpacer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/Utils.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrTypeExprType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtojass/ImAttributes.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassprinter/OpPrinter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/TempDir.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/purity/ChangesTheWorld.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/DebugPrintError.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/UsedGlobalVariables.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/LocalMerger.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrClosureCapturedVariables.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/Exports.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/CompilationUnitChangeListener.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/gui/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/VariableDefinition.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/ModelManagerException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/LineOffsets.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/optimizer/LocalMerger.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstTuple.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/ImCompressor.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassValidator/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassinterpreter/TestSuccessException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/mpq/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/EvaluateExpr.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/WCTFile.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/datastructures/IntTuple.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/names/NameLinkType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/FunctionSignature.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/hotdoc/HotdocGenerator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/InterfaceInstances.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrClosureAbstractMethod.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/TypesHelper.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/NameGenerator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrIsClassMember.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeHandle.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrParameterTypes.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/TopsortCycleException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/IlConstHandle.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/FuncSkeleton.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/gui/ProgressHelper.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/FuncSkeleton.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectFileType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrIsClassMember.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/intermediateLang/interpreter/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/CompileError.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/NativeTypes.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrExprExpectedType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/GetUsages.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/ImHelper.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/CompiletimeFunctionRunner.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeClass.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/ExprTranslation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/gui/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/ControlFlowGraph.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstAbstract.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/StmtTranslation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/HasAnnotation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeUnknown.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/ExecutableJassFunction.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/compilationserver/WurstServer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/datastructures/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeClassOrInterface.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/Native.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/PathDescription.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/InterpreterException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/RunArgs.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/IlConstHandle.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/GetAForB.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/WurstChecker.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/compilationserver/WurstServer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassprinter/StatementPrinter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrUsedModules.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/names/NameResolution.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/hotdoc/HotdocGenerator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/CallSignature.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/mpq/Jmpq3BasedEditor.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrVarDefType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/TempMerger.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeNull.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/WurstCompiler.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassValidator/JassValidator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtojass/ImToJassTranslator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/DescriptionHtml.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/compilationserver/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectTable.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeClosure.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/OverloadingResolver.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/Function2.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/HoverInfo.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/Subclasses.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/gui/WurstStatusWindow.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/CofigActualDef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/CompilationUnitChangeListener.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/RunStatement.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/NativesProvider.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/UserRequest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/NameLinks.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/Subclasses.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/ExprTranslation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/validation/controlflow/ForwardExecution.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/lua/translation/ExprTranslation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeUnion.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/ImTranslator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/Pjass.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/WTSFile.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectModification.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/VariableUses.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/datastructures/ImmutableTree.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/StackTraceInjector2.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/VariableUses.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/FunctionReference.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/purity/ReadsGlobals.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/State.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/InnerClasses.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/datastructures/GraphInterpreter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/IsDynamicContext.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/MultiArrayEliminator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/WurstCompiler.gwt.xml</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/parser/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/optimizer/SimpleRewrites.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/FunctionFlagAnnotation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/JassExprAttr.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassValidator/JassErrors.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/LanguageWorker.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/JassArray.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/LocalState.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/map/importer/ImportFile.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/GetDefinition.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrTypeDef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstFuncRef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassValidator/LineMapAttr.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/purity/PurityLevels.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/Function2.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/JassConstants.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectModificationString.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/compilationserver/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/Spacer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeString.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/BuiltinFuncs.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/WurstValidator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/FunctionSignature.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrConstructorDef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/Visibility.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeBoundTypeParam.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/utils/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassAttributes/FunctionCall.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/CallType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/Debug.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/TypeId.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/ModuleExpander.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/hotdoc/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeTuple.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/WLoggerI.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/CyclicFunctionRemover.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtojass/ExprTranslation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/utils/FileReading.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/WurstCompilerJassImpl.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ClosureTranslator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/gui/ProgressHelper.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassprinter/StatementPrinter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/ModelManagerImpl.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassValidator/LineMapAttr.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/optimizer/ConstantAndCopyPropagation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrCallSignature.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/ReadVariables.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/OverrideUtils.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/NotNullList.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/BinaryDataOutputStream.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/gui/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/ErrorReporting.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/RunMap.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassinterpreter/ExitwhenException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/WinRegistry.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/WurstParser.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeModuleInstanciation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/DebugMessageRemover.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/EliminateTuples.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeReal.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/utils/FileReading.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/WLogger.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrTypeExprType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassinterpreter/TestFailException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/GetCompletions.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectDefinition.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/FuncRefRemover.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/Flatten.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/CheckHelper.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrModuleInstanciations.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ModifiersHelper.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/lua/translation/LuaTranslator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrModuleInstanciations.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/validation/controlflow/DataflowAnomalyAnalysis.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/ILStackFrame.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/Description.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ClassTranslator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/purity/Pure.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/EliminateClasses.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/Equality.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassinterpreter/ReturnException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/SyntacticSugar.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectFileType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/lua/translation/StmtTranslation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/gui/WurstGuiLogger.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/ILInterpreter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/intermediateLang/interpreter/CompiletimeNatives.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectModificationReal.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/parser/antlr/ExtendedWurstLexer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/mpq/MpqEditor.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ClassManagementVars.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/Description.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/InitOrder.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/datastructures/ImmutableTree.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/immutablecollections/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ByTypes.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassAttributes/JassConstants.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/TextPos.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/mpq/MpqEditorFactory.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/ModifiersHelper.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/IntVal.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/FunctionFlag.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/AssertProperty.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeBoundTypeParam.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/ImplicitFuncs.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/FunctionFlagAnnotation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/Generics.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/Level.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstNativeType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/parser/antlr/ExtendedWurstLexer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/gui/TestStartGui.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/GlobalsInliner.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/TextPos.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassprinter/ExprPrinter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrCallSignature.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ExprTranslation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassprinter/JassPrinter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/StmtTranslation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/purity/ReadsGlobals.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/ModelChangedException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/JassInterpreter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrImportedPackage.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeCode.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/parser/antlr/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/lua/printing/LuaPrinter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/lua/translation/LuaNatives.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/parser/antlr/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/NativeFunctionsIO.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jurst/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/ImOptimizer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeNamedScope.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/controlflow/DataflowAnomalyAnalysis.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/Main.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypePrimitive.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/gui/WurstGuiLogger.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/lua/translation/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/ReflectionBasedNativeProvider.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/PossibleFuncDefs.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstNum.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/UtilsIO.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/gui/WurstErrorWindow.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrFuncDef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/datastructures/Partitions.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/LocalState.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeUnknown.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/ByTypes.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/validation/WurstValidator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/NullSetter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ErrorHandling.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/RecycleCodeGenerator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/prettyPrint/DefaultSpacer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/VariableType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/ExecutiontimeMeasure.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/SignatureInfo.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/datastructures/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/ReplyPackage.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/Main.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jurst/AntlrJurstParseTreeTransformer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/UsedVariables.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/parser/WPos.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/VariableType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/ImInliner.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrPos.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/SyntacticSugar.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtojass/DefaultValue.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/FuncRefRemover.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/optimizer/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/lua/translation/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/GetByType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/GetByType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectFile.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeArray.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeArray.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/UsedFunctions.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassprinter/ExprPrinter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/controlflow/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/BackupController.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/ReplyPackage.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/ModelManagerException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/mpq/Jmpq2BasedEditor.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrModuleDef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/NativesProvider.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/lua/translation/StmtTranslation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/VariableTypes.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/EvaluateExpr.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/HasAnnotation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrClosureAbstractMethod.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/ImToJassTranslator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/parser/WPos.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/purity/PurityLevel.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/BinaryDataInputStream.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/NameGenerator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstString.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeVoid.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/lua/translation/ExprTranslation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/datastructures/GraphInterpreter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrWurstDoc.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeNamedScope.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/IntVal.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/UsedFunctions.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/Flow.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/gui/WurstGuiCliImpl.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassAttributes/FunctionReference.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/NativeFunctionsIO.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/UtilsIO.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/NativeFunctions.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/gui/WurstGui.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/parser/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/gui/WurstGuiImpl.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/EliminateCallFunctionsWithAnnotation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeVoid.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassinterpreter/TestSuccessException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/intermediateLang/interpreter/ProgramStateIO.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/ImAttributes.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/lua/printing/LuaPrinter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/ImCompressor.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/WCTFile.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/RecycleCodeGeneratorQueue.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectModificationUnreal.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/SubClasses.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/OverriddenFunctions.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/ModuleExpander.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/hotdoc/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassprinter/OpPrinter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/intermediateLang/interpreter/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassValidator/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/CofigOverridePackages.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/Range.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/purity/WritesGlobals.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/TypeParamTypes.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/EventPackage.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrNearest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/ClosureTranslator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/ModelManagerImpl.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/WurstOperator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/WurstCompiler.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/AbortCompilationException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/InitOrder.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/LanguageServer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectModificationReal.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/CallSignature.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/StackTraceInjector.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/WurstCompiler.gwt.xml</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jurst/ExtendedJurstLexer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeModule.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/CofigOverridePackages.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectDefinition.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/prettyPrint/MaxOneSpacer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jurst/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeHandle.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/gui/WurstGuiCliImpl.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeInfer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/purity/ChangesTheWorld.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeInfer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/AssertProperty.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/InterfaceTranslator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeIntLiteral.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/gui/About.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/mpq/MpqEditorFactory.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/DefaultValue.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/ProgramState.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/CofigActualDef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/EventPackage.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/UserRequest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/CallType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/ClassManagementVars.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/validation/controlflow/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectModificationString.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/InnerClasses.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstNull.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrFunctionSignature.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/JassArray.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtojass/TypeEquality.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/NameResolution.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/optimizer/TempMerger.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/NoSuchNativeException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassinterpreter/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/JassInterpreter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/RequestPacket.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypePackage.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/FunctionCall.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/ExternCompileError.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrNameDef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/intermediateLang/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/TLDTranslation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrExprExpectedType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/ReflectionBasedNativeProvider.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectModificationInt.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/validation/controlflow/ForwardMethod.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtojass/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassValidator/JassErrors.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeClassOrInterface.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/intermediateLang/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrPossibleFunctionSignatures.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/GetDefinition.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeClass.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtojass/StatementTranslation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconst.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstNull.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/ILInterpreter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/OverloadingResolver.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/gui/WurstErrorWindow.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/controlflow/ForwardMethod.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/map/importer/ImportFile.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrVarDefType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassprinter/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/DebugMessageRemover.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/lua/translation/LuaTranslator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassValidator/JassValidator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/gui/TestStartGui.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/TempDir.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/purity/WritesGlobals.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectTable.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/gui/GuiUtils.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/map/importer/BinFileWriter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/Level.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassAttributes/JassProgsAttr.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/StackTraceInjector.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/UselessFunctionCallsRemover.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ImTranslator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrConstructorDef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/CompilationResult.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/immutablecollections/ImmutableList.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstTuple.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeBool.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/EliminateClasses.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/compilationserver/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassinterpreter/ExitwhenException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrUsedModules.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconst.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/CompiletimeFunctionRunner.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jurst/ExtendedJurstLexer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/WurstCompilerJassImpl.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/SimpleRewrites.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/PathDescription.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectModificationInt.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrImplicitParameter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/NullSetter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstString.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/Native.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/ErrorReportingIO.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/DescriptionHtml.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/EliminateCallFunctionsWithAnnotation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtojass/Equality.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/WurstKeywords.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassAttributes/VariableDefinition.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/names/Visibility.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/NameLinkType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/LanguageWorker.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/names/Exports.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/CompilationResult.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/WurstParser.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/WLoggerDefault.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/UsedGlobalVariables.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/FunctionFlag.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstInt.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/purity/Pure.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/NativeFunctions.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/FunctionFlagEnum.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/map/importer/BinFileWriter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeString.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/RunStatement.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstNum.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/map/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeInterface.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstMultiArray.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/purity/PurityLevels.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassprinter/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/Pjass.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ImPrinter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/gui/GuiUtils.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeUnion.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/RunTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/Generics.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/names/NameLinks.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/GetAForB.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/parser/antlr/AntlrWurstParseTreeTransformer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/BuiltinFuncs.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeEnum.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/OverriddenFunctions.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/CleanProject.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/JassAttributes.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeTuple.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/EarlyReturn.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectModification.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/map/importer/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrFunctionSignature.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassAttributes/JassExprAttr.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/InterfaceTranslator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrNameDef.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/GlobalsInliner.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/Flatten.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/UselessFunctionCallsRemover.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrPos.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/ModelManager.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/mpq/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/prettyPrint/Spacer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/State.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/ClassTranslator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrWurstDoc.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/GetCompletions.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeModuleInstanciation.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/SignatureInfo.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/TopsortCycleException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/UsedPackages.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/ExecutableJassFunction.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassprinter/JassPrinter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/PrettyPrinter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/MultiArrayEliminator.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypePrimitive.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/RunTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/LanguageServer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/purity/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/ImOptimizer.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeReal.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassinterpreter/TestFailException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/ExecutiontimeMeasure.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/EliminateTuples.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/WurstKeywords.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/gui/WurstStatusWindow.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/gui/WurstGui.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeIntLiteral.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ImHelper.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/ModelChangedException.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/OverrideUtils.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/ILStackFrame.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassinterpreter/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/mpq/MpqEditor.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/DebugPrintError.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/CompileError.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeTypeParam.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/HoverInfo.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/gui/WurstGuiImpl.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/names/TypeNameLinks.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/prettyPrint/PrettyPrinter.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstBool.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/gui/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstBool.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectHelper.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtojass/ImAttrType.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/datastructures/Partitions.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/TypeParamTypes.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/immutablecollections/package-info.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/de/peeeq/immutablecollections/ImmutableList.java</affectedPath><commitId>ecc1b784c3a74576847c3c27d6c03479b75d4392</commitId><timestamp>1497298777000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/peter.peq</absoluteUrl><fullName>Peter.peq</fullName></author><authorEmail>Peter.peq@googlemail.com</authorEmail><comment>move source files to adhere to standard java project layout
</comment><date>2017-06-12T22:19:37+0200</date><id>ecc1b784c3a74576847c3c27d6c03479b75d4392</id><msg>move source files to adhere to standard java project layout</msg><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstNum.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstReal.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/BinaryDataOutputStream.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/UsedGlobalVariables.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/ImTranslator.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/Debug.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/parser/antlr/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectHelper.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/TypeId.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypePackage.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstTuple.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/VariableTypes.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/ImPrinter.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/intermediateLang/interpreter/CompiletimeNatives.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/StatementTranslation.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/DebugPrintError.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/CallSignature.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/Utils.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/PossibleFuncDefs.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/NativesProvider.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrFunctionSignature.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/NativeFunctions.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/names/NameLinks.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/CofigOverridePackages.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeInterface.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeEnum.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/datastructures/IntTuple.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/WurstCompiler.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrTypeExprType.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrParameterTypes.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/purity/WritesGlobals.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/Range.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrImportedPackage.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/InterfaceInstances.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/RestrictedCompressedNames.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/parser/antlr/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/BinaryDataInputStream.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrNearest.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/gui/WurstErrorWindow.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/WTSFile.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/NotNullList.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/StackTraceInjector.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/lua/translation/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/WinRegistry.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/UselessFunctionCallsRemover.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeNull.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectFileType.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrNameDef.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/InitOrder.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/WCTFile.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/intermediateLang/interpreter/ProgramStateIO.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/GetUsages.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/gui/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstAbstract.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/GetAForB.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/StmtTranslation.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/ErrorReportingIO.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/parser/WPos.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/parser/antlr/AntlrWurstParseTreeTransformer.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/TypeEquality.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/compilationserver/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeClassOrInterface.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassinterpreter/ReturnException.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrUsedModules.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/WurstCompilerJassImpl.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstTuple.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/ModuleExpander.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jurst/AntlrJurstParseTreeTransformer.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/CompilationResult.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/ModelManagerException.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/WurstParser.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrFuncDef.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/gui/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/NoSuchNativeException.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassprinter/JassPrinter.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/immutablecollections/ImmutableList.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/TypeParamTypes.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrConstructorDef.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/NativeFunctionsIO.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/HoverInfo.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/PossibleFuncDefs.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstAbstract.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectHelper.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/lua/translation/LuaTranslator.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/datastructures/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/WLoggerI.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/VariableUses.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/gui/ProgressHelper.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ImPrinter.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassinterpreter/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/PathDescription.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/ImAttributes.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/gui/WurstErrorWindow.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/JassProgsAttr.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/UselessFunctionCallsRemover.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrPos.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/FunctionFlag.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/AbortCompilationException.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtojass/ImAttributes.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrVarDefType.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ReadVariables.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeUnknown.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectFile.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/GetByType.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassprinter/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/NativesProvider.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassinterpreter/TestFailException.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/JassInterpreter.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/EarlyReturn.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrConstantValue.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/EliminateCallFunctionsWithAnnotation.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/datastructures/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeReal.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/LangServerTest.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/NameLinks.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/TempMerger.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/gui/WurstGui.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/purity/PurityLevels.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeNamedScope.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/datastructures/IntTuple.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/ExprTranslation.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/StmtTranslation.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrClosureAbstractMethod.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassAttributes/JassExprAttr.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/LangServerTest.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/WurstOperator.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/gui/GuiUtils.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/mpq/Jmpq3BasedEditor.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstAddable.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/WurstValidator.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/Level.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeNull.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/RequestPacket.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/RunTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassprinter/ExprPrinter.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/FunctionSignature.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/optimizer/LocalMerger.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeArray.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/FuncSkeleton.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/BinaryDataOutputStream.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/Native.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrVarDefType.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/ILStackFrame.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeBoundTypeParam.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/FunctionFlag.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/ExprTranslation.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/EventPackage.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrFunctionSignature.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/UserRequest.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrNameDef.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/validation/controlflow/ForwardExecution.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeReal.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/datastructures/Partitions.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/OverriddenFunctions.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ClassManagementVars.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeClosure.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/ByTypes.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeBool.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectModificationString.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/EliminateCallFunctionsWithAnnotation.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrExprExpectedType.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassAttributes/VariableDefinition.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/purity/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/prettyPrint/MaxOneSpacer.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/parser/antlr/AntlrWurstParseTreeTransformer.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/WurstCompilerJassImpl.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/datastructures/Partitions.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/NullSetter.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectTable.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/IsDynamicContext.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/RunStatement.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/RunArgs.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/RunStatement.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/MultiArrayEliminator.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/gui/WurstGuiImpl.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassAttributes/FunctionReference.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeStaticTypeRef.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ByTypes.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/GlobalsInliner.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/InnerClasses.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrImplicitParameter.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/Level.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/compilationserver/WurstServer.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrWurstDoc.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/purity/ReadsGlobals.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/EliminateClasses.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/CofigActualDef.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/InitOrder.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/OverrideUtils.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeVoid.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/prettyPrint/PrettyPrinter.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ImHelper.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/ExecutiontimeMeasure.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/parser/antlr/ExtendedWurstLexer.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/ImplicitFuncs.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/NameLink.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/compilationserver/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/utils/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/gui/WurstGuiLogger.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/WurstChecker.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeModuleInstanciation.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/immutablecollections/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrCallSignature.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstReal.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/GetDefinition.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/ControlFlowGraph.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/ExternCompileError.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/IntRange.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/ReplyPackage.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/OverloadingResolver.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/map/importer/BinFileWriter.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ExprTranslation.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/LanguageServer.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ImplicitFuncs.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jurst/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/ImCompressor.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/DescriptionHtml.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/prettyPrint/DefaultSpacer.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassValidator/JassErrors.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/UsedVariables.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/map/importer/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/map/importer/ImportFile.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/WLoggerDefault.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/lua/translation/ExprTranslation.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/Equality.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/gui/WurstStatusWindow.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectModificationReal.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/RecycleCodeGenerator.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/Description.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/UsedGlobalVariables.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/mpq/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassinterpreter/ExitwhenException.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/FuncRefRemover.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/JassAttributes.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ErrorHandling.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/Flow.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/gui/About.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/RunMap.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeIntLiteral.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/TextPos.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/names/Visibility.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/intermediateLang/interpreter/ProgramStateIO.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/ILInterpreter.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/JassAttributes.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeModuleInstanciation.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/WurstKeywords.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassValidator/JassErrors.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/DebugMessageRemover.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/lua/translation/ExprTranslation.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/ModelManagerImpl.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/CallType.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstString.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/ImToJassTranslator.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/TLDTranslation.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeClass.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectModificationUnreal.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/ModifiersHelper.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/PrettyPrinter.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/FunctionCall.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/CofigOverridePackages.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/NativeTypes.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/map/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/JassInterpreter.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/names/NameLinkType.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrConstructorDef.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassAttributes/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/EliminateTuples.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectModification.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/FuncSkeleton.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/SimpleRewrites.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectTable.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassAttributes/FunctionCall.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/map/importer/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/ErrorHandler.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/GetCompletions.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeUnion.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/MaxOneSpacer.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassprinter/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/gui/WurstGuiLogger.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstInt.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeUnion.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/ImOptimizer.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/JassArray.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/Flow.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/CompilationUnitChangeListener.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/TopsortCycleException.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstNull.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/ClassManagementVars.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstAddable.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/parser/WPos.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/Subclasses.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/gui/WurstGui.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstFuncRef.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/ExecutableJassFunction.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/CleanProject.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/purity/PurityLevel.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/names/TypeNameLinks.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrTypeExprType.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/NativeTypes.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/CompileError.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/VariableType.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/ExecutableJassFunction.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/FuncRefRemover.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/purity/ReadsGlobals.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/mpq/MpqEditorFactory.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/State.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/CleanProject.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/WurstParser.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/WurstCompiler.gwt.xml</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/ModelManagerException.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/Spacer.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/CallSignature.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrIsClassMember.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/DescriptionHtml.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeClass.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/gui/TestStartGui.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/CheckHelper.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/ReadVariables.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassValidator/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassinterpreter/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/mpq/Jmpq2BasedEditor.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/NoSuchNativeException.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/TopsortCycleException.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconst.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectModificationReal.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/StackTraceInjector2.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/ReflectionBasedNativeProvider.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/TypesHelper.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/DefaultValue.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/MultiArrayEliminator.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/ErrorReporting.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeNamedScope.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstType.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/mpq/Jmpq2BasedEditor.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/map/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/optimizer/ConstantAndCopyPropagation.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/TempDir.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/InterpreterException.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtojass/TypeEquality.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/ImCompressor.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtojass/ExprTranslation.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/VariableTypes.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeInt.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jurst/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/hotdoc/HotdocGenerator.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/FunctionFlagAnnotation.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/TempDir.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassprinter/StatementPrinter.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/IsDynamicContext.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/gui/About.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/validation/controlflow/ReturnsAnalysis.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrModuleInstanciations.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/StackTraceInjector2.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrIsClassMember.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrClosureAbstractMethod.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/TypeId.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstNull.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrImportedPackage.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/validation/controlflow/DataflowAnomalyAnalysis.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jurst/ExtendedJurstLexer.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/Pair.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/CompileError.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/lua/printing/LuaPrinter.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/controlflow/ForwardMethod.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/GetUsages.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/UsedFunctions.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectFileType.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/NullSetter.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/AbortCompilationException.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/LanguageWorker.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/utils/FileReading.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypePrimitive.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/names/NameLink.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/gui/GuiUtils.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/DebugMessageRemover.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/EliminateClasses.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/State.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/LanguageServer.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrImplicitParameter.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/Visibility.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/purity/PurityLevel.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectModificationString.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectDefinition.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/compilationserver/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/Function2.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstMultiArray.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/IlConstHandle.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtojass/StatementTranslation.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/Pjass.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/purity/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/intermediateLang/interpreter/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/datastructures/GraphInterpreter.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/Pjass.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/utils/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrPos.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/OverloadingResolver.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeHandle.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/ModelChangedException.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/SubClasses.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeCode.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/names/NameResolution.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/PathDescription.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectFile.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/ExecutiontimeMeasure.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/lua/translation/StmtTranslation.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/purity/ChangesTheWorld.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/map/importer/BinFileWriter.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/EvaluateExpr.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/ILInterpreter.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/GetAForB.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/StackTraceInjector.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/SignatureInfo.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/EvaluateExpr.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/purity/Pure.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/ProgramState.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassAttributes/JassConstants.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtojass/ImAttrType.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstNativeType.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/RestrictedCompressedNames.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/WLogger.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/TypesHelper.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrClosureCapturedVariables.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/ILStackFrame.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/validation/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeString.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeModule.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/gui/TestStartGui.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeInfer.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/Native.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeTypeParam.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/NameResolution.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/VariableDefinition.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/parser/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/gui/WurstStatusWindow.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrConstantValue.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/FunctionFlagEnum.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/datastructures/ImmutableTree.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtojass/DefaultValue.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/UsedPackages.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/parser/antlr/ExtendedWurstLexer.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/controlflow/ForwardExecution.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/EventPackage.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeClassOrInterface.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/CompilationUnitChangeListener.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/optimizer/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/ExternCompileError.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/InterfaceInstances.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/SmallHelpers.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/lua/translation/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/JassArray.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeTuple.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/Main.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/SyntacticSugar.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/UsedPackages.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/ModuleExpander.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/BuiltinFuncs.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/VariableType.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassprinter/OpPrinter.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/RecycleCodeGenerator.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/InnerClasses.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/purity/WritesGlobals.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeString.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/NotNullList.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/LocalState.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypePrimitive.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/gui/WurstGuiCliImpl.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/EliminateTuples.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassValidator/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeStaticTypeRef.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/CompilationResult.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/Generics.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/Description.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/mpq/MpqEditor.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/WCTFile.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtojass/ImToJassTranslator.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/gui/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrExprType.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/CofigActualDef.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/optimizer/TempMerger.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrFuncDef.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrModuleInstanciations.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/IntVal.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/datastructures/ImmutableTree.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/names/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/CompiletimeFunctionRunner.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/lua/translation/LuaNatives.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/ImInliner.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrUsedModules.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/TLDTranslation.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/SubClasses.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassinterpreter/TestSuccessException.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/ImHelper.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/NameLinkType.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/gui/WurstGuiImpl.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/Exports.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/intermediateLang/interpreter/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstNum.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeClosure.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/ModelManagerImpl.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/WLoggerI.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jurst/ExtendedJurstLexer.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/lua/printing/LuaPrinter.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/hotdoc/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtojass/Equality.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrExprType.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrParameterTypes.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeInterface.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/FunctionFlagAnnotation.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/mpq/Jmpq3BasedEditor.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/TextPos.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/parser/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/ModelManager.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/InterpreterException.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstMultiArray.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/Flatten.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/optimizer/SimpleRewrites.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/ClosureTranslator.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeUnknown.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/compilationserver/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrModuleDef.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/lua/translation/StmtTranslation.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeHandle.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/LocalState.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/hotdoc/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrNearest.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/UsedFunctions.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jurst/AntlrJurstParseTreeTransformer.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/LocalMerger.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/gui/WurstGuiCliImpl.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassValidator/JassValidator.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/LanguageWorker.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/BackupController.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeIntLiteral.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrClosureCapturedVariables.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrWurstDoc.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstString.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/immutablecollections/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/DebugPrintError.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrModuleDef.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/datastructures/GraphInterpreter.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/DefaultSpacer.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/RecycleCodeGeneratorQueue.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/intermediateLang/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/gui/ProgressHelper.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/UserRequest.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/ClassTranslator.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrPossibleFunctionSignatures.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/InterfaceTranslator.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/WurstCompiler.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeArray.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassinterpreter/ReturnException.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectModificationInt.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/FunctionSignature.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeEnum.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/RunMap.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/Generics.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/CallType.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/mpq/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/BuiltinFuncs.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeTuple.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ImTranslator.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/ReflectionBasedNativeProvider.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/HasAnnotation.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstNativeType.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/OverrideUtils.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/WLoggerDefault.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/ConstantAndCopyPropagation.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/intermediateLang/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrPossibleFunctionSignatures.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassValidator/LineMapAttr.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/ModelManager.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/controlflow/ReturnsAnalysis.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconst.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstFuncRef.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassinterpreter/TestSuccessException.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/RunTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/purity/PurityLevels.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/mpq/MpqEditorFactory.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeInfer.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeBool.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/ILconstBool.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeInt.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/CyclicFunctionRemover.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/ReplyPackage.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/IntVal.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassinterpreter/TestFailException.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeModule.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/ProgramState.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/FunctionFlagEnum.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypePackage.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/controlflow/DataflowAnomalyAnalysis.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/Debug.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/immutablecollections/ImmutableList.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassprinter/StatementPrinter.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/purity/ChangesTheWorld.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/JassConstants.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/interpreter/NativeFunctions.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/optimizer/ControlFlowGraph.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassprinter/JassPrinter.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrExprExpectedType.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/FunctionReference.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/InterfaceTranslator.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectDefinition.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/types/WurstTypeCode.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/controlflow/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/WurstOperator.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/WurstKeywords.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/Utils.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/UtilsIO.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/NameGenerator.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/NameGenerator.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/Flatten.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/prettyPrint/Spacer.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/SmallHelpers.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/ImInliner.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeVoid.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/ModelChangedException.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/lua/translation/LuaTranslator.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/Pair.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/LineOffsets.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/IntRange.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/validation/WurstValidator.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/jassinterpreter/NativeFunctionsIO.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/Main.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/utils/FileReading.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/hotdoc/HotdocGenerator.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/jassinterpreter/ExitwhenException.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/AssertProperty.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/WurstChecker.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/GetByType.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/BinaryDataInputStream.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/CyclicFunctionRemover.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/validation/controlflow/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstInt.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassprinter/ExprPrinter.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/AssertProperty.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/WurstCompiler.gwt.xml</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/JassExprAttr.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/WTSFile.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassValidator/LineMapAttr.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/map/importer/ImportFile.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/ErrorReporting.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/gui/package-info.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/ImOptimizer.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/RecycleCodeGeneratorQueue.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/HasAnnotation.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/Subclasses.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtranslation/UsedVariables.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/ErrorReportingIO.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstType.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/ErrorHandling.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/compilationserver/WurstServer.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/ImAttrType.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectModification.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/Function2.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/LineOffsets.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ModifiersHelper.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/GlobalsInliner.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/SyntacticSugar.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/GetCompletions.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/mpq/MpqEditor.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/CheckHelper.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/names/Exports.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrTypeDef.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ErrorHandler.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/GetDefinition.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/RequestPacket.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/BackupController.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/validation/controlflow/ForwardMethod.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeBoundTypeParam.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/WinRegistry.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrCallSignature.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassAttributes/JassProgsAttr.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/SignatureInfo.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ClassTranslator.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/ILconstBool.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/intermediateLang/interpreter/CompiletimeNatives.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/Range.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/ObjectModificationUnreal.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imoptimizer/VariableUses.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ClosureTranslator.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/UtilsIO.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/HoverInfo.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/EarlyReturn.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/frotty/jassValidator/JassValidator.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/imtojass/package-info.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeTypeParam.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/intermediateLang/IlConstHandle.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrTypeDef.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/purity/Pure.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/CompiletimeFunctionRunner.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstio/objectreader/ObjectModificationInt.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/TypeParamTypes.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/OverriddenFunctions.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/RunArgs.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/TypeNameLinks.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/de/peeeq/wurstscript/lua/translation/LuaNatives.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/jassprinter/OpPrinter.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/WLogger.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>de.peeeq.wurstscript/build.gradle</affectedPath><commitId>16025c15d52d785d4b7e9f0b57930be183b673d0</commitId><timestamp>1497298798000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/peter.peq</absoluteUrl><fullName>Peter.peq</fullName></author><authorEmail>Peter.peq@googlemail.com</authorEmail><comment>add dependencies to build.gradle
</comment><date>2017-06-12T22:19:58+0200</date><id>16025c15d52d785d4b7e9f0b57930be183b673d0</id><msg>add dependencies to build.gradle</msg><path><editType>edit</editType><file>de.peeeq.wurstscript/build.gradle</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>de.peeeq.wurstscript/src/main/antlr/de/peeeq/wurstscript/jurst/antlr/Jurst.g4</affectedPath><affectedPath>de.peeeq.wurstscript/parserspec/Jurst.g4</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/antlr/de/peeeq/wurstscript/antlr/Wurst.g4</affectedPath><affectedPath>de.peeeq.wurstscript/build.gradle</affectedPath><affectedPath>de.peeeq.wurstscript/parserspec/Wurst.g4</affectedPath><commitId>05c4896430db9f142795e1b651f6561ecccffe51</commitId><timestamp>1497300559000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/peter.peq</absoluteUrl><fullName>Peter.peq</fullName></author><authorEmail>Peter.peq@googlemail.com</authorEmail><comment>first compiling version with gradle build
</comment><date>2017-06-12T22:49:19+0200</date><id>05c4896430db9f142795e1b651f6561ecccffe51</id><msg>first compiling version with gradle build</msg><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/antlr/de/peeeq/wurstscript/jurst/antlr/Jurst.g4</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/build.gradle</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/parserspec/Jurst.g4</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/antlr/de/peeeq/wurstscript/antlr/Wurst.g4</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/parserspec/Wurst.g4</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/GenerateBotData.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/WurstScriptTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ClassesExtTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/SimpleFunctionTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ParserTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/objectreader/BinaryDataStreamsTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/GenericsTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ClosureTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/MpqTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/InterfaceTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/prettyprint/PrettyPrintTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/immutablecollections/PartitionsTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/objectreader/TestW3u.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/utils/GraphInterpreterTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ModuleTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/PositionTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/MpqTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/immutablecollections/IntRangeTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/DeterministicChecks.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/SimpleStatementTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/NewFeatureTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/OpOverloading.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/utils/UtilsTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ConfigPackageTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/AutoCompleteTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/PackageTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ConfigPackageTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/immutablecollections/IntRangeTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/OptimizerTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/AllTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/TupleTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/prettyprint/PrettyPrintTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ModuleTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/InterfaceExtendedTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ExtensionMethodsTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ModelManagerTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/StdLib.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/immutablecollections/PartitionsTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/EnumTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/JurstTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/immutablecollections/ImmutableListTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/GenericsModuleTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/RealWorldExamples.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ClassesExtTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ScopingTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/OptimizerTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/CompilationUnitTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/objectreader/BinaryDataStreamsTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/OpOverloading.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ExtensionMethodsTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/utils/UtilsTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ClassesTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/RealWorldExamples.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/NewFeatureTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/utils/PjassTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/GenerateBotData.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/objectreader/TestWTS.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/QuickTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ArrayTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/FlowAnalysisTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/objectreader/TestWTS.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/SimpleFunctionTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/JurstTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/EnumTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ParserTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ExpressionTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/AllTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/CompilationUnitTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/SimpleStatementTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ScopingTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ClassesTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/objectreader/ObjectHelperTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/utils/GraphInterpreterTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/DeterministicChecks.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/FlowAnalysisTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/StdLib.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ExpressionTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/GenericsTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/utils/ErrorReportingTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/objectreader/TestW3u.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/TupleTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/BugTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/utils/PjassTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/WurstScriptTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/PositionTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ArrayTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/BugTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/settings.gradle</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/InterfaceExtendedTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/GenericsModuleTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/utils/ErrorReportingTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/AutoCompleteTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/InterfaceTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/PackageTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/immutablecollections/ImmutableListTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/QuickTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ModelManagerTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/objectreader/ObjectHelperTests.java</affectedPath><affectedPath>de.peeeq.wurstscript/build.gradle</affectedPath><affectedPath>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ClosureTests.java</affectedPath><commitId>d4707ee166872440f2f7e6f7132feb10b51cfcd2</commitId><timestamp>1497301910000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/peter.peq</absoluteUrl><fullName>Peter.peq</fullName></author><authorEmail>Peter.peq@googlemail.com</authorEmail><comment>make tests work with gradle
</comment><date>2017-06-12T23:11:50+0200</date><id>d4707ee166872440f2f7e6f7132feb10b51cfcd2</id><msg>make tests work with gradle</msg><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ArrayTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/AutoCompleteTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/AllTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/MpqTest.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/immutablecollections/ImmutableListTest.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/utils/PjassTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ConfigPackageTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ScopingTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/SimpleStatementTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ExtensionMethodsTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/PositionTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/objectreader/ObjectHelperTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/PackageTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/GenerateBotData.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/InterfaceTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/EnumTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ModuleTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/NewFeatureTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ConfigPackageTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/immutablecollections/PartitionsTest.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/utils/GraphInterpreterTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/objectreader/ObjectHelperTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ArrayTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/PackageTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/SimpleFunctionTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/WurstScriptTest.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/SimpleStatementTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/prettyprint/PrettyPrintTest.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/DeterministicChecks.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/EnumTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/objectreader/BinaryDataStreamsTest.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/WurstScriptTest.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/InterfaceTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/utils/ErrorReportingTest.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/QuickTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/RealWorldExamples.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/NewFeatureTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/immutablecollections/IntRangeTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ClassesTests.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/build.gradle</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/CompilationUnitTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ParserTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/utils/GraphInterpreterTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/RealWorldExamples.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/utils/UtilsTest.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/JurstTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/OpOverloading.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/objectreader/BinaryDataStreamsTest.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/PositionTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/InterfaceExtendedTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ModelManagerTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/StdLib.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/BugTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ClassesTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/OpOverloading.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/objectreader/TestW3u.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/AllTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ParserTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ExpressionTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/DeterministicChecks.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/utils/UtilsTest.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/FlowAnalysisTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ExtensionMethodsTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/objectreader/TestWTS.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/immutablecollections/ImmutableListTest.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/GenericsTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/immutablecollections/IntRangeTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/TupleTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ClosureTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/JurstTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/objectreader/TestW3u.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ClosureTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/BugTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/SimpleFunctionTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/utils/ErrorReportingTest.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/GenerateBotData.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/QuickTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/InterfaceExtendedTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ExpressionTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/TupleTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/CompilationUnitTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/StdLib.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/settings.gradle</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ModuleTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/AutoCompleteTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ClassesExtTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/prettyprint/PrettyPrintTest.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/FlowAnalysisTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/GenericsModuleTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/GenericsModuleTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/OptimizerTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/GenericsTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/objectreader/TestWTS.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/utils/PjassTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ClassesExtTests.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/ModelManagerTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/ScopingTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/immutablecollections/PartitionsTest.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/OptimizerTests.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src-test/tests/wurstscript/tests/MpqTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>de.peeeq.wurstscript/src/main/resources/hotdoc/navbar.html</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/resources/common.j</affectedPath><affectedPath>de.peeeq.wurstscript/resources/debugnatives.j</affectedPath><affectedPath>de.peeeq.wurstscript/resources/hotdoc/navbar.html</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/resources/blizzard.j</affectedPath><affectedPath>de.peeeq.wurstscript/resources/hotdoc/package.html</affectedPath><affectedPath>de.peeeq.wurstscript/resources/hotdoc/var.html</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/resources/hotdoc/structure.html</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/resources/hotdoc/var.html</affectedPath><affectedPath>de.peeeq.wurstscript/resources/blizzard.j</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/resources/debugnatives.j</affectedPath><affectedPath>de.peeeq.wurstscript/resources/pjass.exe</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/resources/wurst.png</affectedPath><affectedPath>de.peeeq.wurstscript/resources/common.j</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/resources/Wurst_logo.jpg</affectedPath><affectedPath>de.peeeq.wurstscript/resources/wurst.jpg</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/resources/hotdoc/document.html</affectedPath><affectedPath>de.peeeq.wurstscript/resources/hotdoc/structure.html</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/resources/wurst.jpg</affectedPath><affectedPath>de.peeeq.wurstscript/resources/Wurst_logo.jpg</affectedPath><affectedPath>de.peeeq.wurstscript/resources/wurst.png</affectedPath><affectedPath>de.peeeq.wurstscript/build.gradle</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/resources/hotdoc/package.html</affectedPath><affectedPath>de.peeeq.wurstscript/resources/hotdoc/document.html</affectedPath><commitId>fee172ef02008116a37f248b670951ef386ecbb7</commitId><timestamp>1497302022000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/peter.peq</absoluteUrl><fullName>Peter.peq</fullName></author><authorEmail>Peter.peq@googlemail.com</authorEmail><comment>move resources to correct folder
</comment><date>2017-06-12T23:13:42+0200</date><id>fee172ef02008116a37f248b670951ef386ecbb7</id><msg>move resources to correct folder</msg><path><editType>delete</editType><file>de.peeeq.wurstscript/resources/pjass.exe</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/resources/hotdoc/navbar.html</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/resources/hotdoc/document.html</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/resources/hotdoc/package.html</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/resources/hotdoc/var.html</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/resources/wurst.png</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/resources/common.j</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/resources/common.j</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/resources/Wurst_logo.jpg</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/resources/wurst.png</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/resources/hotdoc/document.html</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/resources/hotdoc/structure.html</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/build.gradle</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/resources/wurst.jpg</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/resources/blizzard.j</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/resources/Wurst_logo.jpg</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/resources/debugnatives.j</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/resources/hotdoc/package.html</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/resources/blizzard.j</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/resources/hotdoc/structure.html</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/resources/debugnatives.j</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/resources/hotdoc/var.html</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/resources/hotdoc/navbar.html</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/resources/wurst.jpg</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>EclipseWurstPlugin/resources/icons/import.gif</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/launch/LaunchConfigMainTab.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/outline/ContentProvider.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstMarkerAnnotationModel.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/util/UtilityFunctions.java</affectedPath><affectedPath>EclipseWurstPlugin/resources/common.j</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/CompilationUnitChangeListener.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/folding/FoldingHelper.java</affectedPath><affectedPath>EclipseWurstPlugin/resources/icons/imports.gif</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/util/package-info.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/autocomplete/WurstCompletion.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/builder/package-info.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/launch/LaunchConstants.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/ui/ExtractJurstCommand.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/preferences/package-info.java</affectedPath><affectedPath>EclipseWurstPlugin/resources/icons/WurstFile32.png</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstInformationControlCreator.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/NameGenerator.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/builder/ToggleNatureAction.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/reconciling/WPosition.java</affectedPath><affectedPath>EclipseWurstPlugin/plugin.xml</affectedPath><affectedPath>EclipseWurstPlugin/.gitignore</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/preferences/WurstPreferencePage.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/reconciling/WurstReconcilingStategy.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/launch/LaunchDelegate.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstDocumentSetupParticipant.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/builder/WurstBuilder.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstEditorConfig.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/package-info.java</affectedPath><affectedPath>EclipseWurstPluginUpdateSite/pom.xml</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/builder/WurstNature.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/ui/Decorators.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstEditor.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/console/WurstConsole.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/ui/WurstPerspective.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/folding/package-info.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstFormatter.java</affectedPath><affectedPath>EclipseWurstPlugin/.classpath</affectedPath><affectedPath>EclipseWurstPluginUpdateSite/site.xml</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/highlighting/SimpleCodeScanner.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/highlighting/WurstScanner.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/autocomplete/WurstContextInformationValidator.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/autoedit/WurstAutoIndentStrategy.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/wizards/package-info.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/package-info.java</affectedPath><affectedPath>EclipseWurstPlugin/resources/icons/warning_co.gif</affectedPath><affectedPath>EclipseWurstPlugin/pom.xml</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/FileKeywordScanner.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstDocumentProvider.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/outline/WurstLabelProvider.java</affectedPath><affectedPath>EclipseWurstPluginFeatures/feature.xml</affectedPath><affectedPath>EclipseWurstPlugin/.project</affectedPath><affectedPath>EclipseWurstPlugin/build.properties</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/wizards/NewProjectWizard.java</affectedPath><affectedPath>EclipseWurstPlugin/reports/cpd-report.txt</affectedPath><affectedPath>EclipseWurstPlugin/resources/icons/error_co_buildpath.gif</affectedPath><affectedPath>EclipseWurstPlugin/resources/icons/WurstFile256.png</affectedPath><affectedPath>EclipseWurstPlugin/resources/icons/WurstFile16.gif</affectedPath><affectedPath>EclipseWurstPluginFeatures/pom.xml</affectedPath><affectedPath>EclipseWurstPluginUpdateSite/.project</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/reconciling/package-info.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/WurstConstants.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/preferences/WurstSyntaxColoring.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/builder/ModelManagerImpl.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstTextHover.java</affectedPath><affectedPath>EclipseWurstPlugin/resources/icons/error_co.gif</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/autoedit/package-info.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/console/package-info.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/launch/TabGroup.java</affectedPath><affectedPath>EclipseWurstPlugin/META-INF/MANIFEST.MF</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/builder/ModelManagerStub.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/WurstOccurencesMarker.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstPartitionScanner.java</affectedPath><affectedPath>EclipseWurstPlugin/resources/icons/block.gif</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/autocomplete/package-info.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/outline/OutlineNode.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/console/WurstREPL.java</affectedPath><affectedPath>EclipseWurstPlugin/resources/icons/interface.gif</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/launch/Shortcut.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/highlighting/package-info.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/outline/WurstContentOutlinePage.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/outline/package-info.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/highlighting/ScannerFactory.java</affectedPath><affectedPath>EclipseWurstPlugin/resources/icons/package.gif</affectedPath><affectedPath>EclipseWurstPluginFeatures/.project</affectedPath><affectedPath>EclipseWurstPlugin/resources/icons/WurstFileRaw.psd</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/builder/ModelManager.java</affectedPath><affectedPath>EclipseWurstPlugin/resources/icons/enum.gif</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/console/ConsoleFactory.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/autocomplete/WurstCompletionProcessor.java</affectedPath><affectedPath>EclipseWurstPlugin/resources/icons/var.gif</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/JumpToDeclaration.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/wizards/NewPackageWizard.java</affectedPath><affectedPath>EclipseWurstPlugin/resources/Blizzard.j</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/console/RobustProgramState.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstInformationControl.java</affectedPath><affectedPath>EclipseWurstPlugin/resources/helper.j</affectedPath><affectedPath>EclipseWurstPluginFeatures/build.properties</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstHyperlink.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/ui/package-info.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/WurstEclipseConfig.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/launch/package-info.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstTextDocumentProvider.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/builder/WurstGuiEclipse.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/outline/Icons.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/highlighting/Scanners.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/ToggleComment.java</affectedPath><affectedPath>EclipseWurstPlugin/resources/icons/WurstFile16.png</affectedPath><affectedPath>EclipseWurstPlugin/resources/icons/function.gif</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/WurstPlugin.java</affectedPath><affectedPath>EclipseWurstPlugin/resources/icons/class.gif</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstHyperlinkDetector.java</affectedPath><affectedPath>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/highlighting/SingleTokenScanner.java</affectedPath><commitId>62fa82db6821ba3ae3e9b605ca2a94a52ec6f642</commitId><timestamp>1497370188000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/peter.peq</absoluteUrl><fullName>Peter.peq</fullName></author><authorEmail>Peter.peq@googlemail.com</authorEmail><comment>remove eclipse plugin folders
</comment><date>2017-06-13T18:09:48+0200</date><id>62fa82db6821ba3ae3e9b605ca2a94a52ec6f642</id><msg>remove eclipse plugin folders</msg><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/console/ConsoleFactory.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/JumpToDeclaration.java</file></path><path><editType>delete</editType><file>EclipseWurstPluginFeatures/pom.xml</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/Blizzard.j</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/highlighting/package-info.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstDocumentProvider.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstInformationControlCreator.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstEditorConfig.java</file></path><path><editType>delete</editType><file>EclipseWurstPluginUpdateSite/.project</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/META-INF/MANIFEST.MF</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/highlighting/Scanners.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/autoedit/WurstAutoIndentStrategy.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/autocomplete/WurstContextInformationValidator.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/pom.xml</file></path><path><editType>delete</editType><file>EclipseWurstPluginFeatures/build.properties</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/icons/imports.gif</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/outline/WurstLabelProvider.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/outline/OutlineNode.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/WurstOccurencesMarker.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/launch/LaunchConstants.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/reconciling/WPosition.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/util/UtilityFunctions.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/icons/WurstFileRaw.psd</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/util/package-info.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/builder/WurstNature.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstInformationControl.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/builder/ModelManagerImpl.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/wizards/package-info.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/builder/ToggleNatureAction.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/reports/cpd-report.txt</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/.gitignore</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/launch/package-info.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstFormatter.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/autocomplete/package-info.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/launch/LaunchConfigMainTab.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/console/package-info.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/autoedit/package-info.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/icons/warning_co.gif</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/folding/FoldingHelper.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/icons/WurstFile32.png</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/builder/ModelManagerStub.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/icons/error_co.gif</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/autocomplete/WurstCompletion.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/outline/WurstContentOutlinePage.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/.classpath</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/wizards/NewPackageWizard.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstDocumentSetupParticipant.java</file></path><path><editType>delete</editType><file>EclipseWurstPluginFeatures/.project</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/autocomplete/WurstCompletionProcessor.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/preferences/WurstPreferencePage.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/ui/ExtractJurstCommand.java</file></path><path><editType>delete</editType><file>EclipseWurstPluginFeatures/feature.xml</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstTextDocumentProvider.java</file></path><path><editType>delete</editType><file>EclipseWurstPluginUpdateSite/site.xml</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/ToggleComment.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstMarkerAnnotationModel.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/builder/WurstGuiEclipse.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstTextHover.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/common.j</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/package-info.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/wizards/NewProjectWizard.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/icons/WurstFile16.png</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/NameGenerator.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/preferences/WurstSyntaxColoring.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/highlighting/ScannerFactory.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/outline/package-info.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/icons/import.gif</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/icons/package.gif</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/WurstConstants.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/builder/package-info.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/builder/ModelManager.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/.project</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/console/RobustProgramState.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/ui/package-info.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/icons/WurstFile16.gif</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/ui/WurstPerspective.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/ui/Decorators.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/launch/LaunchDelegate.java</file></path><path><editType>delete</editType><file>EclipseWurstPluginUpdateSite/pom.xml</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/launch/TabGroup.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/plugin.xml</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstHyperlink.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/reconciling/WurstReconcilingStategy.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/highlighting/SingleTokenScanner.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/outline/ContentProvider.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/preferences/package-info.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/icons/var.gif</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/console/WurstREPL.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/package-info.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/icons/enum.gif</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstEditor.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/folding/package-info.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/launch/Shortcut.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/highlighting/WurstScanner.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/icons/block.gif</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/FileKeywordScanner.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/WurstPlugin.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/console/WurstConsole.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/icons/error_co_buildpath.gif</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstPartitionScanner.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/highlighting/SimpleCodeScanner.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/helper.j</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/icons/interface.gif</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/build.properties</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/reconciling/package-info.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/WurstEclipseConfig.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/outline/Icons.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/icons/WurstFile256.png</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/CompilationUnitChangeListener.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/icons/function.gif</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/resources/icons/class.gif</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstHyperlinkDetector.java</file></path><path><editType>delete</editType><file>EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/builder/WurstBuilder.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>MpqCL/MpqCL/MpqCL.vcxproj</affectedPath><affectedPath>MpqCL/Debug/MpqCL.ilk</affectedPath><affectedPath>MpqCL/MpqCL/MpqCL.vcxproj.filters</affectedPath><affectedPath>MpqCL/MpqCL/stdafx.h</affectedPath><affectedPath>MpqCL/MpqCL/targetver.h</affectedPath><affectedPath>MpqCL/MpqCL/MpqCL.cpp</affectedPath><affectedPath>MpqCL/MpqCL.sln</affectedPath><affectedPath>MpqCL/MpqCL/SFmpq_static.lib</affectedPath><affectedPath>MpqCL/MpqCL/stdafx.cpp</affectedPath><affectedPath>MpqCL/MpqCL/SFmpq_static.h</affectedPath><affectedPath>MpqCL/MpqCL.suo</affectedPath><affectedPath>MpqCL/Release/MpqCL.exe</affectedPath><affectedPath>MpqCL/Debug/MpqCL.exe</affectedPath><affectedPath>MpqCL/MpqCL/Debug/MpqCL_manifest.rc</affectedPath><affectedPath>MpqCL/MpqCL/SFmpqapi.h</affectedPath><commitId>a7ebaf5ece3d93087ba7fc2b1d411d03adf12e3a</commitId><timestamp>1497370237000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/peter.peq</absoluteUrl><fullName>Peter.peq</fullName></author><authorEmail>Peter.peq@googlemail.com</authorEmail><comment>remove MpqCL
</comment><date>2017-06-13T18:10:37+0200</date><id>a7ebaf5ece3d93087ba7fc2b1d411d03adf12e3a</id><msg>remove MpqCL</msg><path><editType>delete</editType><file>MpqCL/Debug/MpqCL.exe</file></path><path><editType>delete</editType><file>MpqCL/MpqCL/Debug/MpqCL_manifest.rc</file></path><path><editType>delete</editType><file>MpqCL/MpqCL/SFmpq_static.h</file></path><path><editType>delete</editType><file>MpqCL/MpqCL/targetver.h</file></path><path><editType>delete</editType><file>MpqCL/MpqCL/stdafx.h</file></path><path><editType>delete</editType><file>MpqCL/MpqCL.suo</file></path><path><editType>delete</editType><file>MpqCL/MpqCL/MpqCL.vcxproj</file></path><path><editType>delete</editType><file>MpqCL/MpqCL/SFmpq_static.lib</file></path><path><editType>delete</editType><file>MpqCL/MpqCL/SFmpqapi.h</file></path><path><editType>delete</editType><file>MpqCL/Debug/MpqCL.ilk</file></path><path><editType>delete</editType><file>MpqCL/MpqCL.sln</file></path><path><editType>delete</editType><file>MpqCL/Release/MpqCL.exe</file></path><path><editType>delete</editType><file>MpqCL/MpqCL/MpqCL.cpp</file></path><path><editType>delete</editType><file>MpqCL/MpqCL/stdafx.cpp</file></path><path><editType>delete</editType><file>MpqCL/MpqCL/MpqCL.vcxproj.filters</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>parseq/src/de/peeeq/parseq/grammars/ast/GrammarReturnType.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/asts/ast/Program.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/grammars/ast/GrammarFile.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/asts/Generator.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/asts/ast/AttributeDef.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/Main.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/grammars/ast/ProdSequence.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/asts/ast/ConstructorDef.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/asts/ast/Parameter.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/grammars/ast/ProdNamed.java</affectedPath><affectedPath>parseq/lib/guava-20.0.jar</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/grammars/ast/ProdAlternative.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/grammars/GrammarTranslation.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/grammars/ast/ProdRepeat.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/grammars/ast/ProdId.java</affectedPath><affectedPath>parseq/.project</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/asts/ast/AstBaseTypeDefinition.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/asts/ast/CaseDef.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/asts/ast/AstEntityDefinition.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/asts/TokenType.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/grammars/ast/Rule.java</affectedPath><affectedPath>parseq/test.parseq</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/asts/TemplateParseqList.java</affectedPath><affectedPath>parseq/build.xml</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/asts/FileGenerator.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/grammars/parser/GrammarsParser.g4</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/grammars/ast/AstElement.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/grammars/ast/ProdLex.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/asts/parser/ParseqAntlrParser.g4</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/grammars/ast/ProdType.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/asts/ast/ListDef.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/asts/TemplateCyclicDependencyError.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/grammars/ast/RepeatType.java</affectedPath><affectedPath>parseq/.classpath</affectedPath><affectedPath>parseq/templates/ParseqList.java</affectedPath><affectedPath>parseq/lib/antlr-runtime-4.1.jar</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/asts/Symbol.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/ErrorListener.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/grammars/ast/SimpleType.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/asts/JavaTypes.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/asts/parseq.flex</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/asts/ast/Alternative.java</affectedPath><affectedPath>parseq/src/de/peeeq/parseq/grammars/ast/Production.java</affectedPath><commitId>5250ad1926e9d7812200135a0a3ae68b7b620a09</commitId><timestamp>1497370256000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/peter.peq</absoluteUrl><fullName>Peter.peq</fullName></author><authorEmail>Peter.peq@googlemail.com</authorEmail><comment>remove parseq

new version at
https://github.com/peterzeller/abstractsyntaxgen
</comment><date>2017-06-13T18:10:56+0200</date><id>5250ad1926e9d7812200135a0a3ae68b7b620a09</id><msg>remove parseq</msg><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/asts/parser/ParseqAntlrParser.g4</file></path><path><editType>delete</editType><file>parseq/build.xml</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/ErrorListener.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/asts/Generator.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/asts/JavaTypes.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/asts/ast/Alternative.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/asts/ast/AstEntityDefinition.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/asts/TokenType.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/asts/ast/AstBaseTypeDefinition.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/grammars/ast/ProdType.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/grammars/ast/Rule.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/asts/ast/Parameter.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/grammars/ast/ProdLex.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/asts/TemplateParseqList.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/asts/TemplateCyclicDependencyError.java</file></path><path><editType>delete</editType><file>parseq/templates/ParseqList.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/grammars/GrammarTranslation.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/grammars/ast/AstElement.java</file></path><path><editType>delete</editType><file>parseq/.project</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/asts/parseq.flex</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/grammars/ast/SimpleType.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/grammars/ast/ProdRepeat.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/grammars/ast/RepeatType.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/asts/ast/ListDef.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/grammars/parser/GrammarsParser.g4</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/grammars/ast/GrammarFile.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/grammars/ast/ProdSequence.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/grammars/ast/ProdNamed.java</file></path><path><editType>delete</editType><file>parseq/test.parseq</file></path><path><editType>delete</editType><file>parseq/.classpath</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/grammars/ast/GrammarReturnType.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/grammars/ast/ProdAlternative.java</file></path><path><editType>delete</editType><file>parseq/lib/guava-20.0.jar</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/asts/ast/Program.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/grammars/ast/ProdId.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/asts/Symbol.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/asts/ast/AttributeDef.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/asts/ast/ConstructorDef.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/asts/FileGenerator.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/grammars/ast/Production.java</file></path><path><editType>delete</editType><file>parseq/lib/antlr-runtime-4.1.jar</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/asts/ast/CaseDef.java</file></path><path><editType>delete</editType><file>parseq/src/de/peeeq/parseq/Main.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>WurstStarter/.project</affectedPath><affectedPath>WurstStarter/src/wurstscript_b.go</affectedPath><commitId>a826fe2e086fea8e756ac59cdbb3cfc2b9498f1b</commitId><timestamp>1497370392000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/peter.peq</absoluteUrl><fullName>Peter.peq</fullName></author><authorEmail>Peter.peq@googlemail.com</authorEmail><comment>remove wurst starter
</comment><date>2017-06-13T18:13:12+0200</date><id>a826fe2e086fea8e756ac59cdbb3cfc2b9498f1b</id><msg>remove wurst starter</msg><path><editType>delete</editType><file>WurstStarter/.project</file></path><path><editType>delete</editType><file>WurstStarter/src/wurstscript_b.go</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>de.peeeq.wurstscript/lib/jna-4.0.0.jar</affectedPath><affectedPath>de.peeeq.wurstscript/lib/jmpq3.jar</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/WurstScriptTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/lib/log4j-license.txt</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/lib/asm-3.0.jar</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/mpq/Jmpq2BasedEditor.java</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/mpq/MpqEditorFactory.java</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/cobertura.jar</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/cobertura-merge.sh</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/README</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/cobertura-report.bat</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/RunArgs.java</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/lib/jakarta-oro-2.0.8.jar</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/examples/basic/build.properties</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/cobertura-report.sh</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/examples/basic/build.xml</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/COPYING</affectedPath><affectedPath>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/MpqTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/lib/jmpq2.jar</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/cobertura-merge.bat</affectedPath><affectedPath>de.peeeq.wurstscript/lib/guava-20.0.jar</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/map/importer/ImportFile.java</affectedPath><affectedPath>de.peeeq.wurstscript/lib/java-cup-runtime.jar</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/examples/basic/src/com/example/simple/Simple.java</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/examples/basic/README</affectedPath><affectedPath>de.peeeq.wurstscript/lib/guava-gwt-14.0-rc1.jar</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/cobertura-check.bat</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/cobertura-check.sh</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/examples/basic/src/com/example/simple/SimpleTest.java</affectedPath><affectedPath>de.peeeq.wurstscript/lib/antlr-runtime-4.2.jar</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/COPYRIGHT</affectedPath><affectedPath>de.peeeq.wurstscript/lib/gson-2.6.2.jar</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/lib/log4j-1.2.9.jar</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/RunMap.java</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/lib/asm-tree-3.0.jar</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/ChangeLog</affectedPath><affectedPath>de.peeeq.wurstscript/lib/log4j-1.2.16.jar</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/WCTFile.java</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/coberturaFlush.war</affectedPath><affectedPath>de.peeeq.wurstscript/lib/org.eclipse.jdt.annotation-2.0.0.jar</affectedPath><affectedPath>de.peeeq.wurstscript/lib/velocity-1.7-dep.jar</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/mpq/Jmpq3BasedEditor.java</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/cobertura-instrument.bat</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/Main.java</affectedPath><affectedPath>de.peeeq.wurstscript/lib/chardet.jar</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/lib/jakarta-oro-license.txt</affectedPath><affectedPath>de.peeeq.wurstscript/lib/mpqedit/mpqeditor.exe</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/cobertura-instrument.sh</affectedPath><affectedPath>de.peeeq.wurstscript/lib/junit-4.10.jar</affectedPath><affectedPath>de.peeeq.wurstscript/lib/cobertura/examples/basic/build_with_specific_data_file.xml</affectedPath><affectedPath>de.peeeq.wurstscript/build.gradle</affectedPath><affectedPath>de.peeeq.wurstscript/lib/antlr-runtime-4.4.jar</affectedPath><commitId>d0d2229cb01cec2ea5ae1aa79c7eedae69ecd385</commitId><timestamp>1497370886000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/peter.peq</absoluteUrl><fullName>Peter.peq</fullName></author><authorEmail>Peter.peq@googlemail.com</authorEmail><comment>remove lib folder and jmpq2 dependency
</comment><date>2017-06-13T18:21:26+0200</date><id>d0d2229cb01cec2ea5ae1aa79c7eedae69ecd385</id><msg>remove lib folder and jmpq2 dependency</msg><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/README</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/RunMap.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/lib/asm-tree-3.0.jar</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/COPYRIGHT</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/MpqTest.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/org.eclipse.jdt.annotation-2.0.0.jar</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/cobertura-instrument.sh</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/map/importer/ImportFile.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/WCTFile.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/velocity-1.7-dep.jar</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/mpqedit/mpqeditor.exe</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/antlr-runtime-4.4.jar</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/cobertura-instrument.bat</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/cobertura.jar</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/mpq/Jmpq2BasedEditor.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/jmpq2.jar</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/RunArgs.java</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/build.gradle</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/log4j-1.2.16.jar</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/examples/basic/src/com/example/simple/SimpleTest.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/examples/basic/README</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/ChangeLog</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/cobertura-check.bat</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/Main.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/guava-20.0.jar</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/cobertura-report.sh</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/coberturaFlush.war</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/antlr-runtime-4.2.jar</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/lib/jakarta-oro-license.txt</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/cobertura-merge.bat</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/lib/asm-3.0.jar</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/mpq/MpqEditorFactory.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/cobertura-report.bat</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/cobertura-merge.sh</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/mpq/Jmpq3BasedEditor.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/chardet.jar</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/gson-2.6.2.jar</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/jmpq3.jar</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/examples/basic/build.properties</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/WurstScriptTest.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/examples/basic/build.xml</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/junit-4.10.jar</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/lib/log4j-1.2.9.jar</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/jna-4.0.0.jar</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/COPYING</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/examples/basic/build_with_specific_data_file.xml</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/java-cup-runtime.jar</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/examples/basic/src/com/example/simple/Simple.java</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/lib/jakarta-oro-2.0.8.jar</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/lib/log4j-license.txt</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/cobertura/cobertura-check.sh</file></path><path><editType>delete</editType><file>de.peeeq.wurstscript/lib/guava-gwt-14.0-rc1.jar</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>de.peeeq.wurstscript/.gitignore</affectedPath><commitId>5aa56d131c731e29dd0bde57a064e1e8f6c0dd51</commitId><timestamp>1497370995000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/peter.peq</absoluteUrl><fullName>Peter.peq</fullName></author><authorEmail>Peter.peq@googlemail.com</authorEmail><comment>add classes and out dir to .gitignore
</comment><date>2017-06-13T18:23:15+0200</date><id>5aa56d131c731e29dd0bde57a064e1e8f6c0dd51</id><msg>add classes and out dir to .gitignore</msg><path><editType>edit</editType><file>de.peeeq.wurstscript/.gitignore</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>Checksums/.project</affectedPath><affectedPath>.gitignore</affectedPath><affectedPath>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/Checksums.java</affectedPath><affectedPath>Checksums/.gitignore</affectedPath><affectedPath>Checksums/src/de/peeeq/checksums/Main.java</affectedPath><affectedPath>de.peeeq.wurstscript/deploy.gradle</affectedPath><affectedPath>de.peeeq.wurstscript/build.gradle</affectedPath><commitId>c1247a13ad13986108582cb2f2a0d2a518c041ce</commitId><timestamp>1497374000000</timestamp><author><absoluteUrl>https://grill.wurstlang.org/hudson/user/peter.peq</absoluteUrl><fullName>Peter.peq</fullName></author><authorEmail>Peter.peq@googlemail.com</authorEmail><comment>add gradle tasks for deployment
</comment><date>2017-06-13T19:13:20+0200</date><id>c1247a13ad13986108582cb2f2a0d2a518c041ce</id><msg>add gradle tasks for deployment</msg><path><editType>add</editType><file>de.peeeq.wurstscript/deploy.gradle</file></path><path><editType>delete</editType><file>Checksums/.gitignore</file></path><path><editType>edit</editType><file>.gitignore</file></path><path><editType>delete</editType><file>Checksums/.project</file></path><path><editType>edit</editType><file>de.peeeq.wurstscript/build.gradle</file></path><path><editType>delete</editType><file>Checksums/src/de/peeeq/checksums/Main.java</file></path><path><editType>add</editType><file>de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/Checksums.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>