]> source.dussan.org Git - sonarqube.git/commit
move ITs code to private directory
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Mon, 18 Jun 2018 08:55:55 +0000 (10:55 +0200)
committerSonarTech <sonartech@sonarsource.com>
Thu, 21 Jun 2018 18:21:30 +0000 (20:21 +0200)
commit2b14abe26e05418cb9bfe6a2ec12aad8b7f1bee7
tree55105175deedd9bf3cedd626f96fec5b44e6705e
parent7a1963f09d9ff9fb917c7c79f87e23b9a5473ab1
move ITs code to private directory
1667 files changed:
run-integration-tests.sh
settings.gradle
tests/build.gradle [deleted file]
tests/plugins/access-secured-props-plugin/build.gradle [deleted file]
tests/plugins/access-secured-props-plugin/src/main/java/AccessSecuredPropsPlugin.java [deleted file]
tests/plugins/access-secured-props-plugin/src/main/java/AccessSecuredPropsSensor.java [deleted file]
tests/plugins/access-secured-props-plugin/src/main/java/AccessSecuredPropsTaskExtension.java [deleted file]
tests/plugins/backdating-customplugin/build.gradle [deleted file]
tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/BackdatingPlugin.java [deleted file]
tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/package-info.java [deleted file]
tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/rule/CustomRulesDefinition.java [deleted file]
tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/rule/MyCustomProcessor.java [deleted file]
tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/rule/package-info.java [deleted file]
tests/plugins/backdating-plugin-v1/build.gradle [deleted file]
tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/BackdatingPlugin.java [deleted file]
tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/api/CustomProcessor.java [deleted file]
tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/package-info.java [deleted file]
tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/rule/BackRulesDefinition.java [deleted file]
tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/rule/BackSensorV1.java [deleted file]
tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/rule/package-info.java [deleted file]
tests/plugins/backdating-plugin-v2/build.gradle [deleted file]
tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/BackdatingPlugin.java [deleted file]
tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/api/CustomProcessor.java [deleted file]
tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/package-info.java [deleted file]
tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/rule/BackRulesDefinition.java [deleted file]
tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/rule/BackSensorV2.java [deleted file]
tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/rule/package-info.java [deleted file]
tests/plugins/base-auth-plugin/build.gradle [deleted file]
tests/plugins/base-auth-plugin/src/main/java/FakeBaseAuthPlugin.java [deleted file]
tests/plugins/base-auth-plugin/src/main/java/FakeBaseIdProvider.java [deleted file]
tests/plugins/base-auth-plugin/src/main/resources/static/base.png [deleted file]
tests/plugins/base-auth-plugin/src/resources/static/base.png [deleted file]
tests/plugins/batch-plugin/build.gradle [deleted file]
tests/plugins/batch-plugin/src/main/java/com/sonarsource/BatchPlugin.java [deleted file]
tests/plugins/batch-plugin/src/main/java/com/sonarsource/DumpSettingsInitializer.java [deleted file]
tests/plugins/batch-plugin/src/main/java/com/sonarsource/RaiseMessageException.java [deleted file]
tests/plugins/batch-plugin/src/main/java/com/sonarsource/TempFolderExtension.java [deleted file]
tests/plugins/batch-plugin/src/main/java/com/sonarsource/WaitingSensor.java [deleted file]
tests/plugins/batch-plugin/src/main/java/com/sonarsource/decimal_scale_of_measures/DecimalScaleMeasureComputer.java [deleted file]
tests/plugins/batch-plugin/src/main/java/com/sonarsource/decimal_scale_of_measures/DecimalScaleMetric.java [deleted file]
tests/plugins/batch-plugin/src/main/java/com/sonarsource/decimal_scale_of_measures/DecimalScaleProperty.java [deleted file]
tests/plugins/batch-plugin/src/main/java/com/sonarsource/decimal_scale_of_measures/DecimalScaleSensor.java [deleted file]
tests/plugins/blue-green-plugin-v1/build.gradle [deleted file]
tests/plugins/blue-green-plugin-v1/src/main/java/org/sonarqube/qa/bluegreen/BlueGreenPlugin.java [deleted file]
tests/plugins/blue-green-plugin-v1/src/main/java/org/sonarqube/qa/bluegreen/BuiltInProfilesV1.java [deleted file]
tests/plugins/blue-green-plugin-v1/src/main/java/org/sonarqube/qa/bluegreen/MetricsDefinitionV1.java [deleted file]
tests/plugins/blue-green-plugin-v1/src/main/java/org/sonarqube/qa/bluegreen/PageDefinitionV1.java [deleted file]
tests/plugins/blue-green-plugin-v1/src/main/java/org/sonarqube/qa/bluegreen/RulesDefinitionV1.java [deleted file]
tests/plugins/blue-green-plugin-v1/src/main/java/org/sonarqube/qa/bluegreen/SensorV1.java [deleted file]
tests/plugins/blue-green-plugin-v1/src/main/java/org/sonarqube/qa/bluegreen/package-info.java [deleted file]
tests/plugins/blue-green-plugin-v1/src/main/resources/static/global_page.js [deleted file]
tests/plugins/blue-green-plugin-v2/build.gradle [deleted file]
tests/plugins/blue-green-plugin-v2/src/main/java/org/sonarqube/qa/bluegreen/BlueGreenPlugin.java [deleted file]
tests/plugins/blue-green-plugin-v2/src/main/java/org/sonarqube/qa/bluegreen/BuiltInProfilesV2.java [deleted file]
tests/plugins/blue-green-plugin-v2/src/main/java/org/sonarqube/qa/bluegreen/MetricsDefinitionV2.java [deleted file]
tests/plugins/blue-green-plugin-v2/src/main/java/org/sonarqube/qa/bluegreen/PageDefinitionV2.java [deleted file]
tests/plugins/blue-green-plugin-v2/src/main/java/org/sonarqube/qa/bluegreen/RulesDefinitionV2.java [deleted file]
tests/plugins/blue-green-plugin-v2/src/main/java/org/sonarqube/qa/bluegreen/SensorV2.java [deleted file]
tests/plugins/blue-green-plugin-v2/src/main/java/org/sonarqube/qa/bluegreen/package-info.java [deleted file]
tests/plugins/blue-green-plugin-v2/src/main/resources/static/global_page.js [deleted file]
tests/plugins/blue-green-plugin/build.gradle [deleted file]
tests/plugins/blue-green-plugin/src/main/java/org/sonarqube/qa/bluegreen/BlueGreenPlugin.java [deleted file]
tests/plugins/blue-green-plugin/src/main/java/org/sonarqube/qa/bluegreen/BuiltInProfilesV1.java [deleted file]
tests/plugins/blue-green-plugin/src/main/java/org/sonarqube/qa/bluegreen/BuiltInProfilesV2.java [deleted file]
tests/plugins/blue-green-plugin/src/main/java/org/sonarqube/qa/bluegreen/RuleSensorV1.java [deleted file]
tests/plugins/blue-green-plugin/src/main/java/org/sonarqube/qa/bluegreen/RuleSensorV2.java [deleted file]
tests/plugins/blue-green-plugin/src/main/java/org/sonarqube/qa/bluegreen/RulesDefinitionV1.java [deleted file]
tests/plugins/blue-green-plugin/src/main/java/org/sonarqube/qa/bluegreen/RulesDefinitionV2.java [deleted file]
tests/plugins/blue-green-plugin/src/main/java/org/sonarqube/qa/bluegreen/package-info.java [deleted file]
tests/plugins/core-extension-fake-billing/build.gradle [deleted file]
tests/plugins/core-extension-fake-billing/src/main/java/FakeBillingCoreExtension.java [deleted file]
tests/plugins/core-extension-fake-billing/src/main/java/FakeBillingValidations.java [deleted file]
tests/plugins/core-extension-fake-billing/src/main/resources/META-INF/services/org.sonar.core.extension.CoreExtension [deleted file]
tests/plugins/core-extension-fake-billing/src/main/resources/org/sonar/l10n/billing.properties [deleted file]
tests/plugins/core-extension-it-tests/build.gradle [deleted file]
tests/plugins/core-extension-it-tests/src/main/java/ItTestsCoreExtension.java [deleted file]
tests/plugins/core-extension-it-tests/src/main/java/ce/BombConfig.java [deleted file]
tests/plugins/core-extension-it-tests/src/main/java/ce/ComponentBombReportAnalysisComponentProvider.java [deleted file]
tests/plugins/core-extension-it-tests/src/main/java/ce/IseTaskProcessor.java [deleted file]
tests/plugins/core-extension-it-tests/src/main/java/ce/OOMGenerator.java [deleted file]
tests/plugins/core-extension-it-tests/src/main/java/ce/OkTaskProcessor.java [deleted file]
tests/plugins/core-extension-it-tests/src/main/java/ce/OomTaskProcessor.java [deleted file]
tests/plugins/core-extension-it-tests/src/main/java/ce/ws/BombActivatorAction.java [deleted file]
tests/plugins/core-extension-it-tests/src/main/java/ce/ws/FakeGoVWsAction.java [deleted file]
tests/plugins/core-extension-it-tests/src/main/java/ce/ws/FakeGovWs.java [deleted file]
tests/plugins/core-extension-it-tests/src/main/java/ce/ws/SubmitAction.java [deleted file]
tests/plugins/core-extension-it-tests/src/main/java/systemPasscode/SystemPasscodeWebService.java [deleted file]
tests/plugins/core-extension-it-tests/src/main/java/workerCount/FakeWorkerCountProviderImpl.java [deleted file]
tests/plugins/core-extension-it-tests/src/main/java/workerCount/RefreshWorkerCountAction.java [deleted file]
tests/plugins/core-extension-it-tests/src/main/java/workerlatch/LatchControllerWorkerMeasureComputer.java [deleted file]
tests/plugins/core-extension-it-tests/src/main/java/workerlatch/WorkerLatchMetrics.java [deleted file]
tests/plugins/core-extension-it-tests/src/main/resources/META-INF/services/org.sonar.core.extension.CoreExtension [deleted file]
tests/plugins/core-extension-it-tests/src/main/resources/org/sonar/l10n/billing.properties [deleted file]
tests/plugins/extension-lifecycle-plugin/build.gradle [deleted file]
tests/plugins/extension-lifecycle-plugin/src/main/java/BatchService.java [deleted file]
tests/plugins/extension-lifecycle-plugin/src/main/java/ExtensionLifecyclePlugin.java [deleted file]
tests/plugins/extension-lifecycle-plugin/src/main/java/ProjectService.java [deleted file]
tests/plugins/extension-lifecycle-plugin/src/main/java/ServerService.java [deleted file]
tests/plugins/foo-plugin-v1/build.gradle [deleted file]
tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/Foo.java [deleted file]
tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/FooPlugin.java [deleted file]
tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/package-info.java [deleted file]
tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/rule/FooBasicProfile.java [deleted file]
tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/rule/FooRulesDefinition.java [deleted file]
tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/rule/RekeyingRulesSensor.java [deleted file]
tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/rule/package-info.java [deleted file]
tests/plugins/foo-plugin-v2/build.gradle [deleted file]
tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/Foo.java [deleted file]
tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/FooPlugin.java [deleted file]
tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/package-info.java [deleted file]
tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/rule/FooBasicProfile.java [deleted file]
tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/rule/FooRulesDefinition.java [deleted file]
tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/rule/RekeyingRulesSensor.java [deleted file]
tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/rule/package-info.java [deleted file]
tests/plugins/foo-plugin-v3/build.gradle [deleted file]
tests/plugins/foo-plugin-v3/src/main/java/org/sonar/foo/Foo.java [deleted file]
tests/plugins/foo-plugin-v3/src/main/java/org/sonar/foo/FooPlugin.java [deleted file]
tests/plugins/foo-plugin-v3/src/main/java/org/sonar/foo/package-info.java [deleted file]
tests/plugins/foo-plugin-v3/src/main/java/org/sonar/foo/rule/FooBasicProfile.java [deleted file]
tests/plugins/foo-plugin-v3/src/main/java/org/sonar/foo/rule/FooRulesDefinition.java [deleted file]
tests/plugins/foo-plugin-v3/src/main/java/org/sonar/foo/rule/package-info.java [deleted file]
tests/plugins/foo-plugin-without-qprofile/build.gradle [deleted file]
tests/plugins/foo-plugin-without-qprofile/src/main/java/org/sonar/foo/Foo.java [deleted file]
tests/plugins/foo-plugin-without-qprofile/src/main/java/org/sonar/foo/FooPlugin.java [deleted file]
tests/plugins/foo-plugin-without-qprofile/src/main/java/org/sonar/foo/package-info.java [deleted file]
tests/plugins/global-property-change-plugin/build.gradle [deleted file]
tests/plugins/global-property-change-plugin/src/main/java/FakeGlobalPropertyChange.java [deleted file]
tests/plugins/global-property-change-plugin/src/main/java/GlobalPropertyChangePlugin.java [deleted file]
tests/plugins/issue-filter-plugin/build.gradle [deleted file]
tests/plugins/issue-filter-plugin/src/main/java/IssueFilterBeforeLine5.java [deleted file]
tests/plugins/issue-filter-plugin/src/main/java/IssueFilterPlugin.java [deleted file]
tests/plugins/issue-filter-plugin/src/main/java/ModuleIssueFilter.java [deleted file]
tests/plugins/l10n-fr-pack/build.gradle [deleted file]
tests/plugins/l10n-fr-pack/src/main/java/SimpleFrenchPackPlugin.java [deleted file]
tests/plugins/l10n-fr-pack/src/main/resources/org/sonar/l10n/core_fr.properties [deleted file]
tests/plugins/license-plugin/build.gradle [deleted file]
tests/plugins/license-plugin/src/main/java/LicensePlugin.java [deleted file]
tests/plugins/oauth2-auth-plugin/build.gradle [deleted file]
tests/plugins/oauth2-auth-plugin/src/main/java/FakeOAuth2AuthPlugin.java [deleted file]
tests/plugins/oauth2-auth-plugin/src/main/java/FakeOAuth2IdProvider.java [deleted file]
tests/plugins/oauth2-auth-plugin/src/main/resources/static/oauth2.png [deleted file]
tests/plugins/posttask-plugin/build.gradle [deleted file]
tests/plugins/posttask-plugin/src/main/java/AddScannerContextSensor.java [deleted file]
tests/plugins/posttask-plugin/src/main/java/LogScannerContextPostTask.java [deleted file]
tests/plugins/posttask-plugin/src/main/java/PostProjectAnalysisTaskImpl.java [deleted file]
tests/plugins/posttask-plugin/src/main/java/PostTaskPlugin.java [deleted file]
tests/plugins/project-builder-plugin/build.gradle [deleted file]
tests/plugins/project-builder-plugin/src/main/java/CreateSubProjects.java [deleted file]
tests/plugins/project-builder-plugin/src/main/java/ProjectBuilderPlugin.java [deleted file]
tests/plugins/project-builder-plugin/src/main/java/RenameProject.java [deleted file]
tests/plugins/property-relocation-plugin/build.gradle [deleted file]
tests/plugins/property-relocation-plugin/src/main/java/CheckProperties.java [deleted file]
tests/plugins/property-relocation-plugin/src/main/java/PropertyRelocationPlugin.java [deleted file]
tests/plugins/property-sets-plugin/build.gradle [deleted file]
tests/plugins/property-sets-plugin/src/main/java/PropertySetsPlugin.java [deleted file]
tests/plugins/save-measure-on-project-plugin/build.gradle [deleted file]
tests/plugins/save-measure-on-project-plugin/src/main/java/org/sonar/measure/ModuleMeasureSensor.java [deleted file]
tests/plugins/save-measure-on-project-plugin/src/main/java/org/sonar/measure/SaveMeasureOnModulePlugin.java [deleted file]
tests/plugins/security-plugin/build.gradle [deleted file]
tests/plugins/security-plugin/src/main/java/FakeAuthenticator.java [deleted file]
tests/plugins/security-plugin/src/main/java/FakeGroupsProvider.java [deleted file]
tests/plugins/security-plugin/src/main/java/FakeRealm.java [deleted file]
tests/plugins/security-plugin/src/main/java/FakeUsersProvider.java [deleted file]
tests/plugins/security-plugin/src/main/java/SecurityPlugin.java [deleted file]
tests/plugins/security-plugin/src/test/java/FakeAuthenticatorTest.java [deleted file]
tests/plugins/server-plugin/build.gradle [deleted file]
tests/plugins/server-plugin/src/main/java/ServerPlugin.java [deleted file]
tests/plugins/server-plugin/src/main/java/ServerStartupLock.java [deleted file]
tests/plugins/server-plugin/src/main/java/StartupCrash.java [deleted file]
tests/plugins/server-plugin/src/main/java/TempFolderExtension.java [deleted file]
tests/plugins/server-plugin/src/main/java/ce/CePauseStep.java [deleted file]
tests/plugins/server-plugin/src/main/java/ce/PauseMetric.java [deleted file]
tests/plugins/settings-encryption-plugin/build.gradle [deleted file]
tests/plugins/settings-encryption-plugin/src/main/java/EncryptionVerifier.java [deleted file]
tests/plugins/settings-encryption-plugin/src/main/java/SettingsEncryptionPlugin.java [deleted file]
tests/plugins/settings-plugin/build.gradle [deleted file]
tests/plugins/settings-plugin/src/main/java/PropertyTypes.java [deleted file]
tests/plugins/settings-plugin/src/main/java/ServerExtensionWithProperties.java [deleted file]
tests/plugins/settings-plugin/src/main/java/SettingsPlugin.java [deleted file]
tests/plugins/sonar-fake-plugin/build.gradle [deleted file]
tests/plugins/sonar-fake-plugin/src/main/java/FakePlugin.java [deleted file]
tests/plugins/sonar-subcategories-plugin/build.gradle [deleted file]
tests/plugins/sonar-subcategories-plugin/src/main/java/SubCategoriesPlugin.java [deleted file]
tests/plugins/sonar-subcategories-plugin/src/main/resources/org/sonar/l10n/subcategories.properties [deleted file]
tests/plugins/ui-extensions-plugin/build.gradle [deleted file]
tests/plugins/ui-extensions-plugin/src/main/java/UiExtensionsPlugin.java [deleted file]
tests/plugins/ui-extensions-plugin/src/main/java/UiPageDefinition.java [deleted file]
tests/plugins/ui-extensions-plugin/src/main/resources/static/cute.jpg [deleted file]
tests/plugins/ui-extensions-plugin/src/main/resources/static/extension.js [deleted file]
tests/plugins/ui-extensions-plugin/src/main/resources/static/file.html [deleted file]
tests/plugins/ui-extensions-plugin/src/main/resources/static/global_admin_page.js [deleted file]
tests/plugins/ui-extensions-plugin/src/main/resources/static/global_page.js [deleted file]
tests/plugins/ui-extensions-plugin/src/main/resources/static/organization_admin_page.js [deleted file]
tests/plugins/ui-extensions-plugin/src/main/resources/static/organization_page.js [deleted file]
tests/plugins/ui-extensions-plugin/src/main/resources/static/project_admin_page.js [deleted file]
tests/plugins/ui-extensions-plugin/src/main/resources/static/project_page.js [deleted file]
tests/plugins/wait-at-platform-level4-plugin/build.gradle [deleted file]
tests/plugins/wait-at-platform-level4-plugin/src/main/java/WaitAtPlaformLevel4Plugin.java [deleted file]
tests/plugins/wait-at-platform-level4-plugin/src/main/java/WaitAtPlatformLevel4.java [deleted file]
tests/plugins/ws-plugin/build.gradle [deleted file]
tests/plugins/ws-plugin/src/main/java/LocalCallWebService.java [deleted file]
tests/plugins/ws-plugin/src/main/java/WsPlugin.java [deleted file]
tests/projects/analysis/case-sensitive-file-extensions/sonar-project.properties [deleted file]
tests/projects/analysis/case-sensitive-file-extensions/src/UPPER.XOO [deleted file]
tests/projects/analysis/case-sensitive-file-extensions/src/UPPER.XOO.measures [deleted file]
tests/projects/analysis/case-sensitive-file-extensions/src/lower.xoo [deleted file]
tests/projects/analysis/case-sensitive-file-extensions/src/lower.xoo.measures [deleted file]
tests/projects/analysis/custom-module-key/module_a/sonar-project.properties [deleted file]
tests/projects/analysis/custom-module-key/module_a/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo [deleted file]
tests/projects/analysis/custom-module-key/module_a/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo.measures [deleted file]
tests/projects/analysis/custom-module-key/module_b/sonar-project.properties [deleted file]
tests/projects/analysis/custom-module-key/module_b/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo [deleted file]
tests/projects/analysis/custom-module-key/module_b/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo.measures [deleted file]
tests/projects/analysis/custom-module-key/sonar-project.properties [deleted file]
tests/projects/analysis/duplicate-source/sonar-project.properties [deleted file]
tests/projects/analysis/duplicate-source/src/main/xoo/org/sonar/tests/ClassOne.xoo [deleted file]
tests/projects/analysis/duplicate-source/src/main/xoo2/org/sonar/tests/ClassOne.xoo [deleted file]
tests/projects/analysis/duplicate-source/src/test/xoo/org/sonar/tests/ClassOne.xoo [deleted file]
tests/projects/analysis/extension-lifecycle/module_a/pom.xml [deleted file]
tests/projects/analysis/extension-lifecycle/module_a/src/main/java/HelloA.java [deleted file]
tests/projects/analysis/extension-lifecycle/module_b/pom.xml [deleted file]
tests/projects/analysis/extension-lifecycle/module_b/src/main/java/HelloB.java [deleted file]
tests/projects/analysis/extension-lifecycle/pom.xml [deleted file]
tests/projects/analysis/links-project/pom.xml [deleted file]
tests/projects/analysis/links-project/sonar-project.properties [deleted file]
tests/projects/analysis/links-project/src/main/java/sample/Sample.java [deleted file]
tests/projects/analysis/multi-languages/java-module/pom.xml [deleted file]
tests/projects/analysis/multi-languages/java-module/src/main/java/HelloJava.java [deleted file]
tests/projects/analysis/multi-languages/javascript-module/pom.xml [deleted file]
tests/projects/analysis/multi-languages/javascript-module/src/Person.js [deleted file]
tests/projects/analysis/multi-languages/pom.xml [deleted file]
tests/projects/analysis/multi-languages/python-module/pom.xml [deleted file]
tests/projects/analysis/multi-languages/python-module/src/__init__.py [deleted file]
tests/projects/analysis/multi-languages/python-module/src/badfortune.py [deleted file]
tests/projects/analysis/multi-languages/sonar-project.properties [deleted file]
tests/projects/analysis/prevent-common-module/projectAB/module_a/sonar-project.properties [deleted file]
tests/projects/analysis/prevent-common-module/projectAB/module_a/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo [deleted file]
tests/projects/analysis/prevent-common-module/projectAB/module_a/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo.measures [deleted file]
tests/projects/analysis/prevent-common-module/projectAB/module_b/sonar-project.properties [deleted file]
tests/projects/analysis/prevent-common-module/projectAB/module_b/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo [deleted file]
tests/projects/analysis/prevent-common-module/projectAB/module_b/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo.measures [deleted file]
tests/projects/analysis/prevent-common-module/projectAB/sonar-project.properties [deleted file]
tests/projects/analysis/prevent-common-module/projectAC/module_a/sonar-project.properties [deleted file]
tests/projects/analysis/prevent-common-module/projectAC/module_a/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo [deleted file]
tests/projects/analysis/prevent-common-module/projectAC/module_a/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo.measures [deleted file]
tests/projects/analysis/prevent-common-module/projectAC/module_c/sonar-project.properties [deleted file]
tests/projects/analysis/prevent-common-module/projectAC/module_c/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo [deleted file]
tests/projects/analysis/prevent-common-module/projectAC/module_c/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo.measures [deleted file]
tests/projects/analysis/prevent-common-module/projectAC/sonar-project.properties [deleted file]
tests/projects/analysis/project-builder/module_a/src/HelloA.java [deleted file]
tests/projects/analysis/project-builder/module_b/src/HelloB.java [deleted file]
tests/projects/analysis/project-builder/module_b/src/IgnoredFile.java [deleted file]
tests/projects/analysis/project-builder/pom.xml [deleted file]
tests/projects/analysis/resilience/resilience-purge/sonar-project.properties [deleted file]
tests/projects/analysis/resilience/resilience-purge/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/analysis/resilience/resilience-purge/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/analysis/resilience/resilience-sample-v1/sonar-project.properties [deleted file]
tests/projects/analysis/resilience/resilience-sample-v1/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/analysis/resilience/resilience-sample-v1/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/analysis/resilience/resilience-sample-v2/sonar-project.properties [deleted file]
tests/projects/analysis/resilience/resilience-sample-v2/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/analysis/resilience/resilience-sample-v2/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/analysis/resilience/resilience-sample-v2/src/main/xoo/sample/Sample2.xoo [deleted file]
tests/projects/analysis/resilience/resilience-sample-v2/src/main/xoo/sample/Sample2.xoo.measures [deleted file]
tests/projects/analysis/resilience/resilience-sample-v2/src/main/xoo/sample/Sample3.xoo [deleted file]
tests/projects/analysis/resilience/resilience-sample-v2/src/main/xoo/sample/Sample3.xoo.measures [deleted file]
tests/projects/analysis/resilience/resilience-sample-v3/sonar-project.properties [deleted file]
tests/projects/analysis/resilience/resilience-sample-v3/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/analysis/resilience/resilience-sample-v3/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/analysis/resilience/resilience-sample-v3/src/main/xoo/sample/Sample3.xoo [deleted file]
tests/projects/analysis/resilience/resilience-sample-v3/src/main/xoo/sample/Sample3.xoo.measures [deleted file]
tests/projects/analysis/tracking/v1/sonar-project.properties [deleted file]
tests/projects/analysis/tracking/v1/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/analysis/tracking/v1/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/analysis/tracking/v2/sonar-project.properties [deleted file]
tests/projects/analysis/tracking/v2/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/analysis/tracking/v2/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/analysis/xoo-history-v2/sonar-project.properties [deleted file]
tests/projects/analysis/xoo-history-v2/src/main/xoo/sample/ClassAdded.xoo [deleted file]
tests/projects/analysis/xoo-history-v2/src/main/xoo/sample/ClassAdded.xoo.measures [deleted file]
tests/projects/analysis/xoo-history-v2/src/main/xoo/sample/ClassToModify.xoo [deleted file]
tests/projects/analysis/xoo-history-v2/src/main/xoo/sample/ClassToModify.xoo.measures [deleted file]
tests/projects/analysis/xoo-history-v2/src/main/xoo/sample/UnchangedClass.xoo [deleted file]
tests/projects/analysis/xoo-history-v2/src/main/xoo/sample/UnchangedClass.xoo.measures [deleted file]
tests/projects/analysis/xoo-module-b-without-source/module_a/sonar-project.properties [deleted file]
tests/projects/analysis/xoo-module-b-without-source/module_a/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo [deleted file]
tests/projects/analysis/xoo-module-b-without-source/module_a/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo.measures [deleted file]
tests/projects/analysis/xoo-module-b-without-source/module_b/sonar-project.properties [deleted file]
tests/projects/analysis/xoo-module-b-without-source/sonar-project.properties [deleted file]
tests/projects/analysis/xoo-multi-languages/sonar-project.properties [deleted file]
tests/projects/analysis/xoo-multi-languages/src/sample/Sample.xoo [deleted file]
tests/projects/analysis/xoo-multi-languages/src/sample/Sample.xoo.measures [deleted file]
tests/projects/analysis/xoo-multi-languages/src/sample/Sample.xoo2 [deleted file]
tests/projects/analysis/xoo-multi-languages/src/sample/Sample.xoo2.measures [deleted file]
tests/projects/analysis/xoo-sample-with-spaces/v1/my sources/main/xoo/sample/My Sample.xoo [deleted file]
tests/projects/analysis/xoo-sample-with-spaces/v1/my sources/main/xoo/sample/My Sample.xoo.measures [deleted file]
tests/projects/analysis/xoo-sample-with-spaces/v1/sonar-project.properties [deleted file]
tests/projects/analysis/xoo-sample-with-spaces/v2/my sources/main/xoo/sample/My Sample.xoo [deleted file]
tests/projects/analysis/xoo-sample-with-spaces/v2/my sources/main/xoo/sample/My Sample.xoo.measures [deleted file]
tests/projects/analysis/xoo-sample-with-spaces/v2/sonar-project.properties [deleted file]
tests/projects/dbCleaner/files/after/module_a/module_a1/sonar-project.properties [deleted file]
tests/projects/dbCleaner/files/after/module_a/module_a1/src/main/xoo/com/sonar/it/samples/modules/a1/NewHelloA1.xoo [deleted file]
tests/projects/dbCleaner/files/after/module_a/module_a1/src/main/xoo/com/sonar/it/samples/modules/a1/NewHelloA1.xoo.measures [deleted file]
tests/projects/dbCleaner/files/after/module_a/module_a2/sonar-project.properties [deleted file]
tests/projects/dbCleaner/files/after/module_a/module_a2/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo [deleted file]
tests/projects/dbCleaner/files/after/module_a/module_a2/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo.measures [deleted file]
tests/projects/dbCleaner/files/after/module_a/sonar-project.properties [deleted file]
tests/projects/dbCleaner/files/after/module_b/module_b1/sonar-project.properties [deleted file]
tests/projects/dbCleaner/files/after/module_b/module_b1/src/main/xoo/com/sonar/it/samples/modules/b1/HelloB1.xoo [deleted file]
tests/projects/dbCleaner/files/after/module_b/module_b1/src/main/xoo/com/sonar/it/samples/modules/b1/HelloB1.xoo.measures [deleted file]
tests/projects/dbCleaner/files/after/module_b/module_b2/sonar-project.properties [deleted file]
tests/projects/dbCleaner/files/after/module_b/module_b2/src/main/xoo/com/sonar/it/samples/modules/b2/HelloB2.xoo [deleted file]
tests/projects/dbCleaner/files/after/module_b/module_b2/src/main/xoo/com/sonar/it/samples/modules/b2/HelloB2.xoo.measures [deleted file]
tests/projects/dbCleaner/files/after/module_b/sonar-project.properties [deleted file]
tests/projects/dbCleaner/files/after/sonar-project.properties [deleted file]
tests/projects/dbCleaner/files/before/module_a/module_a1/sonar-project.properties [deleted file]
tests/projects/dbCleaner/files/before/module_a/module_a1/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo [deleted file]
tests/projects/dbCleaner/files/before/module_a/module_a1/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo.measures [deleted file]
tests/projects/dbCleaner/files/before/module_a/module_a2/sonar-project.properties [deleted file]
tests/projects/dbCleaner/files/before/module_a/module_a2/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo [deleted file]
tests/projects/dbCleaner/files/before/module_a/module_a2/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo.measures [deleted file]
tests/projects/dbCleaner/files/before/module_a/sonar-project.properties [deleted file]
tests/projects/dbCleaner/files/before/module_b/module_b1/sonar-project.properties [deleted file]
tests/projects/dbCleaner/files/before/module_b/module_b1/src/main/xoo/com/sonar/it/samples/modules/b1/HelloB1.xoo [deleted file]
tests/projects/dbCleaner/files/before/module_b/module_b1/src/main/xoo/com/sonar/it/samples/modules/b1/HelloB1.xoo.measures [deleted file]
tests/projects/dbCleaner/files/before/module_b/module_b2/sonar-project.properties [deleted file]
tests/projects/dbCleaner/files/before/module_b/module_b2/src/main/xoo/com/sonar/it/samples/modules/b2/HelloB2.xoo [deleted file]
tests/projects/dbCleaner/files/before/module_b/module_b2/src/main/xoo/com/sonar/it/samples/modules/b2/HelloB2.xoo.measures [deleted file]
tests/projects/dbCleaner/files/before/module_b/sonar-project.properties [deleted file]
tests/projects/dbCleaner/files/before/sonar-project.properties [deleted file]
tests/projects/dbCleaner/modules/after/module_a/module_a1/sonar-project.properties [deleted file]
tests/projects/dbCleaner/modules/after/module_a/module_a1/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo [deleted file]
tests/projects/dbCleaner/modules/after/module_a/module_a1/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo.measures [deleted file]
tests/projects/dbCleaner/modules/after/module_a/module_a2/sonar-project.properties [deleted file]
tests/projects/dbCleaner/modules/after/module_a/module_a2/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo [deleted file]
tests/projects/dbCleaner/modules/after/module_a/module_a2/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo.measures [deleted file]
tests/projects/dbCleaner/modules/after/module_a/sonar-project.properties [deleted file]
tests/projects/dbCleaner/modules/after/module_c/module_c1/sonar-project.properties [deleted file]
tests/projects/dbCleaner/modules/after/module_c/module_c1/src/main/xoo/com/sonar/it/samples/modules/b1/HelloB1.xoo [deleted file]
tests/projects/dbCleaner/modules/after/module_c/module_c1/src/main/xoo/com/sonar/it/samples/modules/b1/HelloB1.xoo.measures [deleted file]
tests/projects/dbCleaner/modules/after/module_c/module_c2/sonar-project.properties [deleted file]
tests/projects/dbCleaner/modules/after/module_c/module_c2/src/main/xoo/com/sonar/it/samples/modules/b2/HelloB2.xoo [deleted file]
tests/projects/dbCleaner/modules/after/module_c/module_c2/src/main/xoo/com/sonar/it/samples/modules/b2/HelloB2.xoo.measures [deleted file]
tests/projects/dbCleaner/modules/after/module_c/sonar-project.properties [deleted file]
tests/projects/dbCleaner/modules/after/sonar-project.properties [deleted file]
tests/projects/dbCleaner/modules/before/module_a/module_a1/sonar-project.properties [deleted file]
tests/projects/dbCleaner/modules/before/module_a/module_a1/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo [deleted file]
tests/projects/dbCleaner/modules/before/module_a/module_a1/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo.measures [deleted file]
tests/projects/dbCleaner/modules/before/module_a/module_a2/sonar-project.properties [deleted file]
tests/projects/dbCleaner/modules/before/module_a/module_a2/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo [deleted file]
tests/projects/dbCleaner/modules/before/module_a/module_a2/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo.measures [deleted file]
tests/projects/dbCleaner/modules/before/module_a/sonar-project.properties [deleted file]
tests/projects/dbCleaner/modules/before/module_b/module_b1/sonar-project.properties [deleted file]
tests/projects/dbCleaner/modules/before/module_b/module_b1/src/main/xoo/com/sonar/it/samples/modules/b1/HelloB1.xoo [deleted file]
tests/projects/dbCleaner/modules/before/module_b/module_b1/src/main/xoo/com/sonar/it/samples/modules/b1/HelloB1.xoo.measures [deleted file]
tests/projects/dbCleaner/modules/before/module_b/module_b2/sonar-project.properties [deleted file]
tests/projects/dbCleaner/modules/before/module_b/module_b2/src/main/xoo/com/sonar/it/samples/modules/b2/HelloB2.xoo [deleted file]
tests/projects/dbCleaner/modules/before/module_b/module_b2/src/main/xoo/com/sonar/it/samples/modules/b2/HelloB2.xoo.measures [deleted file]
tests/projects/dbCleaner/modules/before/module_b/sonar-project.properties [deleted file]
tests/projects/dbCleaner/modules/before/sonar-project.properties [deleted file]
tests/projects/dbCleaner/xoo-multi-modules-sample/module_a/module_a1/sonar-project.properties [deleted file]
tests/projects/dbCleaner/xoo-multi-modules-sample/module_a/module_a1/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo [deleted file]
tests/projects/dbCleaner/xoo-multi-modules-sample/module_a/module_a1/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo.measures [deleted file]
tests/projects/dbCleaner/xoo-multi-modules-sample/module_a/module_a2/sonar-project.properties [deleted file]
tests/projects/dbCleaner/xoo-multi-modules-sample/module_a/module_a2/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo [deleted file]
tests/projects/dbCleaner/xoo-multi-modules-sample/module_a/module_a2/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo.measures [deleted file]
tests/projects/dbCleaner/xoo-multi-modules-sample/module_a/sonar-project.properties [deleted file]
tests/projects/dbCleaner/xoo-multi-modules-sample/module_b/module_b1/sonar-project.properties [deleted file]
tests/projects/dbCleaner/xoo-multi-modules-sample/module_b/module_b1/src/main/xoo/com/sonar/it/samples/modules/b1/HelloB1.xoo [deleted file]
tests/projects/dbCleaner/xoo-multi-modules-sample/module_b/module_b1/src/main/xoo/com/sonar/it/samples/modules/b1/HelloB1.xoo.measures [deleted file]
tests/projects/dbCleaner/xoo-multi-modules-sample/module_b/module_b2/sonar-project.properties [deleted file]
tests/projects/dbCleaner/xoo-multi-modules-sample/module_b/module_b2/src/main/xoo/com/sonar/it/samples/modules/b2/HelloB2.xoo [deleted file]
tests/projects/dbCleaner/xoo-multi-modules-sample/module_b/module_b2/src/main/xoo/com/sonar/it/samples/modules/b2/HelloB2.xoo.measures [deleted file]
tests/projects/dbCleaner/xoo-multi-modules-sample/module_b/sonar-project.properties [deleted file]
tests/projects/dbCleaner/xoo-multi-modules-sample/sonar-project.properties [deleted file]
tests/projects/duplications/cross-module/module1/sonar-project.properties [deleted file]
tests/projects/duplications/cross-module/module1/src/main/xoo/sample/File1.xoo [deleted file]
tests/projects/duplications/cross-module/module1/src/main/xoo/sample/File1.xoo.measures [deleted file]
tests/projects/duplications/cross-module/module1/src/main/xoo/sample/File2.xoo [deleted file]
tests/projects/duplications/cross-module/module1/src/main/xoo/sample/File2.xoo.measures [deleted file]
tests/projects/duplications/cross-module/module2/sonar-project.properties [deleted file]
tests/projects/duplications/cross-module/module2/src/main/xoo/sample/File1.xoo [deleted file]
tests/projects/duplications/cross-module/module2/src/main/xoo/sample/File1.xoo.measures [deleted file]
tests/projects/duplications/cross-module/sonar-project.properties [deleted file]
tests/projects/duplications/cross-project/duplicate/sonar-project.properties [deleted file]
tests/projects/duplications/cross-project/duplicate/src/main/xoo/sample/File1.xoo [deleted file]
tests/projects/duplications/cross-project/duplicate/src/main/xoo/sample/File1.xoo.measures [deleted file]
tests/projects/duplications/cross-project/duplicate/src/main/xoo/sample/File2.xoo [deleted file]
tests/projects/duplications/cross-project/duplicate/src/main/xoo/sample/File2.xoo.measures [deleted file]
tests/projects/duplications/cross-project/origin/sonar-project.properties [deleted file]
tests/projects/duplications/cross-project/origin/src/main/xoo/sample/File1.xoo [deleted file]
tests/projects/duplications/cross-project/origin/src/main/xoo/sample/File1.xoo.measures [deleted file]
tests/projects/duplications/file-duplications/sonar-project.properties [deleted file]
tests/projects/duplications/file-duplications/src/main/xoo/duplicated_lines_with_other_dir1/DuplicatedLinesWithOtherDirectory.xoo [deleted file]
tests/projects/duplications/file-duplications/src/main/xoo/duplicated_lines_with_other_dir1/DuplicatedLinesWithOtherDirectory.xoo.measures [deleted file]
tests/projects/duplications/file-duplications/src/main/xoo/duplicated_lines_with_other_dir2/DuplicatedLinesWithOtherDirectory.xoo [deleted file]
tests/projects/duplications/file-duplications/src/main/xoo/duplicated_lines_with_other_dir2/DuplicatedLinesWithOtherDirectory.xoo.measures [deleted file]
tests/projects/duplications/file-duplications/src/main/xoo/duplicated_lines_within_dir/DuplicatedLinesInSameDirectory1.xoo [deleted file]
tests/projects/duplications/file-duplications/src/main/xoo/duplicated_lines_within_dir/DuplicatedLinesInSameDirectory1.xoo.measures [deleted file]
tests/projects/duplications/file-duplications/src/main/xoo/duplicated_lines_within_dir/DuplicatedLinesInSameDirectory2.xoo [deleted file]
tests/projects/duplications/file-duplications/src/main/xoo/duplicated_lines_within_dir/DuplicatedLinesInSameDirectory2.xoo.measures [deleted file]
tests/projects/duplications/file-duplications/src/main/xoo/duplicated_lines_within_same_file/DuplicatedLinesInSameFile.xoo [deleted file]
tests/projects/duplications/file-duplications/src/main/xoo/duplicated_lines_within_same_file/DuplicatedLinesInSameFile.xoo.measures [deleted file]
tests/projects/duplications/file-duplications/src/main/xoo/duplicated_same_lines_within_3_files/File1.xoo [deleted file]
tests/projects/duplications/file-duplications/src/main/xoo/duplicated_same_lines_within_3_files/File1.xoo.measures [deleted file]
tests/projects/duplications/file-duplications/src/main/xoo/duplicated_same_lines_within_3_files/File2.xoo [deleted file]
tests/projects/duplications/file-duplications/src/main/xoo/duplicated_same_lines_within_3_files/File2.xoo.measures [deleted file]
tests/projects/duplications/file-duplications/src/main/xoo/duplicated_same_lines_within_3_files/File3.xoo [deleted file]
tests/projects/duplications/file-duplications/src/main/xoo/duplicated_same_lines_within_3_files/File3.xoo.measures [deleted file]
tests/projects/duplications/new-duplications-v1/sonar-project.properties [deleted file]
tests/projects/duplications/new-duplications-v1/src/main/xoo/duplicated_lines_with_other_dir1/DuplicatedLinesWithOtherDirectory.xoo [deleted file]
tests/projects/duplications/new-duplications-v1/src/main/xoo/duplicated_lines_with_other_dir1/DuplicatedLinesWithOtherDirectory.xoo.measures [deleted file]
tests/projects/duplications/new-duplications-v1/src/main/xoo/duplicated_lines_with_other_dir1/DuplicatedLinesWithOtherDirectory.xoo.scm [deleted file]
tests/projects/duplications/new-duplications-v1/src/main/xoo/duplicated_lines_with_other_dir2/DuplicatedLinesWithOtherDirectory.xoo [deleted file]
tests/projects/duplications/new-duplications-v1/src/main/xoo/duplicated_lines_with_other_dir2/DuplicatedLinesWithOtherDirectory.xoo.measures [deleted file]
tests/projects/duplications/new-duplications-v1/src/main/xoo/duplicated_lines_with_other_dir2/DuplicatedLinesWithOtherDirectory.xoo.scm [deleted file]
tests/projects/duplications/new-duplications-v1/src/main/xoo/duplicated_lines_within_same_file/DuplicatedLinesInSameFile.xoo [deleted file]
tests/projects/duplications/new-duplications-v1/src/main/xoo/duplicated_lines_within_same_file/DuplicatedLinesInSameFile.xoo.measures [deleted file]
tests/projects/duplications/new-duplications-v1/src/main/xoo/duplicated_lines_within_same_file/DuplicatedLinesInSameFile.xoo.scm [deleted file]
tests/projects/duplications/new-duplications-v2/sonar-project.properties [deleted file]
tests/projects/duplications/new-duplications-v2/src/main/xoo/duplicated_lines_with_other_dir1/DuplicatedLinesWithOtherDirectory.xoo [deleted file]
tests/projects/duplications/new-duplications-v2/src/main/xoo/duplicated_lines_with_other_dir1/DuplicatedLinesWithOtherDirectory.xoo.measures [deleted file]
tests/projects/duplications/new-duplications-v2/src/main/xoo/duplicated_lines_with_other_dir1/DuplicatedLinesWithOtherDirectory.xoo.scm [deleted file]
tests/projects/duplications/new-duplications-v2/src/main/xoo/duplicated_lines_with_other_dir2/DuplicatedLinesWithOtherDirectory.xoo [deleted file]
tests/projects/duplications/new-duplications-v2/src/main/xoo/duplicated_lines_with_other_dir2/DuplicatedLinesWithOtherDirectory.xoo.measures [deleted file]
tests/projects/duplications/new-duplications-v2/src/main/xoo/duplicated_lines_with_other_dir2/DuplicatedLinesWithOtherDirectory.xoo.scm [deleted file]
tests/projects/duplications/new-duplications-v2/src/main/xoo/duplicated_lines_within_same_file/DuplicatedLinesInSameFile.xoo [deleted file]
tests/projects/duplications/new-duplications-v2/src/main/xoo/duplicated_lines_within_same_file/DuplicatedLinesInSameFile.xoo.measures [deleted file]
tests/projects/duplications/new-duplications-v2/src/main/xoo/duplicated_lines_within_same_file/DuplicatedLinesInSameFile.xoo.scm [deleted file]
tests/projects/exclusions/exclusions/sonar-project.properties [deleted file]
tests/projects/exclusions/exclusions/src/main/xoo/FileOnRootFolder.xoo [deleted file]
tests/projects/exclusions/exclusions/src/main/xoo/FileOnRootFolder.xoo.measures [deleted file]
tests/projects/exclusions/exclusions/src/main/xoo/org/sonar/tests/ClassOne.xoo [deleted file]
tests/projects/exclusions/exclusions/src/main/xoo/org/sonar/tests/ClassOne.xoo.measures [deleted file]
tests/projects/exclusions/exclusions/src/main/xoo/org/sonar/tests/ClassToExclude.xoo [deleted file]
tests/projects/exclusions/exclusions/src/main/xoo/org/sonar/tests/ClassToExclude.xoo.measures [deleted file]
tests/projects/exclusions/exclusions/src/main/xoo/org/sonar/tests/ClassToIgnoreGlobally.xoo [deleted file]
tests/projects/exclusions/exclusions/src/main/xoo/org/sonar/tests/ClassToIgnoreGlobally.xoo.measures [deleted file]
tests/projects/exclusions/exclusions/src/main/xoo/org/sonar/tests/ClassTwo.xoo [deleted file]
tests/projects/exclusions/exclusions/src/main/xoo/org/sonar/tests/ClassTwo.xoo.measures [deleted file]
tests/projects/exclusions/exclusions/src/main/xoo/org/sonar/tests/NoSonarComment.xoo [deleted file]
tests/projects/exclusions/exclusions/src/main/xoo/org/sonar/tests/NoSonarComment.xoo.measures [deleted file]
tests/projects/exclusions/exclusions/src/main/xoo/org/sonar/tests/packageToExclude/ClassThree.xoo [deleted file]
tests/projects/exclusions/exclusions/src/main/xoo/org/sonar/tests/packageToExclude/ClassThree.xoo.measures [deleted file]
tests/projects/exclusions/exclusions/src/test/xoo/org/sonar/tests/ClassOneTest.xoo [deleted file]
tests/projects/exclusions/exclusions/src/test/xoo/org/sonar/tests/ClassOneTest.xoo.measures [deleted file]
tests/projects/exclusions/exclusions/src/test/xoo/org/sonar/tests/ClassToExcludeTest.xoo [deleted file]
tests/projects/exclusions/exclusions/src/test/xoo/org/sonar/tests/ClassToExcludeTest.xoo.measures [deleted file]
tests/projects/exclusions/exclusions/src/test/xoo/org/sonar/tests/ClassTwoTest.xoo [deleted file]
tests/projects/exclusions/exclusions/src/test/xoo/org/sonar/tests/ClassTwoTest.xoo.measures [deleted file]
tests/projects/exclusions/xoo-multi-modules/module_a/module_a1/sonar-project.properties [deleted file]
tests/projects/exclusions/xoo-multi-modules/module_a/module_a1/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo [deleted file]
tests/projects/exclusions/xoo-multi-modules/module_a/module_a1/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo.measures [deleted file]
tests/projects/exclusions/xoo-multi-modules/module_a/module_a2/sonar-project.properties [deleted file]
tests/projects/exclusions/xoo-multi-modules/module_a/module_a2/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo [deleted file]
tests/projects/exclusions/xoo-multi-modules/module_a/module_a2/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo.measures [deleted file]
tests/projects/exclusions/xoo-multi-modules/module_a/sonar-project.properties [deleted file]
tests/projects/exclusions/xoo-multi-modules/module_b/module_b1/sonar-project.properties [deleted file]
tests/projects/exclusions/xoo-multi-modules/module_b/module_b1/src/main/xoo/com/sonar/it/samples/modules/b1/HelloB1.xoo [deleted file]
tests/projects/exclusions/xoo-multi-modules/module_b/module_b1/src/main/xoo/com/sonar/it/samples/modules/b1/HelloB1.xoo.measures [deleted file]
tests/projects/exclusions/xoo-multi-modules/module_b/module_b2/sonar-project.properties [deleted file]
tests/projects/exclusions/xoo-multi-modules/module_b/module_b2/src/main/xoo/com/sonar/it/samples/modules/b2/HelloB2.xoo [deleted file]
tests/projects/exclusions/xoo-multi-modules/module_b/module_b2/src/main/xoo/com/sonar/it/samples/modules/b2/HelloB2.xoo.measures [deleted file]
tests/projects/exclusions/xoo-multi-modules/module_b/sonar-project.properties [deleted file]
tests/projects/exclusions/xoo-multi-modules/sonar-project.properties [deleted file]
tests/projects/foo-sample/sonar-project.properties [deleted file]
tests/projects/foo-sample/src/main/foo/sample/Sample.foo [deleted file]
tests/projects/foo-sample/src/main/foo/sample/Sample2.foo [deleted file]
tests/projects/highlighting/xoo-sample-with-highlighting-v1/sonar-project.properties [deleted file]
tests/projects/highlighting/xoo-sample-with-highlighting-v1/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/highlighting/xoo-sample-with-highlighting-v1/src/main/xoo/sample/Sample.xoo.highlighting [deleted file]
tests/projects/highlighting/xoo-sample-with-highlighting-v1/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/highlighting/xoo-sample-with-highlighting-v2/sonar-project.properties [deleted file]
tests/projects/highlighting/xoo-sample-with-highlighting-v2/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/highlighting/xoo-sample-with-highlighting-v2/src/main/xoo/sample/Sample.xoo.highlighting [deleted file]
tests/projects/highlighting/xoo-sample-with-highlighting-v2/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/highlighting/xoo-sample-with-highlighting-v2/src/main/xoo/sample/Sample.xoo.symbol [deleted file]
tests/projects/issue/AutoAssignTest/sonar-project.properties [deleted file]
tests/projects/issue/AutoAssignTest/src/sample.xoo [deleted file]
tests/projects/issue/AutoAssignTest/src/sample.xoo.measures [deleted file]
tests/projects/issue/AutoAssignTest/src/sample.xoo.scm [deleted file]
tests/projects/issue/common-rules/sonar-project.properties [deleted file]
tests/projects/issue/common-rules/src/Sample.xoo [deleted file]
tests/projects/issue/common-rules/src/Sample.xoo.measures [deleted file]
tests/projects/issue/common-rules/test/SampleTest.xoo [deleted file]
tests/projects/issue/common-rules/test/SampleTest.xoo.measures [deleted file]
tests/projects/issue/creationDatePluginChanged/sonar-project.properties [deleted file]
tests/projects/issue/creationDatePluginChanged/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/issue/creationDatePluginChanged/src/main/xoo/sample/Sample.xoo.scm [deleted file]
tests/projects/issue/creationDateSampleChanged/sonar-project.properties [deleted file]
tests/projects/issue/creationDateSampleChanged/src/main/xoo/sample/ForeverAndModified.xoo [deleted file]
tests/projects/issue/creationDateSampleChanged/src/main/xoo/sample/ForeverAndModified.xoo.scm [deleted file]
tests/projects/issue/creationDateSampleChanged/src/main/xoo/sample/ForeverAndUnmodified.xoo [deleted file]
tests/projects/issue/creationDateSampleChanged/src/main/xoo/sample/ForeverAndUnmodified.xoo.scm [deleted file]
tests/projects/issue/creationDateSampleChanged/src/main/xoo/sample/OnlyInChanged.xoo [deleted file]
tests/projects/issue/creationDateSampleChanged/src/main/xoo/sample/OnlyInChanged.xoo.scm [deleted file]
tests/projects/issue/creationDateSampleInitial/sonar-project.properties [deleted file]
tests/projects/issue/creationDateSampleInitial/src/main/xoo/sample/ForeverAndModified.xoo [deleted file]
tests/projects/issue/creationDateSampleInitial/src/main/xoo/sample/ForeverAndModified.xoo.scm [deleted file]
tests/projects/issue/creationDateSampleInitial/src/main/xoo/sample/ForeverAndUnmodified.xoo [deleted file]
tests/projects/issue/creationDateSampleInitial/src/main/xoo/sample/ForeverAndUnmodified.xoo.scm [deleted file]
tests/projects/issue/creationDateSampleInitial/src/main/xoo/sample/OnlyInInitial.xoo [deleted file]
tests/projects/issue/creationDateSampleInitial/src/main/xoo/sample/OnlyInInitial.xoo.scm [deleted file]
tests/projects/issue/workflow/sonar-project.properties [deleted file]
tests/projects/issue/workflow/src/Sample.xoo [deleted file]
tests/projects/issue/workflow/src/Sample.xoo.measures [deleted file]
tests/projects/issue/xoo-sample-v2/sonar-project.properties [deleted file]
tests/projects/issue/xoo-sample-v2/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/issue/xoo-sample-v2/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/issue/xoo-tracking-v1/sonar-project.properties [deleted file]
tests/projects/issue/xoo-tracking-v1/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/issue/xoo-tracking-v1/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/issue/xoo-tracking-v2/sonar-project.properties [deleted file]
tests/projects/issue/xoo-tracking-v2/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/issue/xoo-tracking-v2/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/issue/xoo-tracking-v3/sonar-project.properties [deleted file]
tests/projects/issue/xoo-tracking-v3/src/main/xoo/sample/Sample2.xoo [deleted file]
tests/projects/issue/xoo-tracking-v3/src/main/xoo/sample/Sample2.xoo.measures [deleted file]
tests/projects/issue/xoo-with-scm/sonar-project.properties [deleted file]
tests/projects/issue/xoo-with-scm/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/issue/xoo-with-scm/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/issue/xoo-with-scm/src/main/xoo/sample/Sample.xoo.scm [deleted file]
tests/projects/measure/LiveMeasuresTest/sonar-project.properties [deleted file]
tests/projects/measure/LiveMeasuresTest/src/file_with_one_line.xoo [deleted file]
tests/projects/measure/LiveMeasuresTest/src/file_with_three_lines.xoo [deleted file]
tests/projects/measure/xoo-history-v1/sonar-project.properties [deleted file]
tests/projects/measure/xoo-history-v1/src/main/xoo/sample/ClassToModify.xoo [deleted file]
tests/projects/measure/xoo-history-v1/src/main/xoo/sample/ClassToModify.xoo.measures [deleted file]
tests/projects/measure/xoo-history-v1/src/main/xoo/sample/UnchangedClass.xoo [deleted file]
tests/projects/measure/xoo-history-v1/src/main/xoo/sample/UnchangedClass.xoo.measures [deleted file]
tests/projects/measure/xoo-history-v2/sonar-project.properties [deleted file]
tests/projects/measure/xoo-history-v2/src/main/xoo/sample/ClassAdded.xoo [deleted file]
tests/projects/measure/xoo-history-v2/src/main/xoo/sample/ClassAdded.xoo.measures [deleted file]
tests/projects/measure/xoo-history-v2/src/main/xoo/sample/ClassToModify.xoo [deleted file]
tests/projects/measure/xoo-history-v2/src/main/xoo/sample/ClassToModify.xoo.measures [deleted file]
tests/projects/measure/xoo-history-v2/src/main/xoo/sample/UnchangedClass.xoo [deleted file]
tests/projects/measure/xoo-history-v2/src/main/xoo/sample/UnchangedClass.xoo.measures [deleted file]
tests/projects/measure/xoo-new-debt-ratio-v1/sonar-project.properties [deleted file]
tests/projects/measure/xoo-new-debt-ratio-v1/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/measure/xoo-new-debt-ratio-v1/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/measure/xoo-new-debt-ratio-v1/src/main/xoo/sample/Sample.xoo.scm [deleted file]
tests/projects/measure/xoo-new-debt-ratio-v2/sonar-project.properties [deleted file]
tests/projects/measure/xoo-new-debt-ratio-v2/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/measure/xoo-new-debt-ratio-v2/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/measure/xoo-new-debt-ratio-v2/src/main/xoo/sample/Sample.xoo.scm [deleted file]
tests/projects/measure/xoo-new-debt-ratio-v3/sonar-project.properties [deleted file]
tests/projects/measure/xoo-new-debt-ratio-v3/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/measure/xoo-new-debt-ratio-v3/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/measure/xoo-new-debt-ratio-v3/src/main/xoo/sample/Sample.xoo.scm [deleted file]
tests/projects/measureHistory/xoo-multi-files-sample/sonar-project.properties [deleted file]
tests/projects/measureHistory/xoo-multi-files-sample/src/main/xoo/sample/File1.xoo [deleted file]
tests/projects/measureHistory/xoo-multi-files-sample/src/main/xoo/sample/File1.xoo.measures [deleted file]
tests/projects/measureHistory/xoo-multi-files-sample/src/main/xoo/sample/File2.xoo [deleted file]
tests/projects/measureHistory/xoo-multi-files-sample/src/main/xoo/sample/File2.xoo.measures [deleted file]
tests/projects/measureHistory/xoo-multi-files-sample/src/main/xoo/sample/File3.xoo [deleted file]
tests/projects/measureHistory/xoo-multi-files-sample/src/main/xoo/sample/File3.xoo.measures [deleted file]
tests/projects/measureHistory/xoo-multi-files-sample/src/main/xoo/sample/File4.xoo [deleted file]
tests/projects/measureHistory/xoo-multi-files-sample/src/main/xoo/sample/File4.xoo.measures [deleted file]
tests/projects/performance/huge-file/pom.xml [deleted file]
tests/projects/performance/huge-file/src/main/java/huge/HugeFile.java [deleted file]
tests/projects/performance/xoo-sample/sonar-project.properties [deleted file]
tests/projects/performance/xoo-sample/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/performance/xoo-sample/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/performance/xoo-sample/src/test/xoo/sample/SampleTest.xoo [deleted file]
tests/projects/performance/xoo-sample/src/test/xoo/sample/SampleTest.xoo.measures [deleted file]
tests/projects/plugins/project/.gitignore [deleted file]
tests/projects/plugins/project/build.sh [deleted file]
tests/projects/plugins/project/ext/cobol/copybooks/Attr.cpy [deleted file]
tests/projects/plugins/project/ext/cobol/copybooks/Custmas.cpy [deleted file]
tests/projects/plugins/project/ext/cobol/copybooks/Errparm.cpy [deleted file]
tests/projects/plugins/project/ext/cobol/copybooks/MNTSET2.CPY [deleted file]
tests/projects/plugins/project/lib/c/mylib.h [deleted file]
tests/projects/plugins/project/pom.xml [deleted file]
tests/projects/plugins/project/sonar-project.properties [deleted file]
tests/projects/plugins/project/src/abap/ZBCMKZ17.abap [deleted file]
tests/projects/plugins/project/src/abap/ZZBGS106.abap [deleted file]
tests/projects/plugins/project/src/c/main.c [deleted file]
tests/projects/plugins/project/src/cobol/Custmnt2.cbl [deleted file]
tests/projects/plugins/project/src/cobol/TC4E3H0.CBL [deleted file]
tests/projects/plugins/project/src/cpp/BiggestUnInt.cc [deleted file]
tests/projects/plugins/project/src/cpp/HelloWorld.cpp [deleted file]
tests/projects/plugins/project/src/cpp/RandDemo.cc [deleted file]
tests/projects/plugins/project/src/cpp/SimpleClass.cc [deleted file]
tests/projects/plugins/project/src/cpp/main.c [deleted file]
tests/projects/plugins/project/src/css/sample.css [deleted file]
tests/projects/plugins/project/src/flex/Circle.as [deleted file]
tests/projects/plugins/project/src/flex/HasIssues.as [deleted file]
tests/projects/plugins/project/src/flex/UncoveredCircle.as [deleted file]
tests/projects/plugins/project/src/go/sample.go [deleted file]
tests/projects/plugins/project/src/groovy/example/Greeting.groovy [deleted file]
tests/projects/plugins/project/src/groovy/innerclass/InnerClassExample.groovy [deleted file]
tests/projects/plugins/project/src/java/foo/Foo.java [deleted file]
tests/projects/plugins/project/src/java/foo/Simplest.java [deleted file]
tests/projects/plugins/project/src/java/foo/Simplest2.java [deleted file]
tests/projects/plugins/project/src/java/foo/Simplest3.java [deleted file]
tests/projects/plugins/project/src/js/HasIssues.js [deleted file]
tests/projects/plugins/project/src/js/Person.js [deleted file]
tests/projects/plugins/project/src/js/com/company/Car.js [deleted file]
tests/projects/plugins/project/src/js/com/company/Truck.js [deleted file]
tests/projects/plugins/project/src/js/com/company/Vehicle.js [deleted file]
tests/projects/plugins/project/src/php/Math.php [deleted file]
tests/projects/plugins/project/src/pli/center.pli [deleted file]
tests/projects/plugins/project/src/pli/chess.pli [deleted file]
tests/projects/plugins/project/src/pli/hasissues.pli [deleted file]
tests/projects/plugins/project/src/pli/maxlen.pli [deleted file]
tests/projects/plugins/project/src/pli/search.pli [deleted file]
tests/projects/plugins/project/src/plsql/ddl.sql [deleted file]
tests/projects/plugins/project/src/plsql/has-issues.sql [deleted file]
tests/projects/plugins/project/src/plsql/ut_report.pkb [deleted file]
tests/projects/plugins/project/src/python/__init__.py [deleted file]
tests/projects/plugins/project/src/python/badfortune.py [deleted file]
tests/projects/plugins/project/src/python/directory/file_in_directory.py [deleted file]
tests/projects/plugins/project/src/python/hasissues.py [deleted file]
tests/projects/plugins/project/src/python/package/__init__.py [deleted file]
tests/projects/plugins/project/src/python/package/file_in_package.py [deleted file]
tests/projects/plugins/project/src/python/samples/__init__.py [deleted file]
tests/projects/plugins/project/src/python/samples/fortune.py [deleted file]
tests/projects/plugins/project/src/python/samples/letters.py [deleted file]
tests/projects/plugins/project/src/python/samples/strfile.py [deleted file]
tests/projects/plugins/project/src/rpg/MYPROGRAM.rpg [deleted file]
tests/projects/plugins/project/src/swift/example.swift [deleted file]
tests/projects/plugins/project/src/vb/Info.frm [deleted file]
tests/projects/plugins/project/src/vb/Registry.bas [deleted file]
tests/projects/plugins/project/src/vb/Registry.cls [deleted file]
tests/projects/plugins/project/src/web/sample.xhtml [deleted file]
tests/projects/plugins/project/target/classes/foo/Foo.class [deleted file]
tests/projects/plugins/project/target/classes/foo/Simplest.class [deleted file]
tests/projects/plugins/project/target/classes/foo/Simplest2.class [deleted file]
tests/projects/plugins/project/target/classes/foo/Simplest3.class [deleted file]
tests/projects/plugins/project/target/it-all-lang-1.0-SNAPSHOT.jar [deleted file]
tests/projects/plugins/project/target/js/lcov.dat [deleted file]
tests/projects/plugins/project/target/php/phpunit.coverage.xml [deleted file]
tests/projects/plugins/project/target/php/phpunit.xml [deleted file]
tests/projects/plugins/project/target/surefire-reports/TEST-foo.FooTest.xml [deleted file]
tests/projects/plugins/project/target/surefire-reports/TEST-foo.SimplestTest.xml [deleted file]
tests/projects/plugins/project/target/surefire-reports/foo.FooTest.txt [deleted file]
tests/projects/plugins/project/target/surefire-reports/foo.SimplestTest.txt [deleted file]
tests/projects/plugins/project/target/test-classes/foo/FooTest.class [deleted file]
tests/projects/plugins/project/target/test-classes/foo/SimplestTest.class [deleted file]
tests/projects/plugins/project/test/java/foo/FooTest.java [deleted file]
tests/projects/plugins/project/test/java/foo/SimplestTest.java [deleted file]
tests/projects/plugins/project/test/js/PersonTest.js [deleted file]
tests/projects/plugins/project/test/js/com/company/CarTest.js [deleted file]
tests/projects/plugins/project/test/php/SomeTest.php [deleted file]
tests/projects/projectSearch/xoo-history-v1/sonar-project.properties [deleted file]
tests/projects/projectSearch/xoo-history-v1/src/main/xoo/sample/ClassToModify.xoo [deleted file]
tests/projects/projectSearch/xoo-history-v1/src/main/xoo/sample/ClassToModify.xoo.measures [deleted file]
tests/projects/projectSearch/xoo-history-v1/src/main/xoo/sample/UnchangedClass.xoo [deleted file]
tests/projects/projectSearch/xoo-history-v1/src/main/xoo/sample/UnchangedClass.xoo.measures [deleted file]
tests/projects/projectSearch/xoo-history-v2/sonar-project.properties [deleted file]
tests/projects/projectSearch/xoo-history-v2/src/main/xoo/sample/ClassAdded.xoo [deleted file]
tests/projects/projectSearch/xoo-history-v2/src/main/xoo/sample/ClassAdded.xoo.measures [deleted file]
tests/projects/projectSearch/xoo-history-v2/src/main/xoo/sample/ClassAdded.xoo.scm [deleted file]
tests/projects/projectSearch/xoo-history-v2/src/main/xoo/sample/ClassToModify.xoo [deleted file]
tests/projects/projectSearch/xoo-history-v2/src/main/xoo/sample/ClassToModify.xoo.measures [deleted file]
tests/projects/projectSearch/xoo-history-v2/src/main/xoo/sample/ClassToModify.xoo.scm [deleted file]
tests/projects/projectSearch/xoo-history-v2/src/main/xoo/sample/UnchangedClass.xoo [deleted file]
tests/projects/projectSearch/xoo-history-v2/src/main/xoo/sample/UnchangedClass.xoo.measures [deleted file]
tests/projects/projectSearch/xoo-history-v2/src/main/xoo/sample/UnchangedClass.xoo.scm [deleted file]
tests/projects/qualitygate/small-changesets/v1-1000-lines/sonar-project.properties [deleted file]
tests/projects/qualitygate/small-changesets/v1-1000-lines/src/sample/Sample.xoo [deleted file]
tests/projects/qualitygate/small-changesets/v1-1000-lines/src/sample/Sample.xoo.coverage [deleted file]
tests/projects/qualitygate/small-changesets/v1-1000-lines/src/sample/Sample.xoo.measures [deleted file]
tests/projects/qualitygate/small-changesets/v1-1000-lines/src/sample/Sample.xoo.scm [deleted file]
tests/projects/qualitygate/small-changesets/v2-1019-lines/sonar-project.properties [deleted file]
tests/projects/qualitygate/small-changesets/v2-1019-lines/src/sample/Sample.xoo [deleted file]
tests/projects/qualitygate/small-changesets/v2-1019-lines/src/sample/Sample.xoo.coverage [deleted file]
tests/projects/qualitygate/small-changesets/v2-1019-lines/src/sample/Sample.xoo.measures [deleted file]
tests/projects/qualitygate/small-changesets/v2-1019-lines/src/sample/Sample.xoo.scm [deleted file]
tests/projects/qualitygate/small-changesets/v2-1020-lines/sonar-project.properties [deleted file]
tests/projects/qualitygate/small-changesets/v2-1020-lines/src/sample/Sample.xoo [deleted file]
tests/projects/qualitygate/small-changesets/v2-1020-lines/src/sample/Sample.xoo.coverage [deleted file]
tests/projects/qualitygate/small-changesets/v2-1020-lines/src/sample/Sample.xoo.measures [deleted file]
tests/projects/qualitygate/small-changesets/v2-1020-lines/src/sample/Sample.xoo.scm [deleted file]
tests/projects/qualitygate/xoo-sample/sonar-project.properties [deleted file]
tests/projects/qualitygate/xoo-sample/src/sample/Sample.xoo [deleted file]
tests/projects/qualitygate/xoo-sample/src/sample/Sample.xoo.measures [deleted file]
tests/projects/qualitygate/xoo-sample/src/sample/Sample2.xoo [deleted file]
tests/projects/qualitygate/xoo-sample/src/sample/Sample2.xoo.measures [deleted file]
tests/projects/scm/xoo-sample-with-scm/sonar-project.properties [deleted file]
tests/projects/scm/xoo-sample-with-scm/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/scm/xoo-sample-with-scm/src/main/xoo/sample/Sample.xoo.scm [deleted file]
tests/projects/scm/xoo-sample-with-then-without-scm/scm-repository.zip [deleted file]
tests/projects/scm/xoo-sample-with-then-without-scm/sonar-project.properties [deleted file]
tests/projects/scm/xoo-sample-with-then-without-scm/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/scm/xoo-sample-with-then-without-scm/src/main/xoo/sample/Sample.xoo.new [deleted file]
tests/projects/scm/xoo-sample-without-scm/sonar-project.properties [deleted file]
tests/projects/scm/xoo-sample-without-scm/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/scm/xoo-sample-without-scm/src/main/xoo/sample/Sample.xoo.new [deleted file]
tests/projects/scm/xoo-sample-without-then-with-scm/scm-repository.zip [deleted file]
tests/projects/scm/xoo-sample-without-then-with-scm/sonar-project.properties [deleted file]
tests/projects/scm/xoo-sample-without-then-with-scm/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/scm/xoo-sample-without-then-with-scm/src/main/xoo/sample/Sample.xoo.new [deleted file]
tests/projects/scm/xoo-sample-without-then-with-scm/src/main/xoo/sample/Sample.xoo.updated [deleted file]
tests/projects/shared/multi-modules-sample/module_a/module_a1/pom.xml [deleted file]
tests/projects/shared/multi-modules-sample/module_a/module_a1/src/main/java/com/sonar/it/samples/modules/a1/HelloA1.java [deleted file]
tests/projects/shared/multi-modules-sample/module_a/module_a2/pom.xml [deleted file]
tests/projects/shared/multi-modules-sample/module_a/module_a2/src/main/java/com/sonar/it/samples/modules/a2/HelloA2.java [deleted file]
tests/projects/shared/multi-modules-sample/module_a/pom.xml [deleted file]
tests/projects/shared/multi-modules-sample/module_b/module_b1/pom.xml [deleted file]
tests/projects/shared/multi-modules-sample/module_b/module_b1/src/main/java/com/sonar/it/samples/modules/b1/HelloB1.java [deleted file]
tests/projects/shared/multi-modules-sample/module_b/module_b2/pom.xml [deleted file]
tests/projects/shared/multi-modules-sample/module_b/module_b2/src/main/java/com/sonar/it/samples/modules/b2/HelloB2.java [deleted file]
tests/projects/shared/multi-modules-sample/module_b/pom.xml [deleted file]
tests/projects/shared/multi-modules-sample/pom.xml [deleted file]
tests/projects/shared/multi-modules-sample/sonar-project.properties [deleted file]
tests/projects/shared/xoo-history-v1/sonar-project.properties [deleted file]
tests/projects/shared/xoo-history-v1/src/main/xoo/sample/ClassToModify.xoo [deleted file]
tests/projects/shared/xoo-history-v1/src/main/xoo/sample/ClassToModify.xoo.measures [deleted file]
tests/projects/shared/xoo-history-v1/src/main/xoo/sample/UnchangedClass.xoo [deleted file]
tests/projects/shared/xoo-history-v1/src/main/xoo/sample/UnchangedClass.xoo.measures [deleted file]
tests/projects/shared/xoo-history-v2/sonar-project.properties [deleted file]
tests/projects/shared/xoo-history-v2/src/main/xoo/sample/ClassAdded.xoo [deleted file]
tests/projects/shared/xoo-history-v2/src/main/xoo/sample/ClassAdded.xoo.measures [deleted file]
tests/projects/shared/xoo-history-v2/src/main/xoo/sample/ClassToModify.xoo [deleted file]
tests/projects/shared/xoo-history-v2/src/main/xoo/sample/ClassToModify.xoo.measures [deleted file]
tests/projects/shared/xoo-history-v2/src/main/xoo/sample/UnchangedClass.xoo [deleted file]
tests/projects/shared/xoo-history-v2/src/main/xoo/sample/UnchangedClass.xoo.measures [deleted file]
tests/projects/shared/xoo-multi-module-sample-without-project-name-version/.scannerwork/.sonar_lock [deleted file]
tests/projects/shared/xoo-multi-module-sample-without-project-name-version/.scannerwork/report-task.txt [deleted file]
tests/projects/shared/xoo-multi-module-sample-without-project-name-version/module_a/module_a1/sonar-project.properties [deleted file]
tests/projects/shared/xoo-multi-module-sample-without-project-name-version/module_a/module_a1/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo [deleted file]
tests/projects/shared/xoo-multi-module-sample-without-project-name-version/module_a/module_a1/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo.measures [deleted file]
tests/projects/shared/xoo-multi-module-sample-without-project-name-version/module_a/module_a2/sonar-project.properties [deleted file]
tests/projects/shared/xoo-multi-module-sample-without-project-name-version/module_a/module_a2/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo [deleted file]
tests/projects/shared/xoo-multi-module-sample-without-project-name-version/module_a/module_a2/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo.measures [deleted file]
tests/projects/shared/xoo-multi-module-sample-without-project-name-version/module_a/sonar-project.properties [deleted file]
tests/projects/shared/xoo-multi-module-sample-without-project-name-version/module_b/module_b1/src/main/xoo/com/sonar/it/samples/modules/b1/HelloB1.xoo [deleted file]
tests/projects/shared/xoo-multi-module-sample-without-project-name-version/module_b/module_b1/src/main/xoo/com/sonar/it/samples/modules/b1/HelloB1.xoo.measures [deleted file]
tests/projects/shared/xoo-multi-module-sample-without-project-name-version/module_b/module_b2/sonar-project.properties [deleted file]
tests/projects/shared/xoo-multi-module-sample-without-project-name-version/module_b/module_b2/src/main/xoo/com/sonar/it/samples/modules/b2/HelloB2.xoo [deleted file]
tests/projects/shared/xoo-multi-module-sample-without-project-name-version/module_b/module_b2/src/main/xoo/com/sonar/it/samples/modules/b2/HelloB2.xoo.measures [deleted file]
tests/projects/shared/xoo-multi-module-sample-without-project-name-version/module_b/sonar-project.properties [deleted file]
tests/projects/shared/xoo-multi-module-sample-without-project-name-version/sonar-project.properties [deleted file]
tests/projects/shared/xoo-multi-modules-sample/module_a/module_a1/sonar-project.properties [deleted file]
tests/projects/shared/xoo-multi-modules-sample/module_a/module_a1/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo [deleted file]
tests/projects/shared/xoo-multi-modules-sample/module_a/module_a1/src/main/xoo/com/sonar/it/samples/modules/a1/HelloA1.xoo.measures [deleted file]
tests/projects/shared/xoo-multi-modules-sample/module_a/module_a2/sonar-project.properties [deleted file]
tests/projects/shared/xoo-multi-modules-sample/module_a/module_a2/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo [deleted file]
tests/projects/shared/xoo-multi-modules-sample/module_a/module_a2/src/main/xoo/com/sonar/it/samples/modules/a2/HelloA2.xoo.measures [deleted file]
tests/projects/shared/xoo-multi-modules-sample/module_a/sonar-project.properties [deleted file]
tests/projects/shared/xoo-multi-modules-sample/module_b/module_b1/sonar-project.properties [deleted file]
tests/projects/shared/xoo-multi-modules-sample/module_b/module_b1/src/main/xoo/com/sonar/it/samples/modules/b1/HelloB1.xoo [deleted file]
tests/projects/shared/xoo-multi-modules-sample/module_b/module_b1/src/main/xoo/com/sonar/it/samples/modules/b1/HelloB1.xoo.measures [deleted file]
tests/projects/shared/xoo-multi-modules-sample/module_b/module_b2/sonar-project.properties [deleted file]
tests/projects/shared/xoo-multi-modules-sample/module_b/module_b2/src/main/xoo/com/sonar/it/samples/modules/b2/HelloB2.xoo [deleted file]
tests/projects/shared/xoo-multi-modules-sample/module_b/module_b2/src/main/xoo/com/sonar/it/samples/modules/b2/HelloB2.xoo.measures [deleted file]
tests/projects/shared/xoo-multi-modules-sample/module_b/sonar-project.properties [deleted file]
tests/projects/shared/xoo-multi-modules-sample/sonar-project.properties [deleted file]
tests/projects/shared/xoo-precise-issues/sonar-project.properties [deleted file]
tests/projects/shared/xoo-precise-issues/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/shared/xoo-sample-missing-some-lines/sonar-project.properties [deleted file]
tests/projects/shared/xoo-sample-missing-some-lines/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/shared/xoo-sample-missing-some-lines/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/shared/xoo-sample-module-move-v1/module_a/sonar-project.properties [deleted file]
tests/projects/shared/xoo-sample-module-move-v1/module_a/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/shared/xoo-sample-module-move-v1/module_a/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/shared/xoo-sample-module-move-v1/sonar-project.properties [deleted file]
tests/projects/shared/xoo-sample-module-move-v2/new_module/module_a/sonar-project.properties [deleted file]
tests/projects/shared/xoo-sample-module-move-v2/new_module/module_a/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/shared/xoo-sample-module-move-v2/new_module/module_a/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/shared/xoo-sample-module-move-v2/new_module/sonar-project.properties [deleted file]
tests/projects/shared/xoo-sample-module-move-v2/sonar-project.properties [deleted file]
tests/projects/shared/xoo-sample-non-associated/sonar-project.properties [deleted file]
tests/projects/shared/xoo-sample-non-associated/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/shared/xoo-sample-non-associated/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/shared/xoo-sample-with-root-dir/Hello.xoo [deleted file]
tests/projects/shared/xoo-sample-with-root-dir/sonar-project.properties [deleted file]
tests/projects/shared/xoo-sample-with-root-dir/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/shared/xoo-sample-with-root-dir/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/shared/xoo-sample-with-tests/sonar-project.properties [deleted file]
tests/projects/shared/xoo-sample-with-tests/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/shared/xoo-sample-with-tests/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/shared/xoo-sample-with-tests/src/test/xoo/sample/SampleTest.xoo [deleted file]
tests/projects/shared/xoo-sample-with-tests/src/test/xoo/sample/SampleTest.xoo.measures [deleted file]
tests/projects/shared/xoo-sample/externalIssues.json [deleted file]
tests/projects/shared/xoo-sample/sonar-project.properties [deleted file]
tests/projects/shared/xoo-sample/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/shared/xoo-sample/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/shared/xoo-two-letters-named/sonar-project.properties [deleted file]
tests/projects/shared/xoo-two-letters-named/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/shared/xoo-two-letters-named/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/shared/xoo2-sample/sonar-project.properties [deleted file]
tests/projects/shared/xoo2-sample/src/main/xoo/sample/Sample.xoo2 [deleted file]
tests/projects/shared/xoo2-sample/src/main/xoo/sample/Sample.xoo2.measures [deleted file]
tests/projects/significantCode/sample-xoo/file.xoo [deleted file]
tests/projects/significantCode/sample-xoo/file_additional_line.xoo [deleted file]
tests/projects/significantCode/sample-xoo/file_changed.xoo [deleted file]
tests/projects/sourceCode/japanese-charset/sonar-project.properties [deleted file]
tests/projects/sourceCode/japanese-charset/src/main/xoo/com/test/App.xoo [deleted file]
tests/projects/sourceCode/japanese-charset/src/main/xoo/com/test/App.xoo.measures [deleted file]
tests/projects/sourceCode/japanese-charset/src/main/xoo/com/test/AppCpdBug.xoo [deleted file]
tests/projects/sourceCode/japanese-charset/src/main/xoo/com/test/AppCpdBug.xoo.measures [deleted file]
tests/projects/sourceCode/japanese-charset/src/main/xoo/com/test/AppDuplication.xoo [deleted file]
tests/projects/sourceCode/japanese-charset/src/main/xoo/com/test/AppDuplication.xoo.measures [deleted file]
tests/projects/struts-1.3.9-diet/core/pom.xml [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/Globals.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/Action.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/ActionErrors.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/ActionForm.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/ActionFormBean.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/ActionForward.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/ActionMapping.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/ActionMessage.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/ActionMessages.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/ActionRedirect.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/ActionResources.properties [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/ActionResources_ja.properties [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/ActionServlet.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/ActionServletWrapper.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/DynaActionForm.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/DynaActionFormClass.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/ExceptionHandler.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/ForwardingActionForward.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/InvalidCancelException.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/LocalStrings.properties [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/LocalStrings_ja.properties [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/PlugIn.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/RedirectingActionForward.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/RequestActionMapping.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/RequestProcessor.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/SessionActionMapping.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/doc-files/actionUML.gif [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/action/package.html [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/ComposableRequestProcessor.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/Constants.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/AbstractAuthorizeAction.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/AbstractCreateAction.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/AbstractExceptionHandler.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/AbstractExecuteAction.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/AbstractPerformForward.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/AbstractPerformInclude.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/AbstractPopulateActionForm.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/AbstractRequestNoCache.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/AbstractSelectAction.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/AbstractSelectForward.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/AbstractSelectInput.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/AbstractSelectLocale.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/AbstractSelectModule.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/AbstractSetContentType.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/AbstractSetOriginalURI.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/AbstractValidateActionForm.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/ActionCommand.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/ActionCommandBase.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/CreateActionForm.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/ExceptionCatcher.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/ExecuteCommand.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/ExecuteForwardCommand.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/InvalidPathException.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/RemoveCachedMessages.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/SelectInclude.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/UnauthorizedActionException.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/generic/CopyFormToContext.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/generic/WrappingLookupCommand.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/generic/package.html [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/package.html [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/servlet/AuthorizeAction.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/servlet/CreateAction.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/servlet/ExceptionHandler.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/servlet/ExecuteAction.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/servlet/PerformForward.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/servlet/PerformInclude.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/servlet/PopulateActionForm.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/servlet/RequestNoCache.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/servlet/SelectAction.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/servlet/SelectForward.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/servlet/SelectInput.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/servlet/SelectLocale.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/servlet/SelectModule.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/servlet/SetContentType.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/servlet/SetOriginalURI.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/servlet/ValidateActionForm.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/servlet/package.html [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/util/ClassUtils.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/commands/util/package.html [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/contexts/ActionContext.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/contexts/ActionContextBase.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/contexts/ContextWrapper.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/contexts/MockActionContext.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/contexts/ServletActionContext.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/contexts/WebActionContext.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/contexts/package.html [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/chain/package.html [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/ActionConfig.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/ActionConfigMatcher.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/BaseConfig.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/ConfigHelper.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/ConfigHelperInterface.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/ConfigRuleSet.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/ControllerConfig.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/ExceptionConfig.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/FormBeanConfig.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/FormPropertyConfig.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/ForwardConfig.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/MessageResourcesConfig.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/ModuleConfig.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/ModuleConfigFactory.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/PlugInConfig.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/doc-files/configUML.gif [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/impl/DefaultModuleConfigFactory.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/impl/ModuleConfigImpl.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/impl/package.html [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/config/package.html [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/doc-files/Stamp.gif [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/doc-files/jakarta-feather-small.gif [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/mock/MockAction.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/mock/MockActionServlet.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/mock/MockEnumeration.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/mock/MockFormBean.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/mock/MockHttpServletRequest.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/mock/MockHttpServletResponse.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/mock/MockHttpSession.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/mock/MockMultipartRequestHandler.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/mock/MockPageContext.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/mock/MockPrincipal.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/mock/MockServletConfig.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/mock/MockServletContext.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/mock/TestMockBase.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/mock/package.html [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/package.html [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/upload/CommonsMultipartRequestHandler.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/upload/FormFile.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/upload/MultipartRequestHandler.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/upload/MultipartRequestWrapper.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/upload/doc-files/uploadUML.jpg [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/upload/package.html [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/util/ImageButtonBean.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/util/IteratorAdapter.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/util/LabelValueBean.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/util/LocalStrings.properties [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/util/LocalStrings_ja.properties [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/util/MessageResources.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/util/MessageResourcesFactory.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/util/ModuleException.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/util/ModuleUtils.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/util/PropertyMessageResources.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/util/PropertyMessageResourcesFactory.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/util/RequestUtils.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/util/ResponseUtils.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/util/ServletContextWriter.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/util/TokenProcessor.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/util/WildcardHelper.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/util/package.html [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/validator/BeanValidatorForm.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/validator/DynaValidatorForm.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/validator/FieldChecks.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/validator/LazyValidatorForm.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/validator/LocalStrings.properties [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/validator/Resources.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/validator/ValidatorForm.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/validator/ValidatorPlugIn.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/validator/doc-files/validatorUML.jpg [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/validator/package.html [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/validator/validwhen/ValidWhen.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/validator/validwhen/ValidWhenLexer.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/validator/validwhen/ValidWhenParser.g [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/validator/validwhen/ValidWhenParser.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/validator/validwhen/ValidWhenParserTokenTypes.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/validator/validwhen/ValidWhenParserTokenTypes.txt [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/validator/validwhen/package.html [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/java/org/apache/struts/validator/validwhen/readme.txt [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/resources/LICENSE.txt [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/resources/NOTICE.txt [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/resources/org/apache/struts/chain/chain-config.xml [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/resources/org/apache/struts/resources/struts-config_1_0.dtd [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/resources/org/apache/struts/resources/struts-config_1_1.dtd [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/resources/org/apache/struts/resources/struts-config_1_2.dtd [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/resources/org/apache/struts/resources/struts-config_1_3.dtd [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/resources/org/apache/struts/resources/web-app_2_3.dtd [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/resources/org/apache/struts/validator/validator-rules-compressed.xml [deleted file]
tests/projects/struts-1.3.9-diet/core/src/main/resources/org/apache/struts/validator/validator-rules.xml [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/action/TestActionMessage.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/action/TestActionMessages.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/action/TestActionRedirect.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/action/TestActionServlet.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/action/TestDynaActionForm.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/action/TestDynaActionFormClass.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/chain/commands/generic/TestCopyFormToContext.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/chain/commands/generic/TestWrappingLookupCommand.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/chain/commands/servlet/TestAuthorizeAction.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/chain/commands/servlet/TestPerformForward.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/chain/commands/servlet/TestSetOriginalURI.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/config/CustomMappingTest.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/config/TestActionConfig.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/config/TestActionConfigMatcher.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/config/TestFormBeanConfig.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/config/TestFormPropertyConfig.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/config/TestForwardConfig.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/config/TestModuleConfig.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/config/struts-config-1.1.xml [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/config/struts-config-custom-mapping-1.1.xml [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/config/struts-config-custom-mapping.xml [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/config/struts-config.xml [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/util/Foo.properties [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/util/Foo_de.properties [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/util/Foo_de_DE.properties [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/util/Foo_en.properties [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/util/Foo_en_US.properties [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/util/TestPropertyMessageResources.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/util/TestRequestUtils.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/util/TestRequestUtilsPopulate.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/validator/PojoBean.java [deleted file]
tests/projects/struts-1.3.9-diet/core/src/test/java/org/apache/struts/validator/TestValidWhen.java [deleted file]
tests/projects/struts-1.3.9-diet/pom.xml [deleted file]
tests/projects/struts-1.3.9-diet/taglib/pom.xml [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/LocalStrings.properties [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/LocalStrings_ja.properties [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/TagUtils.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/CookieTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/CookieTei.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/DefineTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/DefineTei.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/HeaderTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/HeaderTei.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/IncludeTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/IncludeTei.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/LocalStrings.properties [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/LocalStrings_ja.properties [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/MessageTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/PageTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/PageTei.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/ParameterTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/ParameterTei.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/ResourceTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/ResourceTei.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/SizeTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/SizeTei.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/StrutsTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/StrutsTei.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/WriteTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/doc-files/beanUML.gif [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/bean/package.html [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/BaseFieldTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/BaseHandlerTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/BaseInputTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/BaseTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/ButtonTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/CancelTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/CheckboxTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/Constants.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/ErrorsTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/FileTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/FormTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/FrameTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/HiddenTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/HtmlTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/ImageTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/ImgTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/JavascriptValidatorTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/LinkTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/LocalStrings.properties [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/LocalStrings_ja.properties [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/MessagesTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/MessagesTei.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/MultiboxTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/OptionTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/OptionsCollectionTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/OptionsTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/ParamTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/PasswordTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/RadioTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/ResetTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/RewriteTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/SelectTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/SubmitTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/TextTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/TextareaTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/XhtmlTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/doc-files/htmlUML.gif [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/html/package.html [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/CompareTagBase.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/ConditionalTagBase.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/EmptyTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/EqualTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/ForwardTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/GreaterEqualTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/GreaterThanTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/IterateTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/IterateTei.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/LessEqualTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/LessThanTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/LocalStrings.properties [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/LocalStrings_ja.properties [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/MatchTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/MessagesNotPresentTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/MessagesPresentTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/NotEmptyTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/NotEqualTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/NotMatchTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/NotPresentTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/PresentTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/RedirectTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/doc-files/logicUML.gif [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/logic/package.html [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/NestedNameSupport.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/NestedParentSupport.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/NestedPropertyHelper.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/NestedPropertySupport.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/NestedPropertyTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/NestedReference.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/NestedRootTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/NestedTagSupport.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/NestedWriteNestingTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/NestedWriteNestingTei.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/bean/NestedDefineTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/bean/NestedDefineTei.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/bean/NestedMessageTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/bean/NestedSizeTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/bean/NestedWriteTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/bean/doc-files/nested-bean.gif [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/bean/package.html [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/doc-files/nestedUML.gif [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/NestedCheckboxTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/NestedErrorsTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/NestedFileTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/NestedFormTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/NestedHiddenTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/NestedImageTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/NestedImgTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/NestedLinkTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/NestedMessagesTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/NestedMultiboxTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/NestedOptionsCollectionTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/NestedOptionsTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/NestedPasswordTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/NestedRadioTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/NestedSelectTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/NestedSubmitTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/NestedTextTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/NestedTextareaTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/doc-files/nested-html.gif [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/html/package.html [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/logic/NestedEmptyTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/logic/NestedEqualTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/logic/NestedGreaterEqualTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/logic/NestedGreaterThanTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/logic/NestedIterateTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/logic/NestedIterateTei.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/logic/NestedLessEqualTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/logic/NestedLessThanTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/logic/NestedMatchTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/logic/NestedMessagesNotPresentTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/logic/NestedMessagesPresentTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/logic/NestedNotEmptyTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/logic/NestedNotEqualTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/logic/NestedNotMatchTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/logic/NestedNotPresentTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/logic/NestedPresentTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/logic/doc-files/nested-logic.gif [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/logic/package.html [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/java/org/apache/struts/taglib/nested/package.html [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/resources/LICENSE.txt [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/resources/META-INF/tld/struts-bean.tld [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/resources/META-INF/tld/struts-html.tld [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/resources/META-INF/tld/struts-logic.tld [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/resources/META-INF/tld/struts-nested.tld [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/main/resources/NOTICE.txt [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/test/java/org/apache/struts/taglib/TagTestBase.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/test/java/org/apache/struts/taglib/TestTagUtils.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/test/java/org/apache/struts/taglib/html/TestHtmlTag.java [deleted file]
tests/projects/struts-1.3.9-diet/taglib/src/test/java/org/apache/struts/taglib/sample.properties [deleted file]
tests/projects/testing/README.txt [deleted file]
tests/projects/testing/xoo-half-covered/pom.xml [deleted file]
tests/projects/testing/xoo-half-covered/sonar-project.properties [deleted file]
tests/projects/testing/xoo-half-covered/src/main/xoo/org/sonar/tests/halfcovered/Covered.xoo [deleted file]
tests/projects/testing/xoo-half-covered/src/main/xoo/org/sonar/tests/halfcovered/Covered.xoo.coverage [deleted file]
tests/projects/testing/xoo-half-covered/src/main/xoo/org/sonar/tests/halfcovered/UnCovered.xoo [deleted file]
tests/projects/testing/xoo-half-covered/src/main/xoo/org/sonar/tests/halfcovered/UnCovered.xoo.coverage [deleted file]
tests/projects/testing/xoo-sample-it-coverage/sonar-project.properties [deleted file]
tests/projects/testing/xoo-sample-it-coverage/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/testing/xoo-sample-it-coverage/src/main/xoo/sample/Sample.xoo.itcoverage [deleted file]
tests/projects/testing/xoo-sample-new-coverage-v1/sonar-project.properties [deleted file]
tests/projects/testing/xoo-sample-new-coverage-v1/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/testing/xoo-sample-new-coverage-v1/src/main/xoo/sample/Sample.xoo.coverage [deleted file]
tests/projects/testing/xoo-sample-new-coverage-v1/src/main/xoo/sample/Sample.xoo.itcoverage [deleted file]
tests/projects/testing/xoo-sample-new-coverage-v1/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/testing/xoo-sample-new-coverage-v1/src/main/xoo/sample/Sample.xoo.overallcoverage [deleted file]
tests/projects/testing/xoo-sample-new-coverage-v1/src/main/xoo/sample/Sample.xoo.scm [deleted file]
tests/projects/testing/xoo-sample-new-coverage-v2/sonar-project.properties [deleted file]
tests/projects/testing/xoo-sample-new-coverage-v2/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/testing/xoo-sample-new-coverage-v2/src/main/xoo/sample/Sample.xoo.coverage [deleted file]
tests/projects/testing/xoo-sample-new-coverage-v2/src/main/xoo/sample/Sample.xoo.itcoverage [deleted file]
tests/projects/testing/xoo-sample-new-coverage-v2/src/main/xoo/sample/Sample.xoo.measures [deleted file]
tests/projects/testing/xoo-sample-new-coverage-v2/src/main/xoo/sample/Sample.xoo.overallcoverage [deleted file]
tests/projects/testing/xoo-sample-new-coverage-v2/src/main/xoo/sample/Sample.xoo.scm [deleted file]
tests/projects/testing/xoo-sample-overall-coverage/sonar-project.properties [deleted file]
tests/projects/testing/xoo-sample-overall-coverage/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/testing/xoo-sample-overall-coverage/src/main/xoo/sample/Sample.xoo.coverage [deleted file]
tests/projects/testing/xoo-sample-overall-coverage/src/main/xoo/sample/Sample.xoo.itcoverage [deleted file]
tests/projects/testing/xoo-sample-overall-coverage/src/main/xoo/sample/Sample.xoo.overallcoverage [deleted file]
tests/projects/testing/xoo-sample-ut-coverage-no-condition/sonar-project.properties [deleted file]
tests/projects/testing/xoo-sample-ut-coverage-no-condition/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/testing/xoo-sample-ut-coverage-no-condition/src/main/xoo/sample/Sample.xoo.coverage [deleted file]
tests/projects/testing/xoo-sample-ut-coverage/sonar-project.properties [deleted file]
tests/projects/testing/xoo-sample-ut-coverage/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/testing/xoo-sample-ut-coverage/src/main/xoo/sample/Sample.xoo.coverage [deleted file]
tests/projects/testing/xoo-sample-with-coverage-per-test/sonar-project.properties [deleted file]
tests/projects/testing/xoo-sample-with-coverage-per-test/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/testing/xoo-sample-with-coverage-per-test/src/main/xoo/sample/Sample2.xoo [deleted file]
tests/projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/Sample2Test.xoo [deleted file]
tests/projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/Sample2Test.xoo.test [deleted file]
tests/projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/Sample2Test.xoo.testcoverage [deleted file]
tests/projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/SampleTest.xoo [deleted file]
tests/projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/SampleTest.xoo.test [deleted file]
tests/projects/testing/xoo-sample-with-coverage-per-test/src/test/xoo/sample/SampleTest.xoo.testcoverage [deleted file]
tests/projects/testing/xoo-sample-with-tests-execution-details/sonar-project.properties [deleted file]
tests/projects/testing/xoo-sample-with-tests-execution-details/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/testing/xoo-sample-with-tests-execution-details/src/test/xoo/sample/SampleTest.xoo [deleted file]
tests/projects/testing/xoo-sample-with-tests-execution-details/src/test/xoo/sample/SampleTest.xoo.test [deleted file]
tests/projects/testing/xoo-sample-with-tests-execution-measures/sonar-project.properties [deleted file]
tests/projects/testing/xoo-sample-with-tests-execution-measures/src/main/xoo/sample/Sample.xoo [deleted file]
tests/projects/testing/xoo-sample-with-tests-execution-measures/src/test/xoo/sample/SampleTest.xoo [deleted file]
tests/projects/testing/xoo-sample-with-tests-execution-measures/src/test/xoo/sample/SampleTest.xoo.measures [deleted file]
tests/resilience/active_rule_indexer.btm [deleted file]
tests/resilience/exception_on_listener.btm [deleted file]
tests/resilience/making_ce_indexation_failing.btm [deleted file]
tests/resilience/rule_indexer.btm [deleted file]
tests/resilience/user_indexer.btm [deleted file]
tests/src/test/java/org/sonarqube/tests/Byteman.java [deleted file]
tests/src/test/java/org/sonarqube/tests/Category1Suite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/Category3Suite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/Category4Suite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/Category5Suite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/Category6Suite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/analysis/AnalysisEsResilienceTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/analysis/ExtensionLifecycleTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/analysis/FavoriteTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/analysis/FileExclusionsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/analysis/IssueExclusionsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/analysis/IssueJsonReportTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/analysis/IssuesModeTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/analysis/LinksTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/analysis/MultiLanguageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/analysis/PermissionTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/analysis/ProjectBuilderTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/analysis/ProjectMeasureTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/analysis/RedirectTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/analysis/ReportDumpTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/analysis/SSLTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/analysis/ScannerTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/analysis/SettingsEncryptionTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/analysis/TempFolderTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/authorization/AuthorizationSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/authorization/ExecuteAnalysisPermissionTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/authorization/IssuePermissionTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/authorization/PermissionSearchTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/authorization/PermissionTemplatePageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/authorization/PermissionTemplateTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/authorization/ProjectPermissionsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/authorization/ProvisioningPermissionTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/authorization/QualityProfileAdminPermissionTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/authorization/SystemPasscodeTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/ce/BackgroundTasksTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/ce/CeShutdownTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/ce/CeTempDirTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/ce/CeWorkersPauseTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/ce/CeWorkersTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/ce/CeWsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/ce/ReportFailureNotificationTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/component/BranchTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/component/CodePageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/component/ComponentSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/component/ComponentsWsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/component/ModuleTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/duplication/CrossModuleDuplicationsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/duplication/CrossProjectDuplicationsOnRemoveFileTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/duplication/CrossProjectDuplicationsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/duplication/DuplicationSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/duplication/DuplicationsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/duplication/NewDuplicationsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/AbstractIssueTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/AutoAssignTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/CommonRulesTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/CustomRulesTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/ExternalIssueSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/ExternalIssueTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/IssueActionTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/IssueBulkChangeTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/IssueChangelogTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/IssueCreationDatePluginChangedTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/IssueCreationDateQPChangedTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/IssueCreationTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/IssueFilterExtensionTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/IssueFilterOnCommonRulesTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/IssueFilterTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/IssueMeasureTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/IssueNotificationsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/IssuePurgeTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/IssueSearchTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/IssueSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/IssueTagsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/IssueTrackingTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/IssueWorkflowTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/IssuesPageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/NewIssuesMeasureTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/OrganizationIssueAssignTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/OrganizationIssueSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/issue/OrganizationIssuesPageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/lite/LiteSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/lite/LiteTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/marketplace/UpdateCenterTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/measure/ComplexityMeasuresTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/measure/CustomMeasuresTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/measure/DecimalScaleMetricTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/measure/DifferentialPeriodsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/measure/LiveMeasuresTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/measure/MeasureSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/measure/MeasuresWsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/measure/ProjectActivityPageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/measure/ProjectDashboardTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/measure/ProjectMeasuresPageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/measure/SincePreviousVersionHistoryTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/measure/SinceXDaysHistoryTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/measure/TimeMachineTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/organization/BillingTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/organization/OrganizationMembershipTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/organization/OrganizationMembershipUiTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/organization/OrganizationSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/organization/OrganizationTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/organization/OrganizationWebExtensionsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/organization/PersonalOrganizationTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/organization/RootUserTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/performance/AbstractPerfTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/performance/MavenLogs.java [deleted file]
tests/src/test/java/org/sonarqube/tests/performance/MavenLogsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/performance/PerfRule.java [deleted file]
tests/src/test/java/org/sonarqube/tests/performance/ServerLogs.java [deleted file]
tests/src/test/java/org/sonarqube/tests/performance/ServerLogsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/performance/scanner/BootstrappingTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/performance/scanner/DuplicationTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/performance/scanner/FileSystemTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/performance/scanner/HighlightingTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/performance/scanner/IssuesModeTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/performance/scanner/MemoryTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/performance/scanner/ScannerPerformanceSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/performance/server/ComputeEnginePerfTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/performance/server/ServerPerfTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/performance/server/ServerPerformanceSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/PluginsSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/PluginsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/Project.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/VersionPluginTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/AbapCheck.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/CCheck.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/Check.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/CobolCheck.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/CppCheck.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/CssCheck.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/FlexCheck.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/GoCheck.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/GroovyCheck.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/JavaCheck.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/JavascriptCheck.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/PhpCheck.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/PliCheck.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/PlsqlCheck.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/PythonCheck.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/RpgCheck.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/SwiftCheck.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/Validation.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/VbCheck.java [deleted file]
tests/src/test/java/org/sonarqube/tests/plugins/checks/WebCheck.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/OrganizationProjectSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/ProjectBadgesTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/ProjectBulkDeletionPageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/ProjectBulkDeletionTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/ProjectDeletionTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/ProjectFilterTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/ProjectInfoTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/ProjectKeyUpdatePageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/ProjectKeyUpdateTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/ProjectLeakPageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/ProjectLinksTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/ProjectListTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/ProjectProvisioningTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/ProjectSearchTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/ProjectSettingsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/ProjectSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/ProjectVisibilityPageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/ProjectsExplorePageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/ProjectsPageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/project/SonarCloudProjectBadgesTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityGate/OrganizationQualityGateForSmallChangesetsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityGate/OrganizationQualityGateSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityGate/OrganizationQualityGateTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityGate/OrganizationQualityGateUiTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityGate/ProjectQualityGatePageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityGate/QualityGateNotificationTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityGate/QualityGateOnRatingMeasuresTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityGate/QualityGateSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityGate/QualityGateTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityGate/QualityGateUiTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityModel/MaintainabilityMeasureTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityModel/MaintainabilityRatingMeasureTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityModel/NewDebtRatioMeasureTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityModel/QualityModelSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityModel/ReliabilityMeasureTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityModel/SecurityMeasureTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityModel/TechnicalDebtAndIssueNewMeasuresTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityModel/TechnicalDebtInIssueChangelogTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityModel/TechnicalDebtTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityProfile/ActiveRuleEsResilienceTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityProfile/BuiltInQualityProfilesNotificationTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityProfile/BuiltInQualityProfilesTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityProfile/CustomQualityProfilesTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityProfile/OrganizationQualityProfilesUiTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityProfile/PluginWithoutBuiltinQualityProfileTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityProfile/QualityProfileSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityProfile/QualityProfileUpdateTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityProfile/QualityProfilesEditTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityProfile/QualityProfilesUiTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/qualityProfile/QualityProfilesWsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/rule/RuleEsResilienceTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/rule/RuleReKeyingTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/rule/RuleTagsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/rule/RulesMarkdownTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/rule/RulesPageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/rule/RulesWsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/serverSystem/BlueGreenTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/serverSystem/HttpHeadersTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/serverSystem/LogsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/serverSystem/PingTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/serverSystem/RestartTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/serverSystem/ServerSystemRestartingOrchestrator.java [deleted file]
tests/src/test/java/org/sonarqube/tests/serverSystem/ServerSystemTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/serverSystem/SystemInfoTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/serverSystem/SystemStateTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/settings/DeprecatedPropertiesWsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/settings/EmailsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/settings/PropertySetsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/settings/SettingsSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/settings/SettingsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/settings/SettingsTestRestartingOrchestrator.java [deleted file]
tests/src/test/java/org/sonarqube/tests/settings/ValidatorsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/source/EncodingTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/source/LineData.java [deleted file]
tests/src/test/java/org/sonarqube/tests/source/NoScmTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/source/NoScmThenScmTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/source/ScmTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/source/ScmThenNoScmTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/source/SignificantCodeTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/source/SourceScmWS.java [deleted file]
tests/src/test/java/org/sonarqube/tests/source/SourceSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/source/SourceViewerTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/startup/StartupIndexationTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/telemetry/TelemetryOptOutTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/telemetry/TelemetryUploadTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/test/CoverageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/test/CoverageTrackingTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/test/NewCoverageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/test/TestExecutionTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/test/TestSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/ui/DocumentationTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/ui/UiExtensionsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/ui/UiSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/ui/UiTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/upgrade/ServerMigrationCall.java [deleted file]
tests/src/test/java/org/sonarqube/tests/upgrade/ServerMigrationResponse.java [deleted file]
tests/src/test/java/org/sonarqube/tests/upgrade/ServerStatusCall.java [deleted file]
tests/src/test/java/org/sonarqube/tests/upgrade/ServerStatusResponse.java [deleted file]
tests/src/test/java/org/sonarqube/tests/upgrade/UpgradeSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/upgrade/UpgradeTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/upgrade/WsCallAndWait.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/BaseIdentityProviderTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/FavoritesWsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/ForceAuthenticationTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/HomepageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/HttpHeadersAuthenticationTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/LocalAuthenticationTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/MyAccountPageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/NotificationsWsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/OAuth2IdentityProviderTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/OnboardingTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/OrganizationBaseIdentityProviderTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/RealmAuthenticationTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/RootUserInStandaloneModeTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/SonarCloudHomepageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/SonarCloudNotificationsWsTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/SonarCloudOAuth2IdentityProviderTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/SonarCloudUpdateLoginDuringAuthenticationTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/SonarCloudUserSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/UserEsResilienceTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/UserSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/UserTokensTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/user/UsersPageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/webhook/ExternalServer.java [deleted file]
tests/src/test/java/org/sonarqube/tests/webhook/PayloadRequest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/webhook/WebhooksPageTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/webhook/WebhooksSuite.java [deleted file]
tests/src/test/java/org/sonarqube/tests/webhook/WebhooksTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/ws/WsLocalCallTest.java [deleted file]
tests/src/test/java/org/sonarqube/tests/ws/WsTest.java [deleted file]
tests/src/test/java/util/ItUtils.java [deleted file]
tests/src/test/java/util/LoadedProfiles.java [deleted file]
tests/src/test/java/util/LoadedProjects.java [deleted file]
tests/src/test/java/util/Profile.java [deleted file]
tests/src/test/java/util/ProjectAnalysis.java [deleted file]
tests/src/test/java/util/ProjectAnalysisRule.java [deleted file]
tests/src/test/java/util/ProjectState.java [deleted file]
tests/src/test/java/util/issue/IssueRule.java [deleted file]
tests/src/test/java/util/selenium/ByCssSelectorOrByNameOrById.java [deleted file]
tests/src/test/java/util/selenium/Consumer.java [deleted file]
tests/src/test/java/util/selenium/ElementFilter.java [deleted file]
tests/src/test/java/util/selenium/Failure.java [deleted file]
tests/src/test/java/util/selenium/LazyDomElement.java [deleted file]
tests/src/test/java/util/selenium/LazyShould.java [deleted file]
tests/src/test/java/util/selenium/Optional.java [deleted file]
tests/src/test/java/util/selenium/Retry.java [deleted file]
tests/src/test/java/util/selenium/Selenese.java [deleted file]
tests/src/test/java/util/selenium/SeleneseRunner.java [deleted file]
tests/src/test/java/util/selenium/Text.java [deleted file]
tests/src/test/java/util/selenium/WebElementHelper.java [deleted file]
tests/src/test/java/util/user/GroupManagement.java [deleted file]
tests/src/test/java/util/user/Groups.java [deleted file]
tests/src/test/java/util/user/UserRule.java [deleted file]
tests/src/test/java/util/user/Users.java [deleted file]
tests/src/test/resources/analysis/BatchTest/one-issue-per-line.xml [deleted file]
tests/src/test/resources/analysis/IssueJsonReportTest/multiline.xml [deleted file]
tests/src/test/resources/analysis/IssueJsonReportTest/no-server-analysis.json [deleted file]
tests/src/test/resources/analysis/IssueJsonReportTest/one-issue-per-line.xml [deleted file]
tests/src/test/resources/analysis/IssueJsonReportTest/report-on-root-module.json [deleted file]
tests/src/test/resources/analysis/IssueJsonReportTest/report-on-single-module-branch.json [deleted file]
tests/src/test/resources/analysis/IssueJsonReportTest/report-on-single-module.json [deleted file]
tests/src/test/resources/analysis/IssueJsonReportTest/report-on-sub-module.json [deleted file]
tests/src/test/resources/analysis/IssuesModeTest/empty.xml [deleted file]
tests/src/test/resources/analysis/IssuesModeTest/one-issue-per-line-empty.xml [deleted file]
tests/src/test/resources/analysis/IssuesModeTest/one-issue-per-line.xml [deleted file]
tests/src/test/resources/analysis/IssuesModeTest/with-many-rules.xml [deleted file]
tests/src/test/resources/analysis/MultiLanguageTest/one-issue-per-line-xoo2.xml [deleted file]
tests/src/test/resources/analysis/MultiLanguageTest/one-issue-per-line.xml [deleted file]
tests/src/test/resources/analysis/SSLTest/README [deleted file]
tests/src/test/resources/analysis/SSLTest/clientkeystore.jks [deleted file]
tests/src/test/resources/analysis/SSLTest/clienttruststore.jks [deleted file]
tests/src/test/resources/analysis/SSLTest/openssl.cnf [deleted file]
tests/src/test/resources/analysis/SSLTest/serverkeystore.jks [deleted file]
tests/src/test/resources/analysis/SSLTest/servertruststore.jks [deleted file]
tests/src/test/resources/analysis/SettingsEncryptionTest/sonar-secret.txt [deleted file]
tests/src/test/resources/analysis/TempFolderTest/one-issue-per-line.xml [deleted file]
tests/src/test/resources/authorisation/ProvisioningPermissionTest/should-be-able-to-provision-project.html [deleted file]
tests/src/test/resources/authorisation/ProvisioningPermissionTest/should-not-be-able-to-provision-project.html [deleted file]
tests/src/test/resources/authorisation/QualityProfileAdminPermissionTest/normal-user.html [deleted file]
tests/src/test/resources/authorisation/QualityProfileAdminPermissionTest/profile-admin.html [deleted file]
tests/src/test/resources/authorisation/one-issue-per-line-profile.xml [deleted file]
tests/src/test/resources/dbCleaner/one-issue-per-line-profile.xml [deleted file]
tests/src/test/resources/duplication/CrossProjectDuplicationsOnRemoveFileTest/duplications-with-deleted-project.html [deleted file]
tests/src/test/resources/duplication/CrossProjectDuplicationsOnRemoveFileTest/duplications_on_removed_file-expected.json [deleted file]
tests/src/test/resources/duplication/CrossProjectDuplicationsTest/cross-project-duplications-viewer.html [deleted file]
tests/src/test/resources/duplication/CrossProjectDuplicationsTest/duplications_show-expected.json [deleted file]
tests/src/test/resources/duplication/CrossProjectDuplicationsTest/sources_lines_duplication-expected.json [deleted file]
tests/src/test/resources/duplication/DuplicationsTest/duplications_show-expected.json [deleted file]
tests/src/test/resources/duplication/DuplicationsTest/sources_lines_duplication-expected.json [deleted file]
tests/src/test/resources/duplication/xoo-duplication-profile.xml [deleted file]
tests/src/test/resources/exclusions/IssueExclusionsTest/with-many-rules.xml [deleted file]
tests/src/test/resources/i18n/default-locale-is-english.html [deleted file]
tests/src/test/resources/i18n/french-locale.html [deleted file]
tests/src/test/resources/i18n/french-pack.html [deleted file]
tests/src/test/resources/i18n/locale-with-france-country.html [deleted file]
tests/src/test/resources/i18n/locale-with-swiss-country.html [deleted file]
tests/src/test/resources/issue/CommonRulesTest/xoo-common-rules-profile.xml [deleted file]
tests/src/test/resources/issue/CustomRulesTest/custom.xml [deleted file]
tests/src/test/resources/issue/ExternalIssueTest/no-rules.xml [deleted file]
tests/src/test/resources/issue/IssueActionTest/xoo-one-issue-per-line-profile.xml [deleted file]
tests/src/test/resources/issue/IssueBulkChangeTest/one-issue-per-line-profile.xml [deleted file]
tests/src/test/resources/issue/IssueChangelogTest/one-issue-per-line-profile.xml [deleted file]
tests/src/test/resources/issue/IssueCreationDatePluginChangedTest/profile.xml [deleted file]
tests/src/test/resources/issue/IssueCreationDateQPChangedTest/no-rules.xml [deleted file]
tests/src/test/resources/issue/IssueCreationDateQPChangedTest/one-rule.xml [deleted file]
tests/src/test/resources/issue/IssueCreationTest/override-profile-severity.xml [deleted file]
tests/src/test/resources/issue/IssueCreationTest/with-custom-message.xml [deleted file]
tests/src/test/resources/issue/IssueFilterExtensionTest/xoo-with-many-rules.xml [deleted file]
tests/src/test/resources/issue/IssueFilterOnCommonRulesTest/xoo-common-rules-profile.xml [deleted file]
tests/src/test/resources/issue/IssueFilterTest/with-many-rules.xml [deleted file]
tests/src/test/resources/issue/IssuePurgeTest/with-many-rules.xml [deleted file]
tests/src/test/resources/issue/IssueTrackingTest/one-issue-per-module-profile.xml [deleted file]
tests/src/test/resources/issue/IssueWorkflowTest/xoo-one-issue-per-line-profile.xml [deleted file]
tests/src/test/resources/issue/NewIssuesMeasureTest/profile1.xml [deleted file]
tests/src/test/resources/issue/NewIssuesMeasureTest/profile2.xml [deleted file]
tests/src/test/resources/issue/issue-on-tag-foobar.xml [deleted file]
tests/src/test/resources/issue/one-issue-per-file-profile.xml [deleted file]
tests/src/test/resources/issue/one-issue-per-line-profile.xml [deleted file]
tests/src/test/resources/issue/with-many-rules.xml [deleted file]
tests/src/test/resources/logback-test.xml [deleted file]
tests/src/test/resources/marketplace/UpdateCenterTest/update-center.properties [deleted file]
tests/src/test/resources/measure/LiveMeasuresTest/one-bug-per-line-profile.xml [deleted file]
tests/src/test/resources/measure/ProjectDashboardTest/test_project_overview_after_first_analysis.html [deleted file]
tests/src/test/resources/measure/one-issue-per-file.xml [deleted file]
tests/src/test/resources/measure/one-issue-per-line-profile.xml [deleted file]
tests/src/test/resources/measure/one-issue-per-line.xml [deleted file]
tests/src/test/resources/one-xoo-issue-per-line.xml [deleted file]
tests/src/test/resources/organization/IssueAssignTest/one-issue-per-file-profile.xml [deleted file]
tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_copy.html [deleted file]
tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_create.html [deleted file]
tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_delete.html [deleted file]
tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_display_changelog.html [deleted file]
tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_display_list.html [deleted file]
tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_display_profile_exporters.html [deleted file]
tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_display_profile_inheritance.html [deleted file]
tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_display_profile_rules.html [deleted file]
tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_filter_by_language.html [deleted file]
tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_open_from_list.html [deleted file]
tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_rename.html [deleted file]
tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_restore.html [deleted file]
tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_set_default.html [deleted file]
tests/src/test/resources/projectAdministration/BackgroundTasksTest/should_not_display_failing_and_search_and_filter_elements_on_project_level_page.html [deleted file]
tests/src/test/resources/projectAdministration/ProjectAdministrationTest/project-deletion/project-deletion.html [deleted file]
tests/src/test/resources/projectAdministration/ProjectPermissionsTest/test_project_permissions_page_shows_only_single_project.html [deleted file]
tests/src/test/resources/projectComparison/ProjectComparisonTest/should-add-metrics.html [deleted file]
tests/src/test/resources/projectComparison/ProjectComparisonTest/should-add-projects.html [deleted file]
tests/src/test/resources/projectComparison/ProjectComparisonTest/should-display-basic-set-of-metrics.html [deleted file]
tests/src/test/resources/projectComparison/ProjectComparisonTest/should-move-and-remove-metrics.html [deleted file]
tests/src/test/resources/projectComparison/ProjectComparisonTest/should-move-and-remove-projects.html [deleted file]
tests/src/test/resources/projectComparison/ProjectComparisonTest/should-not-add-differential-metrics.html [deleted file]
tests/src/test/resources/projectSearch/SearchProjectsTest/with-many-rules.xml [deleted file]
tests/src/test/resources/qualityGate/QualityGateOnRatingMeasuresTest/with-many-rules.xml [deleted file]
tests/src/test/resources/qualityGate/QualityGateUiTest/should-display-alerts-correctly-history-page.html [deleted file]
tests/src/test/resources/qualityGate/QualityGateUiTest/should_display_quality_gates_page.html [deleted file]
tests/src/test/resources/qualityGate/notifications/activate_notification_channels.html [deleted file]
tests/src/test/resources/qualityGate/notifications/email_configuration.html [deleted file]
tests/src/test/resources/qualityModel/has-hello-tag.xml [deleted file]
tests/src/test/resources/qualityModel/one-day-debt-per-file.xml [deleted file]
tests/src/test/resources/qualityModel/one-issue-per-file.xml [deleted file]
tests/src/test/resources/qualityModel/one-issue-per-line.xml [deleted file]
tests/src/test/resources/qualityModel/with-many-rules.xml [deleted file]
tests/src/test/resources/qualityModel/without-type-bug.xml [deleted file]
tests/src/test/resources/qualityModel/without-type-code-smells.xml [deleted file]
tests/src/test/resources/qualityModel/without-type-vulnerability.xml [deleted file]
tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_copy.html [deleted file]
tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_create.html [deleted file]
tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_delete.html [deleted file]
tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_display_changelog.html [deleted file]
tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_display_list.html [deleted file]
tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_display_profile_exporters.html [deleted file]
tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_display_profile_inheritance.html [deleted file]
tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_display_profile_projects.html [deleted file]
tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_display_profile_rules.html [deleted file]
tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_filter_by_language.html [deleted file]
tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_open_from_list.html [deleted file]
tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_rename.html [deleted file]
tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_restore.html [deleted file]
tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_set_default.html [deleted file]
tests/src/test/resources/serverSystem/HttpsTest/keystore.jks [deleted file]
tests/src/test/resources/serverSystem/HttpsTest/keystore.jks.txt [deleted file]
tests/src/test/resources/serverSystem/ServerSystemTest/derby-warning.html [deleted file]
tests/src/test/resources/serverSystem/ServerSystemTest/hide-jdbc-settings.html [deleted file]
tests/src/test/resources/serverSystem/ServerSystemTest/incompatible-plugin-1.0.jar [deleted file]
tests/src/test/resources/serverSystem/ServerSystemTest/url_ending_by_jsp.html [deleted file]
tests/src/test/resources/settings/SettingsTest/sonar-secret.txt [deleted file]
tests/src/test/resources/sourceCode/EncodingTest/japanese_sources.html [deleted file]
tests/src/test/resources/sourceCode/HighlightingTest/symbol-usages-highlighting.html [deleted file]
tests/src/test/resources/sourceCode/HighlightingTest/syntax-highlighting-v1.html [deleted file]
tests/src/test/resources/sourceCode/HighlightingTest/syntax-highlighting-v2.html [deleted file]
tests/src/test/resources/sourceCode/HighlightingTest/syntax-highlighting.html [deleted file]
tests/src/test/resources/test/CoverageTest/it_coverage-expected.json [deleted file]
tests/src/test/resources/test/CoverageTest/unit_test_coverage-expected.json [deleted file]
tests/src/test/resources/test/CoverageTest/unit_test_coverage_no_condition-expected.json [deleted file]
tests/src/test/resources/test/CoverageTest/ut_and_it_coverage-expected.json [deleted file]
tests/src/test/resources/test/CoverageTrackingTest/covered_files-expected.json [deleted file]
tests/src/test/resources/test/CoverageTrackingTest/tests-expected.json [deleted file]
tests/src/test/resources/test/TestExecutionTest/expected.json [deleted file]
tests/src/test/resources/ui/UiExtensionsTest/static-files.html [deleted file]
tests/src/test/resources/user/LocalAuthenticationTest/allow_users_to_sign_up.html [deleted file]
tests/src/test/resources/user/LocalAuthenticationTest/force-authentication.html [deleted file]
tests/src/test/resources/user/LocalAuthenticationTest/login_successful.html [deleted file]
tests/src/test/resources/user/LocalAuthenticationTest/login_wrong_password.html [deleted file]
tests/src/test/resources/user/LocalAuthenticationTest/should_not_be_unlogged_when_going_to_login_page.html [deleted file]
tests/src/test/resources/user/MyAccountPageTest/should_display_no_projects.html [deleted file]
tests/src/test/resources/user/MyAccountPageTest/should_display_projects.html [deleted file]