Skip to content
Success

Changes

Summary

  1. Fixed workspace resolution. (details)
  2. Enabled two RCPTT tests. (details)
  3. Fixed migration for no identifier module name. (details)
  4. Revert "Enabled two RCPTT tests." (details)
  5. Disabled a RCPTT test. (details)
  6. Disabled a RCPTT test. (details)
  7. Fixed Migration service refactoring that return void. (details)
  8. Fixed Migration duplicated Java services creation. (details)
  9. Fixed keyword variable name in AcceleoAstSerializer and AstSerializer. (details)
  10. Added cache on computed IService types. (details)
  11. Added symbolic service resolution and service loading using the JDT. (details)
  12. Added resolution tests for call/declaration before/after. (details)
  13. Fixed parsing for expression ending with a parenthesis expression. (details)
  14. Fixed migration of comment block. (details)
  15. Added String.toBoolean() service. (details)
  16. Fixed migration for collection query/template call. (details)
  17. Fixed migraion for missing metamodel imports when calling an exterenal template/query. (details)
  18. Desactivate RCPTT test for CI TemplateWithDocFileMainContents. (details)
  19. Added asynchrone Eclipse workspace validation. (details)
  20. Moved EclipseAcceleoLanguageServerContext from server to plugin start. (details)
  21. Updated build image to make RCPTT tests more stable. (details)
  22. Updated build image to make RCPTT tests more stable. (details)
  23. Updated build image to make RCPTT tests more stable. (details)
  24. Fallback to migration image. (details)
  25. Fixed #128 Add a progress monitor to the workspace synchronize Job. (details)
  26. Changed Jenkinsfile for RCPTT tests. (details)
  27. Changed Jenkinsfile for RCPTT tests. (details)
  28. Changed Jenkinsfile for RCPTT tests. (details)
  29. Changed Jenkinsfile for RCPTT tests. (details)
  30. Changed Jenkinsfile for RCPTT tests. (details)
  31. Changed Jenkinsfile for RCPTT tests. (details)
  32. Changed Jenkinsfile for RCPTT tests. (details)
  33. Disabled Acceleo RCPTT tests. (details)
  34. Enable RCPTT tests with new changes to JenkinsFile. (details)
  35. Changed Jenkinsfile for RCPTT tests. (details)
  36. Added ProtectedArea prefixes to the migration. (details)
  37. Changed Jenkinsfile for RCPTT tests. (details)
  38. Reverted JenkinsFile before all RCPTT changes. (details)
  39. Descivated RCPTT tests. (details)
  40. Fixed ProtectedArea statement indentation migration. (details)
  41. Added let expression migration. (details)
  42. Fixed ExpressionStatement AQL if and let serialization. (details)
  43. Fixed typo in AQL 'direclty'. (details)
  44. Added implicit for block migration. (details)
  45. Added super call support for serializers. (details)
  46. Fixed #138 parser for windows end of line. (details)
  47. Fixed NPE in AcceleoMainTab. (details)
  48. Fixed end of line in completion. (details)
  49. Added support to Windows end of line in AcceleoLanguageServerPositionUtils. (details)
  50. Added support for Windows end of line in completion proposals. (details)
Commit 96df66bb97d35fb0a24f101e406cf85f21db3840 by Yvan Lussaud
Fixed workspace resolution.

- now resolver are local to a project and delegate
  to resolvers of project dependencies.
The file was removedquery/plugins/org.eclipse.acceleo.query.ide.jdt/src/org/eclipse/acceleo/query/ide/jdt/EclipseJDTQualifiedNameResolverFactory.java
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/services/textdocument/AcceleoTextDocument.java (diff)
The file was addedquery/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/namespace/workspace/QueryWorkspaceQualifiedNameResolver.java
The file was modified plugins/org.eclipse.acceleo.aql.ls.debug/src/org/eclipse/acceleo/aql/ls/debug/AcceleoDebugger.java (diff)
The file was addedquery/plugins/org.eclipse.acceleo.query.ide.jdt/src/org/eclipse/acceleo/query/ide/jdt/runtime/impl/namespace/EclipseJDTQualifiedNameResolver.java
The file was addedquery/plugins/org.eclipse.acceleo.query.ide/src/org/eclipse/acceleo/query/ide/runtime/impl/namespace/workspace/Synchronizer.java
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/services/workspace/AcceleoProject.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query.ide/src/org/eclipse/acceleo/query/ide/runtime/namespace/IResolverFactoryDescriptor.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/services/textdocument/AcceleoTextDocumentService.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ide.ui/src/org/eclipse/acceleo/aql/ide/ui/EclipseAcceleoLanguageServerContext.java (diff)
The file was addedquery/plugins/org.eclipse.acceleo.query.ide.jdt/src/org/eclipse/acceleo/query/ide/jdt/runtime/impl/namespace/EclipseJDTQualifiedNameResolverFactory.java
The file was addedquery/plugins/org.eclipse.acceleo.query.ide/src/org/eclipse/acceleo/query/ide/runtime/impl/namespace/workspace/EclipseWorkspaceQualifiedNameResolver.java
The file was modified query/plugins/org.eclipse.acceleo.query/META-INF/MANIFEST.MF (diff)
The file was addedquery/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/namespace/workspace/IQueryWorkspaceQualifiedNameResolver.java
The file was modified query/plugins/org.eclipse.acceleo.query.ide/src/org/eclipse/acceleo/query/ide/runtime/namespace/IQualifiedNameResolverFactory.java (diff)
The file was addedquery/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/namespace/workspace/IQueryWorkspace.java
The file was modified plugins/org.eclipse.acceleo.aql.profiler.editor/src/org/eclipse/acceleo/aql/profiler/editor/AcceleoEnvResourceFactory.java (diff)
The file was modified tests/org.eclipse.acceleo.aql.rcptt/Editor/QuickOutline.test (diff)
The file was removedquery/plugins/org.eclipse.acceleo.query.ide.jdt/src/org/eclipse/acceleo/query/ide/jdt/EclipseJDTQualifiedNameResolver.java
The file was addedquery/plugins/org.eclipse.acceleo.query.ide/src/org/eclipse/acceleo/query/ide/runtime/impl/namespace/workspace/WorkspaceResolverFactoryRegistryListener.java
The file was removedquery/plugins/org.eclipse.acceleo.query.ide.jdt/src/org/eclipse/acceleo/query/ide/jdt/EclipseJDTJavaLoader.java
The file was modified query/plugins/org.eclipse.acceleo.query.ide/src/org/eclipse/acceleo/query/ide/QueryPlugin.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls/.settings/org.eclipse.jdt.ui.prefs (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/services/workspace/AcceleoWorkspace.java (diff)
The file was addedquery/plugins/org.eclipse.acceleo.query.ide/schema/workspaceresolverfactory.exsd
The file was modified query/plugins/org.eclipse.acceleo.query.ide.jdt/META-INF/MANIFEST.MF (diff)
The file was addedquery/plugins/org.eclipse.acceleo.query.ide.jdt/src/org/eclipse/acceleo/query/ide/jdt/runtime/impl/namespace/workspace/EclipseJDTWorkspaceQualifiedNameResolver.java
The file was addedquery/plugins/org.eclipse.acceleo.query.ide/src/org/eclipse/acceleo/query/ide/runtime/namespace/workspace/IWorkspaceQualifiedNameResolverFactory.java
The file was modified query/plugins/org.eclipse.acceleo.query.ide/plugin.xml (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/AcceleoLanguageServerContext.java (diff)
The file was addedquery/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/namespace/workspace/QueryWorkspace.java
The file was removedplugins/org.eclipse.acceleo.aql.ide.ui/src/org/eclipse/acceleo/aql/ide/ui/EclipseWorkspace2AcceleoWorkspace.java
The file was addedquery/plugins/org.eclipse.acceleo.query.ide.jdt/src/org/eclipse/acceleo/query/ide/jdt/runtime/impl/namespace/workspace/EclipseJDTWorkspaceQualifiedNameResolverFactory.java
The file was addedquery/plugins/org.eclipse.acceleo.query.ide/src/org/eclipse/acceleo/query/ide/runtime/namespace/workspace/IWorkspaceResolverFactoryDescriptor.java
The file was modified tests/org.eclipse.acceleo.aql.rcptt/Editor/ShowReferences/CallJavaService.test (diff)
The file was modified query/plugins/org.eclipse.acceleo.query.ide.jdt/.settings/org.eclipse.jdt.ui.prefs (diff)
The file was addedquery/plugins/org.eclipse.acceleo.query.ide.jdt/src/org/eclipse/acceleo/query/ide/jdt/runtime/impl/namespace/EclipseJDTJavaLoader.java
The file was addedquery/plugins/org.eclipse.acceleo.query.ide/src/org/eclipse/acceleo/query/ide/runtime/namespace/workspace/IWorkspaceResolverProvider.java
The file was modified query/plugins/org.eclipse.acceleo.query.ide/META-INF/MANIFEST.MF (diff)
The file was modified query/plugins/org.eclipse.acceleo.query.ide.jdt/plugin.xml (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/namespace/ClassLoaderQualifiedNameResolver.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/namespace/IQualifiedNameResolver.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query.ide/.settings/org.eclipse.jdt.ui.prefs (diff)
Commit b0b5eaa2bd70313921d8c6753df046305b4ea72f by Yvan Lussaud
Enabled two RCPTT tests.
The file was modified tests/org.eclipse.acceleo.aql.rcptt/Editor/WorkspaceChanges/Module/ChangeContents.test (diff)
The file was modified tests/org.eclipse.acceleo.aql.rcptt/ProfilerEditor/Coverage.test (diff)
Commit 6bd38d4d881d832416130d8a1c138acb76abd442 by Yvan Lussaud
Fixed migration for no identifier module name.
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/module/withImportNotJavaIdentifier/withImportNotJavaIdentifier.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests.acceleo3/src/resources/acceleoAqlTests/language/module/withExtendsNotJavaIdentifier/withExtendsNotJavaIdentifier.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests.acceleo3/src/resources/acceleoAqlTests/language/module/withImportNotJavaIdentifier/withImportNotJavaIdentifier.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/module/withImportNotJavaIdentifier/withImportNotJavaIdentifier.emtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/module/withExtendsNotJavaIdentifier/withExtendsNotJavaIdentifier.emtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/module/withExtendsNotJavaIdentifier/withExtendsNotJavaIdentifier.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/module/withImportNotJavaIdentifier/withImportNotJavaIdentifier-expected.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/module/withImportNotJavaIdentifier/withImportNotJavaIdentifier-origin.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/module/withExtendsNotJavaIdentifier/withExtendsNotJavaIdentifier-origin.mtl
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/ModuleConverter.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.migration.tests.acceleo3/src/misc/My-Other-Module.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/module/withExtendsNotJavaIdentifier/withExtendsNotJavaIdentifier-expected.mtl
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/standalone/StandaloneMigrator.java (diff)
Commit 804f0b04707234f97628b47b8c6343c13f896ed0 by Yvan Lussaud
Revert "Enabled two RCPTT tests."

This reverts commit b0b5eaa2bd70313921d8c6753df046305b4ea72f.
The file was modified tests/org.eclipse.acceleo.aql.rcptt/ProfilerEditor/Coverage.test (diff)
The file was modified tests/org.eclipse.acceleo.aql.rcptt/Editor/WorkspaceChanges/Module/ChangeContents.test (diff)
The file was modified tests/org.eclipse.acceleo.aql.rcptt/Editor/WorkspaceChanges/Class/Move.test (diff)
The file was modified tests/org.eclipse.acceleo.aql.rcptt/Editor/ShowReferences/AQLBindingLet.test (diff)
Commit 9e3f12c016d11ebfca0678d1395bb4871bf3ce39 by Yvan Lussaud
Fixed Migration service refactoring that return void.
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/ServiceWithNoParameterMethodRefactorVisitor.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/AmbiguousServiceMethodRefactorVisitor.java (diff)
Commit 2339f3f18d83600319fffdfe8c0289135e2b88d9 by Yvan Lussaud
Fixed Migration duplicated Java services creation.
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/ServiceWithNoParameterMethodRefactorVisitor.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/AmbiguousServiceMethodRefactorVisitor.java (diff)
Commit c63da84bcaaf9380554f946a28c90d2df8fc21d6 by Yvan Lussaud
Fixed keyword variable name in AcceleoAstSerializer and AstSerializer.
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/parser/AstSerializer.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/parser/AcceleoAstSerializer.java (diff)
Commit 7d8d4a41b57db441fdadbb4aa414bdb1df2fe104 by Yvan Lussaud
Added cache on computed IService types.
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/EOperationService.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/namespace/workspace/QueryWorkspace.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/evaluation/QueryService.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/AbstractService.java (diff)
The file was modified query/tests/org.eclipse.acceleo.query.tests/src/org/eclipse/acceleo/query/tests/runtime/lookup/basic/TestServiceProvider.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/JavaMethodService.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/evaluation/TemplateService.java (diff)
Commit 24cade921c066728cca686631967793b19f732f4 by Yvan Lussaud
Added symbolic service resolution and service loading using the JDT.
The file was addedquery/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/validation/type/ISymbolicType.java
The file was modified query/plugins/org.eclipse.acceleo.query.ide.jdt/META-INF/MANIFEST.MF (diff)
The file was modified query/plugins/org.eclipse.acceleo.query.ide/src/org/eclipse/acceleo/query/ide/runtime/namespace/IQualifiedNameResolverFactory.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query.ide/src/org/eclipse/acceleo/query/ide/QueryPlugin.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/parser/ModuleLoader.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query.ide.jdt/src/org/eclipse/acceleo/query/ide/jdt/runtime/impl/namespace/EclipseJDTJavaLoader.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/validation/type/AbstractType.java (diff)
The file was addedquery/plugins/org.eclipse.acceleo.query.ide.jdt/src/org/eclipse/acceleo/query/ide/jdt/runtime/impl/EclipseJDTIMethodService.java
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/JavaMethodService.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ide.ui/src/org/eclipse/acceleo/aql/ide/ui/EclipseAcceleoLanguageServerContext.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.profiler.editor/src/org/eclipse/acceleo/aql/profiler/editor/AcceleoEnvResourceFactory.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/validation/type/AbstractJavaType.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/validation/type/EClassifierType.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query.ide.jdt/src/org/eclipse/acceleo/query/ide/jdt/runtime/impl/namespace/EclipseJDTQualifiedNameResolverFactory.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.launcher/src/org/eclipse/acceleo/aql/launcher/AcceleoLauncher.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls.debug/src/org/eclipse/acceleo/aql/ls/debug/AcceleoDebugger.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/EOperationService.java (diff)
The file was addedquery/plugins/org.eclipse.acceleo.query.ide.jdt/src/org/eclipse/acceleo/query/ide/jdt/validation/type/EclipseJDTITypeType.java
Commit 238f6f5ba2e9280929ee20ca6e4299265e30c864 by Yvan Lussaud
Added resolution tests for call/declaration before/after.
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callBeforeQueryDeclaration/callBeforeQueryDeclaration-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callAfterTemplateDeclaration/callAfterTemplateDeclaration-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callAfterQueryDeclaration/callAfterQueryDeclaration-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callBeforeTemplateDeclaration/callBeforeTemplateDeclaration-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/resolution/callBeforeQueryDeclaration/callBeforeQueryDeclaration.mtl-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callBeforeTemplateDeclaration/callBeforeTemplateDeclaration-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callBeforeQueryDeclaration/callBeforeQueryDeclaration.xmi
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/resolution/callAfterQueryDeclaration/callAfterQueryDeclaration.mtl-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callBeforeQueryDeclaration/callBeforeQueryDeclaration.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callBeforeTemplateDeclaration/callBeforeTemplateDeclaration.xmi
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callBeforeQueryDeclaration/generated/World.txt-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callBeforeTemplateDeclaration/callBeforeTemplateDeclaration-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callBeforeQueryDeclaration/callBeforeQueryDeclaration-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callBeforeTemplateDeclaration/generated/World.txt-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callAfterQueryDeclaration/callAfterQueryDeclaration-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callAfterQueryDeclaration/generated/World.txt-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callAfterTemplateDeclaration/callAfterTemplateDeclaration-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/resolution/callAfterTemplateDeclaration/callAfterTemplateDeclaration.mtl-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callAfterQueryDeclaration/callAfterQueryDeclaration.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callBeforeTemplateDeclaration/callBeforeTemplateDeclaration.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callAfterTemplateDeclaration/callAfterTemplateDeclaration-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callAfterTemplateDeclaration/callAfterTemplateDeclaration.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callBeforeQueryDeclaration/callBeforeQueryDeclaration-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callAfterTemplateDeclaration/callAfterTemplateDeclaration.xmi
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callBeforeTemplateDeclaration/callBeforeTemplateDeclaration-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callBeforeQueryDeclaration/callBeforeQueryDeclaration-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callAfterTemplateDeclaration/generated/World.txt-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callAfterQueryDeclaration/callAfterQueryDeclaration-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callAfterTemplateDeclaration/callAfterTemplateDeclaration-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/resolution/callBeforeTemplateDeclaration/callBeforeTemplateDeclaration.mtl-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callAfterQueryDeclaration/callAfterQueryDeclaration-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callAfterQueryDeclaration/callAfterQueryDeclaration.xmi
Commit f40153715b9e3f1fd4d53e5b6f1c9ea7e9298e3a by Yvan Lussaud
Fixed parsing for expression ending with a parenthesis expression.
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/letStatement/closeParenthesisInBinding/closeParenthesisInBinding-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/letStatement/closeParenthesisInBinding/closeParenthesisInBinding-expected-ast.txt
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/parser/AcceleoParser.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/protectedArea/idEndsWithCloseParenthesis/idEndsWithCloseParenthesis-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/language/letStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis.mtl-expected.txt
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/AQLUtils.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/protectedArea/idEndsWithCloseParenthesis/idEndsWithCloseParenthesis-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/language/letStatement/closeParenthesisInBinding/closeParenthesisInBinding.mtl-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/conditionEndsWithCloseParenthesis/conditionEndsWithCloseParenthesis-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/letStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/protectedArea/idEndsWithCloseParenthesis/idEndsWithCloseParenthesis-expected-validation.txt
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/validation/quickfixes/AqlQuickFixesSwitch.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/conditionEndsWithCloseParenthesis/conditionEndsWithCloseParenthesis-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/query/expressionEndsWithCloseParenthesis/expressionEndsWithCloseParenthesis-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/letStatement/closeParenthesisInBinding/closeParenthesisInBinding-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/letStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/language/ifStatement/conditionEndsWithCloseParenthesis/conditionEndsWithCloseParenthesis.mtl-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/urlEndsWithCloseParenthesis/urlEndsWithCloseParenthesis-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/language/forStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis.mtl-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/language/protectedArea/idEndsWithCloseParenthesis/idEndsWithCloseParenthesis.mtl-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/letStatement/closeParenthesisInBinding/closeParenthesisInBinding.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/query/expressionEndsWithCloseParenthesis/expressionEndsWithCloseParenthesis.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/language/fileStatement/urlEndsWithCloseParenthesis/urlEndsWithCloseParenthesis.mtl-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/language/query/expressionEndsWithCloseParenthesis/expressionEndsWithCloseParenthesis.mtl-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/conditionEndsWithCloseParenthesis/conditionEndsWithCloseParenthesis-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/urlEndsWithCloseParenthesis/urlEndsWithCloseParenthesis-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/conditionEndsWithCloseParenthesis/conditionEndsWithCloseParenthesis.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/letStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/urlEndsWithCloseParenthesis/urlEndsWithCloseParenthesis.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/urlEndsWithCloseParenthesis/urlEndsWithCloseParenthesis-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/query/expressionEndsWithCloseParenthesis/expressionEndsWithCloseParenthesis-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/letStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/query/expressionEndsWithCloseParenthesis/expressionEndsWithCloseParenthesis-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/protectedArea/idEndsWithCloseParenthesis/idEndsWithCloseParenthesis.mtl
Commit f8679847536d304a3cfda7c814b7d9fdd1591f00 by Yvan Lussaud
Fixed migration of comment block.
The file was addedtests/org.eclipse.acceleo.aql.migration.tests.acceleo3/src/resources/acceleoAqlTests/language/comment/commentedQuery/commentedQuery.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/comment/commentedQuery/commentedQuery-origin.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/comment/commentedQuery/commentedQuery-expected.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/comment/commentedQuery/commentedQuery.emtl
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/ModuleConverter.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/comment/commentedQuery/commentedQuery.mtl
Commit 4a382a19dde27163bd73a127fcf9e289f9d900e4 by Yvan Lussaud
Added String.toBoolean() service.
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/StringServices.java (diff)
The file was modified query/tests/org.eclipse.acceleo.query.tests/src/org/eclipse/acceleo/query/services/tests/StringServicesTest.java (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/completion/templatePostExpressionAfterDot-expected-completion.txt (diff)
Commit a467dc2f729227a7cfe81d23fcbe658f4d63f9f7 by Yvan Lussaud
Fixed migration for collection query/template call.
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/ExpressionConverter.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/expressionStatement/collectionQueryCallOrderedSet/collectionQueryCallOrderedSet.emtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/expressionStatement/collectionTemplateCallOrderedSet/collectionTemplateCallOrderedSet-expected.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/expressionStatement/collectionQueryCallSequence/collectionQueryCallSequence-expected.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/expressionStatement/collectionTemplateCallOrderedSet/collectionTemplateCallOrderedSet.emtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/expressionStatement/collectionQueryCallSequence/collectionQueryCallSequence.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/expressionStatement/collectionTemplateCallSequence/collectionTemplateCallSequence-expected.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/expressionStatement/collectionQueryCallOrderedSet/collectionQueryCallOrderedSet-expected.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests.acceleo3/src/resources/acceleoAqlTests/language/expressionStatement/collectionQueryCallOrderedSet/collectionQueryCallOrderedSet.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests.acceleo3/src/resources/acceleoAqlTests/language/expressionStatement/collectionQueryCallSequence/collectionQueryCallSequence.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests.acceleo3/src/resources/acceleoAqlTests/language/expressionStatement/collectionTemplateCallSequence/collectionTemplateCallSequence.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/expressionStatement/collectionTemplateCallOrderedSet/collectionTemplateCallOrderedSet.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/expressionStatement/collectionQueryCallSequence/collectionQueryCallSequence-origin.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/expressionStatement/collectionTemplateCallSequence/collectionTemplateCallSequence.emtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/expressionStatement/collectionTemplateCallSequence/collectionTemplateCallSequence.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests.acceleo3/src/resources/acceleoAqlTests/language/expressionStatement/collectionTemplateCallOrderedSet/collectionTemplateCallOrderedSet.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/expressionStatement/collectionQueryCallSequence/collectionQueryCallSequence.emtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/expressionStatement/collectionQueryCallOrderedSet/collectionQueryCallOrderedSet.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/expressionStatement/collectionTemplateCallSequence/collectionTemplateCallSequence-origin.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/expressionStatement/collectionTemplateCallOrderedSet/collectionTemplateCallOrderedSet-origin.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/expressionStatement/collectionQueryCallOrderedSet/collectionQueryCallOrderedSet-origin.mtl
Commit 2bd9f7522633a66cf6f210502de6ef634038c7d2 by Yvan Lussaud
Fixed migraion for missing metamodel imports when calling an exterenal template/query.
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/ModuleConverter.java (diff)
Commit 8694fbb27ee914812f55ac652361f2902e333320 by Yvan Lussaud
Desactivate RCPTT test for CI TemplateWithDocFileMainContents.
The file was modified tests/org.eclipse.acceleo.aql.rcptt/wizard/NewModule/TemplateWithDocFileMainContents.test (diff)
Commit 356e9f48579cfdd3fb3e4449bc4be4889cb28bf5 by Yvan Lussaud
Added asynchrone Eclipse workspace validation.
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/AcceleoLanguageServer.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/services/textdocument/AcceleoTextDocumentService.java (diff)
The file was removedplugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/AcceleoLanguageServerContext.java
The file was modified plugins/org.eclipse.acceleo.aql.ide.ui/src/org/eclipse/acceleo/aql/ide/ui/AcceleoConnectionProvider.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/services/workspace/AcceleoWorkspace.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query.ide.jdt/src/org/eclipse/acceleo/query/ide/jdt/runtime/impl/namespace/EclipseJDTQualifiedNameResolver.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/namespace/workspace/IQueryWorkspace.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query.ide/src/org/eclipse/acceleo/query/ide/runtime/impl/namespace/workspace/Synchronizer.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/namespace/workspace/QueryWorkspace.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/services/textdocument/AcceleoTextDocument.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ide.ui/src/org/eclipse/acceleo/aql/ide/ui/EclipseAcceleoLanguageServerContext.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/AcceleoSocketServer.java (diff)
The file was addedplugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/IAcceleoLanguageServerContext.java
Commit 75a8620d806320f1a13aeb39d7af0ac9ccfdf218 by Yvan Lussaud
Moved EclipseAcceleoLanguageServerContext from server to plugin start.
The file was modified plugins/org.eclipse.acceleo.aql.ide.ui/src/org/eclipse/acceleo/aql/ide/ui/AcceleoConnectionProvider.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ide.ui/src/org/eclipse/acceleo/aql/ide/ui/Activator.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/AcceleoLanguageServer.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/IAcceleoLanguageServerContext.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/services/workspace/AcceleoWorkspaceService.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ide.ui/src/org/eclipse/acceleo/aql/ide/ui/EclipseAcceleoLanguageServerContext.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/services/textdocument/AcceleoTextDocumentService.java (diff)
Commit e7de647e77bd637d72dd29718ad99d25d26a8edd by Yvan Lussaud
Updated build image to make RCPTT tests more stable.
The file was modified Jenkinsfile (diff)
Commit a510d97e664d3be7ee4ef7fb9625390358766d0e by Yvan Lussaud
Updated build image to make RCPTT tests more stable.
The file was modified Jenkinsfile (diff)
Commit 5633085787855db9396c91810a87461ddd6ce850 by Yvan Lussaud
Updated build image to make RCPTT tests more stable.
The file was modified Jenkinsfile (diff)
Commit 6c6979138362f3b6d0adfa43bd07fd12ed9a148e by Yvan Lussaud
Fallback to migration image.
The file was modified Jenkinsfile (diff)
Commit f145b74be04356985a42fe10b41bd9c0830f8c46 by Yvan Lussaud
Fixed #128 Add a progress monitor to the workspace synchronize Job.
The file was modified query/plugins/org.eclipse.acceleo.query.ide/src/org/eclipse/acceleo/query/ide/runtime/impl/namespace/workspace/Synchronizer.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ide.ui/src/org/eclipse/acceleo/aql/ide/ui/EclipseAcceleoLanguageServerContext.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/evaluation/AcceleoEvaluator.java (diff)
Commit 610d55701290db319cc332a576d7b82e30e3b4ab by Yvan Lussaud
Changed Jenkinsfile for RCPTT tests.
The file was modified Jenkinsfile (diff)
Commit b80b7697c8c30b58fa1764b64935802913b9cb40 by Yvan Lussaud
Changed Jenkinsfile for RCPTT tests.
The file was modified Jenkinsfile (diff)
Commit fe39e033999a9334cce7ef14a2ca6c81e96efda4 by Yvan Lussaud
Changed Jenkinsfile for RCPTT tests.
The file was modified Jenkinsfile (diff)
Commit f413397454bd37ee288eb6e853c0f69c5b88c8ee by Yvan Lussaud
Changed Jenkinsfile for RCPTT tests.
The file was modified Jenkinsfile (diff)
Commit 68bbdd48227a0d6e634e7287f0668f24ca010b27 by Yvan Lussaud
Changed Jenkinsfile for RCPTT tests.
The file was modified Jenkinsfile (diff)
Commit 6cbc531921c6e0ca7519fe4e2696c3716aeddb8f by Yvan Lussaud
Changed Jenkinsfile for RCPTT tests.
The file was modified Jenkinsfile (diff)
Commit 36d040113014554b83407b5e46051bb102312a2b by Yvan Lussaud
Changed Jenkinsfile for RCPTT tests.
The file was modified Jenkinsfile (diff)
Commit 9d973fadba9f3183c64169cc025a3671ed4d8ddb by Yvan Lussaud
Disabled Acceleo RCPTT tests.
The file was modified pom.xml (diff)
Commit a61bd9d296a8bf9749998d402d03aa8235e85480 by Yvan Lussaud
Enable RCPTT tests with new changes to JenkinsFile.
The file was modified Jenkinsfile (diff)
The file was modified pom.xml (diff)
Commit daf0bc12880e47ea6b06fc0438d0a7a63a7766f0 by Yvan Lussaud
Changed Jenkinsfile for RCPTT tests.
The file was modified Jenkinsfile (diff)
Commit 3b836422a67482174fae157cb53d31f4cec15905 by Yvan Lussaud
Added ProtectedArea prefixes to the migration.
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/protectedArea/withPrefixes/withPrefixes.mtl
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/ModuleConverter.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/protectedArea/withPrefixes/withPrefixes.emtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/protectedArea/withPrefixes/withPrefixes-expected.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/protectedArea/withPrefixes/withPrefixes-origin.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests.acceleo3/src/resources/acceleoAqlTests/language/protectedArea/withPrefixes/withPrefixes.mtl
Commit e1df596119fccd1e7b71ea7ddccc53627632b452 by Yvan Lussaud
Changed Jenkinsfile for RCPTT tests.
The file was modified Jenkinsfile (diff)
Commit 0960b072b5f18e63484c874b317fd3dbb6192a4a by Yvan Lussaud
Reverted JenkinsFile before all RCPTT changes.
The file was modified Jenkinsfile (diff)
Commit ca261b81a40b54d67280284f7703b545d0e05810 by Yvan Lussaud
Descivated RCPTT tests.
The file was modified pom.xml (diff)
Commit 01d3f848c6073855e737da57f37c7d278192a577 by Yvan Lussaud
Fixed ProtectedArea statement indentation migration.
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/ModuleConverter.java (diff)
The file was modified tests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/protectedArea/withPrefixes/withPrefixes.mtl (diff)
The file was modified tests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/protectedArea/withPrefixes/withPrefixes-expected.mtl (diff)
Commit c202fcadfe0da2e4688c8f5aa94751326954f4b7 by Yvan Lussaud
Added let expression migration.
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/evaluation/expressionStatement/letExpression/letExpression.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/evaluation/expressionStatement/letExpression/letExpression-origin.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/evaluation/expressionStatement/letExpression/letExpression-expected.mtl
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/ExpressionConverter.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/parser/AstSerializer.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/evaluation/expressionStatement/letExpression/letExpression.emtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests.acceleo3/src/resources/acceleoAqlTests/evaluation/expressionStatement/letExpression/letExpression.mtl
Commit 0b0c3141f2933dfb4fc9da09278ea045eced224a by Yvan Lussaud
Fixed ExpressionStatement AQL if and let serialization.
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/aqlConditional/aqlConditional-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/aqlLet/aqlLet.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/aqlLet/aqlLet-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/aqlConditional/aqlConditional-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/aqlConditional/aqlConditional.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/aqlConditional/aqlConditional-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/language/expressionStatement/aqlLet/aqlLet.mtl-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/aqlLet/aqlLet-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/aqlLet/aqlLet-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/language/expressionStatement/aqlConditional/aqlConditional.mtl-expected.txt
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/parser/AcceleoAstSerializer.java (diff)
Commit eb3af0eb55199d73ee2824309072694912ce0083 by Yvan Lussaud
Fixed typo in AQL 'direclty'.
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/EPackageProvider.java (diff)
The file was modified query/tests/org.eclipse.acceleo.query.tests/resources/anydsl/anyDSLModel.qmodel (diff)
The file was modified query/tests/org.eclipse.acceleo.query.tests/src/org/eclipse/acceleo/query/services/tests/EObjectServicesValidationTest.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/EAllContentsService.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/EObjectServices.java (diff)
Commit 87802dcd74f2879db29fea3bcb6788580a765d3d by Yvan Lussaud
Added implicit for block migration.
The file was addedtests/org.eclipse.acceleo.aql.migration.tests.acceleo3/src/resources/acceleoAqlTests/evaluation/forStatement/implicitIterator/implicitIterator.mtl
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/ExpressionConverter.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/evaluation/forStatement/implicitIterator/implicitIterator.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/evaluation/forStatement/implicitIterator/implicitIterator-expected.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/evaluation/forStatement/implicitIterator/implicitIterator-origin.mtl
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/ModuleConverter.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/evaluation/forStatement/implicitIterator/implicitIterator.emtl
Commit fc4636da1e3ec31e43c422fb8d6ceedea1222082 by Yvan Lussaud
Added super call support for serializers.
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/resolution/templateOverrideTemplateSuperCall/templateOverrideTemplateSuperCall-expected-ast.txt (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/resolution/queryOverrideQuerySuperCall/queryOverrideQuerySuperCall-expected-ast.txt (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/serialization/resolution/queryOverrideQuerySuperCall/queryOverrideQuerySuperCall.mtl-expected.txt (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/serialization/resolution/queryOverrideTemplateSuperCall/queryOverrideTemplateSuperCall.mtl-expected.txt (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/serialization/resolution/templateOverrideQuerySuperCall/templateOverrideQuerySuperCall.mtl-expected.txt (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/parser/AstSerializer.java (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/src/org/eclipse/acceleo/tests/utils/ModuleAstSerializer.java (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/resolution/templateOverrideQuerySuperCall/templateOverrideQuerySuperCall-expected-ast.txt (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/resolution/queryOverrideTemplateSuperCall/queryOverrideTemplateSuperCall-expected-ast.txt (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/serialization/resolution/templateOverrideTemplateSuperCall/templateOverrideTemplateSuperCall.mtl-expected.txt (diff)
Commit 519c0497e8f4b16ab6053ba97e195a03df1baa60 by Yvan Lussaud
Fixed #138 parser for windows end of line.
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/parser/AcceleoAstSerializer.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/invalidId/invalidId-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallWithPostAddingNewLines/templateCallWithPostAddingNewLines-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/missingEnd/missingEnd-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/beginingOfBlock/beginingOfBlock-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementEmpty/forStatementEmpty-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithSeparatorNewLine/forStatementWithSeparatorNewLine-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/manyWithIndentation/manyWithIndentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/textStatement_ISO-8859-1/textStatement_ISO-8859-1-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThenNotBoolean/ifStatementThenNotBoolean-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/manyEndOfTextLine/manyEndOfTextLine-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElse/ifStatementElse-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationProtectedAreaSameIDWithTemplateCall/withIndentationProtectedAreaSameIDWithTemplateCall-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/createExisting/createExisting-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/closeParenthesisInBinding/closeParenthesisInBinding-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementNotCollection/forStatementNotCollection-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/aqlConditional/aqlConditional-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingCharset/missingCharset-WindowsEndLine-expected-ast.txt
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-expected-ast.txt (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/validation/quickfixes/AqlQuickFixesSwitch.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/variables/variables-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/invalidExpression/invalidExpression-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/inInlinedBlock/inInlinedBlock-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementEmpty/forStatementEmpty-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/manyOneLineBeginingOfBlock/manyOneLineBeginingOfBlock-WindowsEndLine-expected-validation.txt
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/inInlinedBlock/inInlinedBlock-expected-ast.txt (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationProtectedAreaSameID/withIndentationProtectedAreaSameID-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/manyManyLinesBeginingOfBlock/manyManyLinesBeginingOfBlock-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/inInlinedBlock/inInlinedBlock-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/nominal/nominal-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingCloseParenthesis/missingCloseParenthesis-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementEmpty/forStatementEmpty-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/protectedArea/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/closeParentesisInCondition/closeParentesisInCondition-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/variables/variables-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/middleOfTextLineMultiLineInlinedBlock/middleOfTextLineMultiLineInlinedBlock-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallWithPostAddingNewLines/templateCallWithPostAddingNewLines-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/afterModuleHeader/afterModuleHeader-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/notOpenableFile/notOpenableFile-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThenFalseCondition/ifStatementThenFalseCondition-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithSeparatorDynamic/forStatementWithSeparatorDynamic-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingOpenMode/missingOpenMode-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/notStringURL/notStringURL-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/afterModuleHeader/afterModuleHeader-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/withIndentation/withIndentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/nominalWithIndentation/nominalWithIndentation-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThenWithIndentationFalseCondition/ifStatementThenWithIndentationFalseCondition-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withEndTagPrefix/withEndTagPrefix-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/manyOneLineBeginingOfBlock/manyOneLineBeginingOfBlock-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/beforeModuleDocumentation/beforeModuleDocumentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/nominal/nominal-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/acceleoServices/acceleoServices-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/noVariableType/noVariableType-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/overwriteNotExisting/overwriteNotExisting-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/threeLine/threeLine-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/notWritableFile/notWritableFile-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/existingVariable/existingVariable-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/dualTemplateCall/dualTemplateCall-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/beginingOfBlock/beginingOfBlock-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/nominal/nominal-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThen/ifStatementThen-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/escapedQuoteInBinding/escapedQuoteInBinding-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/nominal/nominal-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/forHeaderEndInBinding/forHeaderEndInBinding-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/invalidAQLExpression/invalidAQLExpression-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/appendNotExisting/appendNotExisting-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationProtectedAreaDifferentID/withIndentationProtectedAreaDifferentID-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/fileHeaderEndInUrl/fileHeaderEndInUrl-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/dualTemplateCall/dualTemplateCall-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/multiLinesWithIndentation/multiLinesWithIndentation-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/invalidAQLExpression/invalidAQLExpression-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/orderedSetsServices/orderedSetsServices-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/emfServices/emfServices-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/expressionStatementEndInId/expressionStatementEndInId-WindowsEndLine-expected-ast.txt
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/standalone/StandaloneMigrator.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-expected-ast.txt (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/errorExpressionStatement/errorExpressionStatement-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/queryCall/queryCall-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithSeparatorDynamic/forStatementWithSeparatorDynamic-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/beforeModuleDocumentationMissingEnd/beforeModuleDocumentationMissingEnd-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/notCollectionUsingVariable/notCollectionUsingVariable-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallMultiLinesWithIndentation/templateCallMultiLinesWithIndentation-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/aqlLet/aqlLet-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThenWithIndentation/ifStatementThenWithIndentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/appendNotExisting/appendNotExisting-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/beforeModuleDocumentation/beforeModuleDocumentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/inInlinedBlock/inInlinedBlock-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/multiLinesWithIndentation/multiLinesWithIndentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/usingVariable/usingVariable-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/index/index-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/nominal/nominal-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/index/index-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/urlEndsWithCloseParenthesis/urlEndsWithCloseParenthesis-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/stringVariable/stringVariable-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationProtectedAreaSameIDWithTemplateCall/withIndentationProtectedAreaSameIDWithTemplateCall-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementSecondElseIf/ifStatementSecondElseIf-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withEndTagPrefix/withEndTagPrefix-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingCloseParenthesis/missingCloseParenthesis-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingColon/missingColon-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallWithFileStatement/templateCallWithFileStatement-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/letStatementWrongType/letStatementWrongType-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingPipe/missingPipe-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/queryCall/queryCall-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationProtectedAreaSameIDWithTemplateCall/withIndentationProtectedAreaSameIDWithTemplateCall-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/escapedQuoteInBinding/escapedQuoteInBinding-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallMultiLinesWithIndentation/templateCallMultiLinesWithIndentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallMultiLinesWithIndentation/templateCallMultiLinesWithIndentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementSecondElseIfNotBoolean/ifStatementSecondElseIfNotBoolean-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElse/ifStatementElse-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/inlined/inlined-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/fileHeaderEndInUrl/fileHeaderEndInUrl-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withStartTagPrefix/withStartTagPrefix-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/appendExisting/appendExisting-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementNull/forStatementNull-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/nominal/nominal-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/withSeparatorMissingCloseParenthesis/withSeparatorMissingCloseParenthesis-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElseIf/ifStatementElseIf-WindowsEndLine-expected-validation.txt
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-expected-ast.txt (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/notWritableFile/notWritableFile-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/recursiveTemplateInvocation/recursiveTemplateInvocation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallWithFileStatement/templateCallWithFileStatement-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/protectedAreaDifferentID/protectedAreaDifferentID-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/missingExpression/missingExpression-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/protectedAreaSameID/protectedAreaSameID-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/manyManyLinesBeginingOfBlock/manyManyLinesBeginingOfBlock-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/withIndentation/withIndentation-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/errorExpressionStatement/errorExpressionStatement-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/manyWithIndentation/manyWithIndentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/closeParentesisInCondition/closeParentesisInCondition-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementNull/forStatementNull-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallWithPost/templateCallWithPost-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElse/ifStatementElse-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementSecondElseIfNotBoolean/ifStatementSecondElseIfNotBoolean-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentation/withIndentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/multiLinesWithIndentation/multiLinesWithIndentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/fileStatement/fileStatement-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/manyManyLinesBeginingOfBlock/manyManyLinesBeginingOfBlock-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/invalidMode/invalidMode-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingComma/missingComma-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/mixedNewLines/mixedNewLines-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/beforeModuleDocumentationMissingEnd/beforeModuleDocumentationMissingEnd-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/elseIfTypeInference/elseIfTypeInference-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/nominal/nominal-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/nominal/nominal-WindowsEndLine-expected-runtimeMessages.txt
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-expected-ast.txt (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/afterModuleHeader/afterModuleHeader-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/stringVariable/stringVariable-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/protectedAreaSameID/protectedAreaSameID-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithSeparator/forStatementWithSeparator-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/duplicatedGeneratedID/duplicatedGeneratedID-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/stringServices/stringServices-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingEnd/missingEnd-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/booleanServices/booleanServices-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/protectedArea/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/numericServices/numericServices-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/letStatementCollectionVariable/letStatementCollectionVariable-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithSeparatorinvalidExpression/forStatementWithSeparatorinvalidExpression-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/aqlLet/aqlLet-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/middleOfTextLine/middleOfTextLine-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/middleOfTextLineMultiLine/middleOfTextLineMultiLine-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/queryInvocation/queryInvocation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThen/ifStatementThen-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/letStatementCollectionVariable/letStatementCollectionVariable-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLine/emptyLine-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/missingEndHeader/missingEndHeader-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/sequencesServices/sequencesServices-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withStartTagPrefixAndEndTagPrefix/withStartTagPrefixAndEndTagPrefix-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/withSeparator/withSeparator-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/nominal/nominal-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationProtectedAreaSameID/withIndentationProtectedAreaSameID-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingComma/missingComma-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallMultiLines/templateCallMultiLines-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingEndHeader/missingEndHeader-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementNoElse/ifStatementNoElse-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/aqlConditional/aqlConditional-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/forHeaderEndInBinding/forHeaderEndInBinding-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingEndHeader/missingEndHeader-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationProtectedAreaSameIDWithTemplateCall/withIndentationProtectedAreaSameIDWithTemplateCall-WindowsEndLine-expected-ast.txt
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-expected-ast.txt (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/letBlock/letBlock-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/missingEndHeader/missingEndHeader-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/createNotExisting/createNotExisting-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingColon/missingColon-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/protectedAreaDifferentID/protectedAreaDifferentID-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/invalidExpression/invalidExpression-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/beforeModuleDocumentationMissingEnd/beforeModuleDocumentationMissingEnd-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationWithStartTagPrefixAndEndTagPrefix/withIndentationWithStartTagPrefixAndEndTagPrefix-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElseIfWithIndentation/ifStatementElseIfWithIndentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/stringServices/stringServices-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/beforeModuleDocumentationMissingEnd/beforeModuleDocumentationMissingEnd-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/protectedAreaDifferentIDExistingLostFile/protectedAreaDifferentIDExistingLostFile-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/beginingOfBlock/beginingOfBlock-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/forBlock/forBlock-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/protectedArea/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/withIndentation/withIndentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/textStatement_ISO-8859-1/textStatement_ISO-8859-1-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/escapedQuoteInId/escapedQuoteInId-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/overwriteNotExisting/overwriteNotExisting-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/extraSpaces/extraSpaces-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithSeparatorDynamic/forStatementWithSeparatorDynamic-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withStartTagPrefix/withStartTagPrefix-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElseIfNotBoolean/ifStatementElseIfNotBoolean-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/beforeModuleDocumentation/beforeModuleDocumentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/existingVariable/existingVariable-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/letStatementThreeBindings/letStatementThreeBindings-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThenWithIndentation/ifStatementThenWithIndentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID/withStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/nominal/nominal-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/escapedQuoteInUrl/escapedQuoteInUrl-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/templateCall/templateCall-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationWithStartTagPrefixAndEndTagPrefix/withIndentationWithStartTagPrefixAndEndTagPrefix-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/missingEnd/missingEnd-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElseIfWithIndentation/ifStatementElseIfWithIndentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/collectionsServices/collectionsServices-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/textStatement_ISO-8859-1/textStatement_ISO-8859-1-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/orderedSetsServices/orderedSetsServices-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/createNotExisting/createNotExisting-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/beforeModuleDocumentationMissingEnd/beforeModuleDocumentationMissingEnd-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElseIf/ifStatementElseIf-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/nominalWithIndentation/nominalWithIndentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/nominalWithIndentation/nominalWithIndentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was modified tests/org.eclipse.acceleo.aql.migration.tests/src/org/eclipse/acceleo/aql/migration/tests/utils/AbstractMigrationTestSuite.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/orderedSetsServices/orderedSetsServices-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationProtectedAreaSameID/withIndentationProtectedAreaSameID-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/textStatement_InvalidCharset/textStatement_InvalidCharset-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/endOfBlock/endOfBlock-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/nominal/nominal-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentation/withIndentation-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingType/missingType-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/manyManyLinesBeginingOfBlock/manyManyLinesBeginingOfBlock-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallMultiLinesWithIndentationWithInlinedStatement/templateCallMultiLinesWithIndentationWithInlinedStatement-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/protectedAreaDifferentID/protectedAreaDifferentID-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/escapedQuoteInBinding/escapedQuoteInBinding-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementMultiLineTemplateCall/forStatementMultiLineTemplateCall-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/duplicatedGeneratedID/duplicatedGeneratedID-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/overwriteExisting/overwriteExisting-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThen/ifStatementThen-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThenNotBoolean/ifStatementThenNotBoolean-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementNull/forStatementNull-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/withSeparatorMissingCloseParenthesis/withSeparatorMissingCloseParenthesis-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/beforeModuleDocumentation/beforeModuleDocumentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/elseIfElseTypeInference/elseIfElseTypeInference-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/extraSpaces/extraSpaces-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallWithFileStatement/templateCallWithFileStatement-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/multiLinesWithIndentationEndsWithNewLine/multiLinesWithIndentationEndsWithNewLine-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingEnd/missingEnd-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/createNotExisting/createNotExisting-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/afterModuleDocumentation/afterModuleDocumentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingColon/missingColon-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/endOfBlock/endOfBlock-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/nominal/nominal-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingEnd/missingEnd-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/numericServices/numericServices-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/closeParenthesisInUrl/closeParenthesisInUrl-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/noVariableType/noVariableType-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElseIfWithIndentation/ifStatementElseIfWithIndentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/invalidId/invalidId-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/nominal/nominal-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentation/withIndentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID/withStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/missingEnd/missingEnd-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/nominal/nominal-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThenWithIndentationFalseCondition/ifStatementThenWithIndentationFalseCondition-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/notOpenableFile/notOpenableFile-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/invalidURL/invalidURL-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationWithStartTagPrefixAndEndTagPrefix/withIndentationWithStartTagPrefixAndEndTagPrefix-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaSameID/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaSameID-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/beginingOfBlock/beginingOfBlock-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/extraSpaces/extraSpaces-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/stringServices/stringServices-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/invalidExpressionUsingVariable/invalidExpressionUsingVariable-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/invalidExpression/invalidExpression-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementNotCollection/forStatementNotCollection-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/fileHeaderEndInUrl/fileHeaderEndInUrl-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/forHeaderEndInBinding/forHeaderEndInBinding-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/overwriteExisting/overwriteExisting-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/inlined/inlined-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/textStatement_UTF-8/textStatement_UTF-8-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/withSeparatorInvalidExpression/withSeparatorInvalidExpression-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/stringServices/stringServices-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/closeParenthesisInBinding/closeParenthesisInBinding-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/emptyElse/emptyElse-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithSeparatorNewLine/forStatementWithSeparatorNewLine-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/existingVariable/existingVariable-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallMultiLinesWithIndentationWithInlinedStatement/templateCallMultiLinesWithIndentationWithInlinedStatement-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/multiLinesWithIndentation/multiLinesWithIndentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentation/emptyLineWithIndentation-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementNoElse/ifStatementNoElse-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/aqlConditional/aqlConditional-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/dualTemplateCall/dualTemplateCall-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElseWithIndentation/ifStatementElseWithIndentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/invalidCharset/invalidCharset-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/invalidExpressionUsingVariable/invalidExpressionUsingVariable-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/oneLine/oneLine-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/multiLines/multiLines-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/withSeparatorMissingExpression/withSeparatorMissingExpression-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/dualTemplateCall/dualTemplateCall-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/protectedAreaDifferentIDExistingLostFile/protectedAreaDifferentIDExistingLostFile-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/nominal/nominal-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/middleOfBlock/middleOfBlock-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/nominal/nominal-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithSeparator/forStatementWithSeparator-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallMultiLines/templateCallMultiLines-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/escapedQuoteInId/escapedQuoteInId-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/invalidCharset/invalidCharset-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/afterModuleHeader/afterModuleHeader-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/multiLines/multiLines-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThenWithIndentation/ifStatementThenWithIndentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/manyEndOfTextLine/manyEndOfTextLine-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/threeLine/threeLine-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/index/index-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElseWithIndentation/ifStatementElseWithIndentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/invalidExpression/invalidExpression-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/emptyGenerationWithIndentation/emptyGenerationWithIndentation-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID/withStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withStartTagPrefixAndEndTagPrefixProtectedAreaSameID/withStartTagPrefixAndEndTagPrefixProtectedAreaSameID-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/afterModuleDocumentation/afterModuleDocumentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/closeParentesisInCondition/closeParentesisInCondition-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/middleOfTextLineMultiLine/middleOfTextLineMultiLine-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingCloseParenthesis/missingCloseParenthesis-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/missingExpression/missingExpression-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/appendExisting/appendExisting-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementEmpty/forStatementEmpty-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/nominal/nominal-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/appendExisting/appendExisting-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/withIndentation/withIndentation-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/templateCall/templateCall-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/recursiveTemplateInvocation/recursiveTemplateInvocation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/invalidAQLExpression/invalidAQLExpression-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/beginingOfBlock/beginingOfBlock-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/parser/ModuleLoader.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/letStatementThreeBindings/letStatementThreeBindings-WindowsEndLine-expected-quickFixes.txt
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-expected-ast.txt (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/afterModuleDocumentation/afterModuleDocumentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/elseIfTypeInference/elseIfTypeInference-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/variables/variables-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElseIfNotBoolean/ifStatementElseIfNotBoolean-WindowsEndLine-expected-quickFixes.txt
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/parser/AcceleoParser.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingEnd/missingEnd-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/endOfTextLine/endOfTextLine-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/middleOfTextLine/middleOfTextLine-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/manyEndOfTextLine/manyEndOfTextLine-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElseIfNotBoolean/ifStatementElseIfNotBoolean-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/queryCall/queryCall-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withStartTagPrefixAndEndTagPrefixProtectedAreaSameID/withStartTagPrefixAndEndTagPrefixProtectedAreaSameID-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/afterModuleHeader/afterModuleHeader-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementMultiLineTemplateCall/forStatementMultiLineTemplateCall-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/extraSpaces/extraSpaces-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallMultiLines/templateCallMultiLines-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/sequencesServices/sequencesServices-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/extraSpaces/extraSpaces-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingEndHeader/missingEndHeader-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingOpenMode/missingOpenMode-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/elseTypeInference/elseTypeInference-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/beforeModuleDocumentationMissingEnd/beforeModuleDocumentationMissingEnd-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/middleOfTextLineMultiLine/middleOfTextLineMultiLine-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementNull/forStatementNull-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThenNotBoolean/ifStatementThenNotBoolean-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-expected-ast.txt (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallWithPostAddingNewLines/templateCallWithPostAddingNewLines-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThenFalseCondition/ifStatementThenFalseCondition-WindowsEndLine-expected-quickFixes.txt
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/services/textdocument/AcceleoTextDocument.java (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-expected-ast.txt (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationProtectedAreaDifferentID/withIndentationProtectedAreaDifferentID-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentation/withIndentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID-WindowsEndLine-expected-validation.txt
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-expected-ast.txt (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementSecondElseIf/ifStatementSecondElseIf-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThenWithIndentationFalseCondition/ifStatementThenWithIndentationFalseCondition-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingEndHeader/missingEndHeader-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/nominal/nominal-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/overwriteExisting/overwriteExisting-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingCharset/missingCharset-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/notStringURL/notStringURL-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingOpenParenthesis/missingOpenParenthesis-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/nominal/nominal-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElseWithIndentation/ifStatementElseWithIndentation-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/collectionsServices/collectionsServices-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/manyManyLinesBeginingOfBlock/manyManyLinesBeginingOfBlock-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/afterModuleDocumentation/afterModuleDocumentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/templateCall/templateCall-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLine/emptyLine-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithSeparatorinvalidExpression/forStatementWithSeparatorinvalidExpression-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElse/ifStatementElse-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/protectedAreaDifferentIDExistingLostFile/protectedAreaDifferentIDExistingLostFile-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/manyOneLineBeginingOfBlock/manyOneLineBeginingOfBlock-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/middleOfBlock/middleOfBlock-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-expected-ast.txt (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingEndHeader/missingEndHeader-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/textStatement_InvalidCharset/textStatement_InvalidCharset-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallWithPostErrorExpression/templateCallWithPostErrorExpression-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/withExpressionIndentation/withExpressionIndentation-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingOpenParenthesis/missingOpenParenthesis-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/withIndentation/withIndentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/emptyGenerationWithIndentation/emptyGenerationWithIndentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElseWithIndentation/ifStatementElseWithIndentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/textStatement_ISO-8859-1/textStatement_ISO-8859-1-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementNoElse/ifStatementNoElse-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingName/missingName-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/manyWithIndentation/manyWithIndentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/orderedSetsServices/orderedSetsServices-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/nominal/nominal-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/missingEnd/missingEnd-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/middleOfBlock/middleOfBlock-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/letStatementCollectionVariable/letStatementCollectionVariable-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/afterModuleDocumentation/afterModuleDocumentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/emfServices/emfServices-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationProtectedAreaSameID/withIndentationProtectedAreaSameID-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementNotCollection/forStatementNotCollection-WindowsEndLine-expected-quickFixes.txt
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/validation/quickfixes/ModuleQuickFixesSwitch.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/endOfBlock/endOfBlock-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThenWithIndentation/ifStatementThenWithIndentation-WindowsEndLine-expected-runtimeMessages.txt
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-expected-ast.txt (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/protectedArea/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/protectedAreaSameID/protectedAreaSameID-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCall/templateCall-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementSecondElseIfNotBoolean/ifStatementSecondElseIfNotBoolean-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/withExpressionIndentation/withExpressionIndentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withStartTagPrefix/withStartTagPrefix-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/elseIfElseTypeInference/elseIfElseTypeInference-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withEndTagPrefix/withEndTagPrefix-WindowsEndLine-expected-quickFixes.txt
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-expected-ast.txt (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallMultiLinesWithIndentationWithInlinedStatement/templateCallMultiLinesWithIndentationWithInlinedStatement-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/queryCall/queryCall-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/mixedNewLines/mixedNewLines-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/elseTypeInference/elseTypeInference-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/nominal/nominal-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/withSeparatorInvalidExpression/withSeparatorInvalidExpression-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/emfServices/emfServices-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingOpenParenthesis/missingOpenParenthesis-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallWithPostErrorExpression/templateCallWithPostErrorExpression-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingName/missingName-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/middleOfTextLineMultiLineInlinedBlock/middleOfTextLineMultiLineInlinedBlock-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/endOfTextLine/endOfTextLine-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/nominal/nominal-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/notOpenableFile/notOpenableFile-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/letStatementWrongType/letStatementWrongType-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withStartTagPrefixAndEndTagPrefix/withStartTagPrefixAndEndTagPrefix-WindowsEndLine-expected-validation.txt
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-expected-ast.txt (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateRecusiveCall/templateRecusiveCall-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/textStatement_UTF-8/textStatement_UTF-8-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/textStatement_InvalidCharset/textStatement_InvalidCharset-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/fileStatement/fileStatement-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaSameID/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaSameID-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/createExisting/createExisting-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingOpenMode/missingOpenMode-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallWithFileStatement/templateCallWithFileStatement-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementMultiLineTemplateCall/forStatementMultiLineTemplateCall-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/index/index-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/elseIfTypeInference/elseIfTypeInference-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/invalidExpression/invalidExpression-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/fileStatement/fileStatement-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/oneLine/oneLine-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/extraSpaces/extraSpaces-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/createExisting/createExisting-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/notWritableFile/notWritableFile-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaSameID/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaSameID-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallMultiLinesWithIndentationWithInlinedStatement/templateCallMultiLinesWithIndentationWithInlinedStatement-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/letBlock/letBlock-WindowsEndLine-expected-quickFixes.txt
The file was modified plugins/org.eclipse.acceleo.aql.ide.ui/src/org/eclipse/acceleo/aql/ide/ui/wizard/NewModuleWizard.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/withSeparatorInvalidExpression/withSeparatorInvalidExpression-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/manyWithIndentation/manyWithIndentation-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/aqlLet/aqlLet-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withStartTagPrefixAndEndTagPrefixProtectedAreaSameID/withStartTagPrefixAndEndTagPrefixProtectedAreaSameID-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/invalidExpressionUsingVariable/invalidExpressionUsingVariable-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/numericServices/numericServices-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallWithPost/templateCallWithPost-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/inlined/inlined-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/textStatement_UTF-8/textStatement_UTF-8-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/nominal/nominal-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/elseIfElseTypeInference/elseIfElseTypeInference-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaSameID/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaSameID-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/invalidCharset/invalidCharset-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/letStatementWrongType/letStatementWrongType-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withStartTagPrefix/withStartTagPrefix-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/errorExpressionStatement/errorExpressionStatement-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/endOfBlock/endOfBlock-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingEndHeader/missingEndHeader-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/middleOfTextLineMultiLineInlinedBlock/middleOfTextLineMultiLineInlinedBlock-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationProtectedAreaDifferentID/withIndentationProtectedAreaDifferentID-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLine/emptyLine-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallWithPostErrorExpression/templateCallWithPostErrorExpression-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallWithPostAddingNewLines/templateCallWithPostAddingNewLines-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementSecondElseIf/ifStatementSecondElseIf-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/mixedNewLines/mixedNewLines-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/withSeparator/withSeparator-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/closeParenthesisInBinding/closeParenthesisInBinding-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/invalidURL/invalidURL-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/queryInvocation/queryInvocation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/emptyGenerationWithIndentation/emptyGenerationWithIndentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentation/emptyLineWithIndentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/withIndentation/withIndentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallWithPost/templateCallWithPost-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/withExpressionIndentation/withExpressionIndentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/middleOfTextLine/middleOfTextLine-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/endOfTextLine/endOfTextLine-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/forBlock/forBlock-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/overwriteExisting/overwriteExisting-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/missingExpression/missingExpression-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithSeparatorinvalidExpression/forStatementWithSeparatorinvalidExpression-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/notCollection/notCollection-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationProtectedAreaDifferentID/withIndentationProtectedAreaDifferentID-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/closeParenthesisInUrl/closeParenthesisInUrl-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/beginingOfBlock/beginingOfBlock-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/middleOfTextLineMultiLine/middleOfTextLineMultiLine-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/nominalWithIndentation/nominalWithIndentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLine/emptyLine-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingPipe/missingPipe-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallWithPostErrorExpression/templateCallWithPostErrorExpression-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElseIfWithIndentation/ifStatementElseIfWithIndentation-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThenFalseCondition/ifStatementThenFalseCondition-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/nominal/nominal-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/nominal/nominal-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/nominal/nominal-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withStartTagPrefixAndEndTagPrefix/withStartTagPrefixAndEndTagPrefix-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithSeparator/forStatementWithSeparator-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/afterModuleHeader/afterModuleHeader-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/inlined/inlined-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementSecondElseIfNotBoolean/ifStatementSecondElseIfNotBoolean-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/notWritableFile/notWritableFile-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/withIndentation/withIndentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/fileStatement/fileStatement-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementNotCollection/forStatementNotCollection-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithSeparator/forStatementWithSeparator-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingComma/missingComma-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/oneLine/oneLine-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/nominal/nominal-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/threeLine/threeLine-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/invalidAQLExpression/invalidAQLExpression-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/textStatement_UTF-8/textStatement_UTF-8-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/booleanServices/booleanServices-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/invalidId/invalidId-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/notCollection/notCollection-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/appendNotExisting/appendNotExisting-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/endOfBlock/endOfBlock-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/notCollectionUsingVariable/notCollectionUsingVariable-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingOpenParenthesis/missingOpenParenthesis-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/letStatementCollectionVariable/letStatementCollectionVariable-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/errorExpressionStatement/errorExpressionStatement-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateRecusiveCall/templateRecusiveCall-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/manyManyLinesBeginingOfBlock/manyManyLinesBeginingOfBlock-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/emptyGenerationWithIndentation/emptyGenerationWithIndentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/inInlinedBlock/inInlinedBlock-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/withSeparatorMissingExpression/withSeparatorMissingExpression-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThenWithIndentationFalseCondition/ifStatementThenWithIndentationFalseCondition-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/nominal/nominal-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingCharset/missingCharset-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/emfServices/emfServices-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/invalidURL/invalidURL-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/protectedArea/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingOpenParenthesis/missingOpenParenthesis-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/createNotExisting/createNotExisting-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/endOfTextLine/endOfTextLine-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/usingVariable/usingVariable-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/duplicatedGeneratedID/duplicatedGeneratedID-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithIndentationAndSeparatorNewLine/forStatementWithIndentationAndSeparatorNewLine-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/acceleoServices/acceleoServices-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/nominal/nominal-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/withExpressionIndentation/withExpressionIndentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallMultiLinesWithIndentation/templateCallMultiLinesWithIndentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingCloseParenthesis/missingCloseParenthesis-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/notOpenableFile/notOpenableFile-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/letBlock/letBlock-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/closeParenthesisInUrl/closeParenthesisInUrl-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThenNotBoolean/ifStatementThenNotBoolean-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/collectionsServices/collectionsServices-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/middleOfTextLine/middleOfTextLine-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/appendExisting/appendExisting-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElseIf/ifStatementElseIf-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/urlEndsWithCloseParenthesis/urlEndsWithCloseParenthesis-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/collectionsServices/collectionsServices-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallWithPost/templateCallWithPost-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/multiLinesWithIndentationEndsWithNewLine/multiLinesWithIndentationEndsWithNewLine-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/nominal/nominal-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/letStatementThreeBindings/letStatementThreeBindings-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElseIf/ifStatementElseIf-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithIndentationAndSeparatorNewLine/forStatementWithIndentationAndSeparatorNewLine-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/multiLinesWithIndentationEndsWithNewLine/multiLinesWithIndentationEndsWithNewLine-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/duplicatedGeneratedID/duplicatedGeneratedID-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withStartTagPrefixAndEndTagPrefixProtectedAreaSameID/withStartTagPrefixAndEndTagPrefixProtectedAreaSameID-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/notCollection/notCollection-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithSeparatorNewLine/forStatementWithSeparatorNewLine-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateRecusiveCall/templateRecusiveCall-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/createExisting/createExisting-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/urlEndsWithCloseParenthesis/urlEndsWithCloseParenthesis-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/notStringURL/notStringURL-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/expressionStatementEndInId/expressionStatementEndInId-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/protectedAreaDifferentID/protectedAreaDifferentID-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/conditionEndsWithCloseParenthesis/conditionEndsWithCloseParenthesis-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/extraSpaces/extraSpaces-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/queryCall/queryCall-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/acceleoServices/acceleoServices-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/queryCall/queryCall-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/manyOneLineBeginingOfBlock/manyOneLineBeginingOfBlock-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/afterModuleDocumentation/afterModuleDocumentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingPipe/missingPipe-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/recursiveTemplateInvocation/recursiveTemplateInvocation-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/numericServices/numericServices-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/invalidExpression/invalidExpression-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/letBlock/letBlock-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/stringVariable/stringVariable-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/middleOfTextLineMultiLineInlinedBlock/middleOfTextLineMultiLineInlinedBlock-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCallMultiLines/templateCallMultiLines-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/textStatement_InvalidCharset/textStatement_InvalidCharset-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentation/emptyLineWithIndentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingEnd/missingEnd-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/letStatementWrongType/letStatementWrongType-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/withSeparator/withSeparator-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/beforeModuleDocumentation/beforeModuleDocumentation-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/invalidId/invalidId-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/expressionStatementEndInId/expressionStatementEndInId-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementNoElse/ifStatementNoElse-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/conditionEndsWithCloseParenthesis/conditionEndsWithCloseParenthesis-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/missingEndHeader/missingEndHeader-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/letStatementThreeBindings/letStatementThreeBindings-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateRecusiveCall/templateRecusiveCall-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/invalidMode/invalidMode-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/escapedQuoteInId/escapedQuoteInId-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/nominal/nominal-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/queryInvocation/queryInvocation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/overwriteNotExisting/overwriteNotExisting-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withEndTagPrefix/withEndTagPrefix-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingOpenParenthesis/missingOpenParenthesis-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/nominal/nominal-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementElseIfNotBoolean/ifStatementElseIfNotBoolean-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/protectedArea/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/multiLinesWithIndentationEndsWithNewLine/multiLinesWithIndentationEndsWithNewLine-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID/withStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/withSeparatorMissingExpression/withSeparatorMissingExpression-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCall/templateCall-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationWithStartTagPrefixAndEndTagPrefix/withIndentationWithStartTagPrefixAndEndTagPrefix-WindowsEndLine-expected-quickFixes.txt
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-expected-ast.txt (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingName/missingName-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withStartTagPrefixAndEndTagPrefix/withStartTagPrefixAndEndTagPrefix-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/noVariableType/noVariableType-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/forBlock/forBlock-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/queryInvocation/queryInvocation-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/protectedArea/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCall/templateCall-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/manyOneLineBeginingOfBlock/manyOneLineBeginingOfBlock-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/protectedArea/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/endOfBlock/endOfBlock-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/usingVariable/usingVariable-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingEnd/missingEnd-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/forBlock/forBlock-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/mixedNewLines/mixedNewLines-expected-ast.txt (diff)
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/recursiveTemplateInvocation/recursiveTemplateInvocation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/overwriteNotExisting/overwriteNotExisting-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/withIndentation/withIndentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/sequencesServices/sequencesServices-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/threeLine/threeLine-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/conditionEndsWithCloseParenthesis/conditionEndsWithCloseParenthesis-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingType/missingType-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/protectedAreaDifferentIDExistingLostFile/protectedAreaDifferentIDExistingLostFile-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/withSeparatorMissingCloseParenthesis/withSeparatorMissingCloseParenthesis-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/fileStatement/appendNotExisting/appendNotExisting-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/ifStatement/elseTypeInference/elseTypeInference-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithSeparatorinvalidExpression/forStatementWithSeparatorinvalidExpression-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/oneLine/oneLine-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThen/ifStatementThen-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingCloseParenthesis/missingCloseParenthesis-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/escapedQuoteInUrl/escapedQuoteInUrl-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/sequencesServices/sequencesServices-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithSeparatorDynamic/forStatementWithSeparatorDynamic-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/multiLines/multiLines-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/invalidMode/invalidMode-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementMultiLineTemplateCall/forStatementMultiLineTemplateCall-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementThenFalseCondition/ifStatementThenFalseCondition-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingCloseParenthesis/missingCloseParenthesis-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/multiLines/multiLines-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithIndentationAndSeparatorNewLine/forStatementWithIndentationAndSeparatorNewLine-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/beforeModuleDocumentation/beforeModuleDocumentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/extraSpaces/extraSpaces-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithIndentationAndSeparatorNewLine/forStatementWithIndentationAndSeparatorNewLine-WindowsEndLine-expected-runtimeMessages.txt
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-expected-ast.txt (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithSeparatorNewLine/forStatementWithSeparatorNewLine-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/missingEnd/missingEnd-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementSecondElseIf/ifStatementSecondElseIf-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/mixedNewLines/mixedNewLines-WindowsEndLine-expected-runtimeMessages.txt
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-expected-ast.txt (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/missingType/missingType-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/templateCall/templateCall-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/booleanServices/booleanServices-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/extraSpaces/extraSpaces-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/nominal/nominal-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/forStatement/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/protectedAreaSameID/protectedAreaSameID-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/comment/missingEnd/missingEnd-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/queryCall/queryCall-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/manyEndOfTextLine/manyEndOfTextLine-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/variables/variables-WindowsEndLine-expected-quickFixes.txt
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/validation/quickfixes/AcceleoQuickFixesSwitch.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/acceleoServices/acceleoServices-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/escapedQuoteInUrl/escapedQuoteInUrl-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/manyOneLineBeginingOfBlock/manyOneLineBeginingOfBlock-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/notCollectionUsingVariable/notCollectionUsingVariable-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/services/booleanServices/booleanServices-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentation/emptyLineWithIndentation-WindowsEndLine-expected-ast.txt
Commit aef66d33edf79e1f8b65a0816d1a17a9cb8ee7c3 by Yvan Lussaud
Fixed NPE in AcceleoMainTab.
The file was modified plugins/org.eclipse.acceleo.aql.ls.debug.ide.ui/src/org/eclipse/acceleo/aql/ls/debug/ide/ui/launch/AcceleoMainTab.java (diff)
Commit dc8cdd47f2def9342f4044584c07dc6928c4c93f by Yvan Lussaud
Fixed end of line in completion.
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/completion/proposals/templates/AcceleoCodeTemplateCompletionProposalsProvider.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/services/textdocument/AcceleoTextDocumentService.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/completion/proposals/templates/AcceleoCodeTemplates.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/completion/proposals/AcceleoCompletionProposalsProvider.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/completion/AcceleoAstCompletor.java (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/src/org/eclipse/acceleo/tests/completion/CompletionTests.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/completion/AcceleoCompletor.java (diff)
Commit e97d28cd012129fd79f97a876f668d870f15652b by Yvan Lussaud
Added support to Windows end of line in AcceleoLanguageServerPositionUtils.
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/common/AcceleoLanguageServerPositionUtils.java (diff)
Commit 8ff0d347374a772f1a636f7d2ebfcf09162e4e17 by Yvan Lussaud
Added support for Windows end of line in completion proposals.
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/completion/proposals/QueryServiceCompletionProposal.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/completion/proposals/TemplateServiceCompletionProposal.java (diff)