aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2016-05-18 18:06:37 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2016-05-18 18:08:35 +0200
commit3497ea68266d44b0ccc9d0c280be1e28d2603e60 (patch)
tree29f6c4ff1e1f9f35076f0aa0474a69db8d79f260 /sonar-scanner-engine/src
parent7c4f826425cc20792c1138812d1bd0296320d3e5 (diff)
downloadsonarqube-3497ea68266d44b0ccc9d0c280be1e28d2603e60.tar.gz
sonarqube-3497ea68266d44b0ccc9d0c280be1e28d2603e60.zip
SONAR-6806 Add component key as tooltip of the file name link
Diffstat (limited to 'sonar-scanner-engine/src')
-rw-r--r--sonar-scanner-engine/src/main/resources/org/sonar/batch/scan/report/issuesreport.ftl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-scanner-engine/src/main/resources/org/sonar/batch/scan/report/issuesreport.ftl b/sonar-scanner-engine/src/main/resources/org/sonar/batch/scan/report/issuesreport.ftl
index 78a82809274..b0679c50529 100644
--- a/sonar-scanner-engine/src/main/resources/org/sonar/batch/scan/report/issuesreport.ftl
+++ b/sonar-scanner-engine/src/main/resources/org/sonar/batch/scan/report/issuesreport.ftl
@@ -294,7 +294,7 @@
<th align="left" colspan="2" nowrap>
<div class="file_title">
<img src="issuesreport_files/${resourceReport.getType()}.png" title="${resourceReport.getKey()}"/>
- <a href="#" onclick="$('.resource-details-${resourceReport_index?c}').toggleClass('masked'); return false;" style="color: black">${resourceReport.getName()}</a>
+ <a href="#" onclick="$('.resource-details-${resourceReport_index?c}').toggleClass('masked'); return false;" style="color: black" title="${resourceReport.getKey()}">${resourceReport.getName()}</a>
</div>
</th>
<th align="right" width="1%" nowrap class="resource-details-${resourceReport_index?c}">