]> source.dussan.org Git - sonarqube.git/commit
SONAR-1798 rename RULE_FAILURES.POINTS to COST
authorsimonbrandhof <simon.brandhof@gmail.com>
Wed, 22 Sep 2010 13:29:23 +0000 (13:29 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Wed, 22 Sep 2010 13:29:23 +0000 (13:29 +0000)
commit365a5dbae8f05b95f55637659d392688474a1730
tree14d2791ac69c3ffc700b362ec9c3d2a7877e4d47
parentd6000bfbea0cf09b47bcfe330b9675fc9a3094bb
SONAR-1798 rename RULE_FAILURES.POINTS to COST
17 files changed:
plugins/sonar-core-plugin/src/test/resources/org/sonar/plugins/core/purges/PurgeDeletedResourcesTest/purgeDeletedResources-result.xml
plugins/sonar-core-plugin/src/test/resources/org/sonar/plugins/core/purges/PurgeDeletedResourcesTest/purgeDeletedResources.xml
plugins/sonar-core-plugin/src/test/resources/org/sonar/plugins/core/purges/PurgeDeprecatedLastTest/purgeDeprecatedLast-result.xml
plugins/sonar-core-plugin/src/test/resources/org/sonar/plugins/core/purges/PurgeDeprecatedLastTest/purgeDeprecatedLast.xml
plugins/sonar-core-plugin/src/test/resources/org/sonar/plugins/core/purges/PurgeEntitiesTest/purgeEntities-result.xml
plugins/sonar-core-plugin/src/test/resources/org/sonar/plugins/core/purges/PurgeEntitiesTest/purgeEntities.xml
plugins/sonar-core-plugin/src/test/resources/org/sonar/plugins/core/purges/PurgeUnprocessedTest/purgeUnprocessed-result.xml
plugins/sonar-core-plugin/src/test/resources/org/sonar/plugins/core/purges/PurgeUnprocessedTest/purgeUnprocessed.xml
sonar-batch/src/main/java/org/sonar/batch/ViolationsDao.java
sonar-batch/src/test/resources/org/sonar/batch/FinalizeSnapshotsJobTest/lastSnapshotIsNotUpdatedWhenAnalyzingPastSnapshot-result.xml
sonar-batch/src/test/resources/org/sonar/batch/FinalizeSnapshotsJobTest/lastSnapshotIsNotUpdatedWhenAnalyzingPastSnapshot.xml
sonar-core/src/test/resources/org/sonar/core/purge/AbstractPurgeTest/purgeSnapshots-result.xml
sonar-core/src/test/resources/org/sonar/core/purge/AbstractPurgeTest/purgeSnapshots.xml
sonar-plugin-api/src/main/java/org/sonar/api/database/model/RuleFailureModel.java
sonar-plugin-api/src/main/java/org/sonar/api/rules/Violation.java
sonar-server/src/main/webapp/WEB-INF/db/migrate/141_add_rule_failures_cost.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/db/migrate/141_add_rule_failures_points.rb [deleted file]