pmd: removes invalid call to System.exit()
This commit is contained in:
@ -37,7 +37,6 @@ public class PMDCommandLineInterface {
|
||||
} catch (ParameterException e) {
|
||||
System.out.println(buildUsageText());
|
||||
System.out.println(e.getMessage());
|
||||
System.exit(1);
|
||||
}
|
||||
return arguments;
|
||||
}
|
||||
|
Reference in New Issue
Block a user