| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This reverts commit 808360559dc1349d59363fc89b468345e5a26fc9.
|
| |
|
|
|
|
| |
This patch is gracefully provided by Eugene Zadyra.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* Inherit settings from original module
* Introduce reusable module org.sonar.SonarDev
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
characteristics
|
|
|
|
| |
GWT API
|
| |
|
|
|
|
| |
* Fix TimeMachineUnmarshaller
|
| |
|
| |
|
| |
|
| |
|