openhab-core/tools/static-code-analysis/pmd/suppressions.properties
Wouter Born 627007d32e Fix InstallServiceCommand SAT findings (#1124)
Suppresses the SystemPrintln SAT findings because this class is a Karaf shell command which prints to the console.

Signed-off-by: Wouter Born <github@maindrain.net>
2019-10-13 21:52:44 +02:00

18 lines
1.4 KiB
INI

org.eclipse.smarthome.core.common.registry.AbstractRegistry=AvoidCatchingThrowable
org.eclipse.smarthome.core.internal.common.SafeCallManagerImpl=CompareObjectsWithEquals
org.eclipse.smarthome.core.internal.events.ThreadedEventHandler=CompareObjectsWithEquals
org.eclipse.smarthome.core.internal.events.ThreadedEventHandler=EmptyIfStmt
org.eclipse.smarthome.core.thing.internal.ChannelItemProvider=CompareObjectsWithEquals
org.eclipse.smarthome.core.thing.internal.ThingManager=CompareObjectsWithEquals
org.eclipse.smarthome.io.console.karaf.internal.OSGiConsole=SystemPrintln
org.eclipse.smarthome.io.console.rfc147.internal.CommandWrapper=SystemPrintln
org.eclipse.smarthome.io.console.rfc147.internal.OSGiConsole=SystemPrintln
org.eclipse.smarthome.io.net.http.internal.SecureHttpClientFactory=AvoidThrowingRawExceptionTypes
org.eclipse.smarthome.model.core.internal.ModelRepositoryImpl=AvoidCatchingNPE
org.eclipse.smarthome.model.script.interpreter.ScriptInterpreter=AvoidCatchingThrowable
org.eclipse.smarthome.ui.internal.proxy.ProxyServletService=AvoidCatchingThrowable
org.openhab.core.automation.internal.RuleEngineImpl=AvoidCatchingThrowable
org.openhab.core.automation.internal.RuleRegistryImpl=CompareObjectsWithEquals
org.openhab.core.automation.internal.provider.AutomationResourceBundlesEventQueue=AvoidCatchingThrowable
org.openhab.core.karaf.internal.command.InstallServiceCommand=SystemPrintln