Änderungen

Summary

  1. adding first version of gradle build (commit: 0febdc4) (details)
  2. started adapting to new ast-generator (wip) (commit: 47bffbb) (details)
  3. downgradle ast version (commit: 069dffe) (details)
  4. move source files to adhere to standard java project layout (commit: ecc1b78) (details)
  5. add dependencies to build.gradle (commit: 16025c1) (details)
  6. first compiling version with gradle build (commit: 05c4896) (details)
  7. make tests work with gradle (commit: d4707ee) (details)
  8. move resources to correct folder (commit: fee172e) (details)
  9. remove eclipse plugin folders (commit: 62fa82d) (details)
  10. remove MpqCL (commit: a7ebaf5) (details)
  11. remove parseq (commit: 5250ad1) (details)
  12. remove wurst starter (commit: a826fe2) (details)
  13. remove lib folder and jmpq2 dependency (commit: d0d2229) (details)
  14. add classes and out dir to .gitignore (commit: 5aa56d1) (details)
  15. add gradle tasks for deployment (commit: c1247a1) (details)
Commit 0febdc4f4c1a8fc626e24cd10308ebcecdf89a2f by peter.peq
adding first version of gradle build
(commit: 0febdc4)
The file was addedde.peeeq.wurstscript/build.gradle
The file was modifiedde.peeeq.wurstscript/.gitignore (diff)
The file was addedde.peeeq.wurstscript/gradle/wrapper/gradle-wrapper.jar
The file was addedde.peeeq.wurstscript/gradlew
The file was addedde.peeeq.wurstscript/gradle/wrapper/gradle-wrapper.properties
The file was addedde.peeeq.wurstscript/gradlew.bat
Commit 47bffbb294242e97dba31da6e565ad2ceaa5506b by peter.peq
started adapting to new ast-generator (wip)
(commit: 47bffbb)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/SignatureInfo.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/SmallHelpers.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstio/jassinterpreter/InterpreterException.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ClassTranslator.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/TempMerger.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/ConstantAndCopyPropagation.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/EvaluateExpr.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeStaticTypeRef.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/WurstValidator.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeReal.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/EliminateTuples.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/FunctionCall.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeInterface.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstNativeType.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstio/intermediateLang/interpreter/CompiletimeNatives.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/CallSignature.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeArray.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeCode.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/ControlFlowGraph.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ImplicitFuncs.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/UsedGlobalVariables.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstio/CompiletimeFunctionRunner.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/FunctionSignature.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrImplicitParameter.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeNull.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/VariableDefinition.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/purity/PurityLevels.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeTuple.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/UselessFunctionCallsRemover.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstType.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeUnion.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassValidator/LineMapAttr.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/CheckHelper.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrFuncDef.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/GetCompletions.java (diff)
The file was modifiedde.peeeq.wurstscript/parserspec/jass.parseq (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrExprType.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/Generics.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/GetDefinition.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrTypeExprType.java (diff)
The file was modifiedde.peeeq.wurstscript/parserspec/jass_im.parseq (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ErrorHandling.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrNearest.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/ImOptimizer.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/CyclicFunctionRemover.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/EliminateCallFunctionsWithAnnotation.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrExprExpectedType.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeString.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/SyntacticSugar.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/PrettyPrinter.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/DescriptionHtml.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ReadVariables.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/ImInliner.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/GetUsages.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/ModuleExpander.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/ImAttributes.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeNamedScope.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/IsDynamicContext.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/StackTraceInjector2.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/Flow.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/NameResolution.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/ImToJassTranslator.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/RunTests.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/ProgramState.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtojass/StatementTranslation.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/DebugMessageRemover.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeHandle.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/LocalMerger.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeBool.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/NameLinks.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/MultiArrayEliminator.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrImportedPackage.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrPos.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/PossibleFuncDefs.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/utils/Utils.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/interpreter/ILInterpreter.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeVoid.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/EliminateClasses.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ImHelper.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeClosure.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeIntLiteral.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ClosureTranslator.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/SimpleRewrites.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrWurstDoc.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/GlobalsInliner.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ClassManagementVars.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/Description.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/RecycleCodeGeneratorQueue.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrPossibleFunctionSignatures.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrFunctionSignature.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/controlflow/DataflowAnomalyAnalysis.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeInt.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/names/NameLink.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeModuleInstanciation.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/PathDescription.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/frotty/jassAttributes/FunctionReference.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/CofigActualDef.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/Flatten.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeModule.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/StmtTranslation.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/JassAttributes.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/StackTraceInjector.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrClosureCapturedVariables.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/UsedPackages.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeBoundTypeParam.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/NullSetter.java (diff)
The file was modifiedde.peeeq.wurstscript/parserspec/wurstscript.parseq (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/OverrideUtils.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/jassprinter/JassPrinter.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/FuncRefRemover.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeInfer.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeClass.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstio/languageserver/requests/HoverInfo.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/InnerClasses.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/ModifiersHelper.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeTypeParam.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/AttrNameDef.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/OverloadingResolver.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/ImTranslator.java (diff)
The file was modifiedde.peeeq.wurstscript/parserspec/lua.parseq (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeUnknown.java (diff)
Commit 069dffe80ed3a1de31ef80e9dfff3d3768597e7b by peter.peq
downgradle ast version

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

new version at
https://github.com/peterzeller/abstractsyntaxgen
(commit: 5250ad1)
The file was removedparseq/templates/ParseqList.java
The file was removedparseq/src/de/peeeq/parseq/grammars/ast/RepeatType.java
The file was removedparseq/build.xml
The file was removedparseq/src/de/peeeq/parseq/grammars/ast/Rule.java
The file was removedparseq/src/de/peeeq/parseq/asts/ast/Alternative.java
The file was removedparseq/src/de/peeeq/parseq/asts/parseq.flex
The file was removedparseq/.classpath
The file was removedparseq/src/de/peeeq/parseq/grammars/ast/ProdId.java
The file was removedparseq/src/de/peeeq/parseq/asts/ast/ConstructorDef.java
The file was removedparseq/src/de/peeeq/parseq/asts/ast/ListDef.java
The file was removedparseq/src/de/peeeq/parseq/grammars/ast/ProdLex.java
The file was removedparseq/lib/antlr-runtime-4.1.jar
The file was removedparseq/src/de/peeeq/parseq/grammars/GrammarTranslation.java
The file was removedparseq/src/de/peeeq/parseq/asts/ast/AttributeDef.java
The file was removedparseq/src/de/peeeq/parseq/asts/ast/Parameter.java
The file was removedparseq/src/de/peeeq/parseq/asts/TemplateParseqList.java
The file was removedparseq/src/de/peeeq/parseq/asts/parser/ParseqAntlrParser.g4
The file was removedparseq/src/de/peeeq/parseq/grammars/ast/Production.java
The file was removedparseq/lib/guava-20.0.jar
The file was removedparseq/src/de/peeeq/parseq/asts/ast/AstEntityDefinition.java
The file was removedparseq/src/de/peeeq/parseq/grammars/parser/GrammarsParser.g4
The file was removedparseq/.project
The file was removedparseq/src/de/peeeq/parseq/grammars/ast/ProdType.java
The file was removedparseq/src/de/peeeq/parseq/asts/TokenType.java
The file was removedparseq/src/de/peeeq/parseq/grammars/ast/ProdNamed.java
The file was removedparseq/src/de/peeeq/parseq/grammars/ast/ProdAlternative.java
The file was removedparseq/src/de/peeeq/parseq/asts/Generator.java
The file was removedparseq/src/de/peeeq/parseq/grammars/ast/GrammarReturnType.java
The file was removedparseq/src/de/peeeq/parseq/grammars/ast/ProdRepeat.java
The file was removedparseq/test.parseq
The file was removedparseq/src/de/peeeq/parseq/asts/ast/AstBaseTypeDefinition.java
The file was removedparseq/src/de/peeeq/parseq/grammars/ast/GrammarFile.java
The file was removedparseq/src/de/peeeq/parseq/Main.java
The file was removedparseq/src/de/peeeq/parseq/grammars/ast/SimpleType.java
The file was removedparseq/src/de/peeeq/parseq/ErrorListener.java
The file was removedparseq/src/de/peeeq/parseq/asts/FileGenerator.java
The file was removedparseq/src/de/peeeq/parseq/asts/ast/CaseDef.java
The file was removedparseq/src/de/peeeq/parseq/asts/ast/Program.java
The file was removedparseq/src/de/peeeq/parseq/grammars/ast/ProdSequence.java
The file was removedparseq/src/de/peeeq/parseq/grammars/ast/AstElement.java
The file was removedparseq/src/de/peeeq/parseq/asts/Symbol.java
The file was removedparseq/src/de/peeeq/parseq/asts/TemplateCyclicDependencyError.java
The file was removedparseq/src/de/peeeq/parseq/asts/JavaTypes.java
The file was removedWurstStarter/.project
The file was removedWurstStarter/src/wurstscript_b.go
Commit d0d2229cb01cec2ea5ae1aa79c7eedae69ecd385 by peter.peq
remove lib folder and jmpq2 dependency
(commit: d0d2229)
The file was removedde.peeeq.wurstscript/lib/cobertura/README
The file was removedde.peeeq.wurstscript/lib/cobertura/lib/asm-tree-3.0.jar
The file was removedde.peeeq.wurstscript/lib/cobertura/cobertura-report.bat
The file was removedde.peeeq.wurstscript/lib/org.eclipse.jdt.annotation-2.0.0.jar
The file was removedde.peeeq.wurstscript/lib/cobertura/COPYING
The file was removedde.peeeq.wurstscript/lib/cobertura/cobertura.jar
The file was removedde.peeeq.wurstscript/lib/cobertura/examples/basic/build.properties
The file was removedde.peeeq.wurstscript/lib/jmpq3.jar
The file was removedde.peeeq.wurstscript/lib/cobertura/examples/basic/build.xml
The file was removedde.peeeq.wurstscript/lib/velocity-1.7-dep.jar
The file was modifiedde.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/MpqTest.java (diff)
The file was removedde.peeeq.wurstscript/lib/cobertura/cobertura-merge.bat
The file was removedde.peeeq.wurstscript/lib/cobertura/lib/jakarta-oro-license.txt
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/Main.java (diff)
The file was removedde.peeeq.wurstscript/lib/log4j-1.2.16.jar
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/RunMap.java (diff)
The file was removedde.peeeq.wurstscript/lib/guava-20.0.jar
The file was removedde.peeeq.wurstscript/lib/jmpq2.jar
The file was removedde.peeeq.wurstscript/lib/cobertura/cobertura-check.sh
The file was removedde.peeeq.wurstscript/lib/cobertura/coberturaFlush.war
The file was removedde.peeeq.wurstscript/lib/cobertura/cobertura-merge.sh
The file was removedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/mpq/Jmpq2BasedEditor.java
The file was removedde.peeeq.wurstscript/lib/antlr-runtime-4.2.jar
The file was removedde.peeeq.wurstscript/lib/antlr-runtime-4.4.jar
The file was removedde.peeeq.wurstscript/lib/cobertura/cobertura-instrument.bat
The file was removedde.peeeq.wurstscript/lib/cobertura/ChangeLog
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/RunArgs.java (diff)
The file was removedde.peeeq.wurstscript/lib/cobertura/COPYRIGHT
The file was removedde.peeeq.wurstscript/lib/cobertura/cobertura-report.sh
The file was removedde.peeeq.wurstscript/lib/cobertura/examples/basic/src/com/example/simple/SimpleTest.java
The file was removedde.peeeq.wurstscript/lib/cobertura/lib/jakarta-oro-2.0.8.jar
The file was removedde.peeeq.wurstscript/lib/jna-4.0.0.jar
The file was modifiedde.peeeq.wurstscript/build.gradle (diff)
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/mpq/Jmpq3BasedEditor.java (diff)
The file was removedde.peeeq.wurstscript/lib/cobertura/lib/log4j-1.2.9.jar
The file was removedde.peeeq.wurstscript/lib/guava-gwt-14.0-rc1.jar
The file was removedde.peeeq.wurstscript/lib/chardet.jar
The file was modifiedde.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/WurstScriptTest.java (diff)
The file was removedde.peeeq.wurstscript/lib/gson-2.6.2.jar
The file was removedde.peeeq.wurstscript/lib/junit-4.10.jar
The file was removedde.peeeq.wurstscript/lib/cobertura/lib/log4j-license.txt
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/map/importer/ImportFile.java (diff)
The file was removedde.peeeq.wurstscript/lib/cobertura/cobertura-check.bat
The file was removedde.peeeq.wurstscript/lib/cobertura/examples/basic/src/com/example/simple/Simple.java
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/mpq/MpqEditorFactory.java (diff)
The file was removedde.peeeq.wurstscript/lib/cobertura/examples/basic/README
The file was removedde.peeeq.wurstscript/lib/mpqedit/mpqeditor.exe
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/objectreader/WCTFile.java (diff)
The file was removedde.peeeq.wurstscript/lib/cobertura/examples/basic/build_with_specific_data_file.xml
The file was removedde.peeeq.wurstscript/lib/java-cup-runtime.jar
The file was removedde.peeeq.wurstscript/lib/cobertura/cobertura-instrument.sh
The file was removedde.peeeq.wurstscript/lib/cobertura/lib/asm-3.0.jar
Commit 5aa56d131c731e29dd0bde57a064e1e8f6c0dd51 by peter.peq
add classes and out dir to .gitignore
(commit: 5aa56d1)
The file was modifiedde.peeeq.wurstscript/.gitignore (diff)
Commit c1247a13ad13986108582cb2f2a0d2a518c041ce by peter.peq
add gradle tasks for deployment
(commit: c1247a1)
The file was addedde.peeeq.wurstscript/deploy.gradle
The file was removedChecksums/.project
The file was removedChecksums/.gitignore
The file was modified.gitignore (diff)
The file was modifiedde.peeeq.wurstscript/build.gradle (diff)
The file was addedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/Checksums.java
The file was removedChecksums/src/de/peeeq/checksums/Main.java