forked from phoedos/pmd
FiX NPE in that occurred in RSA
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4411 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -51,7 +51,7 @@ public class ViolationOverviewLabelProvider extends LabelProvider implements ITa
|
||||
|
||||
/* @see org.eclipse.jface.viewers.ITableLabelProvider#getColumnText(java.lang.Object, int) */
|
||||
public String getColumnText(Object element, int columnIndex) {
|
||||
String result = null;
|
||||
String result = "";
|
||||
|
||||
switch (columnIndex) {
|
||||
|
||||
|
Reference in New Issue
Block a user