refactor: extract Bech32 generator constant to class level #24
Annotations
2 warnings
|
AutoCloseable used without 'try'-with-resources:
phoenixd-rest/src/main/java/xyz/tcheeric/phoenixd/operation/AbstractOperation.java#L134
'HttpClient' used without 'try'-with-resources statement
|
|
Simplifiable conditional expression:
phoenixd-base/src/main/java/xyz/tcheeric/phoenixd/common/rest/util/Configuration.java#L132
`value != null ? Boolean.parseBoolean(value) : false` can be simplified to 'value != null \&\& Boolean.parseBoolean(value)'
|