]> source.dussan.org Git - sonarqube.git/commit
SONAR-2977 Fix issue when new profile added and set to default
authorFabrice Bellingard <bellingard@gmail.com>
Wed, 21 Mar 2012 09:21:08 +0000 (10:21 +0100)
committerFabrice Bellingard <bellingard@gmail.com>
Wed, 21 Mar 2012 12:55:24 +0000 (13:55 +0100)
commitcafd2f8ff7f99ed218bc263f7a942828c5949454
tree57eec437e33daae17d0af398ae84814b4f3d03da
parent513aa53c77d7516457b26a2a87573cc30dab1879
SONAR-2977 Fix issue when new profile added and set to default

If in a new version, a plugin adds a new profile and sets this one as
the default profile, then the language gets 2 defaults profiles.
=> Fixed.
sonar-server/src/main/java/org/sonar/server/startup/RegisterProvidedProfiles.java