Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-2218 Add CoverageMeasuresBuilder to API + add Metric.Builder, first ↵ | simonbrandhof | 2011-02-25 | 2 | -0/+187 | |
| | | | | step to get an immutable Metric class | |||||
* | Improve KeyValueFormat: support typed parsing | simonbrandhof | 2011-02-25 | 2 | -62/+191 | |
| | ||||||
* | SONAR-2193 Pattern matching should work in case if pattern ends on "/**" | Evgeny Mandrikov | 2011-02-19 | 1 | -2/+0 | |
| | ||||||
* | API: rename BlockUnit to Method | simonbrandhof | 2011-02-14 | 1 | -0/+46 | |
| | ||||||
* | SONAR-2193: Add unit tests | Evgeny Mandrikov | 2011-02-14 | 1 | -2/+16 | |
| | ||||||
* | Rename Scopes.TYPE to Scopes.PROGRAM_UNIT | simonbrandhof | 2011-02-07 | 2 | -5/+5 | |
| | ||||||
* | SONAR-2172: New extension point - Initializer | Evgeny Mandrikov | 2011-02-07 | 1 | -0/+43 | |
| | | | | | | * Rename AbstractInitializer to Initializer * Execute Initializers before Sensors | |||||
* | Replace enum Environment by class EnvironmentInformation | Evgeny Mandrikov | 2011-02-04 | 1 | -52/+0 | |
| | | | | | | | * 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 | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 101 | -457/+457 | |
| | ||||||
* | Fix org.sonar.api.utils.AnnotationUtils: search for annotations in ↵ | simonbrandhof | 2011-02-02 | 1 | -3/+18 | |
| | | | | interfaces too | |||||
* | Add profile to check copyright headers + fix some badly formatted headers | simonbrandhof | 2011-01-31 | 4 | -61/+56 | |
| | ||||||
* | Add some unit tests | simonbrandhof | 2011-01-28 | 1 | -7/+46 | |
| | ||||||
* | SONAR-2149 Resource filters are ignored in complexity distributions of Java ↵ | simonbrandhof | 2011-01-28 | 2 | -91/+2 | |
| | | | | | | projects This issue implies SONAR-2153 : API: A decorator should override formulas | |||||
* | add helper methods to Qualifiers + do not accept null parameters | simonbrandhof | 2011-01-28 | 1 | -8/+0 | |
| | ||||||
* | add methods Scopes#isHigherThan() and isHigherThanOrEquals() | simonbrandhof | 2011-01-28 | 1 | -0/+20 | |
| | ||||||
* | SONAR-2151: Add new property to manage source encoding | Evgeny Mandrikov | 2011-01-28 | 1 | -1/+8 | |
| | ||||||
* | SONAR-2126: Change API to work with file system of a project | Evgeny Mandrikov | 2011-01-27 | 3 | -19/+16 | |
| | | | | | | | | | | * 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. | |||||
* | Add the method ResourceUtils#isPersistable(Resource) | simonbrandhof | 2011-01-26 | 1 | -1/+23 | |
| | ||||||
* | Improve org.sonar.api.resources.Scopes and Qualifiers | simonbrandhof | 2011-01-24 | 2 | -0/+201 | |
| | ||||||
* | SONAR-2126: Partially revert previous changes | Evgeny Mandrikov | 2011-01-24 | 1 | -6/+0 | |
| | | | | | * Maven can modify source directories during Sonar execution via see MavenPhaseExecutor. | |||||
* | SONAR-2126: Change api to work with project file system | Evgeny Mandrikov | 2011-01-23 | 1 | -1/+3 | |
| | ||||||
* | SONAR-2126: Change api to work with project file system | Evgeny Mandrikov | 2011-01-23 | 1 | -0/+2 | |
| | ||||||
* | SONAR-2126: Change api to work with project file system | Evgeny Mandrikov | 2011-01-23 | 3 | -23/+51 | |
| | | | | | | | | * Introduce InputFile (file and reference to base directory), which can be retrieved from ProjectFileSystem * Reduce dependencies on MavenProject - don't use project.getPom() in DefaultProjectFileSystem and MavenUtils in ProjectUtils | |||||
* | override the method WildcardPattern.toString() | simonbrandhof | 2011-01-07 | 1 | -0/+7 | |
| | ||||||
* | temporarily ignore HttpDownloadederTest - too many freezes on MS Windows | simonbrandhof | 2010-12-21 | 1 | -0/+2 | |
| | ||||||
* | Backward compatibility for XMLProfileParser | Godin | 2010-12-09 | 1 | -2/+14 | |
| | ||||||
* | Minor change | Godin | 2010-12-09 | 1 | -5/+1 | |
| | ||||||
* | * SONAR-1809: MetricFinder should be available on server side | Godin | 2010-12-08 | 1 | -5/+6 | |
| | | | | * Fix javadocs | |||||
* | SONAR-1809: Export / import alerts attached to a quality profile | Godin | 2010-12-08 | 2 | -8/+50 | |
| | ||||||
* | SONAR-1829: Use severity instead of priority | Godin | 2010-12-07 | 2 | -6/+8 | |
| | ||||||
* | SONAR-1829: Use severity instead of priority | Godin | 2010-12-07 | 4 | -23/+22 | |
| | ||||||
* | Fix typos | Godin | 2010-12-06 | 1 | -1/+1 | |
| | ||||||
* | Improve ViolationsDecoratorTest | Godin | 2010-12-06 | 1 | -1/+11 | |
| | ||||||
* | SONAR-249 save configuration used for measure variations and new violations ↵ | simonbrandhof | 2010-12-01 | 1 | -5/+13 | |
| | | | | in the table SNAPSHOTS | |||||
* | SONAR-2007 Remove the useless ISO Categories + fix components page | simonbrandhof | 2010-12-01 | 16 | -67/+50 | |
| | ||||||
* | SONAR-249: extract persistence layer from data index + dump measures at the ↵ | simonbrandhof | 2010-11-26 | 3 | -52/+52 | |
| | | | | end of the batch instead of persisting them on the fly | |||||
* | SONAR-1663 include the dbcleaner plugin + move all purges in this plugin | simonbrandhof | 2010-11-18 | 1 | -41/+0 | |
| | ||||||
* | trying to fix a jetty deadlock issue in the unit test HttpDownloaderTest | simonbrandhof | 2010-11-16 | 1 | -10/+102 | |
| | ||||||
* | Increase code coverage for XMLRuleParser | Godin | 2010-11-16 | 1 | -2/+9 | |
| | ||||||
* | SONAR-1981: If name not specified for rule, then AnnotationRuleParser should ↵ | Godin | 2010-11-15 | 1 | -0/+87 | |
| | | | | set it equal to key | |||||
* | SONAR-1953 Minimum period used in purge tasks should be configurable | simonbrandhof | 2010-11-12 | 1 | -0/+41 | |
| | ||||||
* | SONAR-1943 Add proxy authentication support for update center | simonbrandhof | 2010-11-09 | 1 | -3/+24 | |
| | ||||||
* | Improve routines for patterns, add unit tests | Godin | 2010-11-03 | 1 | -2/+10 | |
| | ||||||
* | HttpDownloader should not create file if fail to download | Godin | 2010-11-01 | 1 | -1/+16 | |
| | ||||||
* | SONAR-1904: WildcardPattern "**/Reader" shouldn't match ↵ | Godin | 2010-10-29 | 1 | -0/+11 | |
| | | | | "org.sonar.channel.CodeReader" and "java.io.StringReader" | |||||
* | SONAR-1643 move core widgets from sonar-server to sonar-core-plugin + improve UI | simonbrandhof | 2010-10-28 | 1 | -2/+8 | |
| | ||||||
* | SONAR-1903: Fix problem with cloned rules and AnnotationCheckFactory | Godin | 2010-10-25 | 1 | -2/+3 | |
| | ||||||
* | Add unit test for cloned rules to AnnotationCheckFactory | Godin | 2010-10-25 | 2 | -9/+33 | |
| | ||||||
* | fix compatibility with Java 1.5 | simonbrandhof | 2010-10-11 | 1 | -1/+1 | |
| | ||||||
* | trying to fix a unit test which sometimes fails on windows | simonbrandhof | 2010-10-11 | 1 | -1/+2 | |
| |