Skip to content

Commit 4918c57

Browse files
committed
Fix default marker icons
1 parent f5abe57 commit 4918c57

File tree

6 files changed

+1
-0
lines changed

6 files changed

+1
-0
lines changed
16 Bytes
Loading
12 Bytes
Loading
-1 Bytes
Loading
11 Bytes
Loading
5 Bytes
Loading

net.sourceforge.pmd.eclipse.plugin/src/main/java/net/sourceforge/pmd/eclipse/plugin/UISettings.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ public static void createRuleMarkerIcons(Display display) {
146146
Image image = pdc.descriptorFor(priority).getImage(display, MAX_MARKER_DIMENSION);
147147
loader.data = new ImageData[] { image.getImageData() };
148148
String fullPath = markerFilenameFor(priority);
149+
PMDPlugin.getDefault().logInformation("Writing marker icon to: " + fullPath);
149150
loader.save(fullPath, SWT.IMAGE_PNG);
150151

151152
image.dispose();

0 commit comments

Comments
 (0)