Skip to content

Commit 1b6f9ff

Browse files
committed
3.4.8
1 parent c703260 commit 1b6f9ff

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
// FindBugs
1313
compile 'com.google.code.findbugs:findbugs:3.0.1'
1414
// PMD
15-
compile 'net.sourceforge.pmd:pmd-java:5.6.0'
15+
compile 'net.sourceforge.pmd:pmd-java:5.6.1'
1616
}
1717

1818
project.ext {
@@ -21,7 +21,7 @@ project.ext {
2121
description = 'Static code analysis plugin for Android projects.'
2222
groupId = 'pt.simdea.verifier'
2323
artifactId = 'verifier'
24-
version = "3.4.3"
24+
version = "3.4.8"
2525
website = 'https://github.com/simdea/android-quality-verifier'
2626
scm = 'https://github.com/simdea/android-quality-verifier'
2727
tags = ['android', 'verifier', 'check', 'checkstyle', 'findbugs', 'pmd', 'lint', 'quality']

plugin/src/main/resources/findbugs/findbugs.xsl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,12 @@
106106
<xsl:call-template name="alternated-row"/>
107107
<td>
108108
<b>
109-
<xsl:value-of select="@type"/>
109+
<xsl:element name="a">
110+
<xsl:attribute name="href">http://findbugs.sourceforge.net/bugDescriptions.html#<xsl:value-of
111+
select="@type"/>
112+
</xsl:attribute>
113+
<xsl:value-of select="@type"/>
114+
</xsl:element>
110115
</b>
111116
<br/>
112117
<xsl:value-of select="LongMessage/text()"/>

0 commit comments

Comments
 (0)