I need to use System.exit(0) in the application. Eclipse has the PMD plugin installed and complains about this line of code. Adding @SuppressWarnings ("PMD.DoNotCallSystemExit") removes this warning, but now I get a warning that this SuppressWarnings not supported, even though it works.
Is there any way to solve this problem?
eclipse suppress-warnings pmd
user342495 Feb 16 2018-11-11T00: 00Z
source share