forked from phoedos/pmd
added call to PMDViewer
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@797 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -55,12 +55,10 @@ public class PMD {
|
||||
public static void main(String[] args) {
|
||||
if (args[0].equals("-g")) {
|
||||
try {
|
||||
/*
|
||||
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
|
||||
PMDViewer pmdViewer = new PMDViewer();
|
||||
pmdViewer.setVisible(true);
|
||||
pmdViewer.setupFiles();
|
||||
*/
|
||||
PMDViewer.run();
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
|
Reference in New Issue
Block a user