]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
13 years agoDo not deprecate Project.getFileSystem()
simonbrandhof [Wed, 9 Feb 2011 23:11:19 +0000 (00:11 +0100)]
Do not deprecate Project.getFileSystem()

13 years agoFix some violations
simonbrandhof [Wed, 9 Feb 2011 23:08:27 +0000 (00:08 +0100)]
Fix some violations

13 years agoAdd missing license headers
Evgeny Mandrikov [Wed, 9 Feb 2011 21:37:49 +0000 (00:37 +0300)]
Add missing license headers

13 years agoBootstrapper should send User-Agent request-header field
Evgeny Mandrikov [Wed, 9 Feb 2011 21:15:48 +0000 (00:15 +0300)]
Bootstrapper should send User-Agent request-header field

13 years agoFix loading of findbugs plugins
Evgeny Mandrikov [Wed, 9 Feb 2011 13:10:35 +0000 (16:10 +0300)]
Fix loading of findbugs plugins

13 years agoSONAR-2180 NoClone Checkstyle module in error
simonbrandhof [Wed, 9 Feb 2011 09:36:58 +0000 (10:36 +0100)]
SONAR-2180 NoClone Checkstyle module in error

13 years agoAdd a javadoc to ResourceFilter
simonbrandhof [Tue, 8 Feb 2011 15:49:42 +0000 (16:49 +0100)]
Add a javadoc to ResourceFilter

13 years agoRemove unused imports
simonbrandhof [Tue, 8 Feb 2011 15:02:15 +0000 (16:02 +0100)]
Remove unused imports

13 years agoUpdate list of developers
simonbrandhof [Tue, 8 Feb 2011 14:26:45 +0000 (15:26 +0100)]
Update list of developers

13 years agoRemove the list of contributors from pom. It's not up-to-date.
simonbrandhof [Tue, 8 Feb 2011 13:51:33 +0000 (14:51 +0100)]
Remove the list of contributors from pom. It's not up-to-date.

13 years agoSONAR-2078 Do not show duplicated repositories in rules search engine
simonbrandhof [Tue, 8 Feb 2011 12:00:34 +0000 (13:00 +0100)]
SONAR-2078 Do not show duplicated repositories in rules search engine

13 years agoSONAR-2078: Rename manifest entry "Extend-Plugin" to "Plugin-Base"
Evgeny Mandrikov [Tue, 8 Feb 2011 10:12:44 +0000 (13:12 +0300)]
SONAR-2078: Rename manifest entry "Extend-Plugin" to "Plugin-Base"

13 years agoSONAR-2075: Add the ability for a plugin to extend an other plugin
Evgeny Mandrikov [Mon, 7 Feb 2011 21:51:56 +0000 (00:51 +0300)]
SONAR-2075: Add the ability for a plugin to extend an other plugin

13 years agoSONAR-726 Add a unit test
simonbrandhof [Tue, 8 Feb 2011 00:05:56 +0000 (01:05 +0100)]
SONAR-726 Add a unit test

13 years agoSONAR-2144 Cardinality of checkstyle rule Type Name should be updated to multiple
simonbrandhof [Mon, 7 Feb 2011 23:07:25 +0000 (00:07 +0100)]
SONAR-2144 Cardinality of checkstyle rule Type Name should be updated to multiple

13 years agoDelete parameters ignoreModifier and ignoreName from the Checkstyle "Abstract Class...
simonbrandhof [Mon, 7 Feb 2011 23:02:44 +0000 (00:02 +0100)]
Delete parameters ignoreModifier and ignoreName from the Checkstyle "Abstract Class Name". They are not supported in the Checkstyle version used by sonar.

13 years agoSONAR-2167 Improve descriptions and default values of Checkstyle naming convention...
simonbrandhof [Mon, 7 Feb 2011 22:44:19 +0000 (23:44 +0100)]
SONAR-2167 Improve descriptions and default values of Checkstyle naming convention rules
SONAR-2168 Add the parameter tabWidth to the Checkstyle Indentation rule

13 years agoRename Scopes.TYPE to Scopes.PROGRAM_UNIT
simonbrandhof [Mon, 7 Feb 2011 21:32:45 +0000 (22:32 +0100)]
Rename Scopes.TYPE to Scopes.PROGRAM_UNIT

13 years agoRemove useless purge
simonbrandhof [Mon, 7 Feb 2011 16:40:42 +0000 (17:40 +0100)]
Remove useless purge

13 years agoApply sonar custom patches to ruby on rails
simonbrandhof [Mon, 7 Feb 2011 15:10:57 +0000 (16:10 +0100)]
Apply sonar custom patches to ruby on rails

13 years agoDo not execute ResourceFilters on resources with scope<file
simonbrandhof [Mon, 7 Feb 2011 14:49:19 +0000 (15:49 +0100)]
Do not execute ResourceFilters on resources with scope<file

13 years agoPrevent from adding violations to resources with scope<file
simonbrandhof [Mon, 7 Feb 2011 14:48:48 +0000 (15:48 +0100)]
Prevent from adding violations to resources with scope<file

13 years agoMove integration & volume tests
simonbrandhof [Mon, 7 Feb 2011 13:22:42 +0000 (14:22 +0100)]
Move integration & volume tests

13 years agoAdd MavenInitializer
Evgeny Mandrikov [Mon, 7 Feb 2011 11:58:10 +0000 (14:58 +0300)]
Add MavenInitializer

* Configures Java versions and encoding of sources based on Maven POM

13 years agoSONAR-2172: New extension point - Initializer
Evgeny Mandrikov [Mon, 7 Feb 2011 10:20:26 +0000 (13:20 +0300)]
SONAR-2172: New extension point - Initializer

* Rename AbstractInitializer to Initializer

* Execute Initializers before Sensors

13 years agoSet RULES_PROFILES.ENABLED to true when creating a profile
simonbrandhof [Sat, 5 Feb 2011 14:21:33 +0000 (15:21 +0100)]
Set RULES_PROFILES.ENABLED to true when creating a profile

13 years agoSONAR-2172: New extension point - AbstractInitializer
Evgeny Mandrikov [Thu, 3 Feb 2011 23:46:42 +0000 (02:46 +0300)]
SONAR-2172: New extension point - AbstractInitializer

* Mark interface DependsUponMavenPlugin by annotation
  SupportedEnvironment with value "maven"

* Extract CoberturaMavenInitializer from CoberturaSensor

* Extract CloverMavenInitializer from CloverSensor

13 years agoSONAR-2171 Do not compute LCOM4/RFC measures when bytecode is not available
simonbrandhof [Fri, 4 Feb 2011 17:39:49 +0000 (18:39 +0100)]
SONAR-2171 Do not compute LCOM4/RFC measures when bytecode is not available

13 years agoSONAR-2171 Do not compute LCOM4/RFC measures when bytecode is not available
simonbrandhof [Fri, 4 Feb 2011 17:18:52 +0000 (18:18 +0100)]
SONAR-2171 Do not compute LCOM4/RFC measures when bytecode is not available

13 years agoRemove integration tests
simonbrandhof [Fri, 4 Feb 2011 17:17:40 +0000 (18:17 +0100)]
Remove integration tests

13 years agoReplace enum Environment by class EnvironmentInformation
Evgeny Mandrikov [Fri, 4 Feb 2011 14:54:57 +0000 (17:54 +0300)]
Replace enum Environment by class EnvironmentInformation

* Each environment should provide key and version

* Plugins for Maven 2.x and Maven 3.x have same key "Maven"
  and provide a real version of Maven

13 years agoSONAR-2155 Resource filters are ignored in RFC/LCOM4 distributions of Java projects
simonbrandhof [Fri, 4 Feb 2011 14:05:56 +0000 (15:05 +0100)]
SONAR-2155 Resource filters are ignored in RFC/LCOM4 distributions of Java projects

13 years agoSONAR-2169: Add CoverageExtension to API
Evgeny Mandrikov [Fri, 4 Feb 2011 09:46:52 +0000 (12:46 +0300)]
SONAR-2169: Add CoverageExtension to API

13 years agoFix bug on deprecated profiles
simonbrandhof [Fri, 4 Feb 2011 12:43:03 +0000 (13:43 +0100)]
Fix bug on deprecated profiles

13 years agoFix restoring of backups when rules not found
simonbrandhof [Fri, 4 Feb 2011 10:09:26 +0000 (11:09 +0100)]
Fix restoring of backups when rules not found

13 years agoUpgrade copyright headers
simonbrandhof [Fri, 4 Feb 2011 09:42:21 +0000 (10:42 +0100)]
Upgrade copyright headers

13 years agoMy first commit in GIT :-)
Olivier Gaudin [Thu, 3 Feb 2011 22:04:54 +0000 (23:04 +0100)]
My first commit in GIT :-)

13 years agoSONAR-2165 Cardinality of checkstyle rule Local Variable Name should be updated to...
simonbrandhof [Thu, 3 Feb 2011 17:56:30 +0000 (18:56 +0100)]
SONAR-2165 Cardinality of checkstyle rule Local Variable Name should be updated to multiple

13 years agoSONAR-2166 Cardinality of checkstyle rule Member Name should be updated to multiple...
simonbrandhof [Thu, 3 Feb 2011 16:54:47 +0000 (17:54 +0100)]
SONAR-2166 Cardinality of checkstyle rule Member Name should be updated to multiple + replace the deprecated attribute 'priority' by a node

13 years agoSONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabled
simonbrandhof [Thu, 3 Feb 2011 16:37:34 +0000 (17:37 +0100)]
SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabled

13 years agoDecrease ZIP size: remove many unused ruby files
simonbrandhof [Thu, 3 Feb 2011 16:36:36 +0000 (17:36 +0100)]
Decrease ZIP size: remove many unused ruby files

13 years agoImprove IT for postgresql
simonbrandhof [Thu, 3 Feb 2011 09:32:51 +0000 (10:32 +0100)]
Improve IT for postgresql

13 years agoSONAR-2106: Improve sonar-batch-bootstrapper
Evgeny Mandrikov [Thu, 3 Feb 2011 02:23:14 +0000 (05:23 +0300)]
SONAR-2106: Improve sonar-batch-bootstrapper

* Add BootstrapClassLoader

* Instead of RuntimeException use BootstrapException

* Improve quality according to Sonar report

13 years agoSONAR-2094 Support backups without the field <enabled>
simonbrandhof [Wed, 2 Feb 2011 13:31:14 +0000 (14:31 +0100)]
SONAR-2094 Support backups without the field <enabled>

13 years agoSONAR-2094 Remove the deprecated ruby model RulesProfile (replaced by Profile) +...
simonbrandhof [Wed, 2 Feb 2011 11:14:18 +0000 (12:14 +0100)]
SONAR-2094 Remove the deprecated ruby model RulesProfile (replaced by Profile) + support the ENABLED column

13 years agoSONAR-2161: Normalize Java version for PMD
Evgeny Mandrikov [Wed, 2 Feb 2011 12:17:10 +0000 (15:17 +0300)]
SONAR-2161: Normalize Java version for PMD

13 years agoSONAR-1302 Upgrade to rails 2.3.5 to fix session expiration
simonbrandhof [Wed, 2 Feb 2011 10:29:19 +0000 (11:29 +0100)]
SONAR-1302 Upgrade to rails 2.3.5 to fix session expiration

13 years agoMerge branch 'SONAR-2094'
simonbrandhof [Wed, 2 Feb 2011 08:16:14 +0000 (09:16 +0100)]
Merge branch 'SONAR-2094'

13 years agoFix org.sonar.api.utils.AnnotationUtils: search for annotations in interfaces too
simonbrandhof [Wed, 2 Feb 2011 07:08:24 +0000 (08:08 +0100)]
Fix org.sonar.api.utils.AnnotationUtils: search for annotations in interfaces too

13 years agoImprove ProjectDefinition
Evgeny Mandrikov [Tue, 1 Feb 2011 22:58:56 +0000 (01:58 +0300)]
Improve ProjectDefinition

* Replace properties "sonar.projectBinaries" and "sonar.projectLibraries"
  by explicit fields in ProjectDefinition

13 years agoSONAR-2137: Fix updating of past violations
Evgeny Mandrikov [Tue, 1 Feb 2011 20:57:10 +0000 (23:57 +0300)]
SONAR-2137: Fix updating of past violations

* Database field rule_failures.failure_level should be updatable

* Change corresponding unit test

13 years agoSONAR-2094 Add the column RULES_PROFILES.ENABLED
simonbrandhof [Tue, 1 Feb 2011 21:08:15 +0000 (22:08 +0100)]
SONAR-2094 Add the column RULES_PROFILES.ENABLED

13 years agoImprove IT in order to better support performance issues
simonbrandhof [Tue, 1 Feb 2011 17:22:28 +0000 (18:22 +0100)]
Improve IT in order to better support performance issues

13 years agoMove calculation of accessors from squid to sonar
simonbrandhof [Tue, 1 Feb 2011 13:17:45 +0000 (14:17 +0100)]
Move calculation of accessors from squid to sonar

13 years agoAdd property "sonar.projectLibraries"
Evgeny Mandrikov [Tue, 1 Feb 2011 12:54:00 +0000 (15:54 +0300)]
Add property "sonar.projectLibraries"

13 years agoDisable downloading for certain files from BatchResourcesServlet
Evgeny Mandrikov [Tue, 1 Feb 2011 01:33:28 +0000 (04:33 +0300)]
Disable downloading for certain files from BatchResourcesServlet

13 years agoSONAR-2159 The total classes used in complexity distribution is different than the...
simonbrandhof [Tue, 1 Feb 2011 09:57:21 +0000 (10:57 +0100)]
SONAR-2159 The total classes used in complexity distribution is different than the number of classes

13 years agoSONAR-1280: Fix unit test
Evgeny Mandrikov [Tue, 1 Feb 2011 00:03:45 +0000 (03:03 +0300)]
SONAR-1280: Fix unit test

13 years agoAdd missing deprecated annotations
Evgeny Mandrikov [Fri, 28 Jan 2011 00:02:48 +0000 (03:02 +0300)]
Add missing deprecated annotations

13 years agoSONAR-1280: Add experimental Findbugs rules
Evgeny Mandrikov [Sat, 29 Jan 2011 22:45:58 +0000 (01:45 +0300)]
SONAR-1280: Add experimental Findbugs rules

13 years agoChange format of response from BatchResourcesServlet
Evgeny Mandrikov [Mon, 31 Jan 2011 14:35:09 +0000 (17:35 +0300)]
Change format of response from BatchResourcesServlet

13 years agoBack to commons-collection 3.2.1
simonbrandhof [Mon, 31 Jan 2011 13:15:53 +0000 (14:15 +0100)]
Back to commons-collection 3.2.1

13 years agoFix bug in BatchDownloader
Evgeny Mandrikov [Mon, 31 Jan 2011 11:05:55 +0000 (14:05 +0300)]
Fix bug in BatchDownloader

13 years agoUpgrade to jruby-rack 1.0.5
simonbrandhof [Mon, 31 Jan 2011 10:50:52 +0000 (11:50 +0100)]
Upgrade to jruby-rack 1.0.5

13 years agoSONAR-2133 Upgrade to Postgresql JDBC driver 9.0-801.jdbc3
simonbrandhof [Mon, 31 Jan 2011 10:50:22 +0000 (11:50 +0100)]
SONAR-2133 Upgrade to Postgresql JDBC driver 9.0-801.jdbc3

13 years agoChange format of response from BatchResourcesServlet
Evgeny Mandrikov [Mon, 31 Jan 2011 10:02:48 +0000 (13:02 +0300)]
Change format of response from BatchResourcesServlet

13 years agoUpgrade Apache Commons libraries (commons-io 2.0.1, commons-collection 3.3, commons...
simonbrandhof [Mon, 31 Jan 2011 09:52:24 +0000 (10:52 +0100)]
Upgrade Apache Commons libraries (commons-io 2.0.1, commons-collection 3.3, commons-lang 2.6)

13 years agoRename the profile check-java-api to sanity-checks
simonbrandhof [Mon, 31 Jan 2011 09:46:08 +0000 (10:46 +0100)]
Rename the profile check-java-api to sanity-checks

13 years agoAdd profile to check copyright headers + fix some badly formatted headers
simonbrandhof [Mon, 31 Jan 2011 00:11:24 +0000 (01:11 +0100)]
Add profile to check copyright headers + fix some badly formatted headers

13 years agoDon't hide stack trace in BatchDownloader
Evgeny Mandrikov [Sun, 30 Jan 2011 23:40:27 +0000 (02:40 +0300)]
Don't hide stack trace in BatchDownloader

13 years agoAdd properties "sonar.projectName" and "sonar.projectDescription"
Evgeny Mandrikov [Sun, 30 Jan 2011 22:55:26 +0000 (01:55 +0300)]
Add properties "sonar.projectName" and "sonar.projectDescription"

13 years agoAdd missing copyright header
simonbrandhof [Sun, 30 Jan 2011 22:12:01 +0000 (23:12 +0100)]
Add missing copyright header

13 years agoSONAR-1800: Fix issue with ClassLoader for Maven 3.x and Java 1.5
Evgeny Mandrikov [Fri, 28 Jan 2011 20:59:48 +0000 (23:59 +0300)]
SONAR-1800: Fix issue with ClassLoader for Maven 3.x and Java 1.5

* Restore context ClassLoader after execution of Maven plugin.

* Add abstract implementation of MavenPluginExecutor to reduce duplications
  in concrete implementations for different Maven versions.

13 years agoAdd workDir to ProjectDefinition
Evgeny Mandrikov [Fri, 28 Jan 2011 16:35:57 +0000 (19:35 +0300)]
Add workDir to ProjectDefinition

13 years ago[maven-release-plugin] prepare for next development iteration
simonbrandhof [Fri, 28 Jan 2011 14:02:59 +0000 (15:02 +0100)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release 2.6-M1
simonbrandhof [Fri, 28 Jan 2011 14:02:57 +0000 (15:02 +0100)]
[maven-release-plugin] prepare release 2.6-M1

13 years agoAdd some unit tests
simonbrandhof [Fri, 28 Jan 2011 13:34:50 +0000 (14:34 +0100)]
Add some unit tests

13 years agoSONAR-2149 Resource filters are ignored in complexity distributions of Java projects
simonbrandhof [Fri, 28 Jan 2011 12:17:57 +0000 (13:17 +0100)]
SONAR-2149 Resource filters are ignored in complexity distributions of Java projects

This issue implies SONAR-2153 : API: A decorator should override formulas

13 years agoDeprecate Resource#isExcluded(), replaced by SensorContext#isExcluded(Resource)....
simonbrandhof [Fri, 28 Jan 2011 09:28:56 +0000 (10:28 +0100)]
Deprecate Resource#isExcluded(), replaced by SensorContext#isExcluded(Resource). It makes inheritance of Resource easier.

13 years agoadd helper methods to Qualifiers + do not accept null parameters
simonbrandhof [Fri, 28 Jan 2011 09:27:37 +0000 (10:27 +0100)]
add helper methods to Qualifiers + do not accept null parameters

13 years agoadd methods Scopes#isHigherThan() and isHigherThanOrEquals()
simonbrandhof [Fri, 28 Jan 2011 09:26:31 +0000 (10:26 +0100)]
add methods Scopes#isHigherThan() and isHigherThanOrEquals()

13 years agoSONAR-2151: Add new property to manage source encoding
Evgeny Mandrikov [Fri, 28 Jan 2011 10:16:11 +0000 (13:16 +0300)]
SONAR-2151: Add new property to manage source encoding

13 years agoSONAR-2148: Fix NPE in JavaUtils
Evgeny Mandrikov [Fri, 28 Jan 2011 10:04:38 +0000 (13:04 +0300)]
SONAR-2148: Fix NPE in JavaUtils

13 years agoSONAR-2148: Add new properties to manage level of Java language
Evgeny Mandrikov [Thu, 27 Jan 2011 18:20:09 +0000 (21:20 +0300)]
SONAR-2148: Add new properties to manage level of Java language

* Use sonar-java-api in sonar-pmd-plugin and sonar-clover-plugin

13 years agoSONAR-2126: Change API to work with file system of a project
Evgeny Mandrikov [Wed, 26 Jan 2011 17:59:13 +0000 (20:59 +0300)]
SONAR-2126: Change API to work with file system of a project

* Use language keys instead of objects.

* ProjectFileSystem now BatchComponent, so DefaultProjectFileSystem
  uses benefits from injections and some old code was removed from
  it to improve immutability.

* Small performance improvement for DefaultInputFile.

13 years agoSONAR-2046: Reuse unmarshallers from sonar-ws-client for sonar-gwt-api
Evgeny Mandrikov [Wed, 26 Jan 2011 16:21:54 +0000 (19:21 +0300)]
SONAR-2046: Reuse unmarshallers from sonar-ws-client for sonar-gwt-api

* WSUtils has two implementations - one for GWT and another for Java,
  so can be used by unmarshallers in both cases. But this not very good,
  because code is not type-safe. In fact it would be better to use
  emulation of types from org.json.simple for GWT, but this solution is
  more straightforward.

13 years agoUpgrade to sonar-dev-maven-plugin 1.2 in order to fix IT (increase cargo timeout)
simonbrandhof [Thu, 27 Jan 2011 13:24:40 +0000 (14:24 +0100)]
Upgrade to sonar-dev-maven-plugin 1.2 in order to fix IT (increase cargo timeout)

13 years agofix stop server in IT
simonbrandhof [Thu, 27 Jan 2011 11:09:19 +0000 (12:09 +0100)]
fix stop server in IT

13 years agoSONAR-2130 Fix backward-compatibility: resources can be automatically indexed when...
simonbrandhof [Wed, 26 Jan 2011 17:26:39 +0000 (18:26 +0100)]
SONAR-2130 Fix backward-compatibility: resources can be automatically indexed when adding data

13 years agoAdd the method ResourceUtils#isPersistable(Resource)
simonbrandhof [Wed, 26 Jan 2011 17:25:23 +0000 (18:25 +0100)]
Add the method ResourceUtils#isPersistable(Resource)

13 years agoAdd javadoc to InputFile + improve JavaFile#toString()
simonbrandhof [Wed, 26 Jan 2011 17:13:36 +0000 (18:13 +0100)]
Add javadoc to InputFile + improve JavaFile#toString()

13 years agoadd missing dir in IT
simonbrandhof [Wed, 26 Jan 2011 13:20:17 +0000 (14:20 +0100)]
add missing dir in IT

13 years agoExecute IT in build directory instead of temp dir
simonbrandhof [Wed, 26 Jan 2011 11:09:31 +0000 (12:09 +0100)]
Execute IT in build directory instead of temp dir

13 years agoSONAR-2138 Displaying differential values in % can be misleading
simonbrandhof [Wed, 26 Jan 2011 10:59:42 +0000 (11:59 +0100)]
SONAR-2138 Displaying differential values in % can be misleading

13 years agoSquid for Java : remove unused code
simonbrandhof [Tue, 25 Jan 2011 18:21:35 +0000 (19:21 +0100)]
Squid for Java : remove unused code

13 years agoFix Squid plugin to correctly build the relation between a Java file and its package
simonbrandhof [Tue, 25 Jan 2011 18:11:13 +0000 (19:11 +0100)]
Fix Squid plugin to correctly build the relation between a Java file and its package

13 years agoImprove backward-compatibility when adding data to a non-indexed resource
simonbrandhof [Tue, 25 Jan 2011 18:10:20 +0000 (19:10 +0100)]
Improve backward-compatibility when adding data to a non-indexed resource

13 years agodeactivate sonar.hardIndexLock in integration tests
simonbrandhof [Tue, 25 Jan 2011 07:57:59 +0000 (08:57 +0100)]
deactivate sonar.hardIndexLock in integration tests

13 years agoFix unit test for Windows
Evgeny Mandrikov [Tue, 25 Jan 2011 14:58:44 +0000 (17:58 +0300)]
Fix unit test for Windows

13 years agoUse default value for property "project.build.directory"
Evgeny Mandrikov [Tue, 25 Jan 2011 13:56:59 +0000 (16:56 +0300)]
Use default value for property "project.build.directory"