]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
13 years agoFix loading of metric formulas when defined in plugins
Simon Brandhof [Tue, 31 May 2011 13:32:25 +0000 (15:32 +0200)]
Fix loading of metric formulas when defined in plugins

13 years agoReplace 2.8-RC2 by 2.8 in samples
Simon Brandhof [Tue, 31 May 2011 13:31:47 +0000 (15:31 +0200)]
Replace 2.8-RC2 by 2.8 in samples

13 years agoFix maven repository for sample of checkstyle extension
Simon Brandhof [Tue, 31 May 2011 08:15:21 +0000 (10:15 +0200)]
Fix maven repository for sample of checkstyle extension

13 years agoSONAR-2405 Configured routes.rb to have more RESTful URLs
Fabrice Bellingard [Tue, 31 May 2011 08:01:22 +0000 (10:01 +0200)]
SONAR-2405 Configured routes.rb to have more RESTful URLs

And also updated the documentation.

13 years agoFix violations
Evgeny Mandrikov [Mon, 30 May 2011 18:07:23 +0000 (22:07 +0400)]
Fix violations

13 years agoSONAR-1922 Fix bulk action - deactivation of rules
Evgeny Mandrikov [Mon, 30 May 2011 16:16:53 +0000 (20:16 +0400)]
SONAR-1922 Fix bulk action - deactivation of rules

13 years agoSONAR-2453 Update the way "FALSE-POSITIVE" reviews are managed
Fabrice Bellingard [Mon, 30 May 2011 17:18:32 +0000 (19:18 +0200)]
SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managed

Add the violation id on a review JSON/XML format so that we don't
have to add it later when we implement manual reviews.

13 years agoSONAR-2404 Extend the Review web service API to create & update
Fabrice Bellingard [Mon, 30 May 2011 12:58:02 +0000 (14:58 +0200)]
SONAR-2404 Extend the Review web service API to create & update

- Java client WS: create, update and delete queries
- Added the ID of each comment on a review (JSON and XML) to be able
  to cleanly delete the last comment of a review

13 years agoSONAR-2404 Extend the Review web service API to create & update
Fabrice Bellingard [Mon, 30 May 2011 10:28:47 +0000 (12:28 +0200)]
SONAR-2404 Extend the Review web service API to create & update

- Server side: delete last comment of a review

13 years agoSONAR-2404 Extend the Review web service API to create & update
Fabrice Bellingard [Fri, 27 May 2011 16:37:07 +0000 (18:37 +0200)]
SONAR-2404 Extend the Review web service API to create & update

- Server side: create and modify review

13 years agoSONAR-2459 Violations should be generated even when bytecode not available
Evgeny Mandrikov [Mon, 30 May 2011 00:02:44 +0000 (04:02 +0400)]
SONAR-2459 Violations should be generated even when bytecode not available

13 years agoSONAR-2164 Add an option to skip package design analysis
Evgeny Mandrikov [Sun, 29 May 2011 21:35:03 +0000 (01:35 +0400)]
SONAR-2164 Add an option to skip package design analysis

13 years agoSONAR-2485 Best value should be set for lcom4 to 1
Evgeny Mandrikov [Sun, 29 May 2011 21:11:56 +0000 (01:11 +0400)]
SONAR-2485 Best value should be set for lcom4 to 1

13 years agoFix violations
Evgeny Mandrikov [Sat, 28 May 2011 21:24:07 +0000 (01:24 +0400)]
Fix violations

13 years agoSONAR-2390 patch activerecord to automatically manage max nb of elts in IN statements
simonbrandhof [Sat, 28 May 2011 14:24:59 +0000 (16:24 +0200)]
SONAR-2390 patch activerecord to automatically manage max nb of elts in IN statements

13 years agoSONAR-1922 Improve ProfileEventsSensor
Evgeny Mandrikov [Fri, 27 May 2011 23:35:21 +0000 (03:35 +0400)]
SONAR-1922 Improve ProfileEventsSensor

* Create event only when actual change of version or profile was done.

* Use only one form for event description: "ProfileA version X is used
  instead of ProfileB version Y".

13 years agoSONAR-1922 Improve UI for profile changelog
Evgeny Mandrikov [Fri, 27 May 2011 22:56:48 +0000 (02:56 +0400)]
SONAR-1922 Improve UI for profile changelog

* Show message instead of empty table, when no changes were done.

* Add a select box to only show changelog between the last version and
  another selected version (penultimate by default).

13 years agoSONAR-2475 remove org.sonar.api.checks.checkers and org.sonar.api.checks.profiles
simonbrandhof [Fri, 27 May 2011 13:57:20 +0000 (15:57 +0200)]
SONAR-2475 remove org.sonar.api.checks.checkers and org.sonar.api.checks.profiles

13 years agoSONAR-2475 remove org.sonar.api.rules.RulePriorityMapper
simonbrandhof [Fri, 27 May 2011 13:52:52 +0000 (15:52 +0200)]
SONAR-2475 remove org.sonar.api.rules.RulePriorityMapper

13 years agoSONAR-2468 add a better sample of ProjectBuilder
simonbrandhof [Fri, 27 May 2011 13:51:05 +0000 (15:51 +0200)]
SONAR-2468 add a better sample of ProjectBuilder

13 years agoRename org.sonar.batch.ExtensionDownloader to ArtifactDownloader
simonbrandhof [Fri, 27 May 2011 13:15:17 +0000 (15:15 +0200)]
Rename org.sonar.batch.ExtensionDownloader to ArtifactDownloader

13 years agoAdd some javadoc
simonbrandhof [Fri, 27 May 2011 13:07:54 +0000 (15:07 +0200)]
Add some javadoc

13 years agoSONAR-2469 add unit tests
simonbrandhof [Fri, 27 May 2011 12:58:26 +0000 (14:58 +0200)]
SONAR-2469 add unit tests

13 years agoSONAR-2469 add unit tests
simonbrandhof [Fri, 27 May 2011 11:52:46 +0000 (13:52 +0200)]
SONAR-2469 add unit tests

13 years agoImprove guide about creation of migration scripts
Evgeny Mandrikov [Fri, 27 May 2011 11:15:41 +0000 (15:15 +0400)]
Improve guide about creation of migration scripts

13 years agoSONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuilder
simonbrandhof [Fri, 27 May 2011 10:25:05 +0000 (12:25 +0200)]
SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuilder

13 years agoSONAR-1922 Improve UI for profile changelog
Evgeny Mandrikov [Fri, 27 May 2011 00:22:42 +0000 (04:22 +0400)]
SONAR-1922 Improve UI for profile changelog

* Reorder columns

* Use bold instead of italic to express parameter changes

* Show severity icons

* Lowercase action text and simplify code

13 years agoSONAR-2388 clear the "Assigned to" field when appropriate
Fabrice Bellingard [Fri, 27 May 2011 07:23:43 +0000 (09:23 +0200)]
SONAR-2388 clear the "Assigned to" field when appropriate

Clear the "Assigned to" field when the options "With false-positives"
and "Only false-positives" are selected otherwise no result is
returned as false-positive review are automatically unassigned.

13 years agoSONAR-1922 Add a kind of version control for quality profiles
Evgeny Mandrikov [Thu, 26 May 2011 22:07:33 +0000 (02:07 +0400)]
SONAR-1922 Add a kind of version control for quality profiles

Apply patch, which was contributed by Julien Henry:

* Following algorithm was implemented: Every profile starts with
  version=1 and used=false. As soon as there is an analysis of a
  project, the involved profile is set to used=true. Every modification
  to a quality profile (activation, deactivation or modification of
  rule) is logged in DB in dedicated tables. When a modification is done
  on a profile that is used=true, then version number is increased and
  profile is set to used=false.

* Introduced new metric to store profile version, which was used during
  analysis.

* If profile for project is different than the one used during previous
  analysis, then event would be created.

* Introduced new tab 'changelog' for profiles.

Following fixes were applied on original patch:

* Index name limited to 30 characters in Oracle DB, so names were
  reduced.

* Field ActiveRuleChange.profileVersion never read locally, because
  ruby read it directly from DB, so getter added.

* Direction doesn't make sense for 'profile_version' metric, so was
  removed.

* Fixed ProfileEventsSensor: it seems that TimeMachine not guarantee
  that the order of measures would be the same as in query, so we should
  perform two sequential queries.

* Fixed handling of null values during migration.

13 years agoSONAR-1688 Search box does not allow mouse clicks to select the item.
Fabrice Bellingard [Thu, 26 May 2011 16:42:10 +0000 (18:42 +0200)]
SONAR-1688 Search box does not allow mouse clicks to select the item.

Had to comment 1 line in scriptaculous.js file.

13 years agoSONAR-2388 Make it possible to search for 'false-positive' reviews
Fabrice Bellingard [Thu, 26 May 2011 15:53:53 +0000 (17:53 +0200)]
SONAR-2388 Make it possible to search for 'false-positive' reviews

- Adds select box on the search page
- Change comment icon color if false-positive
- Add "False positive" label on the permalink page
- Adjust link that opens the resource to directly open the resource
  viewer on the false-positives

13 years agoSONAR-2443 Remove indicator from suggest field to prevent "shaking"
Fabrice Bellingard [Thu, 26 May 2011 12:46:11 +0000 (14:46 +0200)]
SONAR-2443 Remove indicator from suggest field to prevent "shaking"

FI: the display of the indicator is handle by the scriptaculous
component, which uses the "display" property instead of the
"visibility" one to hide/show the indicator. This is what causes
the "shaking" of elements placed on the right side of the component
while waiting for the answer from the server.

13 years agoSONAR-2397 Remove sort on Assignee and Project
Fabrice Bellingard [Thu, 26 May 2011 12:31:00 +0000 (14:31 +0200)]
SONAR-2397 Remove sort on Assignee and Project

The reason is that the DB request fails on Derby because of the joint
needed to get the assignee name or the project name.
FI: it worked on Postgres (and probably all other "real" DBs).

13 years agoSONAR-2453 Update the way "FALSE-POSITIVE" reviews are managed
Fabrice Bellingard [Thu, 26 May 2011 10:10:38 +0000 (12:10 +0200)]
SONAR-2453 Update the way "FALSE-POSITIVE" reviews are managed

1- Update the DB, migration scripts & co.
2- Update the model, controller & co.
3- Update the WS Client

13 years agoSONAR-2469 fix typo in name of InstantiationStrategy class
simonbrandhof [Thu, 26 May 2011 06:33:18 +0000 (08:33 +0200)]
SONAR-2469 fix typo in name of InstantiationStrategy class

13 years agoSONAR-2469 refactor Module
simonbrandhof [Wed, 25 May 2011 09:00:03 +0000 (11:00 +0200)]
SONAR-2469 refactor Module

SONAR-2469 instanciation strategy of batch extensions

SONAR-2469 fix initialization of project

13 years agoMerge branch 'modif'
Fabrice Bellingard [Wed, 25 May 2011 09:19:07 +0000 (11:19 +0200)]
Merge branch 'modif'

13 years agoSONAR-2473 Fix SQL request to prevent "closing" again a review
Fabrice Bellingard [Wed, 25 May 2011 09:17:47 +0000 (11:17 +0200)]
SONAR-2473 Fix SQL request to prevent "closing" again a review

13 years agoSONAR-2450 Display the last comment of review in the Reviews page
Fabrice Bellingard [Wed, 25 May 2011 08:48:06 +0000 (10:48 +0200)]
SONAR-2450 Display the last comment of review in the Reviews page

- Fix alignment of comment with title
- Replaces '\n' by a space

13 years agoSONAR-2443 Improve DB request to potentially fix IT pbm on Oracle
Fabrice Bellingard [Wed, 25 May 2011 08:24:29 +0000 (10:24 +0200)]
SONAR-2443 Improve DB request to potentially fix IT pbm on Oracle

13 years agoThe Markdown class uses the new ChannelDispatch Builder
Freddy Mallet [Tue, 24 May 2011 20:18:29 +0000 (22:18 +0200)]
The Markdown class uses the new ChannelDispatch Builder

13 years agoAdd missing Javadocs for Metric.Builder
Evgeny Mandrikov [Tue, 24 May 2011 19:30:20 +0000 (23:30 +0400)]
Add missing Javadocs for Metric.Builder

13 years agoSONAR-2443 Improve the assignee select-box in the resource viewer
Fabrice Bellingard [Tue, 24 May 2011 16:03:33 +0000 (18:03 +0200)]
SONAR-2443 Improve the assignee select-box in the resource viewer

For:
- creating a review
- assigning a review

13 years agoSONAR-2443 Improve the user select-box when searching for review
Fabrice Bellingard [Tue, 24 May 2011 13:22:06 +0000 (15:22 +0200)]
SONAR-2443 Improve the user select-box when searching for review

- For field "author" and "assignee"
- Done as a reusable component

13 years agoSONAR-2425 Add index on CHARACTERISTIC_PROPERTIES.CHARACTERISTIC_ID
Evgeny Mandrikov [Tue, 24 May 2011 15:19:21 +0000 (19:19 +0400)]
SONAR-2425 Add index on CHARACTERISTIC_PROPERTIES.CHARACTERISTIC_ID

Index name limited to 30 characters in Oracle DB.

13 years agoProvide a builder to the ChannelDispatcher class and depreciate all constructors
Freddy Mallet [Tue, 24 May 2011 14:15:25 +0000 (16:15 +0200)]
Provide a builder to the ChannelDispatcher class and depreciate all constructors

13 years agoSONAR-2425 Add index on CHARACTERISTIC_PROPERTIES.CHARACTERISTIC_ID
Evgeny Mandrikov [Mon, 23 May 2011 20:15:48 +0000 (00:15 +0400)]
SONAR-2425 Add index on CHARACTERISTIC_PROPERTIES.CHARACTERISTIC_ID

13 years agoSONAR-2464 Metric.Builder must set best and worst values when type percent
Evgeny Mandrikov [Mon, 23 May 2011 19:05:29 +0000 (23:05 +0400)]
SONAR-2464 Metric.Builder must set best and worst values when type percent

13 years agoSONAR-2462 Leave false-positive review open until violation removed
Fabrice Bellingard [Mon, 23 May 2011 14:50:07 +0000 (16:50 +0200)]
SONAR-2462 Leave false-positive review open until violation removed

A "False-Positive" review should be closed only when the underlying
violation disappears

13 years agoSONAR-2454 Assignee must become null when flagging as false-positive
Fabrice Bellingard [Mon, 23 May 2011 10:02:13 +0000 (12:02 +0200)]
SONAR-2454 Assignee must become null when flagging as false-positive

13 years agoSONAR-2457 Fix source shown on review even if user is not 'codeviewer'
Fabrice Bellingard [Mon, 23 May 2011 08:54:04 +0000 (10:54 +0200)]
SONAR-2457 Fix source shown on review even if user is not 'codeviewer'

13 years agoSONAR-2450 Display last comment on each review in the Reviews page
Fabrice Bellingard [Mon, 23 May 2011 08:04:09 +0000 (10:04 +0200)]
SONAR-2450 Display last comment on each review in the Reviews page

Displays only an excerpt of the comment if the comment is too long.

13 years agoUse factory Metric.Builder instead of Metric constructor
Evgeny Mandrikov [Sat, 7 May 2011 20:51:06 +0000 (00:51 +0400)]
Use factory Metric.Builder instead of Metric constructor

13 years agoSONAR-2438 Display the last update date of reviews
Fabrice Bellingard [Fri, 20 May 2011 16:29:57 +0000 (18:29 +0200)]
SONAR-2438 Display the last update date of reviews

Improve UI

13 years agoSONAR-2397 Add the ability to sort the reviews in the "Reviews" page
Fabrice Bellingard [Fri, 20 May 2011 16:14:43 +0000 (18:14 +0200)]
SONAR-2397 Add the ability to sort the reviews in the "Reviews" page

13 years agoSONAR-2450 Display the last comment on each review in the Reviews page
Fabrice Bellingard [Fri, 20 May 2011 10:10:43 +0000 (12:10 +0200)]
SONAR-2450 Display the last comment on each review in the Reviews page

13 years agoSONAR-2438 Display the last update date of reviews
Fabrice Bellingard [Fri, 20 May 2011 09:31:09 +0000 (11:31 +0200)]
SONAR-2438 Display the last update date of reviews

13 years agoSONAR-2419 Remove background color and border for permalinks
Fabrice Bellingard [Fri, 20 May 2011 08:35:47 +0000 (10:35 +0200)]
SONAR-2419 Remove background color and border for permalinks

On the resource viewer, as it could look ugly if the violation
message was on more than 1 line

13 years agoSONAR-2449 'updated_at' attribute of a review is not always updated
Fabrice Bellingard [Fri, 20 May 2011 08:28:23 +0000 (10:28 +0200)]
SONAR-2449 'updated_at' attribute of a review is not always updated

It was not updated when a comment is added, edited or deleted.
Now it is the case.

13 years agoSONAR-2432 Tune best and worst values for coverage metrics
Evgeny Mandrikov [Thu, 19 May 2011 20:19:10 +0000 (00:19 +0400)]
SONAR-2432 Tune best and worst values for coverage metrics

* Define "0" best value on uncovered_lines, uncovered_conditions,
  new_uncovered_lines and new_uncovered_conditions

* Define "100" best value and "0" worst value on line_coverage

13 years agoSONAR-2445 Do not remove BouncyCastle security provider
simonbrandhof [Thu, 19 May 2011 16:49:02 +0000 (18:49 +0200)]
SONAR-2445 Do not remove BouncyCastle security provider

13 years agoSONAR-2426 Allow to directly assign a violation to users
Fabrice Bellingard [Thu, 19 May 2011 15:02:30 +0000 (17:02 +0200)]
SONAR-2426 Allow to directly assign a violation to users

Fix "Assignee" label alignment (noticed on Chrome).

13 years agoMerge branch 'WS'
Fabrice Bellingard [Thu, 19 May 2011 14:47:47 +0000 (16:47 +0200)]
Merge branch 'WS'

13 years agoSONAR-2419 Improve permalink visibility on review
Fabrice Bellingard [Wed, 18 May 2011 15:12:54 +0000 (17:12 +0200)]
SONAR-2419 Improve permalink visibility on review

- Permalinks are more visible on the resource viewer
- The review search page returns directly permalinks

13 years agoFix merge of release 2.8
simonbrandhof [Thu, 19 May 2011 14:14:21 +0000 (16:14 +0200)]
Fix merge of release 2.8

13 years agoSONAR-2421 Review WS API is limited to "VIOLATION" by default
Fabrice Bellingard [Thu, 19 May 2011 13:39:37 +0000 (15:39 +0200)]
SONAR-2421 Review WS API is limited to "VIOLATION" by default

By default when using the reviews web service API, search is
limited to "VIOLATION" whereas this should not be the case.

13 years agoSONAR-2402 When specifying a review id in the "Reviews" page, all other filter value...
Fabrice Bellingard [Thu, 19 May 2011 12:50:49 +0000 (14:50 +0200)]
SONAR-2402 When specifying a review id in the "Reviews" page, all other filter value should be deactivated/reinitialized

Done on Web client side, in Javascript, so that the result is
consistent with what the user sees on the search criteria.

13 years agoSONAR-2426 Allow to directly assign a violation to users
Fabrice Bellingard [Thu, 19 May 2011 08:53:38 +0000 (10:53 +0200)]
SONAR-2426 Allow to directly assign a violation to users

Forgot the option to leave unassigned.

13 years agoSONAR-2426 Allow to directly assign a violation to users
Fabrice Bellingard [Thu, 19 May 2011 07:58:46 +0000 (09:58 +0200)]
SONAR-2426 Allow to directly assign a violation to users

13 years agoMerge branch 'release-2.8'
simonbrandhof [Wed, 18 May 2011 20:34:51 +0000 (22:34 +0200)]
Merge branch 'release-2.8'

13 years agoRelease 2.8 2.8
simonbrandhof [Wed, 18 May 2011 18:30:23 +0000 (20:30 +0200)]
Release 2.8

13 years agoSONAR-2419 Improve permalink visibility on review
Fabrice Bellingard [Wed, 18 May 2011 15:12:54 +0000 (17:12 +0200)]
SONAR-2419 Improve permalink visibility on review

- Permalinks are more visible on the resource viewer
- The review search page returns directly permalinks

13 years agoFix CloseReviewDecorator on SQL Server and Oracle
simonbrandhof [Wed, 18 May 2011 14:14:18 +0000 (16:14 +0200)]
Fix CloseReviewDecorator on SQL Server and Oracle

13 years agoSONAR-2347 CloseReviewsDecorator should execute only if isLastestAnalysis
Fabrice Bellingard [Wed, 18 May 2011 07:53:07 +0000 (09:53 +0200)]
SONAR-2347 CloseReviewsDecorator should execute only if isLastestAnalysis

Forgot to commit the test

13 years agoSONAR-2347 Close review when resource does not exist anymore
Fabrice Bellingard [Wed, 18 May 2011 07:19:20 +0000 (09:19 +0200)]
SONAR-2347 Close review when resource does not exist anymore

Decorator should execute only on root projects

13 years agoFix association between Project and ProjectDefinition
Evgeny Mandrikov [Tue, 17 May 2011 15:30:31 +0000 (19:30 +0400)]
Fix association between Project and ProjectDefinition

13 years agoSONAR-2347 Close review when resource does not exist anymore
Fabrice Bellingard [Tue, 17 May 2011 15:29:25 +0000 (17:29 +0200)]
SONAR-2347 Close review when resource does not exist anymore

13 years agoSONAR-2347 Update the "updated_at" column when closing reviews
Fabrice Bellingard [Tue, 17 May 2011 10:21:06 +0000 (12:21 +0200)]
SONAR-2347 Update the "updated_at" column when closing reviews

13 years agoSONAR-2347 Close a review when its corresponding violation is fixed
Fabrice Bellingard [Tue, 17 May 2011 09:02:32 +0000 (11:02 +0200)]
SONAR-2347 Close a review when its corresponding violation is fixed

Update the DB Cleaner plugin to delete reviews and review comments
related to deleted projects.

13 years agoSample: remove the quality profile and rule repository extensions
simonbrandhof [Tue, 17 May 2011 06:40:32 +0000 (08:40 +0200)]
Sample: remove the quality profile and rule repository extensions

13 years agoFix security issue
simonbrandhof [Mon, 16 May 2011 21:38:43 +0000 (23:38 +0200)]
Fix security issue

13 years agoSONAR-1973 Fix review not linked to the project but to the module
Fabrice Bellingard [Mon, 16 May 2011 13:50:59 +0000 (15:50 +0200)]
SONAR-1973 Fix review not linked to the project but to the module

Reviews should reference the top project that contains the violation
they reference, and not the module. It was not the case, and as a
consequence, the search engine did not work as expected.

13 years agoUpgrade to version 2.9-SNAPSHOT
simonbrandhof [Fri, 13 May 2011 14:58:27 +0000 (16:58 +0200)]
Upgrade to version 2.9-SNAPSHOT

13 years agoFix security issue in /reviews/show URL
simonbrandhof [Thu, 12 May 2011 09:32:07 +0000 (11:32 +0200)]
Fix security issue in /reviews/show URL

13 years agoFix error log in webapp
simonbrandhof [Thu, 12 May 2011 09:20:00 +0000 (11:20 +0200)]
Fix error log in webapp

13 years agoFix display of source code in review detail
simonbrandhof [Thu, 12 May 2011 09:09:19 +0000 (11:09 +0200)]
Fix display of source code in review detail

The problem occurs when the review relates to a violation tracked over time.

13 years agoAdd comment in conf/sonar.properties for Oracle installation
simonbrandhof [Thu, 12 May 2011 09:09:00 +0000 (11:09 +0200)]
Add comment in conf/sonar.properties for Oracle installation

13 years agoFix NPE: register ReviewUnmarshaller
Evgeny Mandrikov [Wed, 11 May 2011 08:50:38 +0000 (12:50 +0400)]
Fix NPE: register ReviewUnmarshaller

13 years agoAdd Javadocs for CoreMetrics
Evgeny Mandrikov [Sat, 7 May 2011 20:16:09 +0000 (00:16 +0400)]
Add Javadocs for CoreMetrics

13 years agoTemporarily downgrade version to 2.8-SNAPSHOT
simonbrandhof [Tue, 10 May 2011 11:06:06 +0000 (13:06 +0200)]
Temporarily downgrade version to 2.8-SNAPSHOT

13 years agoFix CommandExecutorTest.java test on Windows
simonbrandhof [Tue, 10 May 2011 09:32:41 +0000 (11:32 +0200)]
Fix CommandExecutorTest.java test on Windows

13 years agoUpgrade Javadoc maven plugin
simonbrandhof [Tue, 10 May 2011 09:09:38 +0000 (11:09 +0200)]
Upgrade Javadoc maven plugin

13 years agoImprove versions of samples
simonbrandhof [Tue, 10 May 2011 07:04:27 +0000 (09:04 +0200)]
Improve versions of samples

13 years agoUpgrade version to 2.9-SNAPSHOT
simonbrandhof [Mon, 9 May 2011 21:15:11 +0000 (23:15 +0200)]
Upgrade version to 2.9-SNAPSHOT

13 years agoRelease 2.8-RC2
simonbrandhof [Mon, 9 May 2011 18:10:26 +0000 (20:10 +0200)]
Release 2.8-RC2

13 years agoFix compatibility with Oracle
simonbrandhof [Mon, 9 May 2011 13:08:37 +0000 (15:08 +0200)]
Fix compatibility with Oracle

13 years agoTry to fix CommandExecutorTest on Windows
simonbrandhof [Mon, 9 May 2011 11:39:30 +0000 (13:39 +0200)]
Try to fix CommandExecutorTest on Windows

13 years agoFix IE7 bug
simonbrandhof [Mon, 9 May 2011 11:05:22 +0000 (13:05 +0200)]
Fix IE7 bug

13 years agoDo not display violations viewer on modules/directories if there are no violations
simonbrandhof [Fri, 6 May 2011 12:41:02 +0000 (14:41 +0200)]
Do not display violations viewer on modules/directories if there are no violations

13 years agoSONAR-1973 Fix bug on submit button
Fabrice Bellingard [Fri, 6 May 2011 08:16:05 +0000 (10:16 +0200)]
SONAR-1973 Fix bug on submit button

If two reviews or false-positive were edited at the same time, the
submit buttons would not behave correctly as they had the same name.