forked from phoedos/pmd
rm unreferenced/duplicate code
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7332 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -67,9 +67,9 @@ import net.sourceforge.pmd.PMD;
|
||||
|
||||
public class GUI implements CPDListener {
|
||||
|
||||
private interface Renderer {
|
||||
String render(Iterator<Match> items);
|
||||
}
|
||||
// private interface Renderer {
|
||||
// String render(Iterator<Match> items);
|
||||
// }
|
||||
|
||||
private static final Object[][] RENDERER_SETS = new Object[][] {
|
||||
{ "Text", new Renderer() { public String render(Iterator<Match> items) { return new SimpleRenderer().render(items); } } },
|
||||
|
@ -7,7 +7,7 @@ import java.util.Properties;
|
||||
|
||||
public class LanguageFactory {
|
||||
|
||||
public static String[] supportedLanguages = new String[]{"java", "jsp", "cpp", "c", "php", "ruby","fortran", "ecmascript","cs" };
|
||||
// public static String[] supportedLanguages = new String[]{"java", "jsp", "cpp", "c", "php", "ruby","fortran", "ecmascript","cs" };
|
||||
private static final String SUFFIX = "Language";
|
||||
public static final String EXTENSION = "extension";
|
||||
public static final String BY_EXTENSION = "by_extension";
|
||||
|
Reference in New Issue
Block a user