forked from phoedos/pmd
went back to the encapsulated way of doing it, kudos to Don on this one
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@801 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -55,10 +55,6 @@ 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