You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2020. It is now read-only.
Looking at the report generated by openhab/static-code-analysis#283, I see that one package in org.eclipse.smarthome.binding.digitalstrom bundle depends on Full JRE:
Package org.eclipse.smarthome.binding.digitalstrom.internal.lib.serverConnection.impl depends on javax.xml.bind (Full JRE).
Looking at the report generated by openhab/static-code-analysis#283, I see that one package in
org.eclipse.smarthome.binding.digitalstrom
bundle depends on Full JRE:Package org.eclipse.smarthome.binding.digitalstrom.internal.lib.serverConnection.impl depends on javax.xml.bind (Full JRE).
This is a violation of C.1 in the ESH coding guidelines https://www.eclipse.org/smarthome/documentation/development/guidelines.html#c-language-levels-and-libraries.
The text was updated successfully, but these errors were encountered: