90919293949596979899100101102103104
} } public static String getTypeDescription(String type) { FindbugsType fbType = FindbugsType.valueOf(type); if (fbType != null) { return fbType.description(); } else { return null; } }