aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src/test/java/org/sonar/wsclient/services/DependencyQueryTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Move sonar-ws-client to sub-dir server/Simon Brandhof2014-07-101-53/+0
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|
* Update copyright headersSimon Brandhof2013-04-221-4/+4
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
|
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* SONAR-2204,SONAR-2259 Fix URL encodingEvgeny Mandrikov2011-03-061-3/+3
| | | | | | | | | * For correct URL encoding we must encode parameters on lower level - in Query itself, but not in concrete implementation of Connector, because in Query we can distinguish concrete parts of URL. * Moreover in this case any additional encoding routines in Connector are useless, so were removed.
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
|
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-061-0/+53
value of rule parameters in Q profile console