137138139140141142143144145146147
return; } if (DEBUG) { System.out.println(resources); } st = new StopTimer(); st.newPoint("initPlugins"); // make sure it's initialized FindbugsPlugin.applyCustomDetectors(false);
248249250251252253254255256257258
*/ public void loadXml(String fileName) throws CoreException { if (fileName == null) { return; } st = new StopTimer(); // clear markers clearMarkers(null); final Project findBugsProject = new Project();