The nagiosplugin.runtime.Runtime class is implemented as a singleton. This is an anti-pattern, and doesn't seem to serve any purpose, so should be refactored out of the code.
Since it's possible the side-effects this causes are relied upon by existing code, this should be done in a 2.x release.
The
nagiosplugin.runtime.Runtimeclass is implemented as a singleton. This is an anti-pattern, and doesn't seem to serve any purpose, so should be refactored out of the code.Since it's possible the side-effects this causes are relied upon by existing code, this should be done in a 2.x release.