"</fb-plugin-updates>";
}
@SuppressWarnings({"deprecation"})
private Plugin createPlugin(String pluginId, Date releaseDate, String version) throws URISyntaxException, PluginException {
PluginLoader fakeLoader;
try {
fakeLoader = new PluginLoader(true, new URL("http://" + pluginId + ".findbugs.cs.umd.edu"));
} catch (MalformedURLException e) {
throw new RuntimeException(e);
}
Plugin plugin = new Plugin(pluginId, version, releaseDate, fakeLoader, true, false);
plugin.setShortDescription("My Plugin");