Skip to content

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. Fixed exception and error catching from class loading. (details)
  11. Added resolution tests for call/declaration before/after. (details)
  12. Fixed parsing for expression ending with a parenthesis expression. (details)
  13. Fixed migration of comment block. (details)
  14. Added String.toBoolean() service. (details)
  15. Fixed migration for collection query/template call. (details)
  16. Fixed migration for missing metamodel imports when calling an external template/query. (details)
  17. Added asynchrone Eclipse workspace validation. (details)
  18. Moved EclipseAcceleoLanguageServerContext from server to plugin start. (details)
  19. Fixed #128 Add a progress monitor to the workspace synchronize Job. (details)
  20. Added ProtectedArea prefixes to the migration. (details)
  21. Desacivated RCPTT tests. (details)
  22. Fixed ProtectedArea statement indentation migration. (details)
  23. Added let expression migration. (details)
  24. Fixed ExpressionStatement AQL if and let serialization. (details)
  25. Added implicit for block migration. (details)
  26. Added super call support for serializers. (details)
  27. Fixed NPE in AcceleoMainTab. (details)
  28. Fixed end of line in completion. (details)
  29. Added support to Windows end of line in AcceleoLanguageServerPositionUtils. (details)
  30. Added support for Windows end of line in completion proposals. (details)
  31. Added Windows end line support in AcceleoEvaluator. (details)
  32. Optimization after Windows new line suppport. (details)
  33. Added Windows end line support in migration tool. (details)
  34. Fixed cross projects workspace resolution. (details)
  35. Fixed NewLineStatement indentation. (details)
  36. Added quick fixes, refactor rename, show references documentation. (details)
  37. Fixed pacman indentation issue. (details)
  38. Added support for null value resolution at runtime. (details)
  39. Fixed #139 EObject service eAllContents(EClass) fails in some edge cases. (details)
  40. Fixed #117 [AQL] Allow enduser to provide services that take a LambdaValue. (details)
  41. Fixed #134 [AQL] Empty collection defined in extension produce a warning. (details)
  42. Fixed #135 For iterator index variable is not proposed by the completion. (details)
  43. Replaced Stack by ArrayDeque in AstBuilderListener. (details)
  44. Fixed #131 Fix the quick fix adding a template/query for collection calls. (details)
  45. Added missing toInteger(), toDouble(), toFloat(), toLong(). (details)
  46. Fixed #121 Create a log file with GenerationResult.getDiagnostic(). (details)
Commit 02177fc9724a263d8d66b21433fcb21090918245 by Yvan Lussaud
Fixed workspace resolution.

- now resolver are local to a project and delegate
  to resolvers of project dependencies.
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/AcceleoUtil.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 query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/CollectionServices.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/AcceleoLanguageServerContext.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/BooleanLambdaService.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/ReturnCollectionTypeWithFirstArgumentRawCollectionType.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/RejectService.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/EPackageProvider.java (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/tests/org.eclipse.acceleo.query.ide.ui.tests/src/org/eclipse/acceleo/query/ide/ui/test/ProposalLabelProviderTests.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/configurator/HTTPServiceConfigurator.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/validation/DeclarationSwitch.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/AbstractCollectionService.java (diff)
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/src/org/eclipse/acceleo/query/services/ResourceServices.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/CollectService.java (diff)
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/src/org/eclipse/acceleo/query/services/EObjectServices.java (diff)
The file was modified tests/org.eclipse.acceleo.aql.rcptt/Editor/QuickOutline.test (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/ClosureService.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 addedquery/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/namespace/workspace/QueryWorkspace.java
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/FilterService.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/IncludingService.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/SecondArgumentTypeInFirstArgumentCollectionType.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/namespace/workspace/IWorkspaceResolverFactoryDescriptor.java
The file was modified query/plugins/org.eclipse.acceleo.query.ide/plugin.xml (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/src/org/eclipse/acceleo/aql/ls/services/textdocument/AcceleoTextDocumentService.java (diff)
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.ui/src/org/eclipse/acceleo/query/ide/ui/services/configurator/SWTPromptServicesConfigurator.java (diff)
The file was addedquery/plugins/org.eclipse.acceleo.query.ide/schema/workspaceresolverfactory.exsd
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/runtime/ServiceUtils.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/META-INF/MANIFEST.MF (diff)
The file was modified query/tests/org.eclipse.acceleo.query.tests/src/org/eclipse/acceleo/query/tests/runtime/impl/completion/JavaMethodServiceCompletionProposalTests.java (diff)
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 query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/IServiceProvider.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/FirstArgumentRawCollectionType.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/ReturnCollectionTypeWithFirstAndSecondArgumentRawCollectionType.java (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/src/org/eclipse/acceleo/tests/utils/AbstractLanguageTestSuite.java (diff)
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/src/org/eclipse/acceleo/query/services/XPathServices.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/SelectService.java (diff)
The file was removedplugins/org.eclipse.acceleo.aql.ide.ui/src/org/eclipse/acceleo/aql/ide/ui/EclipseWorkspace2AcceleoWorkspace.java
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/JavaMethodReceiverService.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/tests/org.eclipse.acceleo.query.tests/src/org/eclipse/acceleo/query/tests/runtime/lookup/basic/LookupEngineTest.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 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/src/org/eclipse/acceleo/query/services/collection/InsertAtService.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/AnyService.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/lookup/basic/CacheLookupEngine.java (diff)
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.launcher/src/org/eclipse/acceleo/aql/launcher/AcceleoLauncher.java (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 modified query/plugins/org.eclipse.acceleo.query.ide.jdt/.settings/org.eclipse.jdt.ui.prefs (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/tests/org.eclipse.acceleo.query.tests/src/org/eclipse/acceleo/query/tests/runtime/impl/EPackageProviderTests.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query.ide.ui/src/org/eclipse/acceleo/query/ide/ui/services/SWTPromptServices.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query.ide.jdt/plugin.xml (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/src/org/eclipse/acceleo/query/runtime/impl/JavaMethodService.java (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/services/EAllContentsService.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 query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/AbstractServiceProvider.java (diff)
The file was removedquery/plugins/org.eclipse.acceleo.query.ide.jdt/src/org/eclipse/acceleo/query/ide/jdt/EclipseJDTQualifiedNameResolver.java
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/AQLUtils.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/configurator/IServicesConfigurator.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls/.settings/org.eclipse.jdt.ui.prefs (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/.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/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 modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/Query.java (diff)
The file was removedquery/plugins/org.eclipse.acceleo.query.ide.jdt/src/org/eclipse/acceleo/query/ide/jdt/EclipseJDTJavaLoader.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 modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/FirstCollectionTypeService.java (diff)
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 modified query/plugins/org.eclipse.acceleo.query.ide/.settings/org.eclipse.jdt.ui.prefs (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/IEPackageProvider.java (diff)
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/src/org/eclipse/acceleo/query/services/collection/NumberService.java (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/IWorkspaceResolverProvider.java
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/namespace/JavaLoader.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 addedquery/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/namespace/workspace/IQueryWorkspace.java
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/IntersectionService.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/AnyServices.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query.ide/src/org/eclipse/acceleo/query/ide/runtime/namespace/IQualifiedNameResolverFactory.java (diff)
Commit 63fe4263c3297dc576f32dd21f29bd4652ba0490 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 6017ad21472b1e17b6f9ba6485d7c4efa438c0ea by Yvan Lussaud
Fixed migration for no identifier module name.
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/module/withExtendsNotJavaIdentifier/withExtendsNotJavaIdentifier-origin.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/module/withExtendsNotJavaIdentifier/withExtendsNotJavaIdentifier-expected.mtl
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.acceleo3/src/resources/acceleoAqlTests/language/module/withImportNotJavaIdentifier/withImportNotJavaIdentifier.mtl
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/ModuleConverter.java (diff)
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.migration.tests/resources/acceleoAqlTests/language/module/withExtendsNotJavaIdentifier/withExtendsNotJavaIdentifier.emtl
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/misc/My-Other-Module.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.emtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/module/withImportNotJavaIdentifier/withImportNotJavaIdentifier-origin.mtl
Commit 2d9ba0e096c08cbb9f6110da0718c82744e869be 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 1ea4dd1d4c0ade841e666b5f41a245d6c75b9220 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/AmbiguousServiceMethodRefactorVisitor.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/ServiceWithNoParameterMethodRefactorVisitor.java (diff)
Commit a3c3a5ff5d69fc123f8fefcd49a0f28c3f6272ed 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/AmbiguousServiceMethodRefactorVisitor.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/ServiceWithNoParameterMethodRefactorVisitor.java (diff)
Commit 802bdefd84efd3a4d61e0cb36c6e445181f902ef by Yvan Lussaud
Fixed keyword variable name in AcceleoAstSerializer and AstSerializer.
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/evaluation/TemplateService.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/parser/AstSerializer.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/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 plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/parser/AcceleoAstSerializer.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/EOperationService.java (diff)
Commit 28a6e70f20a8473132e7775423c5e9a277dbb041 by Yvan Lussaud
Fixed exception and error catching from class loading.
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/namespace/ClassLoaderQualifiedNameResolver.java (diff)
Commit 28ac8a88d372f958bbbb21a6243667edde599a06 by Yvan Lussaud
Added resolution tests for call/declaration before/after.
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/callAfterQueryDeclaration/callAfterQueryDeclaration-expected-runtimeMessages.txt
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/callAfterQueryDeclaration/callAfterQueryDeclaration.mtl
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/callAfterTemplateDeclaration/generated/World.txt-expected.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/callBeforeQueryDeclaration/callBeforeQueryDeclaration-expected-quickFixes.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/resolution/callBeforeQueryDeclaration/callBeforeQueryDeclaration-expected-runtimeMessages.txt
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/callBeforeQueryDeclaration-expected-ast.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/callAfterTemplateDeclaration/callAfterTemplateDeclaration.xmi
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/callAfterQueryDeclaration/callAfterQueryDeclaration-expected-quickFixes.txt
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/generated/World.txt-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callAfterQueryDeclaration/callAfterQueryDeclaration.xmi
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/callAfterTemplateDeclaration/callAfterTemplateDeclaration-expected-ast.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/resolution/callAfterTemplateDeclaration/callAfterTemplateDeclaration-expected-quickFixes.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/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/serialization/resolution/callBeforeTemplateDeclaration/callBeforeTemplateDeclaration.mtl-expected.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/callBeforeTemplateDeclaration/callBeforeTemplateDeclaration-expected-runtimeMessages.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/callBeforeQueryDeclaration/callBeforeQueryDeclaration.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/callBeforeQueryDeclaration/callBeforeQueryDeclaration-expected-validation.txt
Commit 7a45e084924c73c28117fc92b4fe1010cca273c6 by Yvan Lussaud
Fixed parsing for expression ending with a parenthesis expression.
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/language/forStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis-expected-validation.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/language/forStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis.mtl
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/letStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis-expected-ast.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-expected-quickFixes.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/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/language/forStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis-expected-quickFixes.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/protectedArea/idEndsWithCloseParenthesis/idEndsWithCloseParenthesis.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/language/letStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis-expected-quickFixes.txt
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/letStatement/closeParenthesisInBinding/closeParenthesisInBinding-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/query/expressionEndsWithCloseParenthesis/expressionEndsWithCloseParenthesis-expected-ast.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/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis.mtl
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/forStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis-expected-ast.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/language/query/expressionEndsWithCloseParenthesis/expressionEndsWithCloseParenthesis-expected-validation.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/protectedArea/idEndsWithCloseParenthesis/idEndsWithCloseParenthesis-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/query/expressionEndsWithCloseParenthesis/expressionEndsWithCloseParenthesis.mtl
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/fileStatement/urlEndsWithCloseParenthesis/urlEndsWithCloseParenthesis-expected-ast.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/serialization/language/letStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis.mtl-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/protectedArea/idEndsWithCloseParenthesis/idEndsWithCloseParenthesis-expected-validation.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/letStatement/closeParenthesisInBinding/closeParenthesisInBinding-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/language/fileStatement/urlEndsWithCloseParenthesis/urlEndsWithCloseParenthesis-expected-validation.txt
Commit 8858578b593dea882570239cd4d2f9a958075667 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-expected.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.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 9fce58fdf4df6fec3254b05e5ba62559937833c3 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 e6b1fb41793320decf856d1f252148b1e58ff699 by Yvan Lussaud
Fixed migration for collection query/template call.
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.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/collectionTemplateCallOrderedSet/collectionTemplateCallOrderedSet.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/expressionStatement/collectionQueryCallOrderedSet/collectionQueryCallOrderedSet-origin.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/language/expressionStatement/collectionTemplateCallSequence/collectionTemplateCallSequence-origin.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/collectionQueryCallSequence/collectionQueryCallSequence.emtl
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/collectionTemplateCallSequence/collectionTemplateCallSequence.emtl
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/collectionTemplateCallOrderedSet/collectionTemplateCallOrderedSet.emtl
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/resources/acceleoAqlTests/language/expressionStatement/collectionQueryCallOrderedSet/collectionQueryCallOrderedSet-expected.mtl
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/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-origin.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/collectionTemplateCallSequence/collectionTemplateCallSequence.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/expressionStatement/collectionQueryCallOrderedSet/collectionQueryCallOrderedSet.mtl
Commit ca3b49028dc3352123dc730fa13a75df339d54b5 by Yvan Lussaud
Fixed migration for missing metamodel imports when calling an external template/query.
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/ModuleConverter.java (diff)
Commit f137d774d632652893f5a5d7026876bc12d053e1 by Yvan Lussaud
Added asynchrone Eclipse workspace validation.
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/namespace/workspace/IQueryWorkspace.java (diff)
The file was removedplugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/AcceleoLanguageServerContext.java
The file was addedplugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/IAcceleoLanguageServerContext.java
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/AcceleoLanguageServer.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 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 plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/services/workspace/AcceleoWorkspace.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 modified plugins/org.eclipse.acceleo.aql.ide.ui/src/org/eclipse/acceleo/aql/ide/ui/AcceleoConnectionProvider.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 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.ls/src/org/eclipse/acceleo/aql/ls/services/textdocument/AcceleoTextDocument.java (diff)
Commit f73a93f225a171fe6c24fa7b344899b4f82659ad by Yvan Lussaud
Moved EclipseAcceleoLanguageServerContext from server to plugin start.
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.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/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 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/AcceleoConnectionProvider.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ide.ui/src/org/eclipse/acceleo/aql/ide/ui/Activator.java (diff)
Commit b59d8ae2f2eadf8b43be70a7211701f57ffd0c61 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 8b5d363a4ee61fa9c27e69f8b89306d3627a9f87 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-origin.mtl
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.acceleo3/src/resources/acceleoAqlTests/language/protectedArea/withPrefixes/withPrefixes.mtl
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-expected.mtl
Commit 4a1a547fc97a4943e4c1e14a7339b6e9ba746bbf by Yvan Lussaud
Desacivated RCPTT tests.
The file was modified pom.xml (diff)
Commit 349703fab62de85cde658b094850c17afea23d95 by Yvan Lussaud
Fixed ProtectedArea statement indentation migration.
The file was modified tests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/language/protectedArea/withPrefixes/withPrefixes-expected.mtl (diff)
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)
Commit 230befb6365b9bf41e36551b2ff13b333154ff07 by Yvan Lussaud
Added let expression migration.
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/resources/acceleoAqlTests/evaluation/expressionStatement/letExpression/letExpression-origin.mtl
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.acceleo3/src/resources/acceleoAqlTests/evaluation/expressionStatement/letExpression/letExpression.mtl
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-expected.mtl
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/ExpressionConverter.java (diff)
Commit cdb7b31770105873176617a8cde1e314daaedb4e 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 modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/parser/AcceleoAstSerializer.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/EObjectServices.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/EPackageProvider.java (diff)
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-expected-validation.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/language/expressionStatement/aqlLet/aqlLet-expected-ast.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/serialization/language/expressionStatement/aqlLet/aqlLet.mtl-expected.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/serialization/language/expressionStatement/aqlConditional/aqlConditional.mtl-expected.txt
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/EAllContentsService.java (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/tests/org.eclipse.acceleo.query.tests/resources/anydsl/anyDSLModel.qmodel (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/aqlConditional/aqlConditional.mtl
Commit c820ca290130a18d1209e4f1aede5d0940ae9136 by Yvan Lussaud
Added implicit for block migration.
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/ExpressionConverter.java (diff)
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-origin.mtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests.acceleo3/src/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.emtl
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/acceleoAqlTests/evaluation/forStatement/implicitIterator/implicitIterator.mtl
Commit 74a802f3f2853c1c2918f8e4f291780d11a04aa3 by Yvan Lussaud
Added super call support for serializers.
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/expressionStatement/middleOfTextLineMultiLineInlinedBlock/middleOfTextLineMultiLineInlinedBlock-WindowsEndLine-expected-ast.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/evaluation/indentation/forStatement/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-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/letStatement/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/comment/inInlinedBlock/inInlinedBlock-WindowsEndLine-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/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/protectedArea/withStartTagPrefix/withStartTagPrefix-WindowsEndLine-expected-validation.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/forStatement/forStatementWithSeparator/forStatementWithSeparator-WindowsEndLine-expected-ast.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/forStatement/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.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/expressionStatement/invalidExpression/invalidExpression-WindowsEndLine-expected-quickFixes.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/language/forStatement/forHeaderEndInBinding/forHeaderEndInBinding-WindowsEndLine-expected-quickFixes.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/language/forStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis-WindowsEndLine-expected-ast.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/forStatement/index/index-WindowsEndLine-expected-validation.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.migration.tests/resources/evaluation/fileStatement/fileStatement-WindowsEndLine-expected-validation.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/indentation/letStatement/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.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/fileStatement/appendExisting/appendExisting-WindowsEndLine-expected-runtimeMessages.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/fileStatement/missingCharset/missingCharset-WindowsEndLine-expected-validation.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/evaluation/indentation/letStatement/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.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/ifStatementTrue/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.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/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.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/forStatement/withIndentation/withIndentation-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/language/fileStatement/missingComma/missingComma-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.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/expressionStatement/nominal/nominal-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/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.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/protectedArea/withIndentationProtectedAreaSameID/withIndentationProtectedAreaSameID-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 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/language/forStatement/stringVariable/stringVariable-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/language/expressionStatement/missingExpression/missingExpression-WindowsEndLine-expected-quickFixes.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/ifStatement/ifStatementElseIfNotBoolean/ifStatementElseIfNotBoolean-WindowsEndLine-expected-runtimeMessages.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/language/fileStatement/missingEnd/missingEnd-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/indentation/ifStatementTrue/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.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/letStatement/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
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/ifStatement/ifStatementThenWithIndentation/ifStatementThenWithIndentation-WindowsEndLine-expected-ast.txt
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/letStatement/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.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/indentation/ifStatementFalse/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.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/forStatement/notCollection/notCollection-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/language/forStatement/usingVariable/usingVariable-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/indentation/ifStatementTrue/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.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/evaluation/indentation/ifStatementFalse/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.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/ifStatementTrue/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.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/missingOpenParenthesis/missingOpenParenthesis-WindowsEndLine-expected-ast.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/indentation/forStatement/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementWithIndentationAndSeparatorNewLine/forStatementWithIndentationAndSeparatorNewLine-WindowsEndLine-expected-runtimeMessages.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/evaluation/expressionStatement/templateCallMultiLinesWithIndentationWithInlinedStatement/templateCallMultiLinesWithIndentationWithInlinedStatement-WindowsEndLine-expected-ast.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/fileStatement/overwriteNotExisting/overwriteNotExisting-WindowsEndLine-expected-ast.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.migration.tests/resources/evaluation/letBlock/letBlock-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/forStatement/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.txt
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.migration.tests/resources/evaluation/recursiveTemplateInvocation/recursiveTemplateInvocation-WindowsEndLine-expected-quickFixes.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/evaluation/indentation/forStatement/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-runtimeMessages.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.tests/resources/evaluation/ifStatement/ifStatementElseIfNotBoolean/ifStatementElseIfNotBoolean-WindowsEndLine-expected-ast.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/evaluation/ifStatement/ifStatementThenNotBoolean/ifStatementThenNotBoolean-WindowsEndLine-expected-quickFixes.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/indentation/forStatement/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-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/forStatement/withSeparatorMissingExpression/withSeparatorMissingExpression-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/language/forStatement/closeParenthesisInBinding/closeParenthesisInBinding-WindowsEndLine-expected-ast.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.tests/resources/evaluation/comment/endOfTextLine/endOfTextLine-WindowsEndLine-expected-quickFixes.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/ifStatement/ifStatementNoElse/ifStatementNoElse-WindowsEndLine-expected-ast.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/ifStatementFalse/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-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/protectedArea/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-validation.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/evaluation/expressionStatement/templateCallWithPost/templateCallWithPost-WindowsEndLine-expected-ast.txt
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/forStatement/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-quickFixes.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/evaluation/forStatement/nominal/nominal-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/ifStatementFalse/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-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/ifStatement/ifStatementThen/ifStatementThen-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/forStatement/emptyGenerationWithIndentation/emptyGenerationWithIndentation-WindowsEndLine-expected-validation.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/letStatement/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.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/forStatement/stringVariable/stringVariable-WindowsEndLine-expected-validation.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/language/forStatement/extraSpaces/extraSpaces-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/evaluation/indentation/forStatement/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.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/evaluation/indentation/forStatement/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.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.migration.tests/resources/evaluation/queryInvocation/queryInvocation-WindowsEndLine-expected-runtimeMessages.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/evaluation/ifStatement/ifStatementThenFalseCondition/ifStatementThenFalseCondition-WindowsEndLine-expected-quickFixes.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.migration.tests/resources/evaluation/letBlock/letBlock-WindowsEndLine-expected-quickFixes.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/forStatement/forStatementNull/forStatementNull-WindowsEndLine-expected-quickFixes.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/evaluation/protectedArea/invalidId/invalidId-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/language/blockComment/beforeModuleDocumentation/beforeModuleDocumentation-WindowsEndLine-expected-quickFixes.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/indentation/ifStatementTrue/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.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/indentation/ifStatementFalse/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.txt
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/indentation/forStatement/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-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/language/comment/beforeModuleDocumentation/beforeModuleDocumentation-WindowsEndLine-expected-validation.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/evaluation/indentation/letStatement/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.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/templateCallWithPostAddingNewLines/templateCallWithPostAddingNewLines-WindowsEndLine-expected-runtimeMessages.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/evaluation/ifStatement/ifStatementNoElse/ifStatementNoElse-WindowsEndLine-expected-quickFixes.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/ifStatementFalse/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-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/ifStatement/ifStatementThenWithIndentationFalseCondition/ifStatementThenWithIndentationFalseCondition-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.tests/resources/evaluation/forStatement/forStatementWithSeparator/forStatementWithSeparator-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/language/comment/beforeModuleDocumentation/beforeModuleDocumentation-WindowsEndLine-expected-quickFixes.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/language/forStatement/missingName/missingName-WindowsEndLine-expected-quickFixes.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/protectedArea/withIndentationProtectedAreaDifferentID/withIndentationProtectedAreaDifferentID-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/language/comment/beginingOfBlock/beginingOfBlock-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/indentation/ifStatementFalse/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-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/evaluation/expressionStatement/templateCallWithPostAddingNewLines/templateCallWithPostAddingNewLines-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationProtectedAreaSameID/withIndentationProtectedAreaSameID-WindowsEndLine-expected-quickFixes.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/ifStatementFalse/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.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/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-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.tests/resources/evaluation/letStatement/nominalWithIndentation/nominalWithIndentation-WindowsEndLine-expected-validation.txt
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/services/stringServices/stringServices-WindowsEndLine-expected-validation.txt
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/indentation/letStatement/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.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/language/ifStatement/elseTypeInference/elseTypeInference-WindowsEndLine-expected-validation.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/evaluation/ifStatement/ifStatementElse/ifStatementElse-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 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.migration.tests/resources/evaluation/variables/variables-WindowsEndLine-expected-quickFixes.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/indentation/forStatement/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.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.migration.tests/resources/services/numericServices/numericServices-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/textStatement/textStatement_UTF-8/textStatement_UTF-8-WindowsEndLine-expected-ast.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/protectedArea/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaSameID/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaSameID-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/comment/inInlinedBlock/inInlinedBlock-WindowsEndLine-expected-runtimeMessages.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.tests/resources/evaluation/protectedArea/withStartTagPrefix/withStartTagPrefix-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/letStatement/letStatementThreeBindings/letStatementThreeBindings-WindowsEndLine-expected-quickFixes.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/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.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/indentation/ifStatementTrue/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.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/protectedArea/withEndTagPrefix/withEndTagPrefix-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/expressionStatement/templateCall/templateCall-WindowsEndLine-expected-quickFixes.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/forStatement/forStatementMultiLineTemplateCall/forStatementMultiLineTemplateCall-WindowsEndLine-expected-validation.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/fileStatement/appendExisting/appendExisting-WindowsEndLine-expected-ast.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/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.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/expressionStatement/templateCallMultiLinesWithIndentationWithInlinedStatement/templateCallMultiLinesWithIndentationWithInlinedStatement-WindowsEndLine-expected-validation.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/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-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/expressionStatement/multiLines/multiLines-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/language/forStatement/withSeparatorMissingCloseParenthesis/withSeparatorMissingCloseParenthesis-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/indentation/ifStatementFalse/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.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/language/fileStatement/invalidMode/invalidMode-WindowsEndLine-expected-validation.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/forStatement/missingOpenParenthesis/missingOpenParenthesis-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/withSeparatorMissingExpression/withSeparatorMissingExpression-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.tests/resources/evaluation/letStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-quickFixes.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/withIndentationProtectedAreaSameIDWithTemplateCall/withIndentationProtectedAreaSameIDWithTemplateCall-WindowsEndLine-expected-validation.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/blockComment/missingEnd/missingEnd-WindowsEndLine-expected-quickFixes.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/letStatement/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-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/indentation/ifStatementTrue/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.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/evaluation/ifStatement/ifStatementSecondElseIf/ifStatementSecondElseIf-WindowsEndLine-expected-validation.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/forStatement/withSeparatorInvalidExpression/withSeparatorInvalidExpression-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/evaluation/expressionStatement/templateRecusiveCall/templateRecusiveCall-WindowsEndLine-expected-runtimeMessages.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/ifStatementFalse/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.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.tests/resources/evaluation/indentation/ifStatementFalse/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.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.migration.tests/resources/services/sequencesServices/sequencesServices-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/ifStatement/ifStatementThen/ifStatementThen-WindowsEndLine-expected-runtimeMessages.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/fileStatement/appendNotExisting/appendNotExisting-WindowsEndLine-expected-runtimeMessages.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/forStatement/forStatementWithSeparatorNewLine/forStatementWithSeparatorNewLine-WindowsEndLine-expected-ast.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/expressionStatement/multiLinesWithIndentationEndsWithNewLine/multiLinesWithIndentationEndsWithNewLine-WindowsEndLine-expected-validation.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/evaluation/indentation/forStatement/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-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/forStatement/withIfFalseCondition/withIfFalseCondition-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/indentation/ifStatementFalse/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.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/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.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/evaluation/indentation/forStatement/mixedNewLines/mixedNewLines-WindowsEndLine-expected-runtimeMessages.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.migration.tests/resources/evaluation/forBlock/forBlock-WindowsEndLine-expected-runtimeMessages.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.tests/resources/evaluation/protectedArea/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaSameID/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaSameID-WindowsEndLine-expected-runtimeMessages.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/expressionStatement/nominal/nominal-WindowsEndLine-expected-runtimeMessages.txt
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/evaluation/protectedArea/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-validation.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/evaluation/forStatement/forStatementWithSeparatorNewLine/forStatementWithSeparatorNewLine-WindowsEndLine-expected-runtimeMessages.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/evaluation/forStatement/withIndentation/withIndentation-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.tests/resources/language/forStatement/nominal/nominal-WindowsEndLine-expected-validation.txt
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/expressionStatement/templateCallMultiLinesWithIndentationWithInlinedStatement/templateCallMultiLinesWithIndentationWithInlinedStatement-WindowsEndLine-expected-quickFixes.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/fileStatement/withIndentation/withIndentation-WindowsEndLine-expected-validation.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/forStatement/forStatementWithSeparatorDynamic/forStatementWithSeparatorDynamic-WindowsEndLine-expected-quickFixes.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/indentation/forStatement/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-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/letStatement/letStatementWrongType/letStatementWrongType-WindowsEndLine-expected-quickFixes.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/protectedArea/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-runtimeMessages.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/comment/manyEndOfTextLine/manyEndOfTextLine-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.migration.tests/resources/services/numericServices/numericServices-WindowsEndLine-expected-ast.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/language/forStatement/missingName/missingName-WindowsEndLine-expected-validation.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/comment/manyEndOfTextLine/manyEndOfTextLine-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/evaluation/indentation/ifStatementFalse/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.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.tests/resources/evaluation/textStatement/emptyLineWithIndentation/emptyLineWithIndentation-WindowsEndLine-expected-validation.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/evaluation/indentation/ifStatementFalse/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.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.migration.tests/resources/services/emfServices/emfServices-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.migration.tests/resources/services/acceleoServices/acceleoServices-WindowsEndLine-expected-runtimeMessages.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/protectedArea/withIndentationWithStartTagPrefixAndEndTagPrefix/withIndentationWithStartTagPrefixAndEndTagPrefix-WindowsEndLine-expected-runtimeMessages.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/forStatement/nominal/nominal-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/expressionStatement/escapedQuoteInId/escapedQuoteInId-WindowsEndLine-expected-ast.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/language/forStatement/nominal/nominal-WindowsEndLine-expected-quickFixes.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/indentation/forStatement/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-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/language/expressionStatement/extraSpaces/extraSpaces-WindowsEndLine-expected-validation.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/protectedArea/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-quickFixes.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/indentation/forStatement/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.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/fileStatement/notOpenableFile/notOpenableFile-WindowsEndLine-expected-runtimeMessages.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/indentation/forStatement/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.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/language/comment/manyOneLineBeginingOfBlock/manyOneLineBeginingOfBlock-WindowsEndLine-expected-validation.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/language/comment/missingEnd/missingEnd-WindowsEndLine-expected-quickFixes.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/evaluation/protectedArea/protectedAreaDifferentIDExistingLostFile/protectedAreaDifferentIDExistingLostFile-WindowsEndLine-expected-runtimeMessages.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.tests/resources/evaluation/indentation/ifStatementTrue/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.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/evaluation/indentation/protectedArea/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.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/language/fileStatement/missingCharset/missingCharset-WindowsEndLine-expected-quickFixes.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/forStatement/forStatementWithSeparatorinvalidExpression/forStatementWithSeparatorinvalidExpression-WindowsEndLine-expected-ast.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/evaluation/forStatement/nominal/nominal-WindowsEndLine-expected-validation.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/evaluation/expressionStatement/templateCallWithFileStatement/templateCallWithFileStatement-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/evaluation/letStatement/nominalWithIndentation/nominalWithIndentation-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/language/blockComment/beginingOfBlock/beginingOfBlock-WindowsEndLine-expected-quickFixes.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/expressionStatement/escapedQuoteInId/escapedQuoteInId-WindowsEndLine-expected-quickFixes.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/indentation/letStatement/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-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/indentation/letStatement/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.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/indentation/ifStatementTrue/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-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/forStatement/existingVariable/existingVariable-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/language/fileStatement/missingComma/missingComma-WindowsEndLine-expected-ast.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/ifStatement/ifStatementElse/ifStatementElse-WindowsEndLine-expected-ast.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/indentation/letStatement/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.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/protectedArea/nominal/nominal-WindowsEndLine-expected-quickFixes.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/forStatement/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.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/expressionStatement/invalidAQLExpression/invalidAQLExpression-WindowsEndLine-expected-runtimeMessages.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/blockComment/manyOneLineBeginingOfBlock/manyOneLineBeginingOfBlock-WindowsEndLine-expected-validation.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/indentation/ifStatementFalse/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.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.tests/resources/evaluation/fileStatement/overwriteExisting/overwriteExisting-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/indentation/forStatement/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.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/language/blockComment/endOfBlock/endOfBlock-WindowsEndLine-expected-ast.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/language/fileStatement/missingCloseParenthesis/missingCloseParenthesis-WindowsEndLine-expected-validation.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.tests/resources/language/expressionStatement/extraSpaces/extraSpaces-WindowsEndLine-expected-ast.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/protectedArea/withStartTagPrefixAndEndTagPrefix/withStartTagPrefixAndEndTagPrefix-WindowsEndLine-expected-ast.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/fileStatement/appendExisting/appendExisting-WindowsEndLine-expected-validation.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/indentation/forStatement/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 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/evaluation/expressionStatement/invalidAQLExpression/invalidAQLExpression-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/ifStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-quickFixes.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/indentation/letStatement/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 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/fileStatement/createNotExisting/createNotExisting-WindowsEndLine-expected-quickFixes.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.migration.tests/resources/evaluation/variables/variables-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/evaluation/letStatement/letStatementWrongType/letStatementWrongType-WindowsEndLine-expected-ast.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/comment/manyEndOfTextLine/manyEndOfTextLine-WindowsEndLine-expected-quickFixes.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/indentation/letStatement/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.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/protectedArea/protectedAreaSameID/protectedAreaSameID-WindowsEndLine-expected-quickFixes.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/ifStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-ast.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/indentation/forStatement/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingCharset/missingCharset-WindowsEndLine-expected-ast.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/fileStatement/notWritableFile/notWritableFile-WindowsEndLine-expected-runtimeMessages.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/ifStatementFalse/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.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/evaluation/forStatement/withExpressionIndentation/withExpressionIndentation-WindowsEndLine-expected-ast.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/language/blockComment/nominal/nominal-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/language/forStatement/notCollection/notCollection-WindowsEndLine-expected-ast.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/withStartTagPrefix/withStartTagPrefix-WindowsEndLine-expected-quickFixes.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/forStatementNotCollection/forStatementNotCollection-WindowsEndLine-expected-quickFixes.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/evaluation/textStatement/textStatement_InvalidCharset/textStatement_InvalidCharset-WindowsEndLine-expected-runtimeMessages.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/evaluation/expressionStatement/middleOfTextLineMultiLine/middleOfTextLineMultiLine-WindowsEndLine-expected-quickFixes.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/services/sequencesServices/sequencesServices-WindowsEndLine-expected-runtimeMessages.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/evaluation/expressionStatement/queryCall/queryCall-WindowsEndLine-expected-runtimeMessages.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/ifStatementFalse/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-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/indentation/forStatement/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-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/evaluation/expressionStatement/errorExpressionStatement/errorExpressionStatement-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/evaluation/indentation/ifStatementTrue/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.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/language/forStatement/nominal/nominal-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.migration.tests/resources/services/collectionsServices/collectionsServices-WindowsEndLine-expected-quickFixes.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/forStatement/manyWithIndentation/manyWithIndentation-WindowsEndLine-expected-runtimeMessages.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/ifStatement/ifStatementElseWithIndentation/ifStatementElseWithIndentation-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/language/ifStatement/elseIfElseTypeInference/elseIfElseTypeInference-WindowsEndLine-expected-ast.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/indentation/letStatement/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-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/evaluation/expressionStatement/multiLinesWithIndentation/multiLinesWithIndentation-WindowsEndLine-expected-quickFixes.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/protectedArea/withStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID/withStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID-WindowsEndLine-expected-runtimeMessages.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/language/comment/beforeModuleDocumentation/beforeModuleDocumentation-WindowsEndLine-expected-ast.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/forStatement/forStatementWithSeparator/forStatementWithSeparator-WindowsEndLine-expected-quickFixes.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/expressionStatement/templateCall/templateCall-WindowsEndLine-expected-ast.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/letStatement/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-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/expressionStatement/templateCallMultiLinesWithIndentation/templateCallMultiLinesWithIndentation-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/evaluation/forStatement/forStatementWithSeparatorDynamic/forStatementWithSeparatorDynamic-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/indentation/forStatement/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.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.migration.tests/resources/services/stringServices/stringServices-WindowsEndLine-expected-runtimeMessages.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/indentation/ifStatementFalse/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.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.migration.tests/resources/services/collectionsServices/collectionsServices-WindowsEndLine-expected-validation.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/forStatement/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.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/blockComment/manyManyLinesBeginingOfBlock/manyManyLinesBeginingOfBlock-WindowsEndLine-expected-quickFixes.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.tests/resources/evaluation/comment/nominal/nominal-WindowsEndLine-expected-runtimeMessages.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/language/expressionStatement/escapedQuoteInId/escapedQuoteInId-WindowsEndLine-expected-validation.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/language/fileStatement/missingOpenParenthesis/missingOpenParenthesis-WindowsEndLine-expected-validation.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/letStatement/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.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/language/blockComment/endOfBlock/endOfBlock-WindowsEndLine-expected-validation.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/evaluation/ifStatement/ifStatementSecondElseIf/ifStatementSecondElseIf-WindowsEndLine-expected-quickFixes.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/ifStatement/ifStatementThenNotBoolean/ifStatementThenNotBoolean-WindowsEndLine-expected-ast.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/forStatement/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.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/language/forStatement/notCollection/notCollection-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/language/fileStatement/invalidCharset/invalidCharset-WindowsEndLine-expected-quickFixes.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/fileStatement/notWritableFile/notWritableFile-WindowsEndLine-expected-ast.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/indentation/forStatement/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-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/language/expressionStatement/missingEndHeader/missingEndHeader-WindowsEndLine-expected-quickFixes.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/indentation/ifStatementFalse/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-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/indentation/ifStatementTrue/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-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/evaluation/forStatement/forStatementWithIndentationAndSeparatorNewLine/forStatementWithIndentationAndSeparatorNewLine-WindowsEndLine-expected-ast.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/indentation/letStatement/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-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/fileStatement/appendNotExisting/appendNotExisting-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/expressionStatement/multiLinesWithIndentation/multiLinesWithIndentation-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationProtectedAreaSameIDWithTemplateCall/withIndentationProtectedAreaSameIDWithTemplateCall-WindowsEndLine-expected-ast.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/language/forStatement/stringVariable/stringVariable-WindowsEndLine-expected-ast.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.tests/resources/language/comment/middleOfBlock/middleOfBlock-WindowsEndLine-expected-quickFixes.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/evaluation/variables/variables-WindowsEndLine-expected-validation.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.tests/resources/evaluation/expressionStatement/middleOfTextLine/middleOfTextLine-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/expressionStatement/multiLines/multiLines-WindowsEndLine-expected-validation.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/evaluation/textStatement/emptyLineWithIndentation/emptyLineWithIndentation-WindowsEndLine-expected-runtimeMessages.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/expressionStatement/templateRecusiveCall/templateRecusiveCall-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/forStatement/escapedQuoteInBinding/escapedQuoteInBinding-WindowsEndLine-expected-quickFixes.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/language/forStatement/bindingEndsWithCloseParenthesis/bindingEndsWithCloseParenthesis-WindowsEndLine-expected-validation.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/forStatement/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-runtimeMessages.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/forStatement/forStatementEmpty/forStatementEmpty-WindowsEndLine-expected-validation.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/evaluation/expressionStatement/errorExpressionStatement/errorExpressionStatement-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/evaluation/ifStatement/ifStatementSecondElseIf/ifStatementSecondElseIf-WindowsEndLine-expected-ast.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/evaluation/expressionStatement/templateCallMultiLinesWithIndentation/templateCallMultiLinesWithIndentation-WindowsEndLine-expected-runtimeMessages.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/ifStatementTrue/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.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/ifStatement/withIfFalseCondition/withIfFalseCondition-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/ifStatementTrue/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-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/evaluation/indentation/ifStatementFalse/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.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/indentation/forStatement/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.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/fileStatement/overwriteNotExisting/overwriteNotExisting-WindowsEndLine-expected-runtimeMessages.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/language/fileStatement/urlEndsWithCloseParenthesis/urlEndsWithCloseParenthesis-WindowsEndLine-expected-ast.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.migration.tests/resources/services/collectionsServices/collectionsServices-WindowsEndLine-expected-ast.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/letStatement/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-runtimeMessages.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/indentation/forStatement/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.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/evaluation/letStatement/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-validation.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/evaluation/indentation/forStatement/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-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.tests/resources/evaluation/expressionStatement/multiLines/multiLines-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/forStatement/escapedQuoteInBinding/escapedQuoteInBinding-WindowsEndLine-expected-validation.txt
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/fileStatement/notOpenableFile/notOpenableFile-WindowsEndLine-expected-validation.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/evaluation/indentation/forStatement/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/expressionStatement/expressionStatementEndInId/expressionStatementEndInId-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/ifStatementTrue/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.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/evaluation/expressionStatement/middleOfTextLine/middleOfTextLine-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/blockComment/beforeModuleDocumentation/beforeModuleDocumentation-WindowsEndLine-expected-ast.txt
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/indentation/letStatement/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.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/indentation/letStatement/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.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/expressionStatement/templateCallWithPostAddingNewLines/templateCallWithPostAddingNewLines-WindowsEndLine-expected-validation.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/evaluation/indentation/letStatement/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.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/forStatement/withExpressionIndentation/withExpressionIndentation-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/indentation/ifStatementTrue/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-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/evaluation/forStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-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/indentation/forStatement/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.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/evaluation/letStatement/letStatementWrongType/letStatementWrongType-WindowsEndLine-expected-runtimeMessages.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/evaluation/ifStatement/ifStatementElse/ifStatementElse-WindowsEndLine-expected-runtimeMessages.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/evaluation/forStatement/forStatementWithSeparatorDynamic/forStatementWithSeparatorDynamic-WindowsEndLine-expected-runtimeMessages.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/forStatement/forStatementWithSeparatorinvalidExpression/forStatementWithSeparatorinvalidExpression-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/indentation/ifStatementFalse/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-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/evaluation/expressionStatement/templateCallWithFileStatement/templateCallWithFileStatement-WindowsEndLine-expected-ast.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/protectedArea/protectedAreaDifferentID/protectedAreaDifferentID-WindowsEndLine-expected-quickFixes.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/protectedArea/nominal/nominal-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-runtimeMessages.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/forStatement/missingOpenParenthesis/missingOpenParenthesis-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 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/letStatement/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.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.migration.tests/resources/services/booleanServices/booleanServices-WindowsEndLine-expected-runtimeMessages.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/expressionStatement/templateRecusiveCall/templateRecusiveCall-WindowsEndLine-expected-quickFixes.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/ifStatement/ifStatementThen/ifStatementThen-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/ifStatement/ifStatementElseWithIndentation/ifStatementElseWithIndentation-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/fileStatement/createExisting/createExisting-WindowsEndLine-expected-runtimeMessages.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/evaluation/indentation/forStatement/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.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/evaluation/expressionStatement/invalidAQLExpression/invalidAQLExpression-WindowsEndLine-expected-quickFixes.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/stringServices/stringServices-WindowsEndLine-expected-quickFixes.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.migration.tests/resources/evaluation/queryInvocation/queryInvocation-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/fileStatement/createExisting/createExisting-WindowsEndLine-expected-validation.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/evaluation/textStatement/emptyLineWithIndentation/emptyLineWithIndentation-WindowsEndLine-expected-quickFixes.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/ifStatement/ifStatementElseIf/ifStatementElseIf-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-runtimeMessages.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/language/comment/middleOfBlock/middleOfBlock-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.migration.tests/resources/evaluation/variables/variables-WindowsEndLine-expected-ast.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/language/forStatement/invalidExpressionUsingVariable/invalidExpressionUsingVariable-WindowsEndLine-expected-ast.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/indentation/ifStatementTrue/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-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.migration.tests/resources/services/booleanServices/booleanServices-WindowsEndLine-expected-validation.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/ifStatement/ifStatementSecondElseIfNotBoolean/ifStatementSecondElseIfNotBoolean-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/protectedArea/protectedAreaDifferentIDExistingLostFile/protectedAreaDifferentIDExistingLostFile-WindowsEndLine-expected-validation.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/protectedArea/withStartTagPrefixAndEndTagPrefix/withStartTagPrefixAndEndTagPrefix-WindowsEndLine-expected-validation.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/ifStatementTrue/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.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/indentation/ifStatementTrue/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-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.tests/resources/evaluation/indentation/forStatement/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-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/indentation/forStatement/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.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/expressionStatement/templateCallWithPostErrorExpression/templateCallWithPostErrorExpression-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/evaluation/forStatement/forStatementWithIndentationAndSeparatorNewLine/forStatementWithIndentationAndSeparatorNewLine-WindowsEndLine-expected-validation.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/forStatement/missingType/missingType-WindowsEndLine-expected-quickFixes.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/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.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/indentation/letStatement/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.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/forStatement/forStatementWithSeparatorNewLine/forStatementWithSeparatorNewLine-WindowsEndLine-expected-quickFixes.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/ifStatement/ifStatementThenWithIndentationFalseCondition/ifStatementThenWithIndentationFalseCondition-WindowsEndLine-expected-quickFixes.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/evaluation/forStatement/forStatementNotCollection/forStatementNotCollection-WindowsEndLine-expected-ast.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/textStatement/textStatement_ISO-8859-1/textStatement_ISO-8859-1-WindowsEndLine-expected-runtimeMessages.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/fileStatement/createNotExisting/createNotExisting-WindowsEndLine-expected-runtimeMessages.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/indentation/ifStatementTrue/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.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/evaluation/textStatement/emptyLineWithIndentation/emptyLineWithIndentation-WindowsEndLine-expected-ast.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/withIndentationProtectedAreaSameIDWithTemplateCall/withIndentationProtectedAreaSameIDWithTemplateCall-WindowsEndLine-expected-quickFixes.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/language/forStatement/missingEnd/missingEnd-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/expressionStatement/multiLinesWithIndentationEndsWithNewLine/multiLinesWithIndentationEndsWithNewLine-WindowsEndLine-expected-runtimeMessages.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/textStatement/nominal/nominal-WindowsEndLine-expected-quickFixes.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/evaluation/protectedArea/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID-WindowsEndLine-expected-ast.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/indentation/letStatement/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.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/fileStatement/createExisting/createExisting-WindowsEndLine-expected-quickFixes.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/language/fileStatement/urlEndsWithCloseParenthesis/urlEndsWithCloseParenthesis-WindowsEndLine-expected-validation.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/ifStatement/ifStatementElseWithIndentation/ifStatementElseWithIndentation-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/language/forStatement/missingEnd/missingEnd-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/ifStatementFalse/startNotInlinedEndInlinedNoTextBeforeNoTextAfter/startNotInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.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/ifStatement/ifStatementElseIf/ifStatementElseIf-WindowsEndLine-expected-validation.txt
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/evaluation/indentation/forStatement/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.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/protectedArea/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.migration.tests/resources/evaluation/queryInvocation/queryInvocation-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/expressionStatement/multiLinesWithIndentationEndsWithNewLine/multiLinesWithIndentationEndsWithNewLine-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/fileStatement/overwriteExisting/overwriteExisting-WindowsEndLine-expected-validation.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/forStatement/forStatementEmpty/forStatementEmpty-WindowsEndLine-expected-runtimeMessages.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/language/expressionStatement/extraSpaces/extraSpaces-WindowsEndLine-expected-quickFixes.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.tests/resources/evaluation/indentation/letStatement/startInlinedEndNotInlinedNoTextBeforeTextAfter/startInlinedEndNotInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-validation.txt
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/inlined/inlined-WindowsEndLine-expected-runtimeMessages.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.migration.tests/resources/evaluation/forBlock/forBlock-WindowsEndLine-expected-validation.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/language/forStatement/forHeaderEndInBinding/forHeaderEndInBinding-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/evaluation/protectedArea/withIndentation/withIndentation-WindowsEndLine-expected-ast.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/language/comment/endOfBlock/endOfBlock-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/letStatement/letStatementWrongType/letStatementWrongType-WindowsEndLine-expected-validation.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/indentation/letStatement/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.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/letStatement/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.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/language/fileStatement/missingComma/missingComma-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/evaluation/forStatement/withIndentation/withIndentation-WindowsEndLine-expected-runtimeMessages.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.tests/resources/language/expressionStatement/aqlConditional/aqlConditional-WindowsEndLine-expected-ast.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/evaluation/expressionStatement/multiLinesWithIndentation/multiLinesWithIndentation-WindowsEndLine-expected-validation.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/ifStatement/ifStatementThenWithIndentationFalseCondition/ifStatementThenWithIndentationFalseCondition-WindowsEndLine-expected-validation.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/blockComment/afterModuleHeader/afterModuleHeader-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 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/indentation/ifStatementFalse/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.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/expressionStatement/queryCall/queryCall-WindowsEndLine-expected-ast.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/letStatement/letStatementCollectionVariable/letStatementCollectionVariable-WindowsEndLine-expected-validation.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/ifStatement/ifStatementElseIfWithIndentation/ifStatementElseIfWithIndentation-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/language/blockComment/endOfBlock/endOfBlock-WindowsEndLine-expected-quickFixes.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/language/comment/beforeModuleDocumentationMissingEnd/beforeModuleDocumentationMissingEnd-WindowsEndLine-expected-ast.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/evaluation/expressionStatement/middleOfTextLine/middleOfTextLine-WindowsEndLine-expected-runtimeMessages.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/language/fileStatement/closeParenthesisInUrl/closeParenthesisInUrl-WindowsEndLine-expected-quickFixes.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/ifStatementTrue/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.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/forStatement/index/index-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/expressionStatement/middleOfTextLineMultiLine/middleOfTextLineMultiLine-WindowsEndLine-expected-ast.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/evaluation/fileStatement/createExisting/createExisting-WindowsEndLine-expected-ast.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/language/comment/missingEnd/missingEnd-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.tests/resources/language/expressionStatement/queryCall/queryCall-WindowsEndLine-expected-ast.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.tests/resources/evaluation/forStatement/withExpressionIndentation/withExpressionIndentation-WindowsEndLine-expected-runtimeMessages.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/indentation/forStatement/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-validation.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/expressionStatement/middleOfTextLineMultiLine/middleOfTextLineMultiLine-WindowsEndLine-expected-runtimeMessages.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/indentation/forStatement/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-ast.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.migration.tests/resources/services/numericServices/numericServices-WindowsEndLine-expected-validation.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/comment/endOfTextLine/endOfTextLine-WindowsEndLine-expected-ast.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/indentation/ifStatementFalse/startInlinedEndInlinedTextBeforeNoTextAfter/startInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.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.migration.tests/resources/evaluation/letBlock/letBlock-WindowsEndLine-expected-validation.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/textStatement/textStatement_UTF-8/textStatement_UTF-8-WindowsEndLine-expected-validation.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/language/forStatement/withSeparatorInvalidExpression/withSeparatorInvalidExpression-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/language/ifStatement/elseIfElseTypeInference/elseIfElseTypeInference-WindowsEndLine-expected-quickFixes.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/withIndentation/withIndentation-WindowsEndLine-expected-runtimeMessages.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/language/blockComment/beforeModuleDocumentationMissingEnd/beforeModuleDocumentationMissingEnd-WindowsEndLine-expected-validation.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/indentation/ifStatementFalse/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.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/evaluation/indentation/protectedArea/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-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/blockComment/beginingOfBlock/beginingOfBlock-WindowsEndLine-expected-ast.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/forStatement/index/index-WindowsEndLine-expected-runtimeMessages.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/letStatement/startNotInlinedEndInlinedTextBeforeNoTextAfter/startNotInlinedEndInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.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/language/ifStatement/elseIfTypeInference/elseIfTypeInference-WindowsEndLine-expected-ast.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/language/expressionStatement/templateCall/templateCall-WindowsEndLine-expected-ast.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/language/forStatement/missingEndHeader/missingEndHeader-WindowsEndLine-expected-ast.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/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedTextBeforeNoTextAfter/startNotInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-quickFixes.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/protectedArea/protectedAreaSameID/protectedAreaSameID-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.migration.tests/resources/evaluation/recursiveTemplateInvocation/recursiveTemplateInvocation-WindowsEndLine-expected-runtimeMessages.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/language/expressionStatement/missingExpression/missingExpression-WindowsEndLine-expected-ast.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.tests/resources/evaluation/protectedArea/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID/withIndentationWithStartTagPrefixAndEndTagPrefixProtectedAreaDifferentID-WindowsEndLine-expected-validation.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.tests/resources/evaluation/ifStatement/ifStatementElse/ifStatementElse-WindowsEndLine-expected-quickFixes.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.tests/resources/evaluation/protectedArea/duplicatedGeneratedID/duplicatedGeneratedID-WindowsEndLine-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/evaluation/forStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-ast.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/indentation/letStatement/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-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/expressionStatement/templateCallWithPostErrorExpression/templateCallWithPostErrorExpression-WindowsEndLine-expected-validation.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/forStatement/forStatementMultiLineTemplateCall/forStatementMultiLineTemplateCall-WindowsEndLine-expected-ast.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/language/ifStatement/elseTypeInference/elseTypeInference-WindowsEndLine-expected-quickFixes.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/indentation/ifStatementFalse/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.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/indentation/letStatement/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-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/evaluation/protectedArea/duplicatedGeneratedID/duplicatedGeneratedID-WindowsEndLine-expected-runtimeMessages.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.migration.tests/resources/evaluation/dualTemplateCall/dualTemplateCall-WindowsEndLine-expected-ast.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/indentation/forStatement/mixedNewLines/mixedNewLines-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/language/expressionStatement/expressionStatementEndInId/expressionStatementEndInId-WindowsEndLine-expected-quickFixes.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/blockComment/missingEnd/missingEnd-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/language/fileStatement/missingEnd/missingEnd-WindowsEndLine-expected-validation.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/forStatement/startInlinedEndNotInlinedNoTextBeforeNoTextAfter/startInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.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/expressionStatement/errorExpressionStatement/errorExpressionStatement-WindowsEndLine-expected-runtimeMessages.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/language/forStatement/missingPipe/missingPipe-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.migration.tests/resources/evaluation/fileStatement/fileStatement-WindowsEndLine-expected-quickFixes.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/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.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/evaluation/forStatement/forStatementNotCollection/forStatementNotCollection-WindowsEndLine-expected-runtimeMessages.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/fileStatement/missingOpenMode/missingOpenMode-WindowsEndLine-expected-ast.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/startNotInlinedEndNotInlinedTextBeforeTextAfter/startNotInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.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/evaluation/forStatement/forStatementWithSeparatorinvalidExpression/forStatementWithSeparatorinvalidExpression-WindowsEndLine-expected-validation.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/ifStatement/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-ast.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/protectedArea/withIndentationWithStartTagPrefixAndEndTagPrefix/withIndentationWithStartTagPrefixAndEndTagPrefix-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/language/forStatement/missingEndHeader/missingEndHeader-WindowsEndLine-expected-quickFixes.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/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.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.migration.tests/resources/services/orderedSetsServices/orderedSetsServices-WindowsEndLine-expected-quickFixes.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/indentation/ifStatementFalse/startInlinedEndInlinedNoTextBeforeTextAfter/startInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-ast.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/indentation/letStatement/startNotInlinedEndNotInlinedNoTextBeforeTextAfter/startNotInlinedEndNotInlinedNoTextBeforeTextAfter-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/forStatement/missingCloseParenthesis/missingCloseParenthesis-WindowsEndLine-expected-quickFixes.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/language/forStatement/notCollectionUsingVariable/notCollectionUsingVariable-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/comment/inInlinedBlock/inInlinedBlock-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/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedTextBeforeNoTextAfter/startInlinedEndNotInlinedTextBeforeNoTextAfter-WindowsEndLine-expected-runtimeMessages.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/indentation/ifStatementTrue/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
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/indentation/ifStatementFalse/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-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/forStatement/forStatementWithSeparatorNewLine/forStatementWithSeparatorNewLine-WindowsEndLine-expected-validation.txt
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/letStatement/letStatementCollectionVariable/letStatementCollectionVariable-WindowsEndLine-expected-quickFixes.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/indentation/ifStatementTrue/startNotInlinedEndInlinedNoTextBeforeTextAfter/startNotInlinedEndInlinedNoTextBeforeTextAfter-WindowsEndLine-expected-quickFixes.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/ifStatement/ifStatementElseIfNotBoolean/ifStatementElseIfNotBoolean-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.tests/resources/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-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/language/forStatement/missingOpenParenthesis/missingOpenParenthesis-WindowsEndLine-expected-quickFixes.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/evaluation/forStatement/forStatementNull/forStatementNull-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/letStatement/withIfFalseConditionWithIndentation/withIfFalseConditionWithIndentation-WindowsEndLine-expected-validation.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/ifStatement/ifStatementThenWithIndentation/ifStatementThenWithIndentation-WindowsEndLine-expected-runtimeMessages.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/evaluation/indentation/ifStatementTrue/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.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/language/fileStatement/missingEnd/missingEnd-WindowsEndLine-expected-quickFixes.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/protectedArea/withIndentationProtectedAreaSameID/withIndentationProtectedAreaSameID-WindowsEndLine-expected-runtimeMessages.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.migration.tests/resources/evaluation/fileStatement/fileStatement-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.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndInlinedTextBeforeTextAfter/startNotInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-runtimeMessages.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/language/expressionStatement/nominal/nominal-WindowsEndLine-expected-quickFixes.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/protectedArea/protectedAreaSameID/protectedAreaSameID-WindowsEndLine-expected-validation.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.tests/resources/evaluation/indentation/letStatement/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-ast.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/evaluation/indentation/ifStatementTrue/startInlinedEndNotInlinedTextBeforeTextAfter/startInlinedEndNotInlinedTextBeforeTextAfter-WindowsEndLine-expected-validation.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/evaluation/comment/endOfTextLine/endOfTextLine-WindowsEndLine-expected-validation.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/evaluation/indentation/ifStatementFalse/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter/startNotInlinedEndNotInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.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/evaluation/ifStatement/withIfFalseCondition/withIfFalseCondition-WindowsEndLine-expected-validation.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.tests/resources/evaluation/expressionStatement/templateCallWithPostAddingNewLines/templateCallWithPostAddingNewLines-WindowsEndLine-expected-ast.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/indentation/ifStatementFalse/startInlinedEndInlinedNoTextBeforeNoTextAfter/startInlinedEndInlinedNoTextBeforeNoTextAfter-WindowsEndLine-expected-validation.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/indentation/ifStatementFalse/startInlinedEndInlinedTextBeforeTextAfter/startInlinedEndInlinedTextBeforeTextAfter-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/ifStatement/ifStatementSecondElseIfNotBoolean/ifStatementSecondElseIfNotBoolean-WindowsEndLine-expected-quickFixes.txt
Commit c73d8c91a74d3ef0c8790d5412f3b83dc7f0d6c6 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 8aa2ce022d5dad43bf0764b2ec5fa16c7e1b16e5 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/AcceleoCompletionProposalsProvider.java (diff)
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/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/AcceleoAstCompletor.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/completion/AcceleoCompletor.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 tests/org.eclipse.acceleo.aql.tests/src/org/eclipse/acceleo/tests/utils/AbstractLanguageTestSuite.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/services/textdocument/AcceleoTextDocumentService.java (diff)
Commit 2daba17553a46b3db93a1eb41ddc391c4b29144f 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 fa896643faf87478c6e1d1a61d5625b744348466 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/TemplateServiceCompletionProposal.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/completion/proposals/QueryServiceCompletionProposal.java (diff)
Commit ed5f01e9c5602121a132c013a48e3074d71d39ed by Yvan Lussaud
Added Windows end line support in AcceleoEvaluator.
The file was modified plugins/org.eclipse.acceleo.aql.ls.debug.ide/src/org/eclipse/acceleo/aql/ls/debug/ide/launch/AcceleoLaunchConfigurationDelegate.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/AcceleoUtil.java (diff)
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)
The file was modified plugins/org.eclipse.acceleo.aql.ls.debug/META-INF/MANIFEST.MF (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 plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/evaluation/AcceleoEvaluator.java (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/src/org/eclipse/acceleo/tests/utils/AbstractLanguageTestSuite.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/src/org/eclipse/acceleo/aql/parser/AcceleoAstSerializer.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls.debug/src/org/eclipse/acceleo/aql/ls/debug/AcceleoProfilerEvaluator.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 tests/org.eclipse.acceleo.aql.tests/src/org/eclipse/acceleo/tests/completion/CompletionTests.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls.debug.ide.ui/META-INF/MANIFEST.MF (diff)
Commit 49202e618134de40edbcfb8f8516503b29275f3e by Yvan Lussaud
Optimization after Windows new line suppport.
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/parser/AcceleoParser.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.ls/src/org/eclipse/acceleo/aql/ls/common/AcceleoLanguageServerPositionUtils.java (diff)
Commit bd6082a677cecc67fe76200e2e685203eb0b9f5e by Yvan Lussaud
Added Windows end line support in migration tool.
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/ModuleMigrator.java (diff)
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 modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/parser/DocumentationParser.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/standalone/StandaloneMigrator.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/parser/AcceleoParser.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql.migration/src/org/eclipse/acceleo/aql/migration/converters/ModuleConverter.java (diff)
Commit 513bb23926579b3364ac6c79cb3c3e05ed122b4b by Yvan Lussaud
Fixed cross projects workspace resolution.
The file was modified query/plugins/org.eclipse.acceleo.query.ide/.settings/org.eclipse.jdt.ui.prefs (diff)
The file was addedquery/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/namespace/workspace/IQueryProject.java
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.ls/src/org/eclipse/acceleo/aql/ls/services/workspace/AcceleoProject.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/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 plugins/org.eclipse.acceleo.aql.ide.ui/src/org/eclipse/acceleo/aql/ide/ui/EclipseAcceleoLanguageServerContext.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 query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/namespace/workspace/QueryWorkspaceQualifiedNameResolver.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/impl/namespace/QualifiedNameLookupEngine.java (diff)
Commit a02f7caf3bfa141fd40bb4e258e6ea28a473aea4 by Yvan Lussaud
Fixed NewLineStatement indentation.
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationEmptyLineBlock/withIndentationEmptyLineBlock-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNeeded/emptyLineWithIndentationIndentationNeeded-WindowsEndLine-expected-ast.txt
The file was removedtests/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/textStatement/emptyLineWithIndentationIndentationNeeded/emptyLineWithIndentationIndentationNeeded-WindowsEndLine-expected-quickFixes.txt
The file was removedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentation/emptyLineWithIndentation.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationEmptyLineBlock/withIndentationEmptyLineBlock-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationEmptyLineBlock/withIndentationEmptyLineBlock-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNeeded/emptyLineWithIndentationIndentationNeeded-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationEmptyLineBlock/generated/anydsl.txt-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNotNeeded/emptyLineWithIndentationIndentationNotNeeded-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationEmptyLineBlock/withIndentationEmptyLineBlock-WindowsEndLine-expected-runtimeMessages.txt
The file was modified plugins/org.eclipse.acceleo.aql.doc/pages/Acceleo/language.adoc (diff)
The file was removedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentation/emptyLineWithIndentation-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNotNeeded/emptyLineWithIndentationIndentationNotNeeded-WindowsEndLine-expected-runtimeMessages.txt
The file was removedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentation/emptyLineWithIndentation-WindowsEndLine-expected-runtimeMessages.txt
The file was modified plugins/org.eclipse.acceleo.aql.doc/pages/Acceleo/tool.adoc (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNeeded/emptyLineWithIndentationIndentationNeeded-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNotNeeded/emptyLineWithIndentationIndentationNotNeeded-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNotNeeded/emptyLineWithIndentationIndentationNotNeeded-expected-ast.txt
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/evaluation/AcceleoEvaluator.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNeeded/emptyLineWithIndentationIndentationNeeded.mtl
The file was removedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentation/emptyLineWithIndentation.xmi
The file was removedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentation/generated/anydsl.txt-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNotNeeded/emptyLineWithIndentationIndentationNotNeeded-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNotNeeded/emptyLineWithIndentationIndentationNotNeeded-expected-quickFixes.txt
The file was removedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentation/emptyLineWithIndentation-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationEmptyLineBlock/withIndentationEmptyLineBlock.xmi
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNotNeeded/emptyLineWithIndentationIndentationNotNeeded-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationEmptyLineBlock/withIndentationEmptyLineBlock.mtl
The file was removedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentation/emptyLineWithIndentation-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNotNeeded/emptyLineWithIndentationIndentationNotNeeded-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNotNeeded/generated/anydsl.txt-expected.txt
The file was removedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentation/emptyLineWithIndentation-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/evaluation/textStatement/emptyLineWithIndentationIndentationNeeded/emptyLineWithIndentationIndentationNeeded.mtl-expected.txt
The file was removedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentation/emptyLineWithIndentation-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationEmptyLineBlock/withIndentationEmptyLineBlock-WindowsEndLine-expected-validation.txt
The file was removedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentation/emptyLineWithIndentation-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNotNeeded/emptyLineWithIndentationIndentationNotNeeded.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNeeded/emptyLineWithIndentationIndentationNeeded-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNeeded/emptyLineWithIndentationIndentationNeeded-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationEmptyLineBlock/withIndentationEmptyLineBlock-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationEmptyLineBlock/withIndentationEmptyLineBlock-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNeeded/emptyLineWithIndentationIndentationNeeded-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/withIndentationEmptyLineBlock/withIndentationEmptyLineBlock-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNeeded/emptyLineWithIndentationIndentationNeeded-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNotNeeded/emptyLineWithIndentationIndentationNotNeeded.xmi
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/evaluation/protectedArea/withIndentationEmptyLineBlock/withIndentationEmptyLineBlock.mtl-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNeeded/emptyLineWithIndentationIndentationNeeded.xmi
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/textStatement/emptyLineWithIndentationIndentationNeeded/generated/anydsl.txt-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/evaluation/textStatement/emptyLineWithIndentationIndentationNotNeeded/emptyLineWithIndentationIndentationNotNeeded.mtl-expected.txt
Commit ab2d4c83d35290edc5481291a95af99fe9fce73a by Yvan Lussaud
Added quick fixes, refactor rename, show references documentation.
The file was modified plugins/org.eclipse.acceleo.aql.doc/doc/AQL/index.html (diff)
The file was addedplugins/org.eclipse.acceleo.aql.doc/doc/Acceleo/images/QuickFixes.png
The file was modified plugins/org.eclipse.acceleo.aql.doc/doc/Acceleo/tool.html (diff)
The file was addedplugins/org.eclipse.acceleo.aql.doc/doc/Acceleo/images/RefactorRename.png
The file was modified plugins/org.eclipse.acceleo.aql.doc/doc/Acceleo/language.html (diff)
The file was addedplugins/org.eclipse.acceleo.aql.doc/pages/Acceleo/images/RefactorRename.png
The file was addedplugins/org.eclipse.acceleo.aql.doc/pages/Acceleo/images/QuickFixes.png
The file was modified plugins/org.eclipse.acceleo.aql.doc/doc/Acceleo/install.html (diff)
The file was addedplugins/org.eclipse.acceleo.aql.doc/doc/Acceleo/images/ShowReferences.png
The file was modified plugins/org.eclipse.acceleo.aql.doc/doc/Acceleo/use.html (diff)
The file was modified plugins/org.eclipse.acceleo.aql.doc/doc/Acceleo/start.html (diff)
The file was modified plugins/org.eclipse.acceleo.aql.doc/doc/Acceleo/migration.html (diff)
The file was addedplugins/org.eclipse.acceleo.aql.doc/pages/Acceleo/images/ShowReferences.png
The file was modified plugins/org.eclipse.acceleo.aql.doc/pages/Acceleo/tool.adoc (diff)
The file was modified plugins/org.eclipse.acceleo.aql.doc/doc/Acceleo/generate.html (diff)
The file was modified plugins/org.eclipse.acceleo.aql.doc/doc/Acceleo/syntax.html (diff)
The file was modified plugins/org.eclipse.acceleo.aql.doc/doc/Acceleo/index.html (diff)
Commit afea28002bf97ade80d39794e15ef9b9a34e39f8 by Yvan Lussaud
Fixed pacman indentation issue.
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/pacmanBug/pacmanBug-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/pacmanBug/pacmanBug-expected-quickFixes.txt
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/evaluation/AcceleoEvaluator.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/pacmanBug/generated/anydsl.txt-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/pacmanBug/pacmanBug-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/pacmanBug/pacmanBug-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/evaluation/protectedArea/pacmanBug/pacmanBug.mtl-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/pacmanBug/pacmanBug-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/pacmanBug/pacmanBug-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/pacmanBug/pacmanBug-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/pacmanBug/pacmanBug-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/pacmanBug/pacmanBug.xmi
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/evaluation/protectedArea/pacmanBug/pacmanBug.mtl
Commit 1a9c46c7c411f16ac36d983ab5e2d1b2ef4df457 by Yvan Lussaud
Added support for null value resolution at runtime.
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/nullValue/nullValue-expected-quickFixes.txt
The file was modified query/tests/org.eclipse.acceleo.query.tests/src/org/eclipse/acceleo/query/runtime/test/EvaluationServiceStatusTests.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/nullValue/nullValue-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/nullValue/nullValue-expected-validation.txt
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/FirstArgumentRawCollectionType.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/nullValue/generated/anydsl.txt-expected.txt
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/QueryEvaluationEngine.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/services/EObjectServices.java (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 plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/evaluation/AcceleoEvaluator.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/EvaluationResult.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/EvaluationServices.java (diff)
The file was modified query/tests/org.eclipse.acceleo.query.tests/resources/anydsl/anyDSLModel.qmodel (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/nullValue/nullValue-WindowsEndLine-expected-runtimeMessages.txt
The file was addedquery/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/runtime/impl/NullValue.java
The file was modified query/tests/org.eclipse.acceleo.query.tests/src/org/eclipse/acceleo/query/runtime/test/EvaluationServicesTest.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/nullValue/nullValue-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/nullValue/nullValue-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/nullValue/nullValue-expected-ast.txt
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/evaluation/AbstractModuleElementService.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/nullValue/nullValue-expected-runtimeMessages.txt
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/parser/AstEvaluator.java (diff)
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/nullValue/nullValue.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/resolution/nullValue/nullValue.mtl-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/nullValue/nullValue.xmi
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/evaluation/TemplateService.java (diff)
Commit 31de41d4a760835505acc15092195b0a9e90774b by Yvan Lussaud
Fixed #139 EObject service eAllContents(EClass) fails in some edge cases.
The file was modified query/tests/org.eclipse.acceleo.query.tests/META-INF/MANIFEST.MF (diff)
The file was addedquery/tests/org.eclipse.acceleo.query.tests/src-gen-container/container/impl/AbstractImpl.java
The file was addedquery/tests/org.eclipse.acceleo.query.tests/src-gen-container/container/Contained.java
The file was addedquery/tests/org.eclipse.acceleo.query.tests/src-gen-container/container/impl/ContainedImpl.java
The file was modified query/tests/org.eclipse.acceleo.query.tests/src/org/eclipse/acceleo/query/services/tests/ResourceServicesValidationTest.java (diff)
The file was modified query/tests/org.eclipse.acceleo.query.tests/plugin.xml (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/EObjectServices.java (diff)
The file was addedquery/tests/org.eclipse.acceleo.query.tests/src-gen-container/container/util/ContainerSwitch.java
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/XPathServices.java (diff)
The file was modified query/tests/org.eclipse.acceleo.query.tests/src/org/eclipse/acceleo/query/tests/runtime/impl/EPackageProviderTests.java (diff)
The file was addedquery/tests/org.eclipse.acceleo.query.tests/src-gen-container/container/impl/ContainerImpl.java
The file was modified query/tests/org.eclipse.acceleo.query.tests/src/org/eclipse/acceleo/query/services/tests/XPathServicesValidationTest.java (diff)
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/src/org/eclipse/acceleo/query/services/tests/EObjectServicesValidationTest.java (diff)
The file was addedquery/tests/org.eclipse.acceleo.query.tests/model/container.ecore
The file was addedquery/tests/org.eclipse.acceleo.query.tests/src-gen-container/container/impl/ContainerFactoryImpl.java
The file was addedquery/tests/org.eclipse.acceleo.query.tests/src-gen-container/container/Abstract.java
The file was modified query/tests/org.eclipse.acceleo.query.tests/.classpath (diff)
The file was addedquery/tests/org.eclipse.acceleo.query.tests/src-gen-container/container/util/ContainerAdapterFactory.java
The file was addedquery/tests/org.eclipse.acceleo.query.tests/resources/container/container.xmi
The file was addedquery/tests/org.eclipse.acceleo.query.tests/src-gen-container/container/ContainerFactory.java
The file was addedquery/tests/org.eclipse.acceleo.query.tests/src-gen-container/container/impl/ContainerPackageImpl.java
The file was modified query/tests/org.eclipse.acceleo.query.tests/resources/uml/uml.qmodel (diff)
The file was addedquery/tests/org.eclipse.acceleo.query.tests/src-gen-container/container/impl/ConcreteImpl.java
The file was addedquery/tests/org.eclipse.acceleo.query.tests/src-gen-container/container/Container.java
The file was modified query/tests/org.eclipse.acceleo.query.tests/build.properties (diff)
The file was addedquery/tests/org.eclipse.acceleo.query.tests/src-gen-container/container/Concrete.java
The file was modified query/tests/org.eclipse.acceleo.query.tests/src/org/eclipse/acceleo/query/parser/tests/ValidationTest.java (diff)
The file was addedquery/tests/org.eclipse.acceleo.query.tests/model/container.genmodel
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/EAllContentsService.java (diff)
The file was modified query/tests/org.eclipse.acceleo.query.tests/src/org/eclipse/acceleo/query/services/tests/EObjectServicesTest.java (diff)
The file was addedquery/tests/org.eclipse.acceleo.query.tests/src-gen-container/container/ContainerPackage.java
Commit d4a949adb9b1d3134347bff6ea8e1d16d41883f1 by Yvan Lussaud
Fixed #117 [AQL] Allow enduser to provide services that take a LambdaValue.
The file was modified query/tests/org.eclipse.acceleo.query.tests/src/org/eclipse/acceleo/query/services/tests/CollectionServicesAstValidationTest.java (diff)
The file was addedquery/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/IsUniqueService.java
The file was modified query/plugins/org.eclipse.acceleo.query/src-gen/org/eclipse/acceleo/query/parser/QueryBaseListener.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/SelectService.java (diff)
The file was modified query/tests/org.eclipse.acceleo.query.tests/src/org/eclipse/acceleo/query/parser/tests/CompletionTest.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/parser/Query.g4 (diff)
The file was modified query/tests/org.eclipse.acceleo.query.tests/src/org/eclipse/acceleo/query/parser/tests/BuildTest.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/parser/AstBuilderListener.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src-gen/org/eclipse/acceleo/query/parser/QueryListener.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/CollectionServices.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/ClosureService.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/CollectService.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/parser/AstCompletor.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src-gen/org/eclipse/acceleo/query/parser/QueryLexer.java (diff)
The file was modified query/tests/org.eclipse.acceleo.query.tests/src/org/eclipse/acceleo/query/parser/tests/AstSerializerTests.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/BooleanLambdaService.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/RejectService.java (diff)
The file was modified query/plugins/org.eclipse.acceleo.query/src-gen/org/eclipse/acceleo/query/parser/QueryParser.java (diff)
The file was addedquery/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/SortedByService.java
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/collection/AnyService.java (diff)
Commit 237b2bc9d7b989763029ba92fa9b5d8b3b7e6a35 by Yvan Lussaud
Fixed #134 [AQL] Empty collection defined in extension produce a warning.
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/parser/AstValidator.java (diff)
The file was modified query/tests/org.eclipse.acceleo.query.tests/src/org/eclipse/acceleo/query/parser/tests/ValidationTest.java (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementEmpty/forStatementEmpty-WindowsEndLine-expected-quickFixes.txt (diff)
The file was modified query/tests/org.eclipse.acceleo.query.tests/src/org/eclipse/acceleo/query/services/tests/CollectionServicesAstValidationTest.java (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementEmpty/forStatementEmpty-expected-validation.txt (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementEmpty/forStatementEmpty-WindowsEndLine-expected-validation.txt (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/evaluation/forStatement/forStatementEmpty/forStatementEmpty-expected-quickFixes.txt (diff)
Commit dca827f0e2d7013e4570dcf4c62fa38ee3895c78 by Yvan Lussaud
Fixed #135 For iterator index variable is not proposed by the completion.
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/resources/completion/forStatementBindingExpression-expected-completion.txt (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/completion/nestedQueryStatementExpressionInFor-expected-completion.txt (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/completion/letStatementBindingExpression-expected-completion.txt (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/completion/nestedQueryStatementExpression-expected-completion.txt (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/resources/completion/forStatementSeparatorExpression-expected-completion.txt (diff)
Commit 569510f3a63f99a653c2a9549225fd87a61cecf5 by Yvan Lussaud
Replaced Stack by ArrayDeque in AstBuilderListener.
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/parser/AstBuilderListener.java (diff)
Commit 27a6022526b5370fbd9626b2961a7ed332bb1ce1 by Yvan Lussaud
Fixed #131 Fix the quick fix adding a template/query for collection calls.
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionReceiverPrivate/imported.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionReceiverPrivate/importmoduleQueryCollectionReceiverPrivate-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionReceiverPrivate/generated/World.txt-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionCallPrivate/importmoduleQueryCollectionCallPrivate-WindowsEndLine-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionReceiverPrivate/importmoduleQueryCollectionReceiverPrivate-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionReceiverPrivate/importmoduleQueryCollectionReceiverPrivate-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionCallPrivate/importmoduleQueryCollectionCallPrivate-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionReceiverPrivate/importmoduleQueryCollectionReceiverPrivate.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionCallPrivate/importmoduleQueryCollectionCallPrivate-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionReceiverPrivate/importmoduleQueryCollectionReceiverPrivate-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionCallPrivate/importmoduleQueryCollectionCallPrivate.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionCallPrivate/importmoduleQueryCollectionCallPrivate.xmi
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/resolution/importmoduleQueryCollectionReceiverPrivate/importmoduleQueryCollectionReceiverPrivate.mtl-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionReceiverPrivate/importmoduleQueryCollectionReceiverPrivate-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionReceiverPrivate/importmoduleQueryCollectionReceiverPrivate-expected-ast.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionCallPrivate/imported.mtl
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionReceiverPrivate/importmoduleQueryCollectionReceiverPrivate.xmi
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionCallPrivate/importmoduleQueryCollectionCallPrivate-WindowsEndLine-expected-runtimeMessages.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/resolution/importmoduleQueryCollectionCallPrivate/imported.mtl-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionCallPrivate/importmoduleQueryCollectionCallPrivate-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionCallPrivate/importmoduleQueryCollectionCallPrivate-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionCallPrivate/importmoduleQueryCollectionCallPrivate-WindowsEndLine-expected-validation.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionReceiverPrivate/importmoduleQueryCollectionReceiverPrivate-WindowsEndLine-expected-quickFixes.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/resolution/importmoduleQueryCollectionReceiverPrivate/imported.mtl-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionReceiverPrivate/importmoduleQueryCollectionReceiverPrivate-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.tests/resources/resolution/importmoduleQueryCollectionCallPrivate/generated/World.txt-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/serialization/resolution/importmoduleQueryCollectionCallPrivate/importmoduleQueryCollectionCallPrivate.mtl-expected.txt
The file was addedtests/org.eclipse.acceleo.aql.tests/resources/resolution/importmoduleQueryCollectionCallPrivate/importmoduleQueryCollectionCallPrivate-expected-ast.txt
Commit 9ff12a7289f09562cca51b02595acd0c63440c70 by Yvan Lussaud
Added missing toInteger(), toDouble(), toFloat(), toLong().

see #104
The file was modified query/plugins/org.eclipse.acceleo.query/src/org/eclipse/acceleo/query/services/NumberServices.java (diff)
Commit f85264ce62bcf5320a2c5a428d877a4bfea5675f by Yvan Lussaud
Fixed #121 Create a log file with GenerationResult.getDiagnostic().
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/evaluation/AcceleoEvaluator.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/evaluation/writer/IAcceleoGenerationStrategy.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 plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/evaluation/writer/DefaultGenerationStrategy.java (diff)
The file was modified plugins/org.eclipse.acceleo.aql/src/org/eclipse/acceleo/aql/AcceleoUtil.java (diff)
The file was modified tests/org.eclipse.acceleo.aql.tests/src/org/eclipse/acceleo/tests/utils/AbstractEvaluationTestSuite.java (diff)
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)
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/src/org/eclipse/acceleo/aql/evaluation/writer/NullGenerationStrategy.java (diff)