Skip to content

Commit a29549d

Browse files
committed
Bump checkstyle from 8.30 to 8.42
1 parent 4a45557 commit a29549d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

net.sourceforge.pmd.eclipse.plugin/src/main/java/net/sourceforge/pmd/eclipse/ui/views/cpd2/CPDViewTooltipListener2.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ private Mark itemAt(TreeItem treeItem, Point location, GC gc) {
114114
continue;
115115
}
116116
int classWidth = widths[1];
117-
if (location.x > rightEdge - classWidth && // right of the start?
118-
location.x < rightEdge) { // left of the end?
117+
if (location.x > rightEdge - classWidth // right of the start?
118+
&& location.x < rightEdge) { // left of the end?
119119
return CPDViewLabelProvider2.entriesFor((Match) item)[i];
120120
}
121121
}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<pmd.version>6.34.0</pmd.version>
2525
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
2626
<pmd.build-tools.version>12</pmd.build-tools.version>
27-
<checkstyle.version>8.30</checkstyle.version>
28-
<checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
27+
<checkstyle.version>8.42</checkstyle.version>
28+
<checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
2929

3030
<updatesite.orbit>https://archive.eclipse.org/tools/orbit/downloads/drops/${orbit.version}/repository/</updatesite.orbit>
3131

0 commit comments

Comments
 (0)