]> source.dussan.org Git - sonarqube.git/commit
SONAR-6493 java.lang.NullPointerException in the PopulateProjectsUuidColumns migration
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 27 Apr 2015 15:28:25 +0000 (17:28 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 27 Apr 2015 15:29:06 +0000 (17:29 +0200)
commitb14554929e4d75b947136256a483eac635816b5d
treea259955dd2fb4399d219c414e2a15d1474ccbe95
parent49938f7c972dea120bfc1290747413071342dc25
SONAR-6493 java.lang.NullPointerException in the PopulateProjectsUuidColumns migration
server/sonar-server/src/main/java/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigrationStep.java
server/sonar-server/src/test/java/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigrationTest.java
server/sonar-server/src/test/resources/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigrationTest/not_fail_when_module_has_no_root_id.xml [new file with mode: 0644]
server/sonar-server/src/test/resources/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigrationTest/not_fail_when_project_has_two_active_snapshots.xml [new file with mode: 0644]
sonar-core/src/main/java/org/sonar/core/persistence/migration/v50/Component.java