Fix another batch of FindBugs warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / project / model / TmfNavigatorLabelProvider.java
index 5134acc6a04abc183cbbf7b7e753e3f457d79f75..95e7b274f8c4dc6a35d48d2605a781f8ead86ad1 100644 (file)
@@ -37,10 +37,9 @@ public class TmfNavigatorLabelProvider implements ICommonLabelProvider {
     // Constants
     // ------------------------------------------------------------------------
 
-    private final Image fFolderIcon = PlatformUI.getWorkbench().getSharedImages()
-            .getImage(ISharedImages.IMG_OBJ_FOLDER);
-    private final String fTraceIconFile = "icons/elcl16/trace.gif"; //$NON-NLS-1$
-    private final String fExperimentIconFile = "icons/elcl16/experiment.gif"; //$NON-NLS-1$
+    private static final Image fFolderIcon = PlatformUI.getWorkbench().getSharedImages().getImage(ISharedImages.IMG_OBJ_FOLDER);
+    private static final String fTraceIconFile = "icons/elcl16/trace.gif"; //$NON-NLS-1$
+    private static final String fExperimentIconFile = "icons/elcl16/experiment.gif"; //$NON-NLS-1$
 
     // ------------------------------------------------------------------------
     // Attributes
This page took 0.024583 seconds and 5 git commands to generate.