]> 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:45:47 +0000 (17:45 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 27 Apr 2015 15:45:58 +0000 (17:45 +0200)
commit96651c2341184362a22b89fe7a8e24b2a23b4695
tree0f5d5e096d331865105f47fa6c67508dacc06866
parent4e14448de2bd354b761c5abc73115efe72e2fa47
SONAR-6493 java.lang.NullPointerException in the PopulateProjectsUuidColumns migration
server/sonar-server/src/main/java/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigration.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