Oops, forgot a println

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3756 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2005-08-04 19:22:21 +00:00
parent 7760b41c9d
commit e7845a9eb2

View File

@@ -101,7 +101,6 @@ public class Plugin implements Addin, Controller, ContextMenuListener {
continue;
}
JavaSourceNode jsn = (JavaSourceNode)obj;
LogManager.getLogManager().getMsgPage().log(jsn.getSourceFile());
if (jsn.getLongLabel().endsWith(".java") && new File(jsn.getLongLabel()).exists()) {
ctx.setSourceCodeFilename(jsn.getLongLabel());
FileInputStream fis = new FileInputStream(new File(jsn.getLongLabel()));