]> source.dussan.org Git - sonarqube.git/commit
SONAR-1852 Add the analysis date to the Java web service client libray
authorsimonbrandhof <simon.brandhof@gmail.com>
Tue, 19 Oct 2010 12:28:40 +0000 (12:28 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Tue, 19 Oct 2010 12:28:40 +0000 (12:28 +0000)
commit21d609df3a50bc7252d383ece40413ba3baac6ff
tree7af3758860a429f97ca666c7facdbd716e136ca9
parent2ca3e28c0bc9990f774b7c927e04f100894b1004
SONAR-1852 Add the analysis date to the Java web service client libray
sonar-gwt-api/src/main/java/org/sonar/gwt/JsonUtils.java
sonar-gwt-api/src/main/java/org/sonar/wsclient/gwt/unmarshallers/ResourceUnmarshaller.java
sonar-plugin-api/src/test/resources/org/sonar/api/rules/XMLRuleParserTest/rules.xml
sonar-ws-client/src/main/java/org/sonar/wsclient/services/Resource.java
sonar-ws-client/src/main/java/org/sonar/wsclient/unmarshallers/ResourceUnmarshaller.java
sonar-ws-client/src/test/java/org/sonar/wsclient/unmarshallers/ResourceUnmarshallerTest.java
sonar-ws-client/src/test/resources/resources/many-resources-with-measures.json
sonar-ws-client/src/test/resources/resources/many-resources.json
sonar-ws-client/src/test/resources/resources/single-resource-with-measures.json
sonar-ws-client/src/test/resources/resources/single-resource-with-trends.json
sonar-ws-client/src/test/resources/resources/single-resource.json