]> source.dussan.org Git - sonarqube.git/commit
SONAR-11898 Fix quality issues and improve coverage
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Tue, 30 Apr 2019 13:59:32 +0000 (15:59 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 6 May 2019 09:01:15 +0000 (11:01 +0200)
commitd5b454babf688705a9cd4c8fd862b0fc0a9898d2
treea3a080a46589066c8b7fd4efd4c944f92cf252a0
parent6c37e7a9c7ef1b048c2067250235e24b386f4fc9
SONAR-11898 Fix quality issues and improve coverage
22 files changed:
server/sonar-server/src/test/java/org/sonar/server/source/ws/SourcesWsTest.java
server/sonar-web/src/main/js/apps/component-measures/components/__tests__/__snapshots__/MeasureContent-test.tsx.snap
server/sonar-web/src/main/js/apps/issues/components/__tests__/IssuesSourceViewer-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/issues/components/__tests__/__snapshots__/IssuesSourceViewer-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/issues/conciseIssuesList/__tests__/ConciseIssueBox-test.tsx
server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/ComponentSourceSnippetViewer.tsx
server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/CrossComponentSourceViewer.tsx
server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/CrossComponentSourceViewerWrapper.tsx
server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/__tests__/ComponentSourceSnippetViewer-test.tsx
server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/__tests__/CrossComponentSourceViewerWrapper-test.tsx
server/sonar-web/src/main/js/components/SourceViewer/SourceViewer.tsx
server/sonar-web/src/main/js/components/SourceViewer/SourceViewerHeaderSlim.tsx
server/sonar-web/src/main/js/components/SourceViewer/__tests__/SourceViewerHeaderSlim-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/SourceViewer/__tests__/__snapshots__/SourceViewerHeaderSlim-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/SourceViewer/components/LineCode.tsx
server/sonar-web/src/main/js/components/SourceViewer/components/__tests__/LineCode-test.tsx
server/sonar-web/src/main/js/components/SourceViewer/components/__tests__/__snapshots__/LineCode-test.tsx.snap
server/sonar-web/src/main/js/components/SourceViewer/helpers/__tests__/indexing-test.ts
server/sonar-web/src/main/js/components/SourceViewer/helpers/__tests__/issueLocations-test.ts [new file with mode: 0644]
server/sonar-web/src/main/js/components/SourceViewer/helpers/issueLocations.ts [new file with mode: 0644]
server/sonar-web/src/main/js/components/SourceViewer/helpers/issueLocations.tsx [deleted file]
server/sonar-web/src/main/js/components/workspace/__tests__/__snapshots__/WorkspaceComponentViewer-test.tsx.snap