We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the initialization of the whole "modem" functionality is a cascade of static initialization blocks which, IMHO, has to be cleaned up.
SupportedUsbModemsInfo.java : triggers -> SupportedUsbModems
SupportedUsbModemsInfo.java
SupportedUsbModems
SupportedUsbModems: triggers -> SupportedUsbModemInfo
SupportedUsbModemInfo
SupportedUsbModemInfo: triggers -> UsbModemDriver
UsbModemDriver
UsbModemDriver triggers -> ModemDriver
ModemDriver
ModemDriver:
target.name
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 60 days with no activity.
Sorry, something went wrong.
This issue was closed because it has been inactive for 14 days since being marked as stale.
No branches or pull requests
Currently the initialization of the whole "modem" functionality is a cascade of static initialization blocks which, IMHO, has to be cleaned up.
SupportedUsbModemsInfo.java
: triggers ->SupportedUsbModems
SupportedUsbModems
SupportedUsbModems
: triggers ->SupportedUsbModemInfo
SupportedUsbModemInfo
: triggers ->UsbModemDriver
UsbModemDriver
triggers ->ModemDriver
ModemDriver
:target.name
and fails with an NPE if it is not setThe text was updated successfully, but these errors were encountered: