Browse Source

Update license headers

tags/6.7.6
Julien Lancelot 5 years ago
parent
commit
302f75de1e
100 changed files with 164 additions and 114 deletions
  1. 2
    2
      tests/plugins/access-secured-props-plugin/src/main/java/AccessSecuredPropsPlugin.java
  2. 1
    1
      tests/plugins/access-secured-props-plugin/src/main/java/AccessSecuredPropsSensor.java
  3. 2
    4
      tests/plugins/access-secured-props-plugin/src/main/java/AccessSecuredPropsTaskExtension.java
  4. 1
    1
      tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/BackdatingPlugin.java
  5. 1
    1
      tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/package-info.java
  6. 1
    1
      tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/rule/CustomRulesDefinition.java
  7. 1
    1
      tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/rule/MyCustomProcessor.java
  8. 1
    1
      tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/rule/package-info.java
  9. 1
    1
      tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/BackdatingPlugin.java
  10. 1
    1
      tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/api/CustomProcessor.java
  11. 1
    1
      tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/package-info.java
  12. 1
    1
      tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/rule/BackRulesDefinition.java
  13. 1
    1
      tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/rule/BackSensorV1.java
  14. 1
    1
      tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/rule/package-info.java
  15. 1
    1
      tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/BackdatingPlugin.java
  16. 1
    1
      tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/api/CustomProcessor.java
  17. 1
    1
      tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/package-info.java
  18. 1
    1
      tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/rule/BackRulesDefinition.java
  19. 1
    1
      tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/rule/BackSensorV2.java
  20. 1
    1
      tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/rule/package-info.java
  21. 1
    1
      tests/plugins/base-auth-plugin/src/main/java/FakeBaseAuthPlugin.java
  22. 1
    1
      tests/plugins/base-auth-plugin/src/main/java/FakeBaseIdProvider.java
  23. 1
    1
      tests/plugins/batch-plugin/src/main/java/com/sonarsource/BatchPlugin.java
  24. 1
    1
      tests/plugins/batch-plugin/src/main/java/com/sonarsource/DumpSettingsInitializer.java
  25. 1
    1
      tests/plugins/batch-plugin/src/main/java/com/sonarsource/RaiseMessageException.java
  26. 1
    1
      tests/plugins/batch-plugin/src/main/java/com/sonarsource/TempFolderExtension.java
  27. 1
    1
      tests/plugins/batch-plugin/src/main/java/com/sonarsource/WaitingSensor.java
  28. 1
    1
      tests/plugins/batch-plugin/src/main/java/com/sonarsource/decimal_scale_of_measures/DecimalScaleMeasureComputer.java
  29. 1
    1
      tests/plugins/batch-plugin/src/main/java/com/sonarsource/decimal_scale_of_measures/DecimalScaleMetric.java
  30. 1
    1
      tests/plugins/batch-plugin/src/main/java/com/sonarsource/decimal_scale_of_measures/DecimalScaleProperty.java
  31. 1
    1
      tests/plugins/batch-plugin/src/main/java/com/sonarsource/decimal_scale_of_measures/DecimalScaleSensor.java
  32. 1
    1
      tests/plugins/extension-lifecycle-plugin/src/main/java/BatchService.java
  33. 2
    2
      tests/plugins/extension-lifecycle-plugin/src/main/java/ExtensionLifecyclePlugin.java
  34. 1
    1
      tests/plugins/extension-lifecycle-plugin/src/main/java/ProjectService.java
  35. 1
    1
      tests/plugins/extension-lifecycle-plugin/src/main/java/ServerService.java
  36. 19
    0
      tests/plugins/fake-billing-plugin/src/main/java/FakeBillingPlugin.java
  37. 19
    0
      tests/plugins/fake-billing-plugin/src/main/java/FakeBillingValidations.java
  38. 1
    2
      tests/plugins/fake-governance-plugin/src/main/java/FakeGovernancePlugin.java
  39. 1
    1
      tests/plugins/fake-governance-plugin/src/main/java/ce/BombConfig.java
  40. 1
    1
      tests/plugins/fake-governance-plugin/src/main/java/ce/ComponentBombReportAnalysisComponentProvider.java
  41. 1
    1
      tests/plugins/fake-governance-plugin/src/main/java/ce/IseTaskProcessor.java
  42. 1
    1
      tests/plugins/fake-governance-plugin/src/main/java/ce/OOMGenerator.java
  43. 1
    1
      tests/plugins/fake-governance-plugin/src/main/java/ce/OkTaskProcessor.java
  44. 1
    1
      tests/plugins/fake-governance-plugin/src/main/java/ce/OomTaskProcessor.java
  45. 1
    1
      tests/plugins/fake-governance-plugin/src/main/java/ce/ws/BombActivatorAction.java
  46. 1
    1
      tests/plugins/fake-governance-plugin/src/main/java/ce/ws/FakeGoVWsAction.java
  47. 1
    1
      tests/plugins/fake-governance-plugin/src/main/java/ce/ws/FakeGovWs.java
  48. 1
    1
      tests/plugins/fake-governance-plugin/src/main/java/ce/ws/SubmitAction.java
  49. 1
    1
      tests/plugins/fake-governance-plugin/src/main/java/systemPasscode/SystemPasscodeWebService.java
  50. 19
    0
      tests/plugins/fake-governance-plugin/src/main/java/workerCount/FakeWorkerCountProviderImpl.java
  51. 1
    1
      tests/plugins/fake-governance-plugin/src/main/java/workerCount/RefreshWorkerCountAction.java
  52. 1
    1
      tests/plugins/fake-governance-plugin/src/main/java/workerlatch/LatchControllerWorkerMeasureComputer.java
  53. 1
    1
      tests/plugins/fake-governance-plugin/src/main/java/workerlatch/WorkerLatchMetrics.java
  54. 1
    1
      tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/Foo.java
  55. 1
    1
      tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/FooPlugin.java
  56. 1
    1
      tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/package-info.java
  57. 1
    1
      tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/rule/FooBasicProfile.java
  58. 1
    1
      tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/rule/FooRulesDefinition.java
  59. 1
    1
      tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/rule/package-info.java
  60. 1
    1
      tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/Foo.java
  61. 1
    1
      tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/FooPlugin.java
  62. 1
    1
      tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/package-info.java
  63. 1
    1
      tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/rule/FooBasicProfile.java
  64. 1
    1
      tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/rule/FooRulesDefinition.java
  65. 1
    1
      tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/rule/package-info.java
  66. 1
    1
      tests/plugins/global-property-change-plugin/src/main/java/FakeGlobalPropertyChange.java
  67. 1
    1
      tests/plugins/global-property-change-plugin/src/main/java/GlobalPropertyChangePlugin.java
  68. 3
    3
      tests/plugins/issue-filter-plugin/src/main/java/IssueFilterBeforeLine5.java
  69. 1
    1
      tests/plugins/issue-filter-plugin/src/main/java/IssueFilterPlugin.java
  70. 4
    4
      tests/plugins/issue-filter-plugin/src/main/java/ModuleIssueFilter.java
  71. 1
    1
      tests/plugins/l10n-fr-pack/src/main/java/SimpleFrenchPackPlugin.java
  72. 1
    1
      tests/plugins/license-plugin/src/main/java/LicensePlugin.java
  73. 1
    1
      tests/plugins/oauth2-auth-plugin/src/main/java/FakeOAuth2AuthPlugin.java
  74. 1
    1
      tests/plugins/oauth2-auth-plugin/src/main/java/FakeOAuth2IdProvider.java
  75. 1
    1
      tests/plugins/posttask-plugin/src/main/java/AddScannerContextSensor.java
  76. 1
    1
      tests/plugins/posttask-plugin/src/main/java/LogScannerContextPostTask.java
  77. 1
    2
      tests/plugins/posttask-plugin/src/main/java/PostProjectAnalysisTaskImpl.java
  78. 1
    1
      tests/plugins/posttask-plugin/src/main/java/PostTaskPlugin.java
  79. 1
    2
      tests/plugins/project-builder-plugin/src/main/java/CreateSubProjects.java
  80. 2
    2
      tests/plugins/project-builder-plugin/src/main/java/ProjectBuilderPlugin.java
  81. 1
    2
      tests/plugins/project-builder-plugin/src/main/java/RenameProject.java
  82. 1
    1
      tests/plugins/property-relocation-plugin/src/main/java/CheckProperties.java
  83. 1
    1
      tests/plugins/property-relocation-plugin/src/main/java/PropertyRelocationPlugin.java
  84. 1
    1
      tests/plugins/property-sets-plugin/src/main/java/PropertySetsPlugin.java
  85. 1
    1
      tests/plugins/save-measure-on-module-plugin/src/main/java/org/sonar/measure/ModuleMeasureSensor.java
  86. 1
    1
      tests/plugins/save-measure-on-module-plugin/src/main/java/org/sonar/measure/SaveMeasureOnModulePlugin.java
  87. 1
    1
      tests/plugins/security-plugin/src/main/java/FakeAuthenticator.java
  88. 1
    1
      tests/plugins/security-plugin/src/main/java/FakeGroupsProvider.java
  89. 1
    1
      tests/plugins/security-plugin/src/main/java/FakeRealm.java
  90. 1
    1
      tests/plugins/security-plugin/src/main/java/FakeUsersProvider.java
  91. 1
    1
      tests/plugins/security-plugin/src/main/java/SecurityPlugin.java
  92. 3
    2
      tests/plugins/security-plugin/src/test/java/FakeAuthenticatorTest.java
  93. 1
    2
      tests/plugins/server-plugin/src/main/java/ServerPlugin.java
  94. 1
    2
      tests/plugins/server-plugin/src/main/java/ServerStartupLock.java
  95. 1
    1
      tests/plugins/server-plugin/src/main/java/StartupCrash.java
  96. 1
    1
      tests/plugins/server-plugin/src/main/java/TempFolderExtension.java
  97. 1
    1
      tests/plugins/server-plugin/src/main/java/ce/CePauseStep.java
  98. 1
    1
      tests/plugins/server-plugin/src/main/java/ce/PauseMetric.java
  99. 1
    1
      tests/plugins/settings-encryption-plugin/src/main/java/EncryptionVerifier.java
  100. 0
    0
      tests/plugins/settings-encryption-plugin/src/main/java/SettingsEncryptionPlugin.java

+ 2
- 2
tests/plugins/access-secured-props-plugin/src/main/java/AccessSecuredPropsPlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
@@ -17,10 +17,10 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
import org.sonar.api.SonarPlugin;

import java.util.Arrays;
import java.util.List;
import org.sonar.api.SonarPlugin;

public class AccessSecuredPropsPlugin extends SonarPlugin {


+ 1
- 1
tests/plugins/access-secured-props-plugin/src/main/java/AccessSecuredPropsSensor.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 2
- 4
tests/plugins/access-secured-props-plugin/src/main/java/AccessSecuredPropsTaskExtension.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
@@ -17,13 +17,11 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

import org.sonar.api.Properties;
import org.sonar.api.Property;
import org.sonar.api.batch.Sensor;
import org.sonar.api.batch.SensorContext;
import org.sonar.api.config.Settings;
import org.sonar.api.task.TaskExtension;
import org.sonar.api.resources.Project;

@Properties({
@Property(

+ 1
- 1
tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/BackdatingPlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/package-info.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/rule/CustomRulesDefinition.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/rule/MyCustomProcessor.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/backdating-customplugin/src/main/java/org/sonar/backdating/custom/rule/package-info.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/BackdatingPlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/api/CustomProcessor.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/package-info.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/rule/BackRulesDefinition.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/rule/BackSensorV1.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/backdating-plugin-v1/src/main/java/org/sonar/plugins/backdating/rule/package-info.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/BackdatingPlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/api/CustomProcessor.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/package-info.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/rule/BackRulesDefinition.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/rule/BackSensorV2.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/backdating-plugin-v2/src/main/java/org/sonar/plugins/backdating/rule/package-info.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/base-auth-plugin/src/main/java/FakeBaseAuthPlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/base-auth-plugin/src/main/java/FakeBaseIdProvider.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/batch-plugin/src/main/java/com/sonarsource/BatchPlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/batch-plugin/src/main/java/com/sonarsource/DumpSettingsInitializer.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/batch-plugin/src/main/java/com/sonarsource/RaiseMessageException.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/batch-plugin/src/main/java/com/sonarsource/TempFolderExtension.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/batch-plugin/src/main/java/com/sonarsource/WaitingSensor.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/batch-plugin/src/main/java/com/sonarsource/decimal_scale_of_measures/DecimalScaleMeasureComputer.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/batch-plugin/src/main/java/com/sonarsource/decimal_scale_of_measures/DecimalScaleMetric.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/batch-plugin/src/main/java/com/sonarsource/decimal_scale_of_measures/DecimalScaleProperty.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/batch-plugin/src/main/java/com/sonarsource/decimal_scale_of_measures/DecimalScaleSensor.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/extension-lifecycle-plugin/src/main/java/BatchService.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 2
- 2
tests/plugins/extension-lifecycle-plugin/src/main/java/ExtensionLifecyclePlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
@@ -17,10 +17,10 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
import org.sonar.api.SonarPlugin;

import java.util.Arrays;
import java.util.List;
import org.sonar.api.SonarPlugin;

public class ExtensionLifecyclePlugin extends SonarPlugin {
public List getExtensions() {

+ 1
- 1
tests/plugins/extension-lifecycle-plugin/src/main/java/ProjectService.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/extension-lifecycle-plugin/src/main/java/ServerService.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 19
- 0
tests/plugins/fake-billing-plugin/src/main/java/FakeBillingPlugin.java View File

@@ -1,3 +1,22 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

/*
* SonarQube

+ 19
- 0
tests/plugins/fake-billing-plugin/src/main/java/FakeBillingValidations.java View File

@@ -1,3 +1,22 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

/*
* SonarQube

+ 1
- 2
tests/plugins/fake-governance-plugin/src/main/java/FakeGovernancePlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
@@ -17,7 +17,6 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

import ce.BombConfig;
import ce.ComponentBombReportAnalysisComponentProvider;
import ce.IseTaskProcessor;

+ 1
- 1
tests/plugins/fake-governance-plugin/src/main/java/ce/BombConfig.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/fake-governance-plugin/src/main/java/ce/ComponentBombReportAnalysisComponentProvider.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/fake-governance-plugin/src/main/java/ce/IseTaskProcessor.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/fake-governance-plugin/src/main/java/ce/OOMGenerator.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/fake-governance-plugin/src/main/java/ce/OkTaskProcessor.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/fake-governance-plugin/src/main/java/ce/OomTaskProcessor.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/fake-governance-plugin/src/main/java/ce/ws/BombActivatorAction.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/fake-governance-plugin/src/main/java/ce/ws/FakeGoVWsAction.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/fake-governance-plugin/src/main/java/ce/ws/FakeGovWs.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/fake-governance-plugin/src/main/java/ce/ws/SubmitAction.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/fake-governance-plugin/src/main/java/systemPasscode/SystemPasscodeWebService.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 19
- 0
tests/plugins/fake-governance-plugin/src/main/java/workerCount/FakeWorkerCountProviderImpl.java View File

@@ -1,3 +1,22 @@
/*
* SonarQube
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
package workerCount;
/*
* SonarQube

+ 1
- 1
tests/plugins/fake-governance-plugin/src/main/java/workerCount/RefreshWorkerCountAction.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/fake-governance-plugin/src/main/java/workerlatch/LatchControllerWorkerMeasureComputer.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/fake-governance-plugin/src/main/java/workerlatch/WorkerLatchMetrics.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/Foo.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/FooPlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/package-info.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/rule/FooBasicProfile.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/rule/FooRulesDefinition.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/foo-plugin-v1/src/main/java/org/sonar/foo/rule/package-info.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/Foo.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/FooPlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/package-info.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/rule/FooBasicProfile.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/rule/FooRulesDefinition.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/foo-plugin-v2/src/main/java/org/sonar/foo/rule/package-info.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/global-property-change-plugin/src/main/java/FakeGlobalPropertyChange.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/global-property-change-plugin/src/main/java/GlobalPropertyChangePlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 3
- 3
tests/plugins/issue-filter-plugin/src/main/java/IssueFilterBeforeLine5.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
@@ -17,11 +17,11 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
import org.sonar.api.scan.issue.filter.IssueFilterChain;

import org.sonar.api.scan.issue.filter.FilterableIssue;
import org.sonar.api.config.Settings;
import org.sonar.api.scan.issue.filter.FilterableIssue;
import org.sonar.api.scan.issue.filter.IssueFilter;
import org.sonar.api.scan.issue.filter.IssueFilterChain;

/**
* This filter removes the issues that are on line < 5

+ 1
- 1
tests/plugins/issue-filter-plugin/src/main/java/IssueFilterPlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 4
- 4
tests/plugins/issue-filter-plugin/src/main/java/ModuleIssueFilter.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
@@ -17,12 +17,12 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
import org.sonar.api.scan.issue.filter.FilterableIssue;

import org.sonar.api.scan.issue.filter.IssueFilterChain;
import org.sonar.api.config.Settings;
import org.sonar.api.scan.issue.filter.IssueFilter;
import org.sonar.api.rule.RuleKey;
import org.sonar.api.scan.issue.filter.FilterableIssue;
import org.sonar.api.scan.issue.filter.IssueFilter;
import org.sonar.api.scan.issue.filter.IssueFilterChain;

/**
* This filter removes the issues that are raised by Xoo plugin on modules.

+ 1
- 1
tests/plugins/l10n-fr-pack/src/main/java/SimpleFrenchPackPlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/license-plugin/src/main/java/LicensePlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/oauth2-auth-plugin/src/main/java/FakeOAuth2AuthPlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/oauth2-auth-plugin/src/main/java/FakeOAuth2IdProvider.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/posttask-plugin/src/main/java/AddScannerContextSensor.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/posttask-plugin/src/main/java/LogScannerContextPostTask.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 2
tests/plugins/posttask-plugin/src/main/java/PostProjectAnalysisTaskImpl.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
@@ -17,7 +17,6 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

/*
* SonarQube
* Copyright (C) 2009-2016 SonarSource SA

+ 1
- 1
tests/plugins/posttask-plugin/src/main/java/PostTaskPlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 2
tests/plugins/project-builder-plugin/src/main/java/CreateSubProjects.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
@@ -17,7 +17,6 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

/*
* SonarQube
* Copyright (C) 2009-2016 SonarSource SA

+ 2
- 2
tests/plugins/project-builder-plugin/src/main/java/ProjectBuilderPlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
@@ -17,10 +17,10 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
import org.sonar.api.SonarPlugin;

import java.util.Arrays;
import java.util.List;
import org.sonar.api.SonarPlugin;

public class ProjectBuilderPlugin extends SonarPlugin {
public List getExtensions() {

+ 1
- 2
tests/plugins/project-builder-plugin/src/main/java/RenameProject.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
@@ -17,7 +17,6 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

/*
* SonarQube
* Copyright (C) 2009-2016 SonarSource SA

+ 1
- 1
tests/plugins/property-relocation-plugin/src/main/java/CheckProperties.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/property-relocation-plugin/src/main/java/PropertyRelocationPlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/property-sets-plugin/src/main/java/PropertySetsPlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/save-measure-on-module-plugin/src/main/java/org/sonar/measure/ModuleMeasureSensor.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/save-measure-on-module-plugin/src/main/java/org/sonar/measure/SaveMeasureOnModulePlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/security-plugin/src/main/java/FakeAuthenticator.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/security-plugin/src/main/java/FakeGroupsProvider.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/security-plugin/src/main/java/FakeRealm.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/security-plugin/src/main/java/FakeUsersProvider.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/security-plugin/src/main/java/SecurityPlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 3
- 2
tests/plugins/security-plugin/src/test/java/FakeAuthenticatorTest.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
@@ -17,11 +17,12 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

import java.util.Map;
import org.junit.Before;
import org.junit.Test;
import org.sonar.api.config.internal.MapSettings;
import org.sonar.api.config.Settings;
import org.sonar.api.config.internal.MapSettings;
import org.sonar.api.security.UserDetails;

import static org.assertj.core.api.Assertions.assertThat;

+ 1
- 2
tests/plugins/server-plugin/src/main/java/ServerPlugin.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
@@ -17,7 +17,6 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

import ce.CePauseStep;
import ce.PauseMetric;
import java.util.Arrays;

+ 1
- 2
tests/plugins/server-plugin/src/main/java/ServerStartupLock.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
@@ -17,7 +17,6 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

import java.io.File;
import java.util.Optional;
import org.sonar.api.SonarRuntime;

+ 1
- 1
tests/plugins/server-plugin/src/main/java/StartupCrash.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/server-plugin/src/main/java/TempFolderExtension.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/server-plugin/src/main/java/ce/CePauseStep.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/server-plugin/src/main/java/ce/PauseMetric.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 1
- 1
tests/plugins/settings-encryption-plugin/src/main/java/EncryptionVerifier.java View File

@@ -1,6 +1,6 @@
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* Copyright (C) 2009-2018 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or

+ 0
- 0
tests/plugins/settings-encryption-plugin/src/main/java/SettingsEncryptionPlugin.java View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save